body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #E9DFB1;
	background-image: url(../_media/backgrounds/bg_horiz.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%;
	}

#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:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #9B5030;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9B5030;
	text-align: left;
	margin-top: 18px;	
	}

h2 {
	color: #9B5030;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	}

h3 {
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	}

h4 {
	color: #21344E;
	font-size: 125%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	width: 90%;
	}

a {
	color: #696E56;
	text-decoration: none;
	border-bottom: 1px dotted #696E56;
	}

a:hover {
	background-color: #b4bc93;
	color: #FFFFFF;
	}

ul {
	list-style-position: outside;
	margin: 0px 0px 20px 25px;
	padding: 0px;
	}
	
ol {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	}
	
li {
	margin-bottom: 8px;
	list-style-image: url(../_media/common_assets/arrow_transparent_bg.gif);
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .module_left, .module_center, .module_right, #mapContainer {
	background-color: #F1EAD4;
	border: solid #9B5030 1px;
	margin-bottom: 5px;
	padding: 3px;
	}
	
.image_right {
	float: right;
	margin-left:10px
	}
	
.image_left {
	float: left;
	margin-right:10px
	}

.image_center {
	margin: 5px 5px 5px 5px;
	}

.swf_center {
	margin: 0px auto 5px auto;
	width: 460px;
	height: 160px;
	text-align: center;
	}

.swf_impacted {
	margin: 0px auto 5px auto;
	width: 480px;
	height: 350px;
	border-left: none;
	border-right: none;
	border-top: 1px dotted #7A1501;
	border-bottom: 1px dotted #7A1501;
	padding-top: 8px;
	padding-bottom: 8px;
	}

.module_right {
	float: right;
	width: 275px;
	height: auto;
	padding: 0px 0px 5px 0px;
	margin-left:10px
	}	
	
.module_left {
	float: left;
	width: 275px;
	height: auto;
	padding: 0px 0px 5px 0px;
	margin-right: 10px;
	}	

.module_center {
	margin: 0px auto;
	width: 90%;
	height: auto;
	padding: 0px 0px 10px 0px;
	}	

.module_right h2, .module_left h2, .module_center h2 {
	background-color: #9B5030;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px;
	margin: 0px;
	}

.module_right p, .module_left p, .module_center p {
	padding-left: 8px;
	padding-right: 8px;
	}
	
	
/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center
	}

.text_left {
	text-align: left
	}

.text_right {
	text-align: right
	}

/*  End CSS Classes   */	


/*  CSS IDs   */	


/*------------- home section ----------------- */

#home{
	text-align: right;
	width: 800px;
	margin: 0px auto 0px auto;
	position: relative;
	padding: 150px 0px 20px 0px;
}

/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 800px;
	padding: 0px;
	}

/*------------- content section ----------------- */

/*------------- content main ----------------- */
#content_wrapper{
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-image: url(../_media/backgrounds/bg_content.gif);
	background-repeat: repeat-y;
	background-color: #E9DFB1;
	background-position: top center;
	}

/*------------- content main ----------------- */

#content_main{
	width: 560px;
	min-height: 400px;
	text-align: left;
	margin: 0px auto 0px auto;
	float: right;
	position: relative;
	right: 27px;
	padding-bottom: 20px;
	}

#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;
	}
	
#content_footer{
	width: 800px;
	margin: 0px auto 0px auto;
	background-image: url(../_media/backgrounds/bg_content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

/*------------- content side ----------------- */


#content_side{
	float: left;
	width: 170px;
	height: 400px;
	min-height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	display: inherit;
	position: relative;
	left: 26px;
	}

#content_side p{
	text-align: left;
	font-size: 100%;
	color: #333333;
    }
	
#content_side h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
	color: #939976;
	margin: 16px  0px 16px 0px;
	padding: 0px  0px 5px 0px;
	}
	
#content_side ul {
	text-align: left;
	padding-bottom: 20px;
	}
	
#content_side li a {
	border-bottom: none;
	}
	
#content_side li a:hover {
	}
	
#content_side .text_center {
	text-align: center	}
	


/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
	background-image: url(../_media/backgrounds/bg_footer.jpg);
	background-repeat: repeat-x;
}

#footer{
	text-align: right;
	width: 800px;
	margin: 0px auto 0px auto;
	position: relative;
}

#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;
}

#footer a {
	color: #9B5030;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	border-bottom: none;
}


#footer a:hover {
}

/*------------- misc styles ----------------- */
#float_left{
	float: left;
}

#float_right{
	float: right;
}

#column_right {
	float: right;
	width: 47%;
	position: relative;
	}
	
#column_left {
	float: left;
	width: 47%;
	position: relative;
		}
.left_column {
}
#mapContainer {
	height: 400px;
	width: 98%;
	margin: 0px auto 0px auto;
}

.dotted_line {
	border-top: 1px dotted #7A1501;
}

.dotted_left {
	border-left: 1px dotted #7A1501;
	margin-left: 10px;
	padding-left: 5px;
}

.dotted_right {
	border-right: 1px dotted #7A1501;
	margin-right: 10px;
	padding-right: 5px;
}
 .smaller_h1 {
 	font-size: 180%
 }
