body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #AF975C;
	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: 850px;
	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: 800px;
	height: 100%;
	float: left;
	}
	

html>body#wrapcenter {
	height: auto;
	}

#wrapleft {
	padding: 0px;
	width: 10px;
	height: 200px;
	float: left;
	background-image:  url(../_media/markers/left_shadow.jpg);
	background-repeat: no-repeat;
	}
	
#wrapright	{
	padding: 0px;
	width: 10px;
	height: 200px;
	float: right;
	background-image: url(../_media/markers/right_shadow.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;
}

#staff {
	text-align: center;
}

#staff img {
	background-color: #D5BD75;
	border: 1px solid #795629;
	margin-bottom: 4px;
	padding: 4px;
	}
.left {
	float: left;
	width: 140px;
	clear: left;
	position: relative;
	left: 75px;
	height: 250px;
}
.right {
	float: right;
	width: 140px;
	position: relative;
	right: 75px;
	clear: right;
	height: 250px;
}
.left p {
	text-align: center;
}
.right p {
	text-align: center;
}



/*  BASIC TEXT FORMATING */
p {
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #45211B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #472118;
	text-align: left;
	}

h2 {
	color: #783214;
	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: #94481E;
	}

a:hover {
	color: #543C1D;
	}

ul {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	color: #3E3123;
	text-align: left;
	}
	
ul li {
	line-height: 16px;
	}
	
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: #D5BD75;
	border: 1px solid #795629;
	margin-bottom: 5px;
	padding: 4px;
	}
	
.image_right {
	float: right;
	margin-left:10px
	}
	
.image_left {
	float: left;
	margin-right:10px
	}

.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 {
	background-color: #C68A74;
	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;
}
.img_right {
	clear: none;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000000;
}

/*  End CSS Classes   */	


/*  CSS IDs   */	


/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 800px;
	padding: 0px;
	}
#seo {
	clear: both;
	width: 820px;
	padding: 15px;
}
#homefooter {
	text-align: center;
}

/*------------- content section ----------------- */

#content_wrapper{
	width: 850px;
	text-align: center;
	background-image: url(../_media/markers/vert_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

/*------------- content main ----------------- */

#content_main{
	width: 565px;
	min-height: 350px;
	text-align: left;
	margin: 0px;
	float: right;
	position: relative;
	background-image: url(../_media/markers/right.jpg);
	background-repeat: no-repeat;
	background-position: top;
	right: 46px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
#content {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*------------- content side ----------------- */


#content_side{
	float: left;
	width:180px;
	height: 200px;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	background-image: url(../_media/markers/left.jpg);
	background-repeat: no-repeat;
	background-position: top;
	left: 45px;
	}

#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side p{
	text-align: left;
	font-size: 100%;
	color: #000000;
    }
	
#content_side h1 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
    }
	
#content_side h2 {
	color: #C28327;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;    
	
	}
	
#content_side ul {
	}
	
#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;
	
	}
	

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
	


/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 850px;
	padding: 0px;
	background-repeat: repeat-y;
}

#footer{
	text-align: right;
	width: 565px;
	height: auto;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	right: 46px;
}
#footer p{
	color: #795629;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 100%;
}

#footer a {
	color: #9A6A22;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
}

/*------------- misc styles ----------------- */
#float_left{
	float: left;
}

#float_right{
	float: right;
}
#sitemap {
}
#sitemapleft {
	clear: none;
	float: left;
	width: 50%;
}
#sitemapright {
	clear: none;
	float: right;
	width: 50%;
}


/*----------- ht module ------------*/ 

#htitle { 
	background-color: #FFFFFF; 
	margin: 3px; 
	padding: 3px; 
	border: 1px solid #795629; 
} 
#htitle h2 { 
	margin: 0px; 
	padding: 0px; 
} 
#hcontent { 
	background-color: #FFFFFF; 
	height: 161px; 
	margin: 3px; 
	padding: 3px; 
	border: 1px solid #795629; 
} 
#hcontent p {
	font-weight: normal;
} 
#htrouble { 
	width: 100%; 
	margin-top: 5px; 
} 

