* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #6a5028;
}

h1 {
	font-size: 24px;
	color: #6a5028;
	text-transform: uppercase;
	font-weight:lighter;
}
h2 {
	font-size: 18px;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	color: #d1a668;
	font-weight:lighter;
}
h3 {
	font-size: 14px;
	color: #6a5028;
	font-weight: normal;
}
/*ol {
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6a5028; 
	padding: 5px 25px;
}*/
br.spacer {
	width: 100%;
	height: 2px; 
	clear: both;
}
hr {
	background-color: #6C4E2F;
	height: 1px;
	width: 100%;
	border: none;
	margin: 10px 0px;
}
#container {
	position: absolute;
	left: 50%;
	margin: 0px 0px 50px -400px;
	padding: 0px 20px 0px 23px;
	width: 750px;
	height: auto;
	top: 20px;
	background: url(../images/bgContent.gif) top center repeat-y;
}
/* Header */
#header {
	position: absolute;
	top: -13px;	
	background: url(../images/header.gif) top center no-repeat;
	width: 750px;
	height: 119px;
}
#header .title {
	margin: 35px 0px 0px 10px;
	font-size: 18px;
	color: #6a5028;
	float: left;
}
#header .subTitle {
	margin: 0px;
	font-size: 14px;
	color: #d1a668;
	float: left;
}
#header .number {
	margin: 35px 10px 0px 0px;
	float: right;
	text-align: right;
	font-size: 18px;
	color: #6a5028;
	font-weight: bold;
}
#header .number a:link, #header .number a:visited {
	font-size: 14px;
	color: #d1a668;
	font-weight: normal;
	text-decoration: none;
}
#header .number a:hover, #header .number a:active {
	font-size: 14px;
	color: #6a5028;
	font-weight: normal;
	text-decoration: underline;
}
#header .number span {
	font-size: 14px;
	color: #d1a668;
	font-weight: normal;
}
/* Mast */
#mast {
	position: absolute;
	top: 96px;
	right: 20px;
	background:url(../images/mast_index.gif) top center no-repeat;
	width: 750px;
	height: 306px;
	padding: 0px;
}
#movie {
	margin-top: -7px;
	float: right;
}
#mast #testimonial {
	width: 475px;
	float: right;
	margin-right: 25px;
	padding: 45px 0px 0px 0px;
	line-height: 1.35em;
}
#mast #testimonial p {
	margin-bottom: 15px;
}
/* Top Nav */
.logoNav {
	position: absolute;
	top: 40px;
	left: 35px;
}
#topNav {
	position: absolute;
	top: 67px;
	left: 30px;
	width: 213px;
	height: 527px;
	background: url(../images/leftNav-index2.jpg) top left no-repeat;
	z-index: 100;
}

#topNav ul{
	list-style: none;
	padding: 100px 0px 0px 0px;
	margin-left: 23px;
	width: 165px;
}
#topNav li {
	padding: 3px 0px 4px 5px;
	width: 155px;
	border-bottom: #cba366 solid 1px;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #efe1c8;
}
#topNav li.last {
	border: none;
}
#topNav ul.subNav{
	list-style: none;
	padding: 3px;
	margin: 0px;
	width: 175px;
	background-color: #D1A668;
	position: absolute;
	left: -999em;
}
#topNav ul.subNav li {
	padding: 0px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #efe1c8;
}
#topNav ul li:hover ul.subNav {
	left: auto;
	margin: -20px 0px 0px 160px;
}
#nav ul.subNav2{
	list-style: none;
	padding: 3px;
	margin: 0px;
	width: 175px;
	background-color: #D1A668;
	position: absolute;
	left: -999em;
}
#nav ul.subNav2 li {
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #efe1c8;
	border: none;
}
#nav ul li:hover ul.subNav2 {
	left: auto;
	margin: -20px 0px 0px 160px;
}
#topNav ul a {
	display: block;
	width: 165px;
}
#topNav a:link,#topNav a:visited{
	color: #efe1c8;
	text-decoration: none;
}
#topNav a:hover,#topNav a:active{
	color: #6a5028;
}

