/****************************************************************/
/* ---------------------[ Defaults ] */
/****************************************************************/

* {padding:0; margin:0;} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 30px 0 0 30px ;
	background: #1b2095 url(images/img_subs_bgrd.gif) repeat-x left top;
	color: #4c4c4c;
	text-align: center;
	padding: 0 0 20px 0;
	
}

body.blank {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 30px 0 0 30px ;
	background-color: #FFFFFF;
	background-image: none;
	text-align:left;
	color: #4c4c4c;
	padding: 0 0 20px 0;
}

	body#home  {
		background: #1b2095 url(images/img_home_bgrd.gif) repeat-x left top;
	}



p { 
	margin:0 0 1.1em 0;
}

img {
	border: 0;
	}
	
		
	
	
img .left {
	margin: 0 12px 12px 0;
	}
	
 img .right {
	margin: 0 0 12px 12px;
	float: right;
	}	
	
	th {
	color:#333333;
	background:#9ec7b7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
	td {
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
	padding-left: 12px;
	}
	
	td .op {
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
	padding-left: 0px;
	}
/* ==================================================================
[ Primary Nav ]
* ================================================================== */


#primenav_container {
	text-align:right;
	position:absolute;
	top: 104px;
	right:0%;
	width: 932px;
	height: 90px;
}

#primenav {
	list-style-type: none;
	background-color: #fff;
	text-align:right;
	float: right;
}


#primenav li {
	color: #FFF;
	background-color: #c2c2ce;
	border-left: 1px dotted #ffffff;
	float: left;
	line-height: 30px;
	
	text-decoration: none;
	font-size: 12px;
}

#primenav li:first-child {/*Removes the dotted line from the firstchild (home) link  */
border-left: none;
}


 
#primenav li:first-child a  {/*Makes the background IMAGE change to green when firstchild (home) is hovered over */
border-left: none;
	border-left: none;
	background-image: url(images/nav_home_off_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
line-height: 36px;
}

#primenav li:first-child a:hover  {/*Makes the background IMAGE change to green when firstchild (home) is hovered over */
	
	color: #FFF;
	border-left: none;
	background-image: url(images/nav_home_on_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
line-height: 36px;
}


#primenav a:link, #primenav a:visited {/*Changes the background COLOR when firstchild (home) is hovered over */
	color:#566292;
	background-color: #c2c2ce;
	text-decoration: none;
	display:block;
	padding: 0 15.2px;
	background-image:none;
line-height: 36px;
}


#primenav .home a:link, #primenav .home a:visited {/*Puts the lavendar(off-state) corner image in the home link in IE 6 */
	border-left: none;
	background-color: #c2c2ce;
	text-decoration: none;
	display:block;
	padding: 0 15.2px;
background-image: url(images/nav_home_off_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
line-height: 36px;
}




#primenav a:hover {/*Makes the background of the links color change when hovered over */
color: #fff;
background-color: #015B3F;
text-decoration: none;
background-image: none;
line-height: 36px;
}


#primenav .home a:hover {/*Puts the green(on-state) corner image in the home link in IE 6 */
border-left: none;
color: #fff;
background-color: #015B3F;
text-decoration: none;
background-image: url(images/nav_home_on_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 36px;
}





#primenav  #primenav_selected  {/*Makes the link change to green when the page is selected */
	color: #fff;
	background-color: #015B3F;
	text-decoration: none;
	background-image:none;
line-height: 36px;
}


#primenav .home #primenav_selected{
border-left: none;
color: #fff;
background-color: #015B3F;
text-decoration: none;
background-image: url(images/nav_home_on_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 36px;
}






/****************************************************************/
/* ---------------------[ Headings ] */
/****************************************************************/

