body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #e0eef4;
	
	height:100%;
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#bg {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #e0eef4;
	background-image: url(../_media/backgrounds/bg_vert.gif);
	background-position: center top;
	background-repeat: repeat-y;
	height:100%;
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#bg_no_repeat{
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	background-image: url(../_media/backgrounds/bg_horiz_left.gif);
	background-repeat: no-repeat;
	width: 100%;
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
    }
#home #wrapmaster{
	background-image: url(../_media/backgrounds/bg_vert.gif);
	background-position: center top;
	background-repeat: repeat-y;
	z-index:-1;
	}
	
* html #wrapmaster {
	height:100%;
	}

/*  BASIC TEXT FORMATING */
p {
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #234669;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #234669;
	text-align: left;
	margin:0px;
	}
	
* html h1 {
	margin-top:0px;
	}

h2 {
	color: #276962;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	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: 100%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times;
	text-align: right;
	width: 100%;
	}

a {
	color: #276962;
	}

a:hover {
	}

ul {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	}
	
ul li {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #3e3123;
	list-style-type: disc;
	}
	
ol {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	color: #3e3123;
	}
	
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: #c5d1db;
	border: solid #24516F 1px;
	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: #276962;
	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;
}

/*  End CSS Classes   */	


/*  CSS IDs   */	


/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto;
	width: 800px;
	height:350px;
	padding: 0px;
	}
	

/*------------- 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.gif);
	background-repeat: repeat-y;
	}
	
	#content_wrapper_index{
	width: 780px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px 0px opx 0px;
	
	
	}

/*------------- content main ----------------- */

#content_main{
	width: 570px;
	min-height: 350px;
	text-align: left;
	padding: 0px 0px 35px 0px;
	margin: 0px;
	float: right;
	position: relative;
	right: 12px;
	}
#content_main_review{
	width: 570px;
	min-height: 350px;
	text-align: left;
	padding: 0px 0px 35px 0px;
	margin: 0px 0px 0px 40px;
	float: left;
	position: relative;
	right: 12px;
	}
	
#content_main_index{
	width: 550px;
	text-align: left;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	
	}
#rightcolum {
	float: right;
	width: 215px;
	margin: 0px;
	padding: 0px;
}


/*------------- content side ----------------- */


#content_side{
	float: left;
	width:170px;
	height: 500px;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	left: 12px;
	}

#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side p{
	text-align: left;
	font-size: 100%;
	color: #333333;
    }
	
#content_side h1 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
    }
	
#content_side h3 {
	color: #1c82b1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;    
	
	}
	
#content_side ul {
	text-align: left;
	list-style-type: none;
	}
#content_side li {
	list-style-type: disc;
	color: #fff;
	}
	
#content_side li a {
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 100%;
	list-style-type: none;
	}
	
#content_side li a:hover {
	text-decoration: underline;
	list-style-type: none;
	}
	

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
	
#content_side #google_translate_element {
	background-color: #C1DDE8;
	width: 186px;
	margin-left: -12px;
	}
	
#content_side #index #google_translate_element {
	background-color: #C1DDE8;
	width: 200px;
	margin-left: 10px;
	margin-top: 5px;
	}
	


/*------------- footer ----------------- */

#footer-fix {
	padding-top: 50px;
	margin: 0px auto;
	width: 860px;
	background-image:url(../_media/backgrounds/bg-fix.gif);
	background-repeat:no-repeat;
	}

#footer_wrapper{
	text-align: center;
	width: 800px;
	padding: 0px;
	margin: 0px auto;
	}
#home #footer_wrapper{
	background:#E0EEF4 url(../_media/backgrounds/bg-fix.gif) 0 0 no-repeat;
	width: 860px;
	}

#footer{
	text-align: center;
	width: 800px;
	height:80px;
	margin: 0px;
	position: relative;
	}
#footer_links{
	text-align: center;
	width: 800px;
	margin: 0px auto 0px auto;
	padding-top:30px;	
}
#home #footer_links{padding-top: 60px;}

#footer_links p{
	color: #000000;
	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;
}

#footer_links a {
	color: #000000;
	font-weight: normal;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}


#footer_links 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;
}

#contact {
width:217px;
background-color:#660000;
border:#FFFFFF 1px solid;
margin-top:20px;
}

#contact h2 {font-size:110%;
color:#FFFFFF;
border-bottom:none;
padding:8px;
}

