body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #f7e09d;
	background-image: url(../_media/backgrounds/bg_horiz.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color:#190000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	margin:0px auto 0px auto;
	background-image: url(../_media/backgrounds/index_wrap.gif);
	background-repeat: repeat-y;
	background-position:top center;
    }
	
* html #wrapmaster {
	height:100%;
	}

#wrap {
	width: 840px;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	text-align:center;
	}

#wrapcenter	{
	padding: 0px;
	width: 800px;
	height: 100%;
	margin: 0px auto;
	position: relative;
	}	

html>body#wrapcenter {
	height: auto;
	}

*html #wrapcenter {
	margin-top: -540px;
	}

#wrapleft {
	padding: 0px;
	width: 20px;
	height: 540px;
	float: left;
	background-image:  url(../_media/backgrounds/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
	
#wrapright	{
	padding: 0px;
	width: 20px;
	height: 540px;
	float: right;
	background-image: url(../_media/backgrounds/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
	

/*  BASIC TEXT FORMATING */
p {
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #063876;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #084897;
	text-align: left;	
	margin-top:0px;
	}

h2 {
	color: #725232;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	}
	

h3 {
	color:#4A7597;
	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: #084897;
	}

a:hover {
	text-decoration:underline;
	}
	
ul li {
	padding: 8px 8px 8px 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:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}

/*  CSS Classes   */	

.image_left, .image_left_tan, .image_center, .image_right, .image_right_tan, .swf_center, .swf_impacted, .module_left, .module_center, .module_right {
	background-color: #F6DF9D;
	border: solid #084897 1px;
	margin-bottom: 5px;
	padding: 4px;
	}
	
.image_right {
	float: right;
	margin-left:10px;
	background-color:#fff;
	}
	
.image_left {
	float: left;
	margin-right:10px;
	background-color:#fff;
	}

.image_right_tan {
	float: right;
	margin-left:10px;
	background-color: #F6DF9D;
	padding: 4px;
	}
	
.image_left_tan {
	float: left;
	margin-right:10px;
	background-color: #F6DF9D;
	padding: 4px;
	}

.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: 200px;
	height: auto;
	padding-bottom: 5px;
	margin-left: 15px;
	text-align:left;
	}	

.module_right h2 {
	background-color: #084897;
	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;
	}

/*  H TAGs as Classes */	

.h2 {
	color: #725232;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	}
	

.h3 {
	color:#4A7597;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	text-align: left;
	font-weight: bold;
	}

	
/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center
	}

.text_center a {
	color:#777;
	}

.text_center a:hover{
	background-color:#F6DF9D;
	color:#084897;
}

.text_left {
	text-align: left
	}

.text_right {
	text-align: right
	}

.pull_quote{
	font-family: Georgia "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 150%;
	font-style: italic;
	text-align:left;
	padding: 10px;
	margin: 10px 30px 10px 30px;
	color: #4a506a;
	border-top:#084897 3px solid;
	border-bottom:#084897 3px solid;
}

.center_links{
	text-align:center;
	padding-bottom:10px;
}

/*  DESIGN ELEMENTS */	

.dotted_line {
	border-top: 1px dotted #725232;
	}
	
.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;
}

.side_seo{
	border: solid #084897 1px;
	background-color: #c8a468;
	margin: 0px auto 0px auto;
	padding: 8px 4px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #190000;
	font-style: italic;
	line-height:140%;
	text-align: left;
	position: relative;
	right:3px;
	}

.cv_indent {
	padding: 0px 5px 0px 25px;
}

/*  End CSS Classes   */	


/*  CSS IDs   */	


/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 800px;
	height:130px;
	padding-top:0px;
	
	/*background-image: url(../_media/backgrounds/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
	*/
	}
	
/*------------- nav section ----------------- */

#nav_wrapper{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 800px;
	height:26px;
	padding: 0px;
	background-image: url(../_media/backgrounds/nav_bg.gif);
	background-repeat: repeat-x;
	color:#FFFFFF;
	text-decoration: none;
	}

#top_nav{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 800px;
	height:26px;
	padding: 0px;
	list-style-type:none;
	}

#top_nav ul {
	color: #fff;
	text-decoration: none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size: 90%;	
	line-height: 170%;
	font-family: Arial, Helvetica, sans-serif;
	}

#top_nav ul li {
	color: #fff;
	text-decoration: none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	display:inline;
	font-weight: 800;
	}

#top_nav ul li a {
	color: #fff;
	text-decoration: none;
	list-style-type:none;
	margin:0px;
	padding:6px 4px 10px 4px;
	}

#top_nav li a:hover {
	color: #725232;
	background-color:#f1d996;
	}

/*------------- photo_section ----------------- */

#photo_wrapper{
	width:800px;
	margin: 0px auto 0px auto;
	text-align:center;
	border-bottom: 3px solid #084897;
}

#photo_section{
	width: 800px;
	height: 316px;
	text-align: center;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-image: url(../_media/backgrounds/photos_index.jpg);
	background-repeat: no-repeat;
	}