/* Content */
#content {
	background: #e2cead url(../images/contentVert.gif) top left repeat-x;
	margin: 410px 0px 0px 0px;
	position: relative;
	z-index: 50;
}
/* Column Container */
#columnContainer {
}
.subNav ul {	
	position: absolute;
	top: 398px;
	left: 243px;
	width: 530px;
	list-style: none;
	margin-left: 9px;
	z-index: 100;
	font-weight: normal;
}
.subNav ul li.topLevel {
	display: inline;
	float: left;
	background: url(../images/tab.png) top center no-repeat;
	height: 53px;
	width: 157px;
	padding: 10px 0px 0px 0px;
	margin: 0px 15px -17px 0px;
	color: #6a5028;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
}
.subNav ul li.topLevel a:link, .subNav ul li.topLevel a:visited {
	line-height: 16px;
}
.subNav ul li a:link, .subNav ul li a:visited{
	color: #6a5028;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
.subNav ul li.topLevelUnder {
	display: inline;
	float: left;
	background: url(../images/tab.png) top center no-repeat;
	height: 63px;
	width: 157px;
	padding: 0px;
	margin: 0px 15px -17px 0px;
	color: #6a5028;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
.subNav ul li.topLevelUnder a:link, .subNav ul li.topLevelUnder a:visited {
	line-height: 16px;
}
.subNav ul li a:link, .subNav ul li a:visited{
	color: #6a5028;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
.subNav ul li a:hover, .subNav ul li a:active {
	text-decoration: underline;
}
.subNav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
	top: 70px;
	margin: 0px;
	background: #6a5028;
}
.subNav li ul li {
	padding: 3px 0px;
}
.subNav li:hover ul {
	left: auto;
}
.subNav li:hover ul, .subNav li.sfhover ul {
	left: auto;
}
/* Left Column */
#leftColumn {
	float: left;
	width: 210px;
	height: auto;
	margin: 0px 14px;
	padding: 200px 0px 0px 0px;
}

#leftColumn p {
	margin-bottom: 10px;
}

.bestdentist {
	width: 185px;
	height: auto;
	margin: 0 0 20px 20px;
}
#qc {
	position: relative;
	float: left;
    background: url(../images/miniBG.gif) top center no-repeat;
    display: block; 
    height: 278px;
    width: 185px;
    margin: 0px 0px 20px 0px;
    padding: 110px 11px 0px 11px;
}
#qc form {
    margin: 0px;
    padding: 0px;
}
#qc textarea {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    width: 183px;
    height: 45px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #6a5028;
	border: none;
	background-color: #f7ecda;
}

#qc input {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    width: 183px;
    height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #6a5028;
	border: none;
	background-color: #f7ecda !important;
}


#qc input.button {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    float: left;
    width: 104px;
    height: 40px;
    background: url(../images/submit.png) top center no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
    color: #6a5028;
    border: none;
	cursor: pointer;
}
#qc input.orange-qc{
    width: 140px;
}
#qc img{
vertical-align:bottom;
}
#qc p{
	margin: 15px 0px 0px 0px;
	float: right;
	text-align: right;
	font-size: 10px;
	color: #6a5028;
}
#qc a:link, #qc a:visited {
	color: #6a5028;
}
#qc a:active, #qc a:hover {
	color: #d1a668;
}
#qc p.phone{
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 14px;
	color: #6a5028;
}
/* Contact Form */
#contact {
    margin: 0px;
    height: auto;
    width: 333px;
	clear: both;
}
#contact form {
    height: auto;
    width: 333px;
}
#contact ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#contact li {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    clear: both;
    float: left;
}
#contact label {
    display: block;
    font-size: 14px;
    color:#6a5028;
    float: left;
    padding: 5px 0px 5px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#contact h3 {
    display: block;
    font-size: 14px;
    color:#6a5028;
    padding: 5px 0px 5px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#contact input {
    border: 1px solid #cccccc;
    font: Arial, Helvetica, sans-serif 12px #000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    width: 329px;
    clear: both;
    height: 20px;
}
#contact input.radio {
	float: none;
	clear: none;
	width: 20px;
	height: 20px;
}
#contact select.state {
    font: Arial, Helvetica, sans-serif 12px #000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
    height: 25px!important;
    width: 335px;
    border: 1px solid #cccccc;
}
#contact textarea {
    width: 329px;
    height: 125px;
    border: 1px solid #cccccc;
    font: Arial, Helvetica, sans-serif 12px #000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
}
#contact input.button {
    width: 150px;
	height: 25px;
    border: 1px solid #6a5028;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0px;
    background-color: #6a5028;
    float: left;
	margin-left: 100px;
    clear: both;
	cursor: pointer;
}
#contact table {
	text-align: left!important;
}
#news {
	width: 206px;
	height: 288px;
	margin: 0px 0px 20px 0px;
}
#sleepApnea {
	float: right;
	width: 147px;
	height: 122px;
	margin: 0px 0px 20px 20px;
}
#sleepApnea p {
	font-size: 14px;
	margin: 5px 0px;
}
#sleepApnea p a:link, #sleepApnea p a:visited {
	font-size: 12px;
	margin: 10px 35px 0px 0px;
	float: right;
	color: #6a5028;
	font-weight: bold;
} 
#sleepApnea p a:active, #sleepApnea p a:hover {
	text-decoration: none;
} 
#ppm {
	float: right;
	clear: right;
	width: 157px;
	height: 125px;
	margin: 10px 0px 10px 20px;
}

