* {
	margin: 0;
	background-image: none;
}
html, body {
	height: 100%;
}
body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 12px;
	color: #3a2b20;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

a:link, a:visited, a:hover, a:active { text-decoration: underline; color: #0072b1; font-weight: bold; }
h1, h2, h3, h4, p, span, div { padding: 0; margin: 0; }
h1, h2, h3 { padding-bottom: 8px; }
h1 { font-size: 16px; color: #005b8b; font-weight: bold; }
h2 { font-size: 14px; color: #666; font-weight: bold; }
h3 { font-size: 12px; color: #005b8b; font-weight: bold; }
p { line-height: 16px; padding-bottom: 16px;}
img {border-style: none;
    border-color: inherit;
    border-width: 0px;
}
ul { padding-bottom: 15px; padding-left: 40px; }
li { padding-bottom: 5px; }

#wrapper {
	width: 7in;	
position: absolute;
	left: 0;
	top: 0;
}
	
* html #wrapper {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
		position: left;
	}

#container_home {
	margin: 0 auto;
	min-height: 100%;
	
}

#display {
	position: left;
	width: 7in;
	padding-top: 0px;
	margin-top: 20px;
}

#header {
	display: none;

}

#headerPrint {
	width: 650px;
	display: block;
}


.selected { text-decoration: underline; color: #fff; }

/* BEGIN Main Navigation CSS /////////////////////////////////////////////////////////////////////////*/
#navigation {
	clear: both;
	float:none;
	height: 31px;
	background: #71a28a;
	color:#fff;
	width: 650px;
	border-top: 1px solid #fff;
	
}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}

#navigation ul li a:hover {
	color: #013f62;
}

#navigation ul li {
	float: left;
	height: 21px;
	margin: 4px 0px 0px 0px;
	padding: 5px 2px 0px 0px;
	text-align: center;
	background-image:url(../images/nav_separator.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* Defines the size of each navigation element */
#navigation ul #nav_services, #navigation ul #nav_services .main_link, #navigation ul #nav_services li {
	width: 160px;
}

#navigation ul #nav_locations, #navigation ul #nav_locations .main_link, #navigation ul #nav_locations li {
	width: 85px;
}

#navigation ul #nav_research, #navigation ul #nav_research .main_link, #navigation ul #nav_research li {
width: 85px;
}

#navigation ul #nav_careers, #navigation ul #nav_careers .main_link, #navigation ul #nav_careers li {
width: 80px;
}

#navigation ul #nav_about, #navigation ul #nav_about .main_link, #navigation ul #nav_about li {
width: 120px;
}

#navigation ul #nav_contact, #navigation ul #nav_contact .main_link {
	width: 100px;
	/* Removes the background image of the navigation separator */
	background: none;
}

/* Sets the link tag of each main navigation element to block so that the active area of the link spans the entire navigation element */
#navigation ul li .main_link {
	display: block;
}

#navigation ul li, #navigation ul li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
}

#navigation ul li ul {
	display: none;
	position: absolute;
	margin: 6px 0px 0px -3px;
	padding: 0px 10px 10px 0px;
	border-top: solid 1px #FFFFFF;
}

#navigation ul #nav_services ul{
	margin: 8px 0px 0px 0px;
}

#navigation ul #nav_locations ul{
	margin: 8px 0px 0px 0px;
}

#navigation ul #nav_research ul{
	margin: 8px 0px 0px 0px;
}

#navigation ul #nav_careers ul{
	margin: 8px 0px 0px 0px;
}

#navigation ul #nav_about ul{
	margin: 8px 0px 0px 0px;
}

#navigation ul #nav_contact ul {
	margin: 8px 0px 0px -3px;
	padding: 0px 0px 10px 0px;
}

#navigation ul li:hover .main_link, #navigation ul li.over .main_link, #navigation ul li .main_selected {
	color: #013f62;
}

#navigation ul li:hover, #navigation ul li.over {
	color: #013f62;
	cursor: pointer;
}

/* sets the secondary navigation elements to block when the parent navigation is rolled over */
#navigation ul li:hover ul, #navigation ul li.over ul {
	display: block;
}

