body {
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	margin-left: 9px;
	margin-top: 9px;
	margin-right: 9px;
	margin-bottom: 9px;
	}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
p {
	padding:0 0 10px 0px;
	margin:0px;
	line-height:18px;
	}
h1 {
	font-size:32px;
	color:#FF8F00;
	font-weight:normal;
	margin:0;
	padding:0 0 20px 0;
	}
img {
	border:0px;
	}
a {
	color:#0C73C0;
	}
a:visited {
	color:#055C96;
	}
a:hover {
	color:#FF9700;
	}
/* Navigation */
.chromestyle{
	float:left;
	width: 700px;
	font-weight: bold; 
	height:26px;
	line-height:26px;
	}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	}
.chromestyle ul{
	padding: 0px 10px 0 52px;
	margin: 0;
	list-style:none;
	background:url(images/navbar-right.gif) 0 -1 no-repeat;
	}
.chromestyle ul li{
	display: inline; 
	}
.chromestyle ul li a{
	float:left;
	background:url(images/navbar-right.gif) right no-repeat;
	color: #FFFFFF;
	padding: 0 0px 0px 0px;
	margin: 0;
	text-decoration: none; 
	}
.chromestyle ul li a span {
	background:url(images/navbar-left.gif) left no-repeat;
	float:left;
	display:block;
	padding:0px 21px 0px 21px;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.chromestyle ul li a span {float:none;}
/* End IE5-Mac hack */
.chromestyle ul li a:hover {
	background:url(/images/navbar-hover.gif) repeat-x; 
	}
.chromestyle ul li a:hover span  {
	background:url(/images/navbar-hover.gif) repeat-x;
	}
#home .chromestyle ul #nav-home a, #about .chromestyle ul #nav-about a, #services .chromestyle ul #nav-services a, #employment .chromestyle ul #nav-employment a, #contact .chromestyle ul #nav-contact a {
	background:url(/images/navbar-hilite.gif) repeat-x;
	color: #FFFFFF;
	padding: 0px 0px 2px 0px;
	}
#home .chromestyle ul #nav-home a span, #about .chromestyle ul #nav-about a span, #services .chromestyle ul #nav-services a span, #employment .chromestyle ul #nav-employment a span, #contact .chromestyle ul #nav-contact a span {
	background:url(/images/navbar-hilite.gif) repeat-x;
	}
/* Style for Drop Down Menu */
.dropmenudiv{
	position: absolute;
	top: -1px;
	line-height:18px;
	z-index:100;
	background:url(images/navbar-subnavbg.jpg) repeat-x #DD7900;
	width: 220px;
	visibility: hidden; 
	}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff; 
	}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%; 
	}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background:url(images/navbar-subhover.gif) repeat-x #0971B0; 
	}

.hometext {
	background:#FFFFFF;
	}
	
table .header td {
	color: #F7D5F0;
	font-weight: bold;
	}
table .odd td {
	background:#EFEFEF;
	}
	
.results tr:nth-child(even) {background-color: #FFF}
.results tr:nth-child(odd) {background-color: #EFEFEF}

.footerbox {
	float:left; 
	color:#ffffff; 
	font-size:10px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}