/* Right Column */
#rightColumn {
	float: right;
	background: url(../images/contentBg-index.png) top center no-repeat;
	width: 480px;
	min-height: 192px; 
	position: relative;
	top: 10px;
	right: 10px;
	padding: 20px 13px 0px 13px;
	margin-bottom: 180px;
}
#rightColumn p{
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6a5028;
	margin: 15px 0px;
}
#rightColumn p.testimonialStyle{
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6a5028;
	margin: 45px 0px 15px 0px;
}
#rightColumn ul{
	padding: 10px 15px;
}
#rightColumn li{
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6a5028;
}
#rightColumn img{
	float: right;
	margin: 0px 0px 10px 10px;
	border: none;
}
#rightColumn img.testimonial{
	float: left;
	margin: 0px 10px 10px 0px;
	border: none;
}
#rightColumn table {
	text-align: center;
}
#rightColumn table img {
	float: none;
	clear: both;
}
#rightColumn a:link,#rightColumn a:visited{
	color: #9f712e;
}
#rightColumn a:hover,#rightColumn a:active{
	color: #6a5028;
}
.video {
	width: 300px;
	height: auto;
	margin: 10px 0px 0px 0px;
	text-align: center;
	float: right;
}
#rightColumn .video img {
	float: left;
	margin:15px 0px 0px 30px;
}
.video p {
	padding: 5px 0px;
}
.video h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}
#map {
	height: 400px;
	width: 400px;
}
#address {
	position: absolute;
	bottom: -100px;
	left: 50px;
	width: 275px;
	padding-top: 20px;
	background: url(../images/logoMini.png) top center no-repeat;
}
#address p {
	text-align: center;
	font-size: 10px;
	color: #554123;
	line-height: 12px;
	margin: 0px;
	padding: 5px;
}
#address strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
}
#pageCurlIndex {
	position: absolute;
	bottom: -4px;
	right: -18px;
	width: 157px;
	height: 147px;
	border: none;
}
#pageCurlIndex img {
	border: none;
}
#pageCurlIndex a:link, #pageCurlIndex a:visited{
	text-decoration: none;
	border: none;
}
/* Footer */
#footer {
	position: absolute;
	bottom: -120px;
	left: -25px;
	z-index: 0;
	width: 750px;
	height: 120px;
	padding: 30px 75px 0px 25px;
	background: #000000 url(../images/footer.png) top center no-repeat;
}
#footer ul {
	list-style: none;
	margin-left: 24px;
}
#footer ul li {
	height: 70px;
	width: 116px;
	margin-right: -15px;
	float: left;
}
#footer ul li.lvi {
	background: url(../images/lviPop.png) top center no-repeat;
}
#footer ul li.siteMap {
	background: url(../images/sitemapPop.png) top center no-repeat;
}
#footer ul li.siteMap p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6a5028;
	text-transform: uppercase;
	font-weight: lighter;
	text-align: center;
	margin: 15px 2px 10px 0px;
}
#footer ol.lviPop {
	background: url(../images/lviPopOpen.png) top left no-repeat;
	height: 136px;
	width: 230px;
	list-style: none;
	position: absolute;
	left: -999em;
	top: 30px;
	font-size: 10px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6a5028; 
	padding: 0px;
}
#footer ol.lviPop li {
	font-family: Arial, Helvetica, sans-serif;
	color: #544123;
	font-size: 10px;
	text-align: right;
	float: right;
	width: 210px;
	margin: 10px 15px 15px 0px;
}
#footer ol.lviPop li img {
	float: left;
	margin: 0px 0px 0px 7px;
	border: none;
}
#footer ol.sitemapPop {
	background:url(../images/sitemapPopOpen.png) top left no-repeat;
	height: 184px;
	width: 475px;
	padding: 10px 15px;
	list-style: none;
	position: absolute;
	left: -999em;
	top: 30px;	
}
#footer ol.sitemapPop li {
	width: 475px;
}
#footer ol.sitemapPop p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6a5028;
	text-transform: uppercase;
	font-weight: lighter;
	text-align: left!important;
	margin: 5px 0px 10px 0px!important;
}
#footer ol.sitemapPop ul {
	width: 156px;
	float: left;
	margin-right: 15px;
}
#footer ol.sitemapPop ul.narrow {
	width: 100px;
	margin-left: 10px;
	float: left;
}
#footer ol.sitemapPop li {
	width: 156px;
	height: 16px;
	font-size: 14px;
	color: #6a5028;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footer ol.sitemapPop ul ol {
	list-style: none;
	font-size: 0.85em;	
}
#footer ol.sitemapPop ul ol li {
	height: 18px;
	font-weight: normal;
	padding-left: 10px;
	font-size: 0.85em;
}
#footer li:hover ol {
	left: auto;
	margin-left: -2px;
	z-index: 900;
}
#footer li:hover ol, #footer li.sfhover ol {
	left: auto;
	margin-left: -2px;
	z-index: 900;	
}
#footer ol.sitemapPop li a:link, #footer ol.sitemapPop li a:visited {
	color: #6a5028;
	text-decoration: none;
}
#footer ol.sitemapPop li a:active, #footer ol.sitemapPop li a:hover {
	text-decoration: underline;
}
/* Disclaimer */
#disclaimer {
	float: right;
	width: 500px;
	height: 100px;
}
#disclaimer p {
	padding: 5px 0px;
	font-size: 10px;
	color: #544123;
}