H1, H2, H3, H4, H5, H6
{ color:#015b3e; font-weight:normal; margin:0 0 .7em 0; line-height:1.2em}
H1
{  font-size:110%;  }
H2
{ font-size:160%; color: #006c4a; }
H3
{ font-size:140%}
H4
{ 
	font-size:125%;
	line-height: 0.4em;
}
H5
{ font-size:110%}
H6
{ font-size:110% }

/****************************************************************/
/* ---------------------[ Lists ] */
/****************************************************************/

ul, dl {
	margin:1em 0;
	padding:0;
	list-style:none;
}

dt {font-weight: bold;}
dd {margin: 0 0 1.2em 0;}

div#content ul li {
	background:url("images/bullet_list.gif") no-repeat 0 .2em;
	margin:0;
	padding:0 0 1.2em 1.9em;
	line-height: 1.3em;
}


div#content ul ul {
	margin-bottom: 0;
	padding-bottom: 0;
}

/****************************************************************/
/* ---------------------[ Links ] */
/****************************************************************/


a:link {
	color: #1b2094;
	text-decoration:none;
}

a:visited {
	color: #1b2094;
	text-decoration:none;
}

a:hover {
	color: #1b2094;
	text-decoration: underline;
}

a:active {
	color: #1b2094;
	text-decoration: underline;
}

a:focus {
	 outline: none;/*gets rid of the claret on linked images when they're clicked*/
	border: none;
}


a:active {
 outline: none ;/*gets rid of the claret on linked images when they're clicked*/
	border: none;
	}
/****************************************************************/
/* ---------------------[ Layout ] */
/****************************************************************/

#container {
	margin: 0 auto;
	z-index: 1;
	font-size: 1em;
	line-height: 1.3em;
	width: 930px;
	text-align: left;
	margin: 0 auto;
	position:relative;
	background-color: #FFFFFF;
	
	

}

#logo {
	margin: 12px 0 0 22px;
}


#masthead {
	width: 930px;
	background-color:#FFFFFF;
	background: #FFFFFF url(images/img_corners_top.gif) left top no-repeat;
	height: 151px;
	clear:both;
}
	#masthead h1 {display: none}
		
	#finditfast {
	position: absolute;
	left: 630px;
	top: 55px;
	width: 250px;
	z-index:100;
	font-size: 0.95em;
	}
	
	
	#select_a_state {
		position: absolute;
		left: 3px;
		top: 30px;
		width: 219px;
		z-index:100;
	}
	
	
	#left_column_container {
	border-right: 2px solid #006c4a;
	border-left: 2px  solid #006c4a;
	margin: 0;
	padding:20px 20px 30px 20px;
	width: 174px;
	}
	
	#pullquote_container {
	border-right: 2px solid #006c4a;
	border-left: 2px  solid #006c4a;
	margin: 0;
	padding:20px 0;
	width: 214px;
	}
	
			#pullquote,
			#left_column-copy
			{
			margin: 0 2px;
			width: 209px;
			}
			
			
			#pullquote p,
			#left_column-copy p {
			margin: 4px 12px 0px 14px;
			}
			
			#close_quote {
			text-align:right;
			}
	
	
	
	

/****************************************************************/
/* ---------------------[Banners ] */
/****************************************************************/

#banner {
	width: 930px;
			background-color:#FFFFFF;

	position: relative;	
	clear:both;
}


	
/* The 'sub' selector is used when an attribute is common across all SUB pages. In this case
the height of the main image*/
	#sub #banner {height: 171px;}
		/* The following is to define the main image used per section*/
		#products #banner {background: url(images/img_banner-products.jpg) left top no-repeat;}
		#bio_skills #banner {background: url(images/img_banner-bio_skills.jpg) left top no-repeat;}
		#serv_areas #banner {background: url(images/img_banner-serv_areas.jpg) left top no-repeat;}
		#about #banner {background: url(images/img_banner_about.jpg) left top no-repeat;}
		#career_opp #banner {background: url(images/img_banner-career_opp.jpg) left top no-repeat;}
		#faq #banner {background: url(images/img_banner-faq.jpg) left top no-repeat;}
		#contact #banner {background: url(images/img_banner-contact.jpg) left top no-repeat;}
		
		#new_fac #banner {background: url(images/img_banner-new_fac.jpg) left top no-repeat;}
		
		
		
		
		
		
			
		#sub #banner h2 {
		position:absolute;
		top:105px;
		left: 279px;
		width: 317px;
		height: 41px;
		}


