@charset "utf-8";
* {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	line-height: 18px;
}

body {
	margin-top: 0px;
	background-image: url(images/argus_bg.jpg);
	background-repeat: repeat;
}
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 1em;
	color: #000;
	text-align: right;
	letter-spacing: 0.21em;
	margin-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.925em;
	color: #49913B;
	text-transform: uppercase;
}
h3 {
	font-size: .925em;
	color: #000;
	margin-bottom: 0px;
}
h4 {
	font-size: 0.825em;
	color: #000;
}

p {
	font-size: 0.825em;
}



.imgTop {
	top: 0px;
	position: relative;
}
.imgBottom {
	bottom: 0px;
}
.imgLeft {
	float: left;
	padding-right: 16px;
}


.imgRight {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}
.sidebarList {
	list-style-type: disc;
	font-size: 0.8em;
	margin-left: -18px;
}

.clear {
	clear: both;
}
a:link {
	color: #84A8CA;
	text-decoration: none;
}
a:visited {
	color: #84A8CA;
	text-decoration: none;
}
a:hover {
	color: #49913B;
	text-decoration: none;
}

#header {
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-right: 23px;
	padding-left: 23px;
	text-align: right;
	height: 113px;
}

#wrapper {
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 23px;
	padding-left: 23px;
	background-color: #FFF;
	padding-bottom: 0px;
}
#sidebar {
	background-image: url(images/argus_sidebarBg.jpg);
	float: left;
	width: 163px;
	background-repeat: repeat-y;
	margin-bottom: 0px;
	top: 0px;
}
#sidebar #home {
	background-color: #49913B;
	background-image: url(images/argus_home.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 163px;
	text-align: center;
	font-size: 0.925em;
	color: #FFF;
	font-weight: bold;
	padding-top: 12px;
}
#sidebar #home a  {
	color: #000;
	text-decoration: none;
}
#sidebar #home a:hover {
	color: #FFF;
	text-decoration: none;
}
#sidebarContent  {
	padding-right: 5px;
	padding-left: 8px;
	top: 0px;
	padding-top: 5px;
	font-size: 0.925em;
}
#sidebarContent a:link {
	color: #FFF;
}
#sidebarContent a:visited {
	color: #FFF;
}
#sidebarContent a:hover {
	text-decoration: underline;
	color: #FFF;
}
#mainNav {
	background-image: url(images/argus_menuBg.jpg);
	background-repeat: no-repeat;
	height: 40px;
	margin-left: 163px;
	background-color: #84A8CA;
}
ul#mainNav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainNav a {
	color:#000;
	font-size: 0.825em;
	text-transform:uppercase;
	display: block;
	font-weight: bold;
	padding-top: 11px;
	padding-right: 16px;
	padding-bottom: 11px;
	padding-left: 16px;
}

#mainNav a:hover {
	color:#FFF;
	font-size: 0.825em;
	text-transform:uppercase;
	display: block;
	font-weight: bold;
	padding-top: 11px;
	padding-right: 16px;
	padding-bottom: 11px;
	padding-left: 16px;
}
#mainNav #current {
	color:#FFF;
	font-size: 0.825em;
	text-transform:uppercase;
	display: block;
	font-weight: bold;
	padding-top: 11px;
	padding-right: 16px;
	padding-bottom: 11px;
	padding-left: 16px;
}
#mainNav #current a {
	color:#FFF;
	font-size: 0.825em;
	text-transform:uppercase;
	display: block;
	font-weight: bold;
	padding-top: 11px;
	padding-right: 16px;
	padding-bottom: 11px;
	padding-left: 16px;
}

#mainNav li {
	float: left;
}

#content {
	margin-left: 164px;
	padding-left: 20px;
	padding-top: 20px;
	background-color: #FFF;
}
#content ul li {
	font-size: 0.825em;
}
#columns {
	width: 400px;
}


#servicesList {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .925em;
}
#servicesList #janitorial {
	float: left;
	width: 195px;
	padding-right: 5px;
}
#servicesList #building {
	width: 200px;
	margin-left: 200px;
}
#servicesList #janitorial ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .925em;
	list-style-type: square;
}
hr {
	noshade;
	height: 1px;
	color: #8EB886;
	text-decoration: ;
}



#footer {
	color: #999;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.625em;
	text-align: center;
	padding-bottom: 5px;
	letter-spacing: 0.04em;
	padding-left: 186px;
	height: 36px;
}
#footer a:link {
	color: #999;
	text-decoration: none;
}
#footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
}