/*------------- address section ----------------- */

#address_wrapper{
	width:768px;
	height:44px;
	text-align:center;
	background-color: #c8a468;
	margin: 0px auto 0px auto;
	padding: 0px 16px 5px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #190000;
	border-top: 1px solid white;
}

#address_left{
	float: left;
	text-align: left; 
	margin-top:20px;
}
#video {
	float: left;
	text-align: left; 
	margin-top:5px; 
	margin-bottom:5px; 
	margin-left:40px; 
	width:200px; 
	height:35px; 
	padding: 7px 15px 0px 20px;
	background-image:url(../_media/images/brwn-btn.jpg); 
	background-repeat:no-repeat; 
	background-position:top center;
	
}
#video a {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold; 
	text-decoration:none; 
	margin-left:20px; 
	}
#video a:hover {
	color:#084897;
	text-decoration:underline;
	
	}
#address_right{
	float: right;
	text-align: right;
	margin-top:20px;
}


/*------------- content section ----------------- */

#content_wrapper{
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px 0px 10px 0px;
	background-image: url(../_media/backgrounds/bg_content_dual.gif);
	background-repeat: repeat-y;
	border-bottom: 3px solid #084897;
	}

/*------------- content main ----------------- */

#content_main{
	width: 560px;
	text-align: left;
	padding: 10px 0px 20px 12px;
	margin: 0px;
	float: right;
	position: relative;
	right: 25px;
	}

#content_main a {
	font-weight:bold;
	text-decoration:none;
	color: #084897;
	}

#content_main a:hover {
	color:#7487a5;
	text-decoration:underline;
	}


#content_main ul {
	text-align: left;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../_media/common_assets/blue_bullet.gif);
	list-style-position: inside;
	}

/*------------- content side ----------------- */


#content_side{
	float: left;
	width:178px;
	
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	left: 16px;
	}

#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side p{
	text-align: left;
	font-size: 100%;
	color: #190000;
    }
	
#content_side h1 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
    }
	
#content_side h2 {
	color: #5b432b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;	
	padding-top:5px;
	}
	
#content_side h3 a {
	color: #084897;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold; 
	text-decoration:none; margin-left:20px; 
	}
	

#content_side h3 a:hover {
	color:#7487a5;
	text-decoration:underline;
	
	}
	
#content_side ul {
	text-align: left;
	list-style-image: url(../_media/common_assets/blue_bullet.gif);
	list-style-position: outside;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}

#content_side li a {
	color: #333;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 100%;
	}
	
#content_side li a:hover {

	text-decoration: underline;
	
	}
	

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
	
/*------------- home section ----------------- */

#home {
	width:760px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position:relative;
	top:50px;
}

#home h1 {
	color: #c8a468; 
	border-bottom: 1px solid #c8a468;
	font-size: 130%;
}

#home h2 {
	color: #c8a468; 
	font-size: 120%;
}

#home p{
	color:#9d6a36;
	font-size: 100%;
}

#home a{
	color: #8B7B5A;
	text-decoration:none;
}

#home a:hover{
	color: #c8a468;
	text-decoration:underline;
}

/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border:0px
}

#footer{
	text-align: center;
	width: 800px;
	margin: 0px auto 20px auto;
	padding:20px 0px 0px 0px;
	position: relative;
	top:30px;
	}
	
#footer p{
	color: #084897;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 99%;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	position: relative;
}

#footer a, .dental_website_design {
	color: #376297;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
}

/*------------- misc styles ----------------- */
.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;
	}
#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 400px;
	width: 500px;
	margin: 0px auto 0px auto;
	border: solid #000000 1px;
}

/* --------------- tour ---------------*/

.large_img {
	padding: 4px;
	height: 500px;
	width: 500px;
	border: 1px solid #c1a280;
	margin: 0px;
}
.thumbHolder {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 550px;
}
.thumbHolder .thumb1 {
	margin: 0px;
	margin-right: 4px;
	padding: 4px;
	float: left;
	height: 75px;
	width: 75px;
	border: 1px solid #c1a280;
}
.thumbHolder .thumb2, .thumbHolder .thumb3, .thumbHolder .thumb4, .thumbHolder .thumb5 {
	padding: 4px;
	float: left;
	height: 75px;
	width: 75px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	border: 1px solid #c1a280;
}
.thumbHolder .thumb6 {
	margin: 0px;
	padding: 4px;
	float: right;
	height: 75px;
	width: 75px;
	border: 1px solid #c1a280;
}
/*---------------testimonials----------*/
dl {
color:#3E3123;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
text-align: justify;
line-height: 125%;
}
dd { 
text-align:right;
}

.video {
	width:162; margin-top:5px; 
	height:28px; 
	padding: 5px 5px 0px 0px;
	background-image:url(../_media/images/brwn-btn-side.jpg); 
	background-repeat:no-repeat; 
	background-position:top center;
	
}
.video a {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 115%;
	font-weight: bold; 
	text-decoration:none; 
	}
.video a:hover {
	color:#084897;
	text-decoration:underline;
	
	}