#contact p {
font-size:10px;
text-align:center;
color:#FFFFFF;
}
.leftcolum {
	text-align: center;
	float: left;
	width: 260px;
}
.rightcolum {
	text-align: center;
	float: right;
	width: 260px;
}
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
#clear {
	clear: both;
	width: 100%;
}
#medio {
	text-align: center;
	width: 100%;
}
.centro {
	text-align: center;
	width: 100%;
}
.implantmodule {
	float: right;
	height: 310px;
	width: 234px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#right {
	float: left;
	height: 108px;
	width: 164px;
	margin-right: 38px;
}
.img1 {
	float: left;
	height: 108px;
	width: 108px;
	margin-right: 17px;
	margin-left: 17px;
}
.img2 {
	float: left;
	height: 108px;
	width: 108px;
	margin-top: 10px;
	margin-right: 17px;
	margin-left: 17px;
}
.center {
	float: left;
	height: 111px;
	width: 166px;
	margin-right: 20px;
}
#rightest {
	float: right;
	height: 111px;
	width: 166px;
}
#photoleft {
	float: left;
	height: 156px;
	width: 236px;
	margin-right: 50px;
	margin-left: 24px;
}
#photoright {
	float: left;
	height: 156px;
	width: 236px;
}
#staff {
	width: 100%;
	height: 160px;
}
.independent {
	height: 149px;
	width: 100%;
	margin-bottom: 40px;
}
#mainly {
	width: 100%;
	height: 250px;
}
.simplyfloat {
	float: right;
	margin-left: 10px;
}
#mainly #moveleft {
	float: left;
	height: 163px;
	width: 152px;
	margin-right: 50px;
	margin-left: 105px;
}
#mainly #moveright {
	float: left;
	height: 142px;
	width: 133px;
	margin-right: 100px;
}
#sitemapleftcolum {
	float: left;
	width: 280px;
}
#sitemaprightcolum {
	float: right;
	width: 280px;
}
.quotes {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.5em;
	color: #333333;
	width: 250px;
	float: right;
	margin-left: 10px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-color: #276962;
	border-bottom-color: #276962;
}
.photo {
	height: 134px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#wrapmaster #footer-fix #footer_wrapper #footer .footFont {
	font-size: 80%;
}
#bg #wrapmaster #footer_wrapper #footer .footFont {
	font-size: 80%;
}
#ht-mod-buttons{display:none; bottom:13px; position:absolute; z-index:10;}
#noflash #ht-mod-buttons{display:block;}
#ht-mod-buttons a{display:block; height:50px; width:262px;}
#ht-mod-buttons #dental-implant{float:left; display:inline-block; background:url(../_media/images/noflash-ht-mods.jpg) 0 0 no-repeat; width:276px; height:37px;}
#ht-mod-buttons #wisdom-tooth{float:left; display:inline-block; background:url(../_media/images/noflash-ht-mods.jpg) -276px 0 no-repeat; width:276px; height:37px;}
#ht-mod-buttons #patient-reg{float:left; display:inline-block; background:url(../_media/images/noflash-ht-mods.jpg) -550px 0 no-repeat; width:248px; height:37px;}
#ht-mod-buttons #dental-implant p, #ht-mod-buttons #wisdom-tooth p, #ht-mod-buttons #patient-reg p{text-indent:-99999px; padding:0px; margin:0px;}
/*------------- seo locations ----------------- */

.separator {
	border-top:solid 1px #7CA9AC;
	margin:10px auto 10px auto;
	padding:0px;
	width: 570 px;
}
.separator_side {
	border-top:solid 1px #c1DDe8;
	border-bottom:solid 1px #7CA9AC;
	width:170 px;
	margin: 10px auto;
}
.column_left {
	float: left;
	width: 45%;
}
.column_right {
	float: right;
	width: 45%;
}

/*  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 #header2{
	background-image: url(../_menu/topbar1.jpg);
	background-repeat: no-repeat;
	}
#home #header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 800px;
	height: 580px;
	padding: 0px;
	z-index: -99;
	}
#noflash #home #header{
	background-image: url(../index.jpg);
	background-repeat: no-repeat;
	position:relative;
	}
#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: 550px;
	float: left;
	margin: 0px auto;
	right: 0px;
	padding:10px;
}
#home #content_side{float:right; width:215px; margin:0px 15px 0px 0px; padding:0px;}
#noflash #footer{
	background-image: url(../_menu/bottombar.jpg);
	background-repeat: no-repeat;
	}
#home #footer{
	display:none;
	width:0px;
	height:0px;
}
#noflash #home #footer{

	}

/*  END Client_Spec_TYPE 2.0 specific styles   */

.google-button {
	display: inline-block;
	min-width: 54px;
	border: 1px solid gainsboro;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	color: #666;
	font-size: 85%;
	font-weight: bold;
	height: 27px;
	padding: 0 8px;
	line-height: 27px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-o-transition: all 0.218s;
	transition: all 0.218s;
	background-color: #D14836;
	background-image: -moz-linear-gradient(top,#DD4B39,#D14836);
	background-image: -ms-linear-gradient(top,#DD4B39,#D14836);
	background-image: -o-linear-gradient(top,#DD4B39,#D14836);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#DD4B39),to(#D14836));
	background-image: -webkit-linear-gradient(top,#DD4B39,#D14836);
	background-image: linear-gradient(top,#DD4B39,#D14836);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid transparent;
	color: white;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#DD4B39',EndColorStr='#D14836');
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	font-size: 13px;
}
.tour-button {
	display: inline-block;
	min-width: 54px;
	text-align: center;
	color: #286A63;
	font-weight: bold;
	height: 27px;
	padding: 0 8px;
	line-height: 27px;
	-webkit-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-o-transition: all 0.218s;
	transition: all 0.218s;
	background-color: #D14836;
	background-image: -moz-linear-gradient(top,#8BA6B7,#D3E7EF);
	background-image: -ms-linear-gradient(top,#8BA6B7,#D3E7EF);
	background-image: -o-linear-gradient(top,#8BA6B7,#D3E7EF);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#8BA6B7),to(#D3E7EF));
	background-image: -webkit-linear-gradient(top,#8BA6B7,#D3E7EF);
	background-image: linear-gradient(top,#8BA6B7,#D3E7EF);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#8BA6B7',EndColorStr='#D3E7EF');
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	font-size: 13px;
}

.stars{
background:url(../_media/common_assets/5stars.png) 0 0 no-repeat; display:inline-block; width:95px; height:15px; text-indent:-9999px;
}
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;
}
