body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FEFEFD;
	background-image: url(../_media/backgrounds/bg-horiz.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	height:100%;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	text-align: center;
    }
	
* html #wrapmaster {
	height:100%;
	}

#client_header {
	display: none;
	text-align: left;
	width: 800px;
	float: left;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	z-index: 1000;
}
/*  THESE STYLES ARE SPECIFIC TO THE 'ADVANCED' CSS STRUCTURE */
#wrap {
	width: 832px;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	text-align:left;
	background-image: url(none);
	background-repeat: repeat-y;
	}

#wrapcenter	{
	padding: 0px;
	width: 800px;
	height: 100%;
	float: left;
	}
	
html body#wrapcenter {
	height: auto;
	}

#wrapleft {
	padding: 0px;
	width: 16px;
	height: 200px;
	float: left;
	background-image:  url(../_media/backgrounds/bg_left.gif);
	background-repeat: no-repeat;
	}
	
#wrapright	{
	padding: 0px;
	width: 16px;
	height: 200px;
	float: right;
	background-image: url(../_media/backgrounds/bg_right.gif);
	background-repeat: no-repeat;
	background-position: top;
	}

#content_header{
	width: 800px;
	margin: 0px;
	background-image: url(../_media/backgrounds/bg_content_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	}
	
#content_footer{
	width: 100%;
	margin: 0px auto 0px auto;
	background-image: url(../_media/backgrounds/bg_content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
/*  END 'ADVANCED' CSS STRUCTURE STYLES */
/*  BASIC TEXT FORMATING */
p {
	color:#000439;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	line-height: 15px;
	margin: 0 0 7px 0;
	}

h1 {
	color: #000439;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	text-align: left;
	margin:0 0 5px;
		}
	
h2 {
	color: #000439;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	margin: 0px 0 5px 0; 
	}

h3 {
	color:#000439;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	font-weight: bold;
	margin:7px 0 0 0;
	}

h4 {
	color: #21344E;
	font-size: 125%;
	line-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 90%;
	}

a {
	color: #00689C;
	}

a:hover {
	color: #003358;
	font-weight:normal;

	}

ul {
	list-style-image:none;
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	margin: 5px 0;
	}
	
ul li {
	list-style-type:disc;
	padding: 4px 8px 4px 0px;
	}
	
ol {
	padding:0px;
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style-position: inside;
	}
	
ol li {
	padding: 4px 8px 4px 20px;
	color:#000439;
	}


	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}
	
dl { 
	width:90%;
	}

dt {
	font-size:110%;
	color: #000439;
	}
	
dd {
	margin-bottom:15px;
	color: #000439;
	}	


.seo {
	display: block;
	position: relative;
	float: left;
	left: 12px;
	width: 550px;
	height: 410px;
	padding: 10px 5px;
	text-align:left;
	}


.seo h1 {
	width: 400px;
	height: 50px;
	background-image:url(../_media/backgrounds/bg-h1.gif);
	background-repeat:no-repeat;
	}
	
.seo h1 span.h1 {
	visibility:hidden;
	}	


/*  CSS IDs   */

/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 1100px;
	padding: 0px;
	}
#navigation {
	margin: auto;
	height: 35px;
	width: 1100px;
	background-image: url(../_media/backgrounds/nav-bg.jpg);
	background-position: 0px 0px;
}
#navigation ul {
	line-height: 35px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 35px;
	list-style-image: none;
	list-style-type: none;
}
#navigation ul li {
	line-height: 35px;
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 35px;
	list-style-image: none;
	list-style-type: none;
}
#navigation ul li a {
	line-height: 35px;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 95%;
}
#navigation ul li a:hover {
	text-decoration: underline;
}
#index_wrapper {
	margin: auto;
	width: 1100px;
	padding: 10px 0px;
	display: table;
}

.images {
	display: block;
	float: right;
	height: 330px;
	width: 420px;
	position: relative;
	right: 12px;
}

/*------------- content section ----------------- */

#content_wrapper{
	width: 1100px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding: 10px 0px;	
	}

/*------------- content main ----------------- */

#content_main, #content_main2, #content_main3{
	min-height: 400px;
	/*height: 430px; - Removed on 4.14.10 due to content longer than 430px was over lapping footer and going off page. Removed to have content area expand */
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
	left: 28px;
	width: 550px;
	}

#content_main2 {
	width: 650px;
	}

#content_main3 {
	width: 1050px;

	}

.left_scrolling {
	height:350px;
	overflow:scroll;
	padding:5px 5px 5px 0;
	}
	
.left_noscroll {
	height:350px;
	}	

/*------------- nav-left ----------------- */

#nav-left {
	width: 130px;
	float: left;
	height:350px;
	margin:10px 15px 0 0;
	padding: 0px 0 0 0;
	}
	
#nav-left h2{
	font-size:85%;
	margin: 0;
	font-weight:bold;
	}
#nav-left p {
	font-size:90%;
	margin: 0;
	font-weight:bold;
	}	

#nav-left ul {
	margin:0;
	padding:0;
	}

#nav-left li {
	padding: 3px 0;
	font-size:90%;
	margin-left:5px;
	list-style-type:none;
	}	



/*------------- content side ----------------- */


#content_side, #content_side2,  #content_side3 {
	float: right;
	width: 490px;
	/*height: 400px; - Removed on 6.25.10 due to content longer than 400px was over lapping footer and going off page. Removed to have content area expand */
	min-height: 400%;
	margin: 0px;
	display: inherit;
	position: relative;
	padding-top: 0px;
	right: 10px;
	}

#content_side2 {
	width: 390px;
	}
	
#content_side3 {
	width: 210px;
	}	


	
#content_side ul {
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	list-style-image:none;
	}
#content_side li {
	padding: 0px;
	margin: 0px;
			}
	