/*-------------------->Bennett CSS<--------------------*/

#pnlCaptcha {
    width: 240px;
    height: auto;
    clear: both;
}
#pnlCaptcha p{
    width: 240px;
    height: auto;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
#pnlCaptcha label {
    width: 240px;
    height: auto;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
}
.captcha {
    width: 240px;
    height: auto;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
}
.captcha img {
    width: 240px;
    float: left;
    clear: both;
    margin: 15px 0px 15px 0px;
    padding: 0px;
}
.captcha span {
    width: 240px;
    height: auto;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
}
.captcha input {
    width: 240px;
    height: auto;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
#bennett{
}
#bennett input{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
#bennett textarea{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
#bennett ul{
    width: 240px;
    height: auto;
    margin: 0px;
    padding: 0px;
}
#bennett ul li{
    margin: 0px;
    padding: 0px;
}
#ValidationSummary1 {
    width: 240px;
    height: auto;
    float:left;
    clear:both;
    margin: 15px 0px 15px 0px;
    padding: 0px;
}
#ValidationSummary1 ul{
    width: 240px;
    height: auto;
    float:left;
    clear:both;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#ValidationSummary1 ul li{
    float:left;
    clear:both;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #990000;    
}
#ValidationSummary2 {
    width: 240px;
    height: auto;
    float:left;
    clear:both;
    margin: 15px 0px 15px 0px;
    padding: 0px;
}
#ValidationSummary2 ul{
    width: 240px;
    height: auto;
    float:left;
    clear:both;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#ValidationSummary2 ul li{
    float:left;
    clear:both;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #990000;    
}
#errors {
    float:left;
    clear:both;
    width: 240px;
    height: auto;
    margin: 0px;
    padding: 0px;
    color: #990000;    
}
#errors span{

}
#errors ul{
    float:left;
    clear:both;
    width: 240px;
    height: auto;
    padding: 0px;
    margin: 20px 0px 20px 0px;
}
#errors ul li{
    float:left;
    clear:both;
    width: 240px;
    height: auto;
    margin: 7px 0px 0px 0px;
    padding: 0px;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    list-style: none;
    color: #990000;    
}
input#btnValidateForm {
    float: left;
    clear: both;
    width: 240px;
    height: auto;
    margin: 10px 0px 0px 0px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #990000;
}
input#btnSubmitForm {
    float: left;
    clear: both;
    width: 236px;
    height: auto;
    margin: 10px 0px 0px 0px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #990000;
}

/* Clearfix */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.brclear {clear:both;height:0;margin:0;font-size: 1px;line-height: 0;}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {visibility: visible !important;margin: 0;}
.sIFR-replaced {visibility: visible !important;}
span.sIFR-alternate {position: absolute;left: 0;top: 0;width: 0;height: 0;display: block;overflow: hidden;}
.sIFR-flash + div[adblocktab=true] {display: none !important;}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}
