@charset "utf-8";
a img {border:0; }
html, body {  
    
	scrollbar-base-color: 			#005c8d;
	scrollbar-track-color:  		#005c8d;
	scrollbar-face-color: 			#005c8d;
	scrollbar-highlight-color: 		#FFFFFF;
	scrollbar-3dlight-color: 		#FFFFFF;
	scrollbar-darkshadow-color: 	#171834;
	scrollbar-shadow-color: 		#171834;
	scrollbar-arrow-color: 			#002234; 

	background-color: #000000;
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 				0px;
	margin-right: 				0px;
	margin-top: 				0px;
	margin-bottom: 				0px;
}


h1 {
	font-family: verdana;
	color: #006699;
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
	font-weight: normal;
}

h2 {
	font-family: verdana;
	color: #419CC9;
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: bold;

}

h3 {
	font-family: verdana;
	color: #006699;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	line-height: 14px;
}

h4 {
	font-family: verdana;
	color: #419CC9;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	line-height: 15px;
}

table.header {
	width: 998;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: verdana;
	
}
table.header td {
	padding: 0;
	color: #fff;
	font-size: 10px;
}




table.calls {
	width: 998;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: verdana;
	background-color: #FFFFFF;
}
table.calls td {
	padding: 0;
	color: #fff;
	font-size: 10px;
}




table.content {
	width: 998px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: verdana;
	background-color: #FFFFFF;
}
table.content td {
	padding: 0;
	color: #fff;
	font-size: 10px;
	vertical-align: top;
}




table.content_main {
	width: 998px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: verdana;
	background-color: #ffffff;
	background-image: url("images/flash_spacer.gif");
	background-repeat: repeat-y;
}
table.content_main td {
	padding: 0;
	color: #fff;
	font-size: 10px;
	vertical-align: top;
	margin-left:12px
}




table.content_flash {
	width: 327px;
	font-family: verdana;
	margin-left: 11px
	
}
table.content_flash td {
	padding-left: 4px;
	color: #fff;
	font-size: 10px;
	vertical-align: top;
	height: 100%
}



table.content_list {
	width: 624px;
	margin-left: 18;
	margin-top: 0;
	padding: 10;
	height: 900px;
}
table.content_list td {
	height: 10;
	text-align: left;
}


table.content_text_nopadd {
	font-family: verdana;
	height: 379px;
	background-image: url("images/bg_table.jpg");
	background-repeat: no-repeat;
	width: 624px;
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
table.content_text_nopadd td {
	color: #006699;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}



table.content_text {
	font-family: verdana;
	height: 980px;
	background-image: url("images/bg_content.jpg");
	background-repeat: no-repeat;
}
table.content_text td {
	padding: 15;
	color: #006699;
	font-size: 12px;
	width: 624px;
	line-height: 20px;
}
table.content_text td a {
	color: #3490bd;
	text-decoration: underline;
}
table.content_text td a:hover {
	text-decoration: none;
	color: #003f5e;
}




table.footer {
	width: 998;
	height: 59px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: verdana;
	background-image: url("images/bg_footer.jpg");
	background-repeat: no-repeat;
	padding: 5;
	text-align: center;
}
table.footer td {
	padding: 0;
	color: #fff;
	font-size: 10px;
}
table.footer td a {
	color: #fff;
	text-decoration: underline;
}
table.footer td a:hover {
	text-decoration: none;
	color: #71d0ff;
}

table.jobBasics td, table.jobDescription td, table.searchResults td {
	padding: 4px;
	color: #006699;
	font-size: 12px;
	width: 605px;
	line-height: 20px;
}

table.jobBasics h3 {
    font-size: 12px;
    font-weight: bold;
}

/*----------------------------------
/ Forms
/---------------------------------*/

.searchForm {
    width: 270px;
    border: none;
}

.searchForm label {
    float: left;
    width: 70px;
    margin-bottom: 10px;
}

.searchForm .searchText, .searchDDL, .searchButton {
    margin-bottom: 10px;
}

.applicationForm {
    width: 390px;
    border: none;
}

.applicationForm label {
    float: left;
    width: 120px;
    margin-bottom: 10px;
}

.applicationForm .applyText {
    margin-bottom: 10px;
    width: 170px;
}

.resForm {
    width: 390px;
    border: none;
}

.resForm .resLabel {
    display: block;
}

.resForm textarea {
    margin-bottom: 10px;
    margin-top: 10px;
}




.CollapsiblePanelTab {
	font-size: 16px;
	color: #419CC9;
	font-weight: bold;
	cursor: pointer;
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	background-color: #419CC9;
}


#cta_blog a {
	background-img: url("images/cta-blog.png");
	height: 82px;
	width: 312px;
}
#cta_blog a:hover {
	background-img: url("images/cta-blog2.png");
	height: 82px;
	width: 312px;
}

#cta_survey a {
	background-img: url("images/cta-survey.png");
	height: 82px;
	width: 312px;
}
#cta_survey a:hover {
	background-img: url("images/cta-survey2.png");
	height: 82px;
	width: 312px;
}




/* NEWSLETTER */

#newsletter_signup {
	width:318px;
	height:108px;
	margin-left:auto;
	margin-right:auto;
	background-image: url("images/newsletter_bg.png");
	margin-top:10px;
}
.newsletter_input {
	padding-top:40px;
	padding-left:20px;
}
.newsletter_button {
	padding-top:15px;
	padding-left:9px;
}
input.news_box {
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	background-color:#C5E1EF;
	width:200px;
}