/****************************************************************/	




	/*--------------Content is the white area below banner. Contains, content_left, content_middle, content_right--------------*/

	#content {
		padding: 30px 0;
		float: left;
		display:inline;
		background:url(images/img_footer_top_bar.gif) bottom left no-repeat ;
		width:930px;
	}
	
	
	#content #region_table {
		background-color:transparent
	}
	
	
	.products{
	border: solid #015b3e 1px;
	margin-bottom: 4px;
		}
	
	
/*		*html #content {height: 280px;}*/

.clear {
	clear:both;
	display:block;




}


			
			#content_left {/* Default - TOTAL Column Width is 278px*/
			width: 218px;
			float: left;
			padding: 0 30px 0 30px;
				display:inline;
			
			}
			
			
				#logo_right {
				float: right;
				margin: 0 0 10px 10px;
				
				}
			
			
			
			
			
			
			
					.template2 #content_left,
					.template3 #content_left {
	position: absolute;
	left: 30px;
	top: 182px;
	width: 218px;
	z-index:100;
	padding:0;
	background: url(images/img_secnav_bot_corner-218.gif) left bottom no-repeat;
	background-color:#FFFFFF;
	padding-bottom:8px;
	float: left;
					}
						
			
			
			#content_middle {/*  Default - TOTAL  Column Width is 400px*/
			width: 340px;
			padding: 0 30px 0 30px;
			float: left;
			display:inline;
			}
			
					.template2	#content_middle {
	margin-left:278px;
	background:url(images/img_blue_vertical-dot.gif) repeat-y left top;
	width: 334px;
					}
					
			#content_right_op {/*  Default - TOTAL  Column Width is 252px*/
			width:192px;
			padding: 0 30px 0 30px;
			float: right;
				display:inline;
			}	
					
					
			
			#content_right {/*  Default - TOTAL  Column Width is 252px*/
			width:192px;
			padding: 0 30px 0 30px;
			float: right;
				display:inline;
			}
			
			
			
	
			
			.template2	#content_right {
			background:url(images/img_blue_vertical-dot.gif) repeat-y left top;
				}
			
			
			
				.template3	#content_right {
				width:592px;
				background:url(images/img_blue_vertical-dot.gif) repeat-y left top;
				}

				#serv_areas.template3	#content_right,
				#contact.template3	#content_right  {
				background-image:none;
				}
				
				#contact.template3	#content_right iframe {
				border:1px solid red;
				}
			
			#serv_areas.template3	#content_right #select_a_state_form{
	position: absolute;
	left: 356px;
	top: 381px;
	height: 51px;
	width: 246px;
	z-index: 100;
}

			#serv_areas.template3	#content_right #select_a_state_city{
	position: absolute;
	left: 604px;
	top: 381px;
	height: 51px;
	width: 246px;
	z-index: 100;
}


	/*---------------------------------/*Styles For Template 1 (HOME ONLY) ---------------------------------*/
	
		.template1 #banner {
	height: 265px;
	background-image:url(images/img_banner_home2.jpg);
	background-repeat: no-repeat;
	font-size: 0.8em;
		}
		
		.template1  #headline {
	position:absolute;
	top:75px;
	left: 30px;
	width: 360px;
	color: #FFFFFF;
	background-color:transparent;
	font-size: 2.3em;
	line-height:1em;
	letter-spacing: 0.1em;
	z-index:100;
	height: 34px;
		}
		
		.template1 #subhead {
	position:absolute;
	top:107px;
	left: 30px;
	color:#003399;
	background-color: transparent;
	font-size: 1.7em;
	font-style:normal;
	width: 360px;
	height: 32px;
	font-family: "Garamond 3 LT Std Italic", "Sabon LT Std Italic", "Times LT Std Italic";
	letter-spacing: 0.1em;
		}
		
		.template1 #lead_in_paragraph {
	position:absolute;
	top:161px;
	left: 27px;
	color:#333333;
	background-color:transparent;
	font-size:1.3em;
	width: 360px;
	height: 89px;
		}
		
		#home_flash {
			width: 509px;
			height: 265px;
			float: right;
		}
		
		.template1	#content_left, 
		.template1	#content_middle {/* TOTAL Column Width is 278px*/
		background:url(images/img_blue_vertical-dot.gif) repeat-y right top;
		}
		
		.template1 #content_right img  {
		margin-bottom: 25px;
		}
		
		#management h5 {
		margin-top:-12px;
		}
		
		
	 
	/*---------------/*Styles For Template 2 (secnav, middle_colum and right column) ----------------*/

	
	
	/*---------------/*Styles For Template 3 (secnav,  and right column) ----------------*/
	

	
	#serv_area_map {
	margin:10px 0 0 80px;
	}
	
	
	#location_map {
	margin:0 0 10px 60px;
	}
	
	
	

