body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #F8F7E6;
	background-image: url(../_media/markers/horz_bg_int.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body#interior {
	background-color: #E9E2D3;
}

.index {
	background-image: url(../_media/markers/horz_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #FDFDF8;
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
    }


#wrapmaster_index {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	background-image:url(../_media/markers/vert_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
    }


	
* html #wrapmaster {
	height:100%;
	}

/*  THESE STYLES ARE SPECIFIC TO THE 'ADVANCED' CSS STRUCTURE */
#wrap {
	width: 832px;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	text-align:left;
	background-image: url(none);
	background-repeat: repeat-y;
	}

#wrapcenter	{
	padding: 0px;
	width: 850px;
	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: 850px;
	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: url(../_media/backgrounds/bg_content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
/*  END 'ADVANCED' CSS STRUCTURE STYLES */
/*  BASIC TEXT FORMATING */
p {
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #28390B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AE9169;
	text-align: left;
	margin-top:0px;
	}
	
h2 {
	color: #643609;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	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: #AE9169;
	}

#content-main a {
	color: #AE9169;
	}

a:hover {
	color: #3e5a11;
	}

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: 4px 4px 4px 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 img {
	border: none;
}
	
a:hover img {
	border: none;
	background: none;
	} 

a:link img {
	border: none;
	background: none;
	}
/*  CSS IDs   */

/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 850px;
	height: 395px;
	padding: 0px;
	}
#home #header {
	height: 515px;
}	

/*------------- content section ----------------- */

#content_bg{
	width: 100%;
	background-color: #E9E2D3;
}

#content_wrapper{
	width: 850px;
	text-align: center;
	background-image: url(../_media/markers/vert_bg_int.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}

#home #content_wrapper {
	padding-top: 0px;
	padding-bottom: 0px;
}	

#content_wrapper_index{
	width: 850px;
	text-align: center;
	background-image:url(../_media/markers/vert_bg.jpg);
	background-repeat: repeat-y;
	height:700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

/*------------- content main ----------------- */

#content_main{
	width: 550px;
	min-height: 350px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
	left: 35px;
	}

#seo {
	position: relative;
	float: left;
	width: 550px;
	left: 32px;
}


/*------------- content side ----------------- */


#content_side{
	float: right;
	right: 25px;
	width:230px;
	height: auto;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	}

#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side p{
	text-align: left;
	font-size: 120%;
	color: #66370A;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
    }
	
#content_side h1 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
    }
	
#content_side h2 {
	color: #66370A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
	left: 5px;
	}
	
#content_side ul {
	text-align: left;
	list-style-type: circle;
	color: #3E3123;
	}
	
#content_side li a {
	color: #57613B;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 100%;
	}
	
#content_side li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);

/*------------- btm_links ----------------- */
	}

#btm_links{
	position: relative;
	left: 9px;
	top: 2px;
	z-index: 99;
	width: 800px;
	height: 26px;
	padding: 0px;
	margin: 0px auto 0px auto;
	}

/*------------- footer ----------------- */
#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px 0px 3px 0px;
	background: url(../_media/markers/footer_bg.gif) repeat-x;
	clear:both;
}
#interior #footer_wrapper {
	height: 120px;
}

#footer{
	display:none;
}

#footer_index{
	position: relative;
	text-align: center;
	width: 850px;
	height: 90px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer p, #footer_index p{
	color: #3E3123;
	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: 25px;
	width: 570px;
	left: 25px;
	float: left;
}

#footer a, #footer_index p {
	color: #AE9169;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}


#footer a:hover, #footer_index a:hover {
	text-decoration: underline;
	color: #3e5a11;
}

#footer_right {
	float:right;
	width:250px;
	height:80px;
	}
	
#footer_right p {
	float:none;
	color:#28390B;
	width:225px;
	padding:0px 50px 0px 0px;
	margin:0px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size: 90%;
	}
	
#footer_right hr {
	border:none 0;
	width:50%;
	border-top:3px double #66370A;
	height:3px;
	margin: 0px auto 0px auto;
	clear:both;
	position:relative;
	
	}	
	



/*------------- misc elements ----------------- */

#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 400px;
	width: 98%;
	margin: 0px auto 0px auto;
}

#contact_form p {
	font-size:90%;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
	width:220px;
	}

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right, #mapContainer {
	background-color: #f3f0de;
	border: solid #3c3d14 1px;
	margin-bottom: 5px;
	padding: 4px;
	}
	
.image_right {
	float: right;
	margin-left:10px
	}
	
.image_left {
	float: left;
	margin-right:10px
	}

.image_center {
	margin-top:0px;
	margin-right:10px;
	margin-bottom:5px;
	margin-left: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, .module_left h2, .module_center h2 {
	background-color: #4C4E15;
	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;
	}	

.module_link a:hover {
	background: none;
}

	
/*  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, #content_side p.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;
	}

/*  End CSS Classes   */
/*  Client_Spec_TYPE 2.0 specific styles   */

#client_header {
	display: none;
}

#noflash #client_header {
	display:block;
	margin:0 auto;
	width:800px;
	z-index:9000;
	position:relative;

}
#noflash #client_header h1,#noflash #client_header h2,#noflash #client_header h3,#noflash #client_header p{
	display: none;
}
#noflash #client_header ul{
	display:block;
	z-index:9000;	
}
#noflash #client_header #client_name{
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	color:#fff;
	position:absolute;
	top:12px;
	right:22px;
	display: none;
}
#noflash #client_header #specialty{
	display: none;
}
#noflash #client_header #location{
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#fff;
	position:absolute;
	top:286px;
	right:38px;
	display: none;
}
#noflash #client_header #phone{
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#242424;
	position:absolute;
	top:302px;
	left:39px;
	display: none;
}
#noflash #header{
	background-image: url(../_menu/topbar.jpg);
	background-repeat: no-repeat;
	}
#noflash #home #header{
	background-image: url(../index.jpg);
	background-repeat: no-repeat;
	}

#noflash #footer{
	background-image: url(../_menu/bottombar.jpg);
	background-repeat: no-repeat;
	}
#home #footer_wrapper {
	background-image: url("../_media/markers/vert_bg.jpg");
	background-repeat: repeat-y;
	position: relative;
	text-align: center;
	width: 850px;
	height: 90px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#home #footer{
	display:none;
	width:0px;
	height:0px;
}
#noflash #home #footer{

	}
#footer_links{
	  color: #3E3123;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    left: 25px;
    line-height: 14px;
    margin: 0;
    padding: 0 0 4px;
    position: relative;
    text-align: center;
    top: 25px;
    width: 570px;
}
#interior #footer_links {
	float:none;
	top: 0px;
	left:9px;
}
#interior #footer_links {
	text-align: center;
	width: 850px;
	background: url(../_media/markers/footer.jpg) center bottom no-repeat;
	height: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -39px;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
}
#footer_links p{
	color: #674B30;
	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;
}
#interior #footer_links p {
	width: 570px;
	position: relative;
	left: 25px;
	top: 25px;
}

#footer_links a {
	color: #AE9169;
	font-size: 80%;
  font-weight: bold;
  text-decoration: underline;
}


#footer_links a:hover {
	text-decoration: underline;
	color: #3e5a11;
}

/*  END Client_Spec_TYPE 2.0 specific styles   */
