@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
}
#header	{
	position:absolute;
	left: 0px;
	top: 0px;		
	background-image: url('images/headerBG.gif'); 
	background-repeat: repeat-x; 
	height: 82px; 
	width: 962px;
	z-index: 7;
}
#header-bg	{
	position:absolute;
	left: 0px;
	top: 0px;	
	background-image: url('images/headerBG.gif'); 
	background-repeat: repeat-x; 
	height: 82px; 
	width: 100%;
	z-index: 6;
}
#nav {
	position:absolute;
	left: 0px;
	top: 82px;
	background-image: url('images/nav-bg.gif');
	background-repeat: repeat-x;
	height:39px;
	width: 962px;
	z-index: 9;
}
#nav-bg {
	position:absolute;
	left: 0px;
	top: 82px;
	background-image: url('images/nav-bg.gif');
	background-repeat: repeat-x;
	height: 39px;
	width: 100%;
	z-index: 8;
}
#mainBodyImage {
	position:absolute; left: 547px; top: 98px;
	z-index: 10;
}
#ServicesImage {
	position:absolute; left: 546px; top: 96px;
	z-index: 10;
}
#LocationsImage {
	position:absolute; left: 381px; top: 155px;
	z-index: 10;
}
#content {
	width: 500px;
	position: absolute;
	left: 30px;
	top: 142px;
	z-index: 11;
}
/*Nav rollover images*/
.btn-about {
	float:left;
	overflow: hidden;
  	text-indent: -12000px;
	display: block;
	width: 95px;
	height: 39px;
	background: url("images/btn-about.gif") no-repeat 0 0;
}
.btn-about:hover { 
  background-position: 0 -39px;
}
.btn-about span {
  display: none;
}
.btn-services {
	float:left;
	overflow: hidden;
  	text-indent: -12000px;
	display: block;
	width: 103px;
	height: 39px;
	background: url("images/btn-services.gif") no-repeat 0 0;
}
.btn-services:hover { 
  background-position: 0 -39px;
}
.btn-services span {
  display: none;
}
.btn-employment {
	float:left;
	overflow: hidden;
  	text-indent: -12000px;
	display: block;
	width: 132px;
	height: 39px;
	background: url("images/btn-employment.gif") no-repeat 0 0;
}
.btn-employment:hover { 
  background-position: 0 -39px;
}
.btn-employment span {
  display: none;
}
.btn-locations {
	float:left;
	overflow: hidden;
  	text-indent: -12000px;
	display: block;
	width: 114px;
	height: 39px;
	background: url("images/btn-locations.gif") no-repeat 0 0;
}
.btn-locations:hover { 
  background-position: 0 -39px;
}
.btn-locations span {
  display: none;
}
.btn-contact {
	float:left;
	overflow: hidden;
  	text-indent: -12000px;
	display: block;
	width: 96px;
	height: 39px;
	background: url("images/btn-contact.gif") no-repeat 0 0;
}
.btn-contact:hover { 
  background-position: 0 -39px;
}
.btn-contact span {
  display: none;
}
/*END - Nav rollover images*/

/*site footer*/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f82;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
	word-spacing: 0px;
}
/*END - site footer*/

/*General Styles*/
.text14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #070e88;
	font-weight: bold;
	text-decoration:none;
}
a:link {
	text-decoration: none;
	color: #00038a;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #00038a;
}
a:hover {
	text-decoration: underline;
	color: #00038a;
}
a:active {
	text-decoration: none;
	color: #00038a;
}
ul li { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(images/bullet.gif); 
}
p, .text12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
.textBlue {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00038a;
	text-decoration:none;
}
.contactBlueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #070e88;
	text-decoration:none;
}

/*END - General Styles*/

/*Contact Us Page form mail*/
.form_name_email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	border-top-color: #848484;
	border-left-color: #848484;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-color: #848484;
	border-bottom-color: #848484;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 22px;
	width: 235px;
}

.form_subject_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	border-top-color: #848484;
	border-left-color: #848484;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-color: #848484;
	border-bottom-color: #848484;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	height: 22px;
	width: 493px;
}
.form_message_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	border-top-color: #848484;
	border-left-color: #848484;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-color: #848484;
	border-bottom-color: #848484;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 106px;
	width: 493px;
}
.form_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	color: #000000;
	font-style: normal;
	line-height: 24px;
}
#search_jobs {
	
	height:20px;
	width:106px;
	overflow:hidden;
	background: url("images/searchJobs.gif") no-repeat 0 0;
	overflow: hidden;
  	text-indent: -12000px;
	display: block;
	
	
}
#search_jobs span {
  display: none;
}
#search_jobs:hover { 
  background-position: 0 -20px;
}
/*END - Contact Us Page form mail*/

/*hide/show*/
#category-0, #category-1, #category-2, #category-3, #category-4, #category-5, #category-6, #category-7, #category-8, #category-9, #category-10, #category-11, #category-12, #category-13, #category-14, #category-15, #category-16, #category-17, #category-18, #category-19, #category-20, #category-21 {
	display: none;
	padding-left:15px;
	margin-top: 10px;
}
/*END - hide/show*/
