body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #DFE2BC;
	background-image: url(../_media/backgrounds/NEWbg.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%;
    }
	
* 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;
}
/*  BASIC TEXT FORMATING */
p {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	margin: 0 0 10px 0;
	}

p.indexp {
	margin: 0 0;
	padding: 0;
	color:#003366;
	font-weight: bold;
	}	
	

h1 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
	margin:25px 0 25px 15px;
	width: 425px;
	padding: 0;
	}
h1.index {
	margin: 0 0 15px 15px;
	padding: 0px 0 0 0px;
	width: 415px;
	border: none;
	}
	
* html h1 {
	margin-top:20px;
	}

h2 {
	color: #213151;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	margin: 20px 0 15px 0;
	}
	
h2.faux_h1 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 115%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
	margin:25px 0 25px 15px;
	width: 425px;
	padding: 0;
	}	

h3 {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-align: left;
	font-weight: bold;
	margin:15px 0 0 0;
	}

h4 {
	color: #21344E;
	font-size: 125%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	width: 90%;
	}

a {
	color: #213151;
	}

a:hover {
	color: #111;
	}

ul {
	list-style-image:none;
	list-style-type:disc;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	}
	
ul li {
	padding: 8px 8px 8px 0px;
	color:#111;
	}
	
ol {
	padding:0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	margin-left: 15px;
	}
	
ol li {
	padding:0px 8px 8px 0px;
	}
	
dl {
	margin-left: 15px;
	margin-right: 15px;
	}
	
	
dl dt {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	}	
	
dl dd {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
	
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}
hr {
	width: 75%;
}
	
strong {
	font-size:95%;
	font-weight:bold;
	color: #111;
	}
	
span.strong {	
	font-size:95%;
	font-weight:bold;
	}	

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right, #mapContainer {
	margin-bottom: 5px;
	padding: 4px;
	}
	
.image_right {
	float: right;
	margin-left:10px;
	margin-right:15px;
	}
	
.image_left {
	float: left;
	margin-right:10px;
	margin-left:15px;
	}

.image_center {
	margin: 0px auto 5px auto;
	border: none;
	text-align: center;
	}
	
.image_dr {
	margin-top: 10px;
	padding: 5px;
	background-color:#f1f1e1;
	border: 4px double #4778a7;
	}	
	
#content_main .image_center img {
	padding: 5px;
	border: 2px solid #556779;
}

.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;
	margin-right: 15px;
	}	

.module_right h2 {
	background-color: #88B89F;
	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;
	margin-left: 15px;
	}	

.module_left h2 {
	background-color: #88B89F;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px 5px 10px;
	margin: 0 15px 0 0;
	}

.module_center {
	margin: 0px 10px 10px 10px;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}	

.module_center h2 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align: left;
	background-color: #C68A74;
	margin: 0;
	}

	
/*  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: 12px;
	text-align: center;
	line-height: 15px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #333333;
}
.callout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #3d516f;
	width: 40%;
	float: right;
	text-align: right;
}
#wrapmaster #content_wrapper #content_main .standout_center {
	font-size: 105%;
	color: #3d516f;
	background-color: #C2DBCE;
	width: 75%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 5px double #3b4f45;
	padding: 8px 0;
	;
}

/*  End CSS Classes   */	


/*  CSS IDs   */	


/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	width: 817px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 817px;
	text-align: center;
	background-image: url(../_media/backgrounds/bg_content.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}

/*------------- content main ----------------- */

#content_main{
	width: 650px;
	min-height: 350px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
	right:6px;
	background-image:url(../_media/backgrounds/bg_main.gif);
	background-repeat:repeat-x;
	}
	
#content_main h2, #content_main h3, #content_main p {
	margin-left: 15px;
	margin-right: 15px;
	} 	

#presentation_buttons ul {
	list-style-image:url(../_media/common_assets/platter.gif);
	list-style-position: inside;
	margin:0;
	padding:5px 0 0 0;
	text-align:center;
	}



#presentation_buttons ul li {
	display:inline;
	}
	
#presentation_buttons ul li a{
	text-decoration:none;
	font-size:85%;
	color: #ffffff;
	padding: 3px 3px;
		}	
		
#presentation_buttons a:hover{
	color: #3d516f;
	}		

#form {
	float:right;
	margin: 25px 15px 10px 15px;
	padding:0;
	background-color: #88b89f;
	}
	
#form h2 {
	color: #ffffff;
	margin:5px 5px 5px 15px;
	padding:0;
	}	
	
#form input, #form textarea {
	font-size: 90%;
	color: #98989b;
	}	
 
