/* Play nice with the WWW, validate me! */
/* clear floats */
* {
	margin: 0;
	padding: 0;
}/* sets all elements margin and padding to 0 */

* .clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

* .clear {
    display: inline-block;
}

html[xmlns] .clear {
    display: block;
}

* html .clear {/* For IE =< 6 */
    height: 1%;
}


* .image-float-left {
	float: left;
	clear: left;
	display: block;
}

* .image-float-right {
	float: right;
	clear: right;
	display: block;
	margin-left:8px;
	margin-bottom:5px;
}

/* Image Replacement -- add class="replace" to root element, i.e.  and add a bg image*/

* .replace { letter-spacing : -1000em; }
/* Just for Opera, but hide from MacIE */
/*\*/html>body .replace { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */

.replace ul, .replace ul li {letter-spacing: 0; text-indent: 0; overflow: auto;}


html {
	/*overflow: -moz-scrollbars-vertical;*/
	background-image: url(../images/bg_repeat.jpg);
}
	
body {
	margin: 0px;
	padding:0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
hr{
	color: #000000;
	margin-bottom: 10px;
	margin-top: 8px;
	clear:both;
}

blockquote {
	padding-left: 23px;
}
p{
	margin-top: 3px;
	margin-bottom:15px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
}
a:link, a:visited{
	color: #80867d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
}
a:hover{
	color: #766537;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
}
li{
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 35px;
	list-style: outside;
	line-height:20px;
}

ul{
	margin-bottom:15px;
}
ol{
	margin-bottom:15px;
}
* .top{
	color: #766537;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}
.top a:link, .top a:visited{
	color: #766537;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}
.top a:hover{
color: #80867d;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}
h1{
	color: #80867d;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:18px;
}
h2{
	color: #766537;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
h3{
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

* #footer{
	width: 866px;
	overflow: hidden;
	background-image: url(../images/footer_bkd.png);
	background-repeat: no-repeat;
	text-align:center;
}
	
#footer .inner{margin-top:58px;
padding-left:22px;
padding-right:115px;}

h5{
	color: #252625;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}
#footer a {
color:#80867d;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
* #footer-nav{margin-top:35px;
margin-bottom:10px;
color:#80867d;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;}
#footer-nav a {
color:#80867d;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#footer-nav a:hover{
	text-decoration: underline;
}


ul#nav {list-style: none;}
ul#nav a {display: block; padding: 0; width: 191px; margin:0;}

ul#nav, #nav ul {
	position:absolute;
	left:24px;
	top:150px;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#nav li {display: inline;
margin:0;}
ul#nav li:hover ul, ul#nav li.sfhover ul {
	left: auto;
	display: block;
}

ul#nav li ul {
	position: absolute;
	left: -999em;
	top:auto;
	margin-left:189px;
	z-index:10;
}

ul#nav ul li a {
	position: relative;
	top:-27px;
	background: #90958d;
	padding: 1px 4px 2px 8px;
	color: #ffffff;
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
	width:145px;
}

ul#nav ul li a:hover {
background:#e2e2e2;
color: #90958d;}

#nav li:hover ul, #nav li.sfhover ul {
left: auto;} 


* #login,* #office, * #ortho, * #braces, * #home, * #care, * #faq, * #news, * #contact, *#options, * #contest, * #invisalign, * #memberships {
	overflow: hidden; 
	text-indent: -999em; /* Indents the rich-text so it does not show */
	width: 191px;
	cursor: pointer;
}
/* Set the image for each nav item */
* #login {background: url(../images/btn_login.jpg); height:30px;}
* #office {background: url(../images/btn_office.jpg); height:30px;}
* #ortho {background: url(../images/btn_ortho.jpg);height:30px;}
* #braces {background: url(../images/btn_braces.jpg);height:31px;}
* #home {background: url(../images/btn_home.jpg); height:31px;}
* #care{background: url(../images/btn_video.jpg);height:29px;}
* #news {background: url(../images/btn_news.jpg);height:30px;}
* #contact {background: url(../images/btn_contact.jpg);height:31px;}
* #options{background: url(../images/btn_options.jpg);height:31px;}
* #faq {background: url(../images/btn_faq.jpg);height:30px;}
* #contest{background: url(../images/btn_contest.gif);height:84px;}
* #invisalign {background: url(../images/btn_invis.gif);height:61px;}
/** #memberships {background: url(../images/btn_member.gif);height:130px;}
*/
* #memberships {background: url(../images/btn_member2.gif);height:73px;}


