body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #c5b7b6;
	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%;
	background-color:#C5B7B6;
	background-image: none;
	background-position: center top;
	background-repeat: repeat-y;
    }
	
* html #wrapmaster {
	height:100%;
	}

#client_header {
	display: none;
	text-align: left;
	width: 750px;
	float: left;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	z-index: 1000;
}

#graphicHeader{
	width:765px;
	height:55px;
	margin:0px;
	padding:0px 0px 0px 0px;
}

/*  THESE STYLES ARE SPECIFIC TO THE 'ADVANCED' CSS STRUCTURE */
#wrap {
	width: 760px;
	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: 760px;
	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: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
/*  END 'ADVANCED' CSS STRUCTURE STYLES */
/*  BASIC TEXT FORMATING */
p {
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	text-align: justify;
	line-height: 150%;
	}

h1 {
	color: #885949;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #885949;
	text-align: left;
	margin-top:0px;
	}
	
h2, .htwo {
	color: #885949;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 140%;
	text-align: left;
	}

h3, .hthree {
	color:#83753d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 115%;
	text-align: left;
	font-weight: bold;
	letter-spacing:0.1em;
	line-height: 140%;
	}

.h3_center {
	color:#83753d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 115%;
	text-align: center;
	font-weight: bold;
	letter-spacing:0.1em;
	line-height: 100%;
	}


h4, .hfour {
	color: #4c4a4a;
	font-size: 100%;
	line-height: 130%;
	font-family: Georgia, "Times New Roman", Times;
	text-align: left;
	font-style: italic;
	letter-spacing:0.1em;
	}

a {
	color: #000000;
	}

a:hover {
	}

ul {
	list-style-image:;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times;
	line-height: 130%;
	list-style-position: outside;
	}
	
ul li {
	padding: 8px 8px 8px 0px;
	}
	
ol {
	font-family: Georgia, "Times New Roman", Times;
	line-height: 140%;
	}
	
ol li {
	padding:0px 8px 8px 0px;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}
/*  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: 760px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 10px 0px 10px 0px;
	background-color:#E7E1E1;
	background-image: none;
	background-repeat: repeat-y;
	border:5px solid #725F59;
	}

/*------------- content main ----------------- */

#content_main{
	width: 730px;
	min-height: 350px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
	right: 15px;
	}

#content_main a { color: #512828;}

#content_main a:hover  { color: #784200;text-decoration: none }

/*------------- ADVANCED = DIV is editable for AH 
                     DO NOT MOVE or delete    ----------------- */

#advanced {
	margin:0px 0px 20px 0px;
	}


/*------------- subnav ----------------- */

#subnav {
	background-color:#B9ABAA;
	padding:4px;
	margin:0px 0px 10px 0px;
}

#subnav h2 {
	font-family: Georgia, "Times New Roman", Times;
	font-size:110%;
	color:#47322F;
	}

#subnav p {
	text-align:center;
	}

#subnav a {
	color:#1e1e1e;
}

#subnav a:hover  {
	color:#41312E;
	}

/*------------- content side ----------------- */


#content_side{
	float: right;
	width:156px;
	height: 350px;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	right: 14px;
	}

#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: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
    }
	
#content_side h2 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;	
	}
	
#content_side ul {
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
#content_side li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: url(none);
	}
	
#content_side li a {
	color: #000000;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 94%;
	display: block;
	padding: 6px 0px 6px 15px;
	width: 148px;
	font-weight: normal;
	border-bottom: solid #000000 1px;
	}
	
#content_side li a:hover {
	}

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}


/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 770px;
	padding: 0px;
	background-color:#4E3835;
	margin: 0px auto 10px auto;
}

#seo_footer{
	text-align: center;
	width: 730px;
	margin: 0px auto 10px auto;
	padding:0px 0px 0px 0px;
	border-top:1px solid #CCC;
}

#seo_footer p {
	color:#fff;
	padding: 0px 0px 4px 0px;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

#seo_footer a {
	color:#fff;
	padding: 0px 3px 4px 3px;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

#footer{
	text-align: center;
	width: 750px;
	margin: 0px auto 10px auto;
	padding:0px 0px 10px 0px;

}
#footer p{
	color: #fff;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
}

#footer a, .copyright {
	color: #fff;
	font-weight: bold;
	font-size: 80%;
	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: 97%;
	margin: 0px auto 0px auto;
}