#form input.submit {
	background-color:#dcdfb6;
	color: #3d516f;
	}


/*------------- content side ----------------- */


#content_side{
	float: left;
	width:151px;
	/*height: 500px;*/
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	left: 9px;
	padding: 0 ;
	}

#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side p{
	text-align: left;
	font-size: 100%;
	color: #333333;
    }
	
#content_side h1 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
    }
	
#content_side h2 {
	color: #1c82b1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;    
	
	}
	
#content_side ul {
	list-style-image:none;
	list-style-type:none;
	text-indent: 0;
	margin:0;
	padding:0;
	}
	
#content_side ul li {
	margin:0;
	padding:0;	
	}
	
#content_side li a {
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 100%;
	display:block;
	margin:0;
	padding:0;
	}
	
#content_side li a:hover {
	text-decoration: none;
	}
	
	
#module_buttons {
	background-color: #c2dbce;
	}	
	
#module_buttons ul {
	
	}
	
#module_buttons	ul li{
	border-bottom: solid 2px #88b89f;
	}
	
#module_buttons li a{
	padding: 5px 0 5px 15px;
	color: #000000;
	}
#module_buttons a:hover{
	background-color:#d0e0f0;
	text-decoration:none;
	}		

	

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
	
#side_nav {
	padding:0;
	margin:0;
	}
	
#side_nav h2 {
	color: #111;
	font-size: 85%;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:20px 0 8px 5px;
	padding:0;
	}
	
#side_nav ul li {
	border-bottom: solid 1px #000;
	}
	
#side_nav li a {
	padding: 5px 0 5px 15px;
	color: #000;
	font-size:90%;
	}
#side_nav a:hover {
	background-color:#d0e0f0;
	text-decoration:none;
	}		
		 	

/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
		}

#footer{
	text-align: right;
	width: 800px;
	margin: 0px auto 0px auto;
	position: relative;
	padding-top:40px;
	}
#footer p{
	color: #000000;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	/*position: relative;
	top: 40px;*/
}

#footer hr{
	margin:5px auto;
	width: 75%;
	color: #3b4f45;
	background-color:#3b4f45;
	}


#footer a {
	color: #000000;
	font-weight: bold;
	font-size: 100%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
}


#index_content {
	text-align: justified;
	width: 800px;
	margin: 15px auto;
	background-image:url(../_media/backgrounds/bg_main.gif);
	background-repeat:repeat-x;
	background-color:#8fb6db;
	}

#index_content h2, #index_content h3, #index_content p {
	margin-left: 15px;
	margin-right: 15px;
	} 	


/*------------- misc styles ----------------- */
#float_left{
	float: left;
}

#float_right{
	float: right;
}

.dr_right {
	float: right;
	margin: 0 15px 5px 15px;
	}


#highlight {
	border: solid #C68974 1px;
	background-color: #EFE6CD;
	width: 97%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	}
#column_right {
	float: right;
	width: 30%;
	position: relative;
	text-align: left;
	}
#column_left {
	float: left;
	width: 30%;
	position: relative;
	text-align: left;
		}
#column_right a, #column_left a {
	text-decoration: none;
}

#column_left_sitemap {
    float: left;
	width: 35%;
	position: relative;
	text-align: left;
	margin-left:20px;
		}

#column_right_sitemap {
    float: right;
	width: 35%;
	position: relative;
	text-align: left;
	margin-right:20px;
		}		
#column_right_sitemap a, #column_left_sitemap a {
	text-decoration:none;
	}

#column_right_sitemap li:hover, #column_left_sitemap li:hover { 
	background-color: #c5daed;
	}
	
		
#col_right_display {
	float: left;
	width: 25%;
	text-align: left;
	margin-left: 20px;
	}
#col_left_display {
	float: left;
	width: 25%;
	text-align: left;
	margin-left: 20px;
		}		
		
#col_image {
	float: left;
	width: 40%;
	text-align: center;
	margin-left: 20px;
	}		
		
#mapContainer {
	height: 400px;
	width: 98%;
	margin: 0px auto 0px auto;
}

.move_left li{
	list-style-position:inside;
	margin-left: 15px;
	}
	
.callout h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	text-align: right;
}
.float_right {
	text-align: center;
	float: right;
	width: 145px;
	padding: 15px;
}
.float_left{
	text-align:center;
	float: left;
	margin: 15px 0 20px 15px;
	padding:0;
	}
	
	
.red_link{
	color:#FF0000;
}

.red_link a:hover{
	color:#FF0000;
}

#photo_columns{
	width:534px;
}