/* Shift the image position up to show the active state */
#nav li:hover a, #nav li.sfhover a, #nav .active{
	background-position:-191px 0px}

/* Set the cursor to default arrow so link does not appear clickable */
#nav .active {cursor: default}

* #flash{padding-left:220px;
padding-top:6px;}

* #container{
	width: 783px;
	margin: 0px auto;
	position:relative;
	
}
* #content {
	width: 783px;
	background-image: url(../images/content_bkd.png);
	background-repeat: repeat-y;
}
* #main {
	width: 783px;
	min-height:600px;
	background-image: url(../images/main_bkd.png);
	background-repeat: no-repeat;
	background-position: 9px 0px;
}
*html #main{height:600px;}

#main .inner {
margin:0px;
padding-bottom:10px;
	padding-top:13px;
	padding-right:45px;
	padding-left:230px;
}

* #header{
	width: 783px;
	height: 145px;
	background-image: url(../images/header_bkd.png);
	background-repeat: no-repeat;
}

* #logo {
	position:absolute;
	height: 89px;
	width: 334px;
	left:24px;
	top:48px;}

#logo a {
	display: block;
	height: 89px;
	width: 334px;
	line-height: 0px;
	text-indent: -999em;
	background: url(../images/logo.gif) no-repeat left;}
		
	
* #h-home{background: url(../images/index.gif);
width:419px;
height:37px;
	overflow: hidden;
	text-indent: -999em; /* Indents the rich-text so it does not show */
	background-repeat: no-repeat;}

img {
	border: 0px;}
* .linkright{
float:right;}
div.address{
	position:absolute; text-align:center; left:84px;
	
}

* #nav-sub{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #766537;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin-bottom:15px;
}
#nav-sub a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #766537;
	font-weight:normal;
text-decoration:underline;
}
#nav-sub a:hover, #nav-sub .active{
	color: #000000;text-decoration:underline;font-weight:normal;}
	
div#sesame-game {
background: #000;
line-height: 0;
margin: 10px auto;
text-align: center;
width: 400px}

ul#sesame-games {
list-style: none;
margin: 0;
padding: 0}

ul#sesame-games li {
clear: both;
margin-left:0px;
display: block}

ul#sesame-games img {
border: 0;
margin: 0 0 10px 10px}

ul#sesame-games a.button {
float:right;
height:85px;
width:200px}

ul#sesame-games p {
padding-bottom: 1em}