#navigation ul li ul li{
	float: none;
	background-image: none;
	background-color: #f4f4f4;
	color: #013f62;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 7px 4px;
	width: 150px;
	height: auto;
	text-align: left;
	border-bottom: solid 1px #60a7cf;
	border-right: solid 1px #60a7cf;
	border-left: solid 1px #60a7cf;
}

#navigation ul #nav_contact ul li{
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 5px 4px;
	width: 151px;
	height: auto;
	text-align: left;
}

#navigation ul li ul li:hover, #navigation ul li ul li.over {
	background-color: #fff;
	color: #8bcbd4;
}

#navigation ul li ul li a{
	color: #013f62;
	text-decoration: none;
	text-transform: none;
	font-size: 12px;
}

#navigation ul li ul li a:hover{
	color: #60a7cf;
}

#navigation ul li ul li:hover a, #navigation ul li ul li.over a{
	color: #60a7cf;
}

/* END Main Navigation CSS /////////////////////////////////////////////////////////////////////////*/


#contentArea {
	clear: both;
	float: none;
	background: none;
	width: 650px;
	
}

#innerContentArea {
	background: none;
	color: #231f20;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	width: 610px;
	padding-bottom: 20px;
}
#mainContentArea {
	background-color: #fff;
	border: none;
	/*margin-top: 20px;*/
	padding: 5px 10px 20px 10px;
}

	#mainContentArea #headline {
		background-color: #0072b1;
		font-size: 19px;
		font-weight: bold;
		padding: 4px;
		color: #fff;
		margin: 0px -5px 20px -5px;
	}

#ads_area {
	width: 225px;
	float: right;
	margin-left: 10px;
	margin-right: -5px;
	margin-top: -10px;
}

#ads_area_column {
	width: 225px;
	float: left;
	margin-left: 10px;
	text-align: center;		
	height: 100%;
	min-height: 100%;
}

#leftSide {
	width: 310px;
	float: left;
	padding-right: 10px;
	border-right: 1px solid #CCC;
	
}

#ads_area img.spacing {
	margin-bottom: 0px;	
}


.resultsBox {
	background-color: #e0e0e0;
	width: 215px;
	padding: 0px;
	text-align: left;
}
.resultsBottom {
	margin-bottom: -5px;	
}

.resultsBox p, .resultsBox h2 {
	padding: 10px;	
}

.resultsBox a:link, .resultsBox a:hover, .resultsBox a:visited {
	color: #71a28a;
}

.resultsBox .titleSpace {
	text-align: center;
}


#innerContent {
	color: #231f20;
	background-color: #fff;
	border: 2px solid #000;
}

#breadcrumbs {
	padding: 5px;
	height: 17px;
	float: left;
}
#headerImg {
	display: none;
	
}

#headerImgPrint {
	margin-bottom: 20px;
	display: block;
	
}
#resources {
	float: right;
	width: 200px;
	margin-left: 15px;
	margin-bottom: 10px;

}
#resources h2 {
	background-color: #0087bc;
	border-bottom: 2px solid #fff;
	padding: 7px 2px 7px 7px;
	color: #FFF;
}
#resources p {
	padding: 10px 5px 10px 10px;
	line-height: 20px;
	background-color: #6eb5ce;
}

#resources p a {
	color: #000;	
}

#right_txtbox {
	float: right;
	width: 180px;
	padding: 10px 10px 0px 10px;
	clear: right;
	background-color: #d2e0e1;
}

#results {
	width: 180px;
	padding: 18px 10px 0px 10px;
	border: solid 2px #d2e0e1;
	text-align: center;
	float: left;
}

#no_response p {
	width: 300px;
	height: 100px;
	padding: 0px;
	float: left;
}


#results_img {
	width: 332px;
	float: right;
}

#results_img_noresponse {
	width: 332px;
	float: right;
}

#results_img_helpresponse {
	width: 332px;
	float: left;
	clear: both;
}

.lg_results {
	font-size: 16px;
	font-weight: bold;
}

.hide {
	display: none;	
}

.show {
	display: block;	
}

.print_hide {
	display: block;	
}

.print_show {
	display: none;
}