/*------------- BOXES - Class ----------------- */
.box {
	border:double black 4px;
	padding:0px 10px 0px 10px;
	background-color:#FFF;
	}

.box_left {
	border:double black 4px;
	padding:0px 10px 0px 10px;
	background-color:#FFF;
	width:300px;
	float:left;
	margin-right:10px;
	}

.box_right {
	border:double black 4px;
	padding:0px 10px 0px 10px;
	background-color:#FFF;
	width:300px;
	float:right;
	margin-left:10px;
	}

.thickbox {
	border:solid #96725C 5px;
	padding:0px 10px 0px 10px;
	background-color:#FFF;
}

.thickbox_right {
	border:solid #96725C 5px;
	padding:0px 10px 0px 10px;
	background-color:#FFF;
	width:300px;
	float:right;
	margin-left:10px;
}

.thickbox_left {
	border:solid #96725C 5px;
	padding:0px 10px 0px 10px;
	background-color:#FFF;
	width:300px;
	float:left;
	margin-right:10px;
}

/*    BOXES ->>> eliminate these <<< divs    */

#box {
	border:double black 4px;
	padding:0px 10px 0px 10px;
	background-color:#FFF;
	}

#thinbox {
	border:double black 4px;
	padding:0px 10px 0px 10px;
	background-color:#FFF;
	}

#thickbox {
	border:solid #96725C 5px;
	padding:0px 10px 0px 10px;
	background-color:#FFF;
}

#thickbox_right {
	border:solid #96725C 5px;
	padding:0px 10px 0px 10px;
	background-color:#FFF;
	width:300px;
	float:right;
	margin-left:10px;
}

#thickbox_left {
	border:solid #96725C 5px;
	padding:0px 10px 0px 10px;
	background-color:#FFF;
	width:300px;
	float:left;
	margin-right:10px;
}

/*  original chart class   */
.chart { background-color: white; padding: 5px; border: solid 1px #000 }

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right, #mapContainer {
	background-color: #968784;
	border: solid #000000 1px;
	margin-bottom: 5px;
	padding: 4px;
	}
	
.image_right, .blk_right {
	float: right;
	margin-left:10px;
	}
	
.image_left, .blk_left {
	float: left;
	margin-right:10px;
	}

.image_center {
	margin: 0px auto 5px auto;
	}

.dotted_line {
	border-bottom:2px dotted #555;
	margin: 30px auto 10px auto;
	}

.blk_left, .blk_right, .blk_border{ 
	border: solid 1px black 
	}

/*  original image class   */	

.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: #666666;
	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 10px 10px 10px;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}	

	
/*  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;
}
.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;
	}
	
/*pullquotes*/

.pullquote_right{
	text-align: right;
	font-style: italic;
	display:block;
	border-right: 3px solid #000000;
	padding: 6px 10px 6px 6px;
	background-color: #EEEEEE;
}
.pullquote_right p, .pullquote_right_small p{
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
	line-height: 150%;
}
.pullquote_left{
	text-align: left;
	font-style: italic;
	display:block;
	border-left: 3px solid #000000;
	padding: 6px 6px 6px 10px;
	background-color: #EEEEEE;
}
.pullquote_left p, .pullquote_left_small p{
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
	line-height: 150%;
}

.pullquote_right_small{
	text-align: right;
	font-style: italic;
	display:block;
	border-right: 3px solid #000000;
	padding: 6px 10px 6px 0px;
	background-color: #EEEEEE;
	float: right;
	width: 40%;
	margin: 0px 0px 12px 10px;
}

.pullquote_left_small{
	text-align: left;
	font-style: italic;
	display:block;
	border-left: 3px solid #000000;
	padding: 6px 10px 6px 10px;
	background-color: #EEEEEE;
	width: 40%;
	float: left;
	margin: 0px 10px 12px 0px;
}

/*----- OTHER -----s*/

.column_right {
	float: right;
	width: 48%;
	position: relative;
	}
.column_left {
	float: left;
	width: 48%;
	position: relative;
		}

/*------------- seo locations ----------------- */

.separator {
	border-top:solid 2px #968482;
	margin:10px auto 10px auto;
	padding:0px;
	width: 730px;
}


a[href^="tel:"], a[href^="tel:"]:hover {
	font-size: inherit !important;
	cursor: text !important;
	color: inherit !important;
	font-weight: inherit !important;
	text-decoration: inherit !important;
	background: none !important;
}