/* Global form styles */
* .comments {margin: 18px auto;}
fieldset {border: none; padding: 9px 0;}
fieldset div {clear: both;}
* .form-header {border-bottom: 1px solid #666666;/*optional, change color to match site*/}
.form-header h3 {margin: 0 0 9px;}
.form-header p {margin: 0 0; padding-bottom: 18px;}
* .form-footer {padding-top: 18px; text-align: center; border-top: 1px solid #666666;/*optional, change color to match site*/}
.form-footer button {/*these styles control the look of the button, change as necessary*/
	clear:both;/*do not change, forces button to sit below floated elements*/
	margin: 9px auto;/*do not change, controls positioning*/
	display: block;
	width:125px;
	height:31px;
	background:#666666;/* customize me! */
	border: 1px solid #666666;
	text-align:center;
	line-height:31px;
	color:#ffffff;/* customize me! */
	font-size:12px;
	font-weight:bold;
}
/* comment form */	
* .comments {
	margin: 18px 0;
	padding: 10px;}
.comments li {
	font-weight: bold;
	list-style-type: decimal;
}
.comments label {/*floats labels left*/
	font-size: 12px;
	display:block;
	font-weight:bold;
	text-align:left;
	width:45%;
	float:left;
	padding-top: 4px;}
.comments label span {/*sits below labels; holds instructions*/
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	width:100%;}
.comments .label-block label {float: none; clear: both; width: 100%; text-align: left;}
.comments input, .comments textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #666666;/* customize me! */
	width:45%;
	margin:9px 0 9px 2%;
	background: #ffffff;}
.comments p.verification {
	clear: both;
	margin: 0 0 9px 47%;
	font-size: 12px;}
.comments p.radio-float {
	clear: none;
	float:left;
	width: 45%;
	padding:0;
	margin:9px 0 9px 0;}
.comments p.verification img {border: 1px solid #666666;}/* customize me! */
.comments p.radio input, .comments p.radio-float input {
	float: none;
	margin: 0 0 0 0;
	padding: 4px 2px;
	width: auto;}
.comments p.radio span {padding: 0 2% 0 0;}
.comments .radio {text-align: left; font-weight: normal;}
.comments .comments-box label {float: none; font-weight: normal; display: block; text-align: left;}
.comments .comments-box textarea {float: none; margin-left: 0; width:95%;
}

/* referral form */
* .referral-form {
	margin: 18px 0;
	padding: 10px;}
.referral-form fieldset {border: none; padding: 9px 0;}
.referral-form label {/*floats labels left*/
	font-size: 12px;
	display:block;
	font-weight:bold;
	text-align:left;
	width:45%;
	float:left;
	line-height: 18px;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.referral-form label span {/*sits below labels; holds instructions*/
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	width:100%;}
.referral-form input, .referral-form textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #666666;/* customize me! */
	width:45%;
	margin:9px 0 9px 2%;
	background: #ffffff;
	position: relative;}
.referral-form p.radio, .referral-form p.verification {
	clear: both;
	margin: 9px 0 9px 47%;
	font-size: 12px;}
.referral-form p.radio-float {
	clear: none;
	float:left;
	width: 45%;
	padding:0;
	margin:9px 0 9px 2%;}
.referral-form p.verification {margin-top: 0;}
.referral-form p.verification img {border: 1px solid #666666;}/* customize me! */
.referral-form p.radio input, .referral-form p.radio-float input {
	float: none;
	width: auto;
	margin: 0 0 0 2%;
	padding: 4px 2px;}

/* appointment form */
* .appointment-form {
	margin: 18px 0;
	padding: 10px;}
.appointment-form fieldset {border: none; padding: 9px 0;}
.appointment-form label {/*floats labels left*/
	font-size: 12px;
	display:block;
	font-weight:bold;
	text-align:left;
	width:45%;
	float:left;
	line-height: 18px;font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 4px;}
.appointment-form label span {/*sits below labels; holds instructions*/
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	width:100%;}
.appointment-form input, .appointment-form select, .appointment-form textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #666666;/* customize me! */
	width:45%;
	margin:9px 0 9px 2%;
	background: #ffffff;}
.appointment-form p.radio, .appointment-form p.verification {
	clear: both;
	margin: 9px 0 9px 47%;
	font-size: 12px;}
.appointment-form p.radio-float {
	clear: none;
	float:left;
	width: 45%;
	padding:0;
	margin:9px 0 9px 2%;}
.appointment-form span#found-other {width: 100%;}
.appointment-form span#found-other input {margin-left: 47%; background: #666666}
.appointment-form p.verification {margin-top: 0;}
.appointment-form p.verification img {border: 1px solid #666666;}/* customize me! */
.appointment-form p.radio input, .appointment-form p.radio-float input {
	float: none;
	width: auto;
	margin: 0 0 0 2%;
	padding: 4px 2px;}
	
/* edit.com */

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

.NormalText, body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-style:normal;
}

.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	color:#252625;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

.WhiteText {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 12px;
	font-weight: normal;
}

.SubHeader {
	font-family: Arial, Helvetica, sans-serif;
	color:#766537;
	font-size: 12px;
	font-weight: bold;
}

.PageHeader {
	color: #80867d;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

/* other styles */

td.BlackBorderBottom {border-bottom: solid 1px #000; padding-top: 15px;}