#submit, #reset {
	float: left;
	clear: none;
	margin-right: 15px;
}

#copyArea {
	color: #231f20;
	background: #fff;
	padding: 10px 10px 20px 20px;
	float: left;
}

#copyArea img.floatLeft {
	float: left; 
	margin: 10px;
}

#copyArea .jobLocTopClass, #copyArea .jobTypeTopClass, #copyArea .jobTitleTopClass, #copyArea .jobNumberTopClass {
    border: solid 1px #71a28a;
    background-color: #71a28a;
    padding: 3px;
    color: #FFF;
    font-weight: bold;
    float: left;
}

#copyArea .jobLocClass, #copyArea .jobTypeClass, #copyArea .jobTitleClass, #copyArea .jobNumberClass {
    border: solid 1px #71a28a;
    border-top: none;
    padding: 3px;
    float: left;
}

#copyArea .jobLocClass, #copyArea .jobLocTopClass { width: 120px; }
#copyArea .jobTypeClass, #copyArea .jobTypeTopClass { border-left: none; width: 150px; }
#copyArea .jobTitleClass, #copyArea .jobTitleTopClass { border-left: none; width: 320px; }
#copyArea .jobNumberClass, #copyArea .jobNumberTopClass { border-left: none; width: 80px; }

#copyArea .jobDescClass span strong {
    display: block;
    width: 120px;
    float: left;
}

#footer {
	padding-bottom: 10px;
	padding-top: 20px;
	color: #000;
	font-size: 9px;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
}
	#footer #footerHR {
		text-align:center;
		margin: 10px 70px 10px 70px;
	}
.push {
	margin-bottom: 30px;
	clear: both;
}
#footer a {
	color: #000;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #000;
	padding-left: 2px;
	padding-right: 2px;
}

#footer a:hover { text-decoration: underline; }

#footer a.lastLinkFooter {
	border-right: 0;
}
.clearFloat {
	clear:both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

div#pushNav { float: left; width:196px; display:block; }

div#popup {
background:#fff;
margin:0px;
padding:7px;
width:170px;
}

div#detailstyle {
	background:#ffffff;
	margin:0px;
	padding:30px;
	list-style-type: none;
	font-size: 16px;
	height:325px;
	width:300px;
}

#map {
	float: left;
	margin-left: 20px;
}
#mapdata {
	float: left;
}
.floatLeft {
	float: left;
}
.clearLeft {
	clear: left;
}
.vertCenter {
	padding-top: 40px;
}
span.title {
	margin-left: 6px;
}
input.rb {
	margin: 0px 8px 15px 8px;
	float: left;
}
label.rbLabel {
	margin-left: 5px;
	float: left;
	
	padding-bottom: 10px;
}

label.rbLabel_short {
	margin-left: 5px;
	float: left;
	width: 380px;
	padding-bottom: 10px;
}

label.rbLabel_short2 {
	margin-left: 5px;
	float: left;
	width: 360px;
	padding-bottom: 10px;
}
div.floatLeftCopy {
	float: left;
	width: 275px;
}
.spacing {
	margin-top: 10px;
}
label.contactLabel {
	float: left;
	width: 100px;
	padding: 9px 0px 0px 0px;
}
input.contactField {
	float: left;
	margin: 7px 0px 7px 0px;
}
.redFont {
	color: #990000;
}
ol.steps li {
	margin-left: 40px;
}

.faq_show {
	display: block;
	margin-bottom: 10px;
}
.faq_show p {
	margin: 10px 0px 0px 20px;
}

.redErr {
    color: #C00;
    font-size: 11px;
}

p.quote {
	font-family: "Times New Roman", "Times", serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	qcolor: #0072B1;
	color: #8bcbd4;
	text-align: center;
	line-height: 1em;
}

p.quote span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 40px;
	font-style: normal;
	font-size: 12px;
	color: #8bcbd4;
}

ul.wrapBullets {
	margin-left: 200px;
	padding-left: 70px;
}
p.paragraphMargin {
	margin-top: -5px;	
}
.centeredCopy {
	text-align: center;
}
span.printTest {
	font-style: italic;
}