body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #C7CDA9;
	height:100%;
	color:#AD9B73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
}
html{
	height:100%;
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	background-image: url(../_media/backgrounds/bg_vert.gif);
	background-position: center;
	background-repeat: repeat-y;
    }
	
* html #wrapmaster {
	height:100%;
	}

#wrap {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align:left;

	}
#wrapleft {
	padding: 0px;
	width: 0px;
	height: 0px;
	float: left;
	}
	
#wrapleft_bottom {
	width: 0px;
	height: 0px;
	float: left;
	top: 0px;
	position: absolute;
	}
	
#wrapright_bottom {
	padding: 0px;
	width: 0px;
	height: 0px;
	top: 0px;
	float: right;
	position: absolute;
	}
	
#wrapcenter	{
	padding: 0px;
	width: 800px;
	height: 100%;
	float: left;
	}
	
#wrapright	{
	padding: 0px;
	width: 0px;
	height: 0px;
	float: right;
	}

html>body#wrapcenter {
	height: auto;
	}


.clear_both{
clear:both;

	}
/*  BASIC TEXT FORMATING */
p {
	color:#54452A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	text-align: left;
	margin-top:0px;
	}

h2 {
	color: #AD9B73;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	text-align: left;
	font-weight: normal;
	}

h3 {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	}

h4 {
	color: #21344E;
	font-size: 100%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times;
	text-align: left;
	width: 90%;
	}

a {
	color: #88B8A8;
	text-decoration: none;
	border-bottom: 1px dotted #88b8a8;
	}

a:hover {
	color: #CE9A68;
	}

ul {
	}
	
ol {
	}
	
li {
	color:#54452A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-bottom: 8px;
	list-style-image: url(../_media/backgrounds/li.gif);
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, #mapContainer, .module_left, .module_center, .module_right{
	background-color: #FFFFFF;
	border: solid #AD9B73 1px;
	margin-bottom: 10px;
	padding: 3px;
	}
	
.image_right {
	float: right;
	margin-left:10px
	}
	
.fb {
	float: right;
	margin-left:10px
	}
	
	.video_right {	
	background-color: #background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 3px;
	}
	
.video_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;
	}

.module_right {
	float: right;
	width: 280px;
	height: auto;
	padding-bottom: 5px;
	margin-left:10px
	}
	
.module_left {
	float: left;
	width: 280px;
	height: auto;
	padding-bottom: 5px;
	margin-right:10px
	}	

.module_center {
	margin: 0px 10px 10px 10px;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}	

.module_right h2, .module_left h2, .module_center h2 {
	background-color: #AD9B73;
	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_right p, .module_left p, .module_center p {
	padding-left: 6px;
	padding-right: 6px;
	}
	
/*  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{
	width: 780px;
	margin: 0px auto 0px auto;
	padding-top: 40px;
	}

#home a{
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
	}

#home a:hover {
	color: #CE9A68;
	}
/*------------- header section ----------------- */


#header_wrapper{
	width: 800px;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 800px;
	height:360px;
	padding: 0px;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 800px;
	text-align: center;
	background-image: url(../_media/backgrounds/bg_content.gif);
	background-position: center top;
	background-repeat: repeat-y;	
	}

#content_header{
	width: 800px;
	margin: 0px;
	background-image: url(../_media/backgrounds/bg_content_top.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px;
	padding-top: 0px;
	}
	
#content_footer{
	width: 100%;
	margin: 0px auto 0px auto;
	}


/*------------- content main ----------------- */

#content_main{
	width: 580px;
	min-height: 350px;
	text-align: left;
	position: relative;
	float: right;
	right: 8px;
	padding-bottom: 8px;
	}


/*------------- content side ----------------- */


#content_side{
	float: left;
	width:170px;
	height: 400px;
	min-height: 100%;
	position: relative;
	left: 22px;
	text-align: left;
	padding: 40px 0px 0px 0px;
	}
	
	
#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side p{
	color: #666666;
	font-size: 90%;
    }
	
#content_side h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal; 
	color: #7FAC9F;
	text-align: center;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px dotted #7FAC9F;
	margin-top: 0px;
	}
	
#content_side a {
	color: #7FAC9F;
	border: none;
	font-size: 95%;
	}

#content_side a:hover {
	color: #CE9A68;
	}
	
#content_side ul {
	}
	
#content_side li{
	list-style-image: url(../_media/backgrounds/li_side.gif);
	margin-left: -20px;
	}
	


/*------------- footer ----------------- */
#address {
	text-align: right;
	background-image: url(../_media/backgrounds/bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 800px;
	}
#footer_wrapper{
	text-align: center;
	width: 800px;
	padding: 0px;
	background-image: url(none);
	background-repeat: no-repeat;
	margin: 0 auto;
	
}
#address p {
	text-align: right;
	padding-right: 10px;
	color: #BBAC7F;
	line-height: 110%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
}

#footer{
	width: 800px;
	height:70px;
	margin: 0px auto 0px auto;

}



/*------------- misc styles ----------------- */
#float_left{
	float: left;
}

#float_right{
	float: right;
}

#highlight {
	border: solid #4FA4ED 1px;
	background-color: #CAE3F8;
	width: 97%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	}
	
.clear_all{
	clear: both;
	width: 95%;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#mapContainer {
	width: 98%;
	margin: 0px auto;
	height: 350px;
}

.col_left {
	float: left;
	width: 49%;
}

.col_right {
	float: left;
	width: 49%;
}
.heading {
	color: #AD9B73;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	text-align: left;
	font-weight: normal;
}
.separator{
	border-top:solid 1px #AD9B73;
	padding:0px;
	width: 580px;
}

#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#address_side {
	width:150px;
}
#address_side p {
	text-align:center;
}
#address_side h3 {
	color: #7FAC9F;
	text-align:center;
	font-size: 80%; 
	text-decoration:none; 
	margin-bottom:0px;
}#quote {
	background-color: #ad9b73;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
}
#home #wrap, #home #wrapcenter, #home #header_wrapper, #home #header{
	width:100%;
	height:100%;
}
#home #wrapmaster{
	background-image:none;
}
/*  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;
	}
#home #header{
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
	display:none;
	}
#noflash #home #header_wrapper{
	background-image:url(../_media/backgrounds/bg_header.jpg);
	background-repeat:repeat-x;
	width:100%;

}
#noflash #home #header{
	width:800px;
	height:550px;
	background-image: url(../index.jpg);
	background-repeat: no-repeat;
	display:block;
	}
#home #content_wrapper{
	display:inherit;
	background-image: url(none);
	background-color: transparent;
	}
#home #content_header{
	background-image: url(none);
	background-color: transparent;
	}
#home #content_footer{
	background-image: url(none);
	background-color: transparent;
	}
#home #content_main{
	background-image: url(none);
	background-color: transparent;
	min-height: 0px;
	width: 888px;
	float: none;
	margin: 0px auto;
	right: 0px;
}
#home #content_side{
	display:none;
}
#noflash #footer{
	background-image: url(../_menu/bottombar.jpg);
	background-repeat: no-repeat;
	}
#home #footer{
	display:none;
	width:0px;
	height:0px;
}
#noflash #home #footer{

	}
#footer_links{
	width: 780px;
	text-align:center;
	margin: 0px auto 0px auto;
	padding-top: 14px;
}
#footer_links p{
	color: #333;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
}

#footer_links a {
	color: #999999;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	border: none;
}


#footer_links a:hover {
	border-bottom: dotted #533F1F 1px;
	text-decoration: none;
	background-color: #D2C9B4;
	color: #533F1F;
}

/*  END Client_Spec_TYPE 2.0 specific styles   */
