/* CSS Document */

h1,h2,h3,h4,h5,p,ul,li,img,form,label,input,fieldset,legend{
	margin:0px;
	padding:0px;
	border:none;
	list-style:none;
	}
	
html{
	margin:0px;
	padding:0px;
	}
body{
	margin:0px; 
	padding:0px;
	background-color:#081D28;
	}
	
h2{
	width:258px;
	height:33px;
	text-indent:-999em;
	margin:0px 0px 15px 0px;
	}
	
h2.welcome{ background:transparent url(img/welcome_ttl.gif) no-repeat;height:75px;}
h2.about{ background:transparent url(img/about_ttl.gif) no-repeat;}
h2.services{ background:transparent url(img/services_ttl.gif) no-repeat;}
h2.careers{ background:transparent url(img/careers_ttl.gif) no-repeat;}
h2.contact{ background:transparent url(img/contact_ttl.gif) no-repeat;}
h2.survey{ background:transparent url(img/survey_ttl.gif) no-repeat;}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#96B1C1;
	font-weight:normal;
	padding:0px 0px 15px 0px;
	}	

a{
	outline:none;
	}

/* ------------------------------------------------------------------------- */

#mainContainer{
	width:758px;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
	background-color:#17303E;
	}

/* ------------------------------------------------------------------------- */

#mainMenu{
	width:697px;
	height:70px;
	padding:0px 33px 31px 28px;
	border-bottom:5px solid #000;
	}

#mainMenu ul{
	width:697px;
	}
#mainMenu li{
	display:inline;
	}
#mainMenu a{
	width:104px;
	height:61px;
	margin:0px 32px 0px 0px;
	text-indent:-999em;
	display:block;
	float:left;
	}
#mainMenu a.home{ background:transparent url(img/home_btn.jpg) 0 0 no-repeat;}
#mainMenu a.home:hover{ background:transparent url(img/home_btn.jpg) 0 -61px no-repeat;}

#mainMenu a.about{ background:transparent url(img/about_btn.jpg) 0 0 no-repeat;}
#mainMenu a.about:hover{ background:transparent url(img/about_btn.jpg) 0 -61px no-repeat;}

#mainMenu a.services{ background:transparent url(img/services_btn.jpg) 0 0 no-repeat;}
#mainMenu a.services:hover{ background:transparent url(img/services_btn.jpg) 0 -61px no-repeat;}

#mainMenu a.careers{ background:transparent url(img/careers_btn.jpg) 0 0 no-repeat; width:126px;}
#mainMenu a.careers:hover{ background:transparent url(img/careers_btn.jpg) 0 -61px no-repeat; width:126px;}

#mainMenu a.contact{ background:transparent url(img/contact_btn.jpg) 0 0 no-repeat; margin:0px;}
#mainMenu a.contact:hover{ background:transparent url(img/contact_btn.jpg) 0 -61px no-repeat;margin:0px 0px 0px 0px;}

/* ------------------------------------------------------------------------- */

#headerContainer{
	width:758px;
	height:264px;
	border-bottom:5px solid #000;
	overflow:hidden;
	}

/* ------------------------------------------------------------------------- */


/* FOR SURVEY PAGE - ADDED 8/20/09 */
#contentCotainer2{
	width:700px;
	padding:29px 20px 26px 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4AB8D2;
  }
#contentCotainer2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF7200;
	font-weight:bold;
	text-decoration:none;
	background:transparent url(img/arrow2.gif) 0 4px no-repeat;
	padding:0px 0px 0px 15px;
	}	
#contentCotainer2 a:hover{
	text-decoration:underline;
	}
#contentCotainer2 a.noBG{
	background:none;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	}
/* END SURVEY PAGE */	




#contentCotainer{
	width:700px;
	padding:29px 20px 26px 38px;
	}
#contentCotainer .left{
	width:315px;
	padding:0px 35px 0px 0px;
	float:left;
	background:transparent url(img/point.gif) 100% 0 repeat-y;
	}
#contentCotainer .right{
	width:318px;
	padding:0px 0px 0px 20px;
	float:right;
	}
#contentCotainer .right h3{
	width:146px;
	height:40px;
	text-indent:-999em;
	margin:0px;
	background:transparent url(img/comp_high_ttl.gif) no-repeat;
	}
	
#contentCotainer ul{
	width:315px;
	}
#contentCotainer li{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4AB8D2;
	font-weight:normal;
	padding:0px 0px 35px 20px;
	background:transparent url(img/arrow.gif) 0 1px no-repeat;
	}
#contentCotainer ul.second li{
	padding:0px 0px 10px 20px;
	}

#contentCotainer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF7200;
	font-weight:bold;
	text-decoration:none;
	background:transparent url(img/arrow2.gif) 0 4px no-repeat;
	padding:0px 0px 0px 15px;
	}	
#contentCotainer a:hover{
	text-decoration:underline;
	}
#contentCotainer a.noBG{
	background:none;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	}
#contentCotainer strong{ color:#FF7200;}

/* ------------------------------------------------------------------------- */

#contentCotainer label{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4AB8D2;
	width:100px;
	font-weight:normal;
	float:left;
	}
	
#contentCotainer input, #contentCotainer textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#303739;
	font-weight:normal;
	float:left;
	padding:3px;
	margin:0px 0px 15px 0px;
	border:1px solid #000;
	}
	
#sendBtn{
	display:block;
	width:44px; 
	height:23px; 
	margin:0px 0px 0px 0px; padding:0px; 
	border:0px; 
	background-image:url(img/send_btn.gif);
	background-repeat:no-repeat;
	background-position:0px 100%;
	background-color:transparent;
	cursor: pointer;
	cursor: hand; /* for IE 5.x */
}

#sendBtn span {
	display:none; 
	}

/* ------------------------------------------------------------------------- */

#footerContainer{
	width:692px;
	height:50px;
	padding:0px 24px 0px 42px;
	background-color:#2B4452;	
	}
	
#footerContainer .links{
	width:400px;
	padding:19px 0px 0px 0px;
	float:left;
	}
#footerContainer .links p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#48B6D1;
	font-weight:normal;
	}
#footerContainer .links a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#48B6D1;
	text-decoration:none;
	font-weight:normal;
	margin:0px 10px 0px 10px;
	}
#footerContainer .links a:hover{ color:#4095AC;}
	
#footerContainer .copy{
	width:170px;
	padding:12px 0px 0px 0px;
	float:right;
	}
#footerContainer .copy p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#768A96;
	font-weight:normal;
	}	

/* ------------------------------------------------------------------------- */


.contactHome
{
   display:block;
   margin:124px 0 0 0;
   color:#96B1C1;
   font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

