body {
	margin: 0px;
	background-image: url(../images/bg.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.home {
}
.about {
}
.staffing {
}
.employment {
}
.contact {
}

body.home #homenav,
body.about #aboutnav,
body.staffing #staffingnav,
body.employment #employmentnav,
body.contact #contactnav {
	display: block;
	height: 28px;
	background-image:url(/images/mainnav-bg-over.gif);
	background-repeat: no-repeat;
	line-height: 28px;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	padding: 0px 0px 0px 15px;
	text-decoration: none;
	background-position: left center;
	border-top:solid #cecece 1px;
	border-bottom:solid #cecece 1px;
	margin-top: 10px;
}

h1 {
	font-size: 24px;
	line-height:24px;
	color: #0466a4;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 30px;
	font-weight: normal;
	background-image: url(../images/icon-logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

h2 {
	font-size: 18px;
	color: #777;
	text-align:left;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	font-weight: normal;
	font-style:italic;
	
}

h3 {
	font-size: 18px;
	color: #88a654;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	
}

a {
	color: #045f98;
	text-decoration: underline;
}

a:hover {
	color: #045f98;
}

a:hover {
	color: #555;
}

h2 a {color:#777;}
h2 a:visited {color:#777;}

#main {
	width: 952px;
	margin: 0px auto 0px auto;
}

#header {
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
	padding: 0px 53px 0px 53px;
	background-position: left -2px;
}

#mainnav {
	border-right: Solid #b5b5b5 1px;
	border-left: Solid #b5b5b5 1px;
	background-color: #E6E6E6;
}

#mainnav a {
	display: block;
	height: 28px;
	background-image:url(/images/mainnav-bg.gif);
	background-repeat: no-repeat;
	line-height: 28px;
	font-size: 16px;
	font-weight: normal;
	color: #292929;
	padding: 0px 0px 0px 15px;
	text-decoration: none;
	background-position: left center;
	border-top:solid #cecece 1px;
	border-bottom:solid #cecece 1px;
	margin-top: 10px;
}

#mainnav a:hover {
	background-image:url(/images/mainnav-bg-over.gif);
	color: #ffffff;
}

#sidebar {
	background-color: #E6E6E6;
	border-right: Solid #b5b5b5 1px;
	border-left: Solid #b5b5b5 1px;
}

#sidebar span {
	margin-top: 10px;
}

#content {
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
	padding: 25px 53px 0px 53px;
	background-position: left -4px;
	font-size: 13px;
	color: #292929;
	line-height: 18px;
}

#graybox {
	background-image: url(../images/graybox-mid.gif);
	padding: 5px 10px 5px 10px;
	text-align:center;
	font-weight:bold;
}

#footer {
	background-image: url(../images/bot.gif);
	text-align: center;
	padding: 40px 0px 0px 0px;
	font-size: 10px;
	background-repeat: no-repeat;
	color: #767676;
}

#footer a {
	color: #315413;
	text-decoration: underline;
}

#footer a:hover {
	color: #000;
}

ul {padding-top:0px; margin-top:8px; padding-bottom:0px; margin-bottom:8px;}
