* html {
	height: 100%;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #EDD8A0;
	background-image: url(../_media/markers/horz_bg.jpg);
	background-position: center 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%;
	}

#wrap {
	width: 840px;
	padding: 0px;
	height: auto;
	text-align:left;
	background-image: url(none);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#wrapcenter	{
	padding: 0px;
	width: 820px;
	height: 100%;
	float: left;
	background-image: url(../_media/markers/vert_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	}
	
#topbg	{
	background-image: url(../_media/markers/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

html>body#wrapcenter {
	height: auto;
	}

#wrapleft {
	padding: 0px;
	width: 10px;
	height: 200px;
	float: left;
	background-image:  url(../_media/markers/left_bg.jpg);
	background-repeat: no-repeat;
	}
	
#wrapright	{
	padding: 0px;
	width: 10px;
	height: 200px;
	float: right;
	background-image: url(../_media/markers/right_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

#client_header {
	display: none;
	text-align: left;
	width: 820px;
	float: left;
	background-color: #FFFFFF;
	z-index: 1000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*  BASIC TEXT FORMATING */
p {
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

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;
	}

h2 {
	color: #FFF0CB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	}

h3 {
	color:#61271B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	}

h4 {
	color:#61271B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: normal;
	}
	
a {
	color: #8F0300;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

ul {
	list-style-image: url(../_media/common_assets/arrow_transparent_bg.gif);
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	}
	
ul li {
	padding: 8px 8px 8px 0px;
	}
	
ol {
	padding:0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	}
	
ol li {
	padding:0px 8px 8px 0px;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right {
	background-color: #FFF0CB;
	border: solid #652C1B 1px;
	margin-bottom: 5px;
	padding: 4px;
	}
	
.image_right {
	float: right;
	margin-left:10px
	}
	
.image_left {
	float: left;
	margin-right:10px
	}

.image_center {
	margin: 0px 5px 5px 5px;
	}

.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 {
	background-color: #652C1B;
	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_left h2 {
	background-color: #EDB79C;
	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: 0px;
	}

.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: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}

/*  End CSS Classes   */	


/*  CSS IDs   */	


/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 800px;
	padding: 0px;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 800px;
	text-align: center;
	background-image: url(../_media/backgrounds/bg_content_dual.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

/*------------- content main ----------------- */

#content_main{
	width: 590px;
	min-height: 450px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
	background-image: url(../_media/markers/right.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
#content {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	min-height: 100%;
}

/*------------- content side ----------------- */


#content_side{
	float: left;
	width:204px;
	height: auto;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	z-index:100;
	}

#content_side p{
	text-align: left;
	font-size: 100%;
	color: #333333;
    }
	
#content_side h2 {
	color: #FFF0CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;    
	padding-left: 4px;
	padding-top: 10px;
	}
	
#content_side ul {
	color: #FFFFFF;
	text-align: left;
	}
	
#content_side ul li {
	padding: 1px 8px 1px 0px;
}
#content_side li a {
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	}
	
#content_side li a:hover {	
	text-decoration: underline;
	}
	

/*------------- javascript menu -------------- */

#nav {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFF0CB;
	z-index: 100; 
	position: relative;
	top: 5px;
	width: 204px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}	

#nav ul {
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 120%;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	font-family: "Times New Roman", Times, serif;
	width: 204px; /* Width of Menu Items */
	
	}

#nav ul li {
	position: relative;
	list-style: none;
	list-style-image: none;	
	margin: 0px;
	padding: 0px;
	}
	
#nav li ul {
	position: absolute;
	z-index:1000;
	left: 203px; /* Set 1px less than menu width */
	top: 0px;
	display: none;
	border-bottom: 1px solid #800000;
	width: 212px;
	list-style: none;
	list-style-image: none;
	font-size: 100%;
	}

/* Styles for Menu Items */
#nav ul li a {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 3px 3px 3px 23px; 
	border-bottom: 1px solid #800000; 
	display: block; 
	width: 178px;
	position: relative;
	margin: 0px;
	font-size: 100%;
	}
	
#nav ul li a:hover { 
	color: #000000; 
	text-decoration: none; 
	background: #D1B06D; 
	display: block; 
}

/* Fix IE. Hide from IE Mac \*/
* html #nav ul li {
	float: left;
	height: 1%;
	}
* html #nav ul li a {
	height: 1%;
	}
/* End */



 /* Sub Menu Styles */		
#nav li ul li a {
	
	text-decoration: none;
	color: #000000; /* IE6 Bug */
	padding: 2px 6px 2px 6px;
	border: 1px solid #800000;
	border-bottom: 0;
	background-color: #FFF0CB;
	display: block;
	width: 200px;
	font-size: 100%;
}

#nav li ul li a:hover {
	background: #D1B06D; 
	
}

 /* The magic */		
#nav li:hover ul, li.over ul {
	display: block;
	width: 214px;
	}
	
/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
}

#footer{
	width: 590px;
	height: 80px;
	position: relative;
	float: right;
}
#footer p{
	color: #993300;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	position: relative;
	top: 20px;
}

#footer a {
	color: #8F0300;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
}

/*------------- misc styles ----------------- */
#float_left{
	float: left;
}

#float_right{
	float: right;
}

#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: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 400px;
	width: 500px;
	margin: 0px auto 0px auto;
	border: solid #000000 1px;
}
#content_main ul {
	color: #3E3123;
	}
#sitemap_left {
	float: left;
	width: 50%;
	}
#sitemap_right {
	float: right;
	width: 50%;
	}
.text_indent{
	padding-left:20px;
	font-style:italic;
}.float-left {
	float: left;
	width: 250px;
	padding: 0px;
	margin-right: 15px;
}
#subnav-lists ul li {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 95%;
}
#subnav-lists {
	margin-top: 50px;
}
#subnav-lists ul {
	padding-left: 12px;
	list-style-type: disc;
}
#subnav-lists h3 {
	padding-right: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.pbhs {
	color: #8F0300;
	font-weight: bold;
	font-size: 80%;
}