/****************************************************************/
/* ---------------------[ Logo Bar ] */
/****************************************************************/
	

#logo_bar {
	background:url(images/img_corners_bottom.gif) bottom left no-repeat;
	width: 870px;
	padding: 12px 30px 16px 30px;
	float: left;
	background-color:#FFFFFF;
	text-align: center;

}

.logo {
	padding: 0 10px 0 10px;
	float: left;
	width: auto;
}




/****************************************************************/
/* ---------------------[ Footer ] */
/****************************************************************/

#footer_wrapper {
background: url(images/img_footer_bgrd.gif) left top repeat-x;
background-color:#1b2095;
width:100%;
height:100%;
margin-top:4px;
}


#footer {
	padding:10px 0 0 30px;
	clear: both;
	width:900px;
	height: 20px;
	text-align: left;
	background-color:#1b2095;
	z-index:100;

}

#copyright {
	color: #FFFFFF;
	letter-spacing: 0.1em;
	background-color:#1b2095;
	font-size:.8em;
}






/****************************************************************/
/* ---------------------[ Secondary Nav ] */
/****************************************************************/

#secnav_container {
	border-top: 22px solid #006c4a;
	border-right: 2px solid #006c4a;
	border-left: 2px  solid #006c4a;
	margin: 0;
	padding:0;
	width: 214px;
	background-color:transparent;

}

#secnav_container ul
{
	margin: 0;
	padding: 0;
	text-align:right;
	font-style:normal;
	font-size:.92em;
	text-transform: uppercase;
	letter-spacing:.05em;
	
	}

#secnav_container ul li
{
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background:none;
	width: 214px;
}


#secnav	a .secnav_arrow {
		margin-top:6px;
		z-index:100;}



#secnav a:link, #secnav a:visited {
	text-decoration: none;
	padding: 6px 8px 6px 0;
	display:block;
	color:#4c4c4c;
	background-color:#CCCCCC;
	border-bottom: 1px solid #fff;
	font-weight:normal;
}


#secnav a:hover{
color: #0a0e65;
font-weight:bold;
}

#secnav_container #secnav #secnav_selected {
color: #0a0e65;
text-decoration: none;
font-weight:bold;
}


#secnav_container #secnav .alternate_color {
background-color:#e0e0e0;
}

div#content_right ul {
	margin-left:0;
	padding-left:0px;
	}
div#content_right ul li {
	padding: 0 0 8px 15px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-left:15px; 
	} 
	
.GreenTable td {
vertical-align:top;
	}	