/*------------ ht end -------------*/ 

	
/*------------- online map & driving directions -----------------*/

#highlight { 
border: 1px solid #795629; 
background-color: #EFE6CD; 
width: 95%; 
margin-top: 0px; 
margin-right: auto; 
margin-bottom: 0px; 
margin-left: auto; 
padding: 4px;
height: 245px; 
} 
#mapContainer {
	height: 200px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	border: 1px solid #795629;
}

#highlight p { 
margin: 0px; 
padding-top: 3px; 
padding-right: 3px; 
padding-bottom: 0px; 
padding-left: 3px; 
font-size: 12px; 
font-weight: bold; 
} 

#step_1 { 
background-color: #FFFFFF; 
width: 48%; 
margin: 3px; 
padding: 0px; 
clear: none; 
float: left; 
border-top-width: 3px; 
border-right-width: 1px; 
border-bottom-width: 3px; 
border-left-width: 1px; 
border-top-style: solid; 
border-right-style: solid; 
border-bottom-style: solid; 
border-left-style: solid; 
border-top-color: #795629; 
border-right-color: #795629; 
border-bottom-color: #795629; 
border-left-color: #795629; 
} 

#onmaphead { 
padding: 3px; 
background-color: #FFFFFF; 
} 

#onmaphead h2 { 
padding: 0px; 
color: #772F13; 
font-size: 12px; 
margin-top: 3px; 
margin-right: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
} 

.submit { 
background-color: #FFFFFF; 
width: 115px; 
border: 1px solid #795629; 
font-weight: bold; 
padding: 3px; 
} 

.input { 
background-color: #FFFFFF; 
border: 1px solid #795629; 
width: 99%; 
padding: 1px; 
} 

#inputcont { 
width: 100%; 
margin: 0px; 
padding: 0px; 
} 

#input { 
background-color: #FFFFFF; 
} 

#diraddress { 
padding-right: 5px; 
padding-left: 5px; 
padding-top: 10px; 
padding-bottom: 0px; 
margin-top: 5px; 
margin-right: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
border-top-width: 1px; 
border-top-style: dashed; 
border-top-color: #795629; 
border-right-color: #795629; 
border-bottom-color: #795629; 
border-left-color: #795629; 
} 

#dircity { 
margin-top: 5px; 
padding-right: 5px; 
padding-left: 5px; 
} 

#dircountry { 
margin-top: 5px; 
padding-right: 5px; 
padding-left: 5px; 
margin-bottom: 0px; 
height: 60px; 
} 

#step_2 { 
clear: none; 
float: right; 
width: 48%; 
margin: 3px; 
background-color: #FFFFFF; 
border-top-width: 3px; 
border-right-width: 1px; 
border-bottom-width: 3px; 
border-left-width: 1px; 
border-top-style: solid; 
border-right-style: solid; 
border-bottom-style: solid; 
border-left-style: solid; 
border-top-color: #795629; 
border-right-color: #795629; 
border-bottom-color: #795629; 
border-left-color: #795629; 
}
 
#submitbutton { 
background-color: #EFE6CD; 
margin-top: 217px; 
text-align: right; 
margin-right: 4px; } 

/*------------- online map end ----------------*/ 

#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
.img_left {
	clear: none;
	float: left;
	margin-bottom: 5px;
	border: 1px solid #000000;
	margin-right: 10px;
}
/*--- FREE FORM ---*/
input {
	background-color: #FFFFFF;
	border: 1px solid #795629;
}
.forminput {
	width: 400px;
	float: right;
	clear: none;
	height: 35px;
	vertical-align: bottom;
}
.formsubmit {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
	padding: 0px;
}
.formtext {
	width: 140px;
	float: left;
	clear: none;
	height: 35px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.field {
	clear: both;
	height: 50px;
}
.formtext p {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
.comfield {
	clear: both;
	height: 100px;
}
.checkinput {
	width: 400px;
	float: right;
	clear: none;
	height: 35px;
	vertical-align: bottom;
}
.spacer {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 50px;
}
.xfield {
	clear: both;
	height: 200px;
}textarea {
	background-color: #FFFFFF;
	border: 1px solid #795629;
}