#content_side li a {
	color: #34517c;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 105%;
	display: block;
	padding: 6px 5px 6px 20px;
	width: 175px;
	font-weight: normal;
	}
	
#content_side li a:hover {
	color: #003358;
	font-weight:bold;

	}


#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}

/*------------- footer ----------------- */

#footer_wrapper{
	width: 100%;
	padding: 0px;
	background-color: #282828;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #c6e4ed;
	background-image: url(../_media/backgrounds/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#footer{
	text-align: center;
	width: 900px;
	margin: 0px auto;
	padding: 25px 0px;
}
#footer p{
	color: #888888;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
}

#footer a {
	color: #D8D8D8;
	font-weight: bold;
	font-size: 100%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
}
/*------------- misc elements ----------------- */

#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 400px;
	width: 98%;
	margin: 0px auto 0px auto;
}


#hearfrom {
	width: 200px;
	float:right;
	margin-top:20px;
		}

#hearfrom p {
	line-height:130%;
	}
	
	
	
#testimonial_text {
	width: 500px;
	position: absolute;
	top: 0px;
	left:0px;
	}	
	
.gallery-box{float:left; width:315px; margin:20px 0;}
.gallery-box a{border:none; text-decoration:none; font-weight:bold !important;}

#gallery-wrap{width:600px; margin:0 auto;}
#gallery-wrap img{margin-bottom:5px;}
.gallery-1-column, .gallery-3-column, .gallery-center-column, .gallery-left-column, .gallery-right-column{text-align:center; font-weight:bold; margin-bottom:10px;}
.gallery-left-column{float:left; width:269px;}
.gallery-right-column{float:right; width:269px;}
.gallery-1-column{width:50%; text-align:center; margin:0 auto;}
.gallery-3-column{float:left; width:30%; padding:10px; text-align:center;}

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right, #mapContainer, form, #gallery-wrap img {
	background-color: #eff6fa;
	border-top: solid #34517c 4px;
	border-right: solid #34517c 4px;
	border-bottom: solid #3b81a7 4px;
	border-left: solid #3b81a7 4px;
	margin-bottom: 10px;
	padding: 4px;
	}
	
.image_right {
	float: right;
	margin-left:15px
	}
	
.image_left {
	float: left;
	margin-right:15px
	}

.image_center {
	margin: 0px auto 5px auto;
	}

.swf_center {
	margin: 0px auto 5px auto;
	width: 460px;
	height: 160px;
	}

.swf_impacted {
	margin: 0px auto 5px auto;
	width: 480px;
	height: 350px;
	}

.module_right {
	float: right;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-left:10px
	}	

.module_right h2, .module_left h2, .module_center h2 {
	background-color: #4799bb;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}
	
.module_left {
	float: left;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-right:10px
	}	

.module_center {
	margin: 0px auto 10px auto;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}	
.article-left{float:left; width:130px; margin:10px 5px; text-align:center;}




	
/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center;
	}

.text_left {
	text-align: left;
	}

.text_right {
	text-align: right;
	}

/*  DESIGN ELEMENTS */
	
.dashed_line{
	background-image: url(../_media/common_assets/dashed_line_grey.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	clear: both;
	}

.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight:bold;
	text-align: center;
	line-height: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}
.float_left{
	float: left;
}

.float_right{
	float: right;
}

.pullquote_right {
	width: 200px;
	margin: 10px 0 10px 15px;
	float: right;
	border-right: 3px solid #3b81a7;
	padding: 10px 10px 10px 0;
	font-style:italic;
	font-weight:normal;
	font-size: 110%;
	line-height:160%;
	color: #3b81a7;
	text-align:right;
	}
	
	
.pullquote_left{
	width: 200px;
	margin: 10px 15px 20px 0px;
	float: left;
	border-left: 3px solid #3b81a7;
	padding: 10px 0px 10px 10px;
	font-style:italic;
	font-weight:normal;
	font-size: 110%;
	line-height:160%;
	color: #3b81a7;
	text-align:left;
	}	


.highlight {
	background-color: #b6e1ee;
	border-top: solid #34517c 4px;
	border-right: solid #34517c 4px;
	border-bottom: solid #3b81a7 4px;
	border-left: solid #3b81a7 4px;
	width: 85%;
	margin: 15px auto 15px auto;
	padding: 10px 10px 15px 10px;
	}

h2.highlight {
	font-style:italic;
	color: #3b81a7;
	line-height: 170%;
	text-align:center;
	font-weight:normal;
	}
	
.highlight p {
	/*color: #eff6fa;*/
	}

.meet_doc {
	width: 220px;
	text-align:center;
	margin:0 auto 15px auto;
	float:left;
	}

.meet_doc2 {
	width: 170px;
	text-align:center;
	float:left;
	margin: 0 5px 15px 50px;
	}	

#content_side .meet_doc p, #content_side .meet_doc2 p  {
	text-align:center;
	font-size:90%;
	font-weight: bold;
	}

#content_side .meet_doc p a, #content_side .meet_doc2 p a {
	text-decoration:none;
		}
		
#content_side .meet_doc p a:hover, #content_side .meet_doc p a:hover {
	color: #111111;
	}		


		
a img, a:link img, a:visited img, a:hover img, a:active  img {
	background-color: #eff6fa;
	border-top: solid #34517c 4px;
	border-right: solid #34517c 4px;
	border-bottom: solid #3b81a7 4px;
	border-left: solid #3b81a7 4px;
	padding: 4px;
		}		
		

.return {
	text-align: left;
	position:absolute;
	top: 375px;
	left: 5px;
	}


.three-column {
	width: 30%;
	padding: 0 10px;
	float:left;
	}
.clear{clear:both;}
/*  End CSS Classes   */

