/* Feldman Styles */

html {height: 100%; margin-bottom: 1px}
body {background: #e2d8d4 url(images/bg.gif) repeat-x; margin: 20px 0 0 0; padding-bottom: 20px}
body, table, p, h1 {font-family: verdana, sans-serif; line-height: 14px}
body, table, p {font-size: 12px; color: #323232}
h1 {color: #8a2708; font-size: 12px; font-weight: bold; margin-bottom: 2px}
h2 {color: #979387; font-size: 12px; font-weight: bold; margin-bottom: 2px}

ul {margin-top: 0}
li.home {color: #8a2805}

a:link, a:visited {color: #626261; text-decoration: none}
a:hover, a:active {text-decoration: underline}
a.subnav:link, a.subnav:visited {color: #FFF; font-weight: bold}
a.subnav:hover, a.subnav:active {color: #8a2708; text-decoration: none}
a.active:link, a.active:visited {color: #8a2708; font-weight: bold}

.table {background: #979387; border-color: #ada89a; border-style: solid; border-width: 0 5px 8px 5px; margin: 3px 3px 0 3px; text-align: left; width: 760px}
.td {background: #FFF; border: 1px solid #7e7e7e; margin: 8px; padding: 20px 30px 10px 15px; text-align: left}
.border {border: 1px solid #7e7e7e}
#sidebar {background: #ada89a; border: 1px solid #7e7e7e; color: #FFF; margin-top: 15px; padding: 15px; width: 268px}
.sub {padding-left: 20px}
.sub2 {padding-left: 40px}
img {border: none}
.image {float: left; padding: 20px}

<!-- nav -->
div.menu { margin:0;}
div.menu ul { list-style:none; margin:0; padding:0}
div.menu a {display: block; margin:0; padding:0;}
div.menu ul ul {background:#E5E3E0;}
div.menu ul ul a {display: block;line-height:18px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; color:#8A2708; background:#E5E3E0; text-decoration:none; padding-left:10px;}
div.menu a:hover {color:#fff; background:#8A2708; text-decoration:none}
div.menu li {position: relative; margin:0; padding:0;}
div.menu ul ul li {border-bottom:1px;}

div.menu ul ul {
position: absolute;
top: 47px;
left: 0;
width: 100%;
display: none;
}

div.menu ul ul ul {
top: 0;
left: 100%;
margin-left:-10px;}

div.menu ul li:hover ul ul,
div.menu ul li.sfhover ul ul
{display: none;}

div.menu ul li:hover ul,
div.menu ul li.sfhover ul,
div.menu ul ul li:hover ul,
div.menu ul ul li.sfhover ul
{display: block;}

/*---------------------------

Sesame Forms

---------------------------*/

/* Global form styles */

* .top-smile-form, * .appointment-form, * .comment-form, * .referral-form {
	width: 500px;
}

fieldset {
	border: none;
	padding: 9px 0;
}
fieldset div {
	clear: both;
}
* .form-header {
	border-bottom: 1px solid #511d29;/*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 #511d29;/*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:#511d29;/* customize me! */
	border: 1px solid #511d29;
	text-align:center;
	line-height:31px;
	color:#ffffff;/* customize me! */
	font-size:12px;
	font-weight:bold;
}

/* referral form */

* .referral-form {
	margin: 0 0 18px;
	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:right;
	width:200px;
	float:left;
	line-height: 18px;
	padding-top: 4px;
}
* .referral-form label span {/*sits below labels; holds instructions*/
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:200px;
}
* .referral-form input, .referral-form textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #511d29;
	width:200px;
	margin:9px 0 9px 10px;
	background: #ffffff;
}
* .referral-form p.radio, .referral-form p.verification {
	clear: both;
	margin: 9px 0 9px 210px;
	font-size: 12px;
}
* .referral-form p.radio-float {
	clear: none;
	float:left;
	width: 200px;
	padding:0;
	margin:9px 0 9px 0;
}
* .referral-form p.verification {
	margin-top: 0;
}
* .referral-form p.verification img {
	border: 1px solid #511d29;
}
* .referral-form p.radio input, .referral-form p.radio-float input {
	float: none;
	width: auto;
	margin: 0 0 0 10px;
	padding: 4px 2px;
}
/* appointment form */

* .appointment-form {
	margin: 0 0 18px;
	padding: 10px;
}
* .appointment-form span#found-other {
	width: 100%;
}
* .appointment-form span#found-other input {
	margin-left: 210px;
	background: #fff0b2
}
* .appointment-form fieldset {
	border: none;
	padding: 9px 0;
}
* .appointment-form label {/*floats labels left*/
	font-size: 12px;
	display:block;
	font-weight:bold;
	text-align:right;
	width:200px;
	float:left;
	line-height: 18px;
	padding-top: 4px;
}
* .appointment-form label span {/*sits below labels; holds instructions*/
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:200px;
}
* .appointment-form input, .appointment-form select, .appointment-form textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #511d29;
	width:200px;
	margin:9px 0 9px 10px;
	background: #ffffff;
}
* .appointment-form p.radio, .appointment-form p.verification {
	clear: both;
	margin: 9px 0 9px 210px;
	font-size: 12px;
}
* .appointment-form p.radio-float {
	clear: none;
	float:left;
	width: 200px;
	padding:0;
	margin:9px 0 9px 0;
}
* .appointment-form p.verification {
	margin-top: 0;
}
* .appointment-form p.verification img {
	border: 1px solid #511d29;
}
* .appointment-form p.radio input, .appointment-form p.radio-float input {
	float: none;
	width: auto;
	margin: 0 0 0 10px;
	padding: 4px 2px;
}
/* comment form */	

* .comment-form {
	margin: 0 0 18px;
	padding: 10px;
}
* .comment-form li {
	font-weight: bold;
}
* .comment-form label {/*floats labels left*/
	font-size: 12px;
	display:block;
	font-weight:bold;
	text-align:right;
	width:200px;
	float:left;
	padding-top: 4px;
}
* .comment-form label span {/*sits below labels; holds instructions*/
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:200px;
}
* .comment-form .label-block label {
	float: none;
	clear: both;
	width: 100%;
	text-align: left;
}
* .comment-form input, .comment-form textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #511d29;
	width:200px;
	margin:9px 0 9px 10px;
	background: #ffffff;
}
* .comment-form p.verification {
	clear: both;
	margin: 9px 0 9px 210px;
	font-size: 12px;
}
* .comment-form p.radio-float {
	clear: none;
	float:left;
	width: 200px;
	padding:0;
	margin:9px 0 9px 0;
}
* .comment-form p.verification {
	margin-top: 0;
}
* .comment-form p.verification img {
	border: 1px solid #511d29;
}
* .comment-form p.radio input, .comment-form p.radio-float input {
	float: none;
	margin: 0 0 0 10px;
	padding: 4px 2px;
	width: auto;
}
* .comment-form .radio {
	text-align: left;
	font-weight: normal;
}
* .comment-form .comments-box label {
	float: none;
	font-weight: normal;
	display: block;
	text-align: left;
}
* .comment-form .comments-box textarea {
	float: none;
	margin-left: 0;
	width:95%;
}

/* Mini-Contact Form */

* .contact-form {
	float: right;
	clear: right;
	margin: 0 0 36px 36px;
	width: 225px;
	padding: 10px;
	border:solid 2px #511d29;/*optional, change color to match site*/
	background:#fafafa;/*optional, change color of background*/
}
* .contact-form fieldset {
	border: none;
	padding: 9px 0;
}
* .contact-form li {
	font-weight: bold;
}
* .contact-form label {
	display: none;
}
* .contact-form input, .contact-form textarea {
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #511d29;
	width:200px;
	margin:9px 10px;
	background: #ffffff;
}
* .contact-form button {/*these styles control the look of the button, change as necessary*/
	text-align: center;
	margin: 9px auto;
	display: block;
	width:125px;
	height:31px;
	background:#ffffff url(images/button-bg.jpg) 0 50% repeat-x;/* customize me! */
	border: 1px solid #511d29;
	text-align:center;
	line-height:31px;
	color:#333333;/* customize me! */
	font-size:12px;
	font-weight:bold;
}

/*-------------------------
Entry Form Custom Style
--------------------------*/
	
* .error_message {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: #FF0000;
}
* .thanks_message {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: #000000;
}

/* Global form styles */
* .top-smile-form {
	margin: 0 0 18px;
	padding: 10px;
}
fieldset {
	border: none;
	padding: 9px 0;
}
fieldset div {
	clear: both;
}
* .form-header {
	border-bottom: 1px solid #511d29;/*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 #511d29;/*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*/
	width:125px;
	height:31px;
	background:#511d29;/* customize me! */
	border: 1px solid #511d29;
	text-align:center;
	line-height:31px;
	color:#ffffff;/* customize me! */
	font-size:12px;
	font-weight:bold;
}
* .top-smile-form {
	margin: 0 0 18px;
	padding: 10px;
	border:solid 2px #511d29;/*optional, change color to match site*/
	background:#fafafa;/*optional, change color of background*/
}
* .top-smile-form fieldset {
	border: none;
	padding: 9px 0;
}
* .top-smile-form label {/*floats labels left*/
	font-size: 12px;
	display:block;
	font-weight:bold;
	text-align:right;
	width:30%;
	float:left;
	line-height: 18px;
	padding-top: 4px;
	padding-right:2%;
}
* .top-smile-form label span {/*sits below labels; holds instructions*/
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:100%;
}
* .top-smile-form input, .top-smile-form textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #511d29;
	width:60%;
	margin:9px 0 9px 0px;
	background: #ffffff;
}
* .top-smile-form p.input-block {
	width: 60%;
	float:left;
	margin: 0px 0 9px 0px;
	padding:0;
}
* .top-smile-form p.input-block input {
	margin: 9px 0 9px 0;
	float: none;
	width: 100%;
}
* .top-smile-form p.verification {
	margin-top: 0;
}
* .top-smile-form p.verification img {
	border: 1px solid #511d29;
}
* .top-smile-form p.radio input, .top-smile-form p.radio-float input {
	float: none;
	width: auto;
	margin: 0 0 0 2%;
	padding: 4px 2px;
}
* .1stcall { width:180px; position:absolute; top:179px; left:49px; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#fff; font-weight:bold; letter-spacing:2px }

#social-cont {background:#979387; margin: 5px 3px 0 3px; height:45px;}
#social {float:right; position:relative; top:5px; right:17px; border:#7e7e7e 1px solid; width:202px; background:#C7C4BB; text-align:center; padding:3px 0 3px 0}

img.right {
	float: right;
	margin: 0 0 15px 15px;
	}
.right-border {
	border: solid 1px #333; /* Customize me!! */
	float: right;
	clear: right;
	margin: 0 0 15px 15px;
	}
.left-border {
	border: solid 1px #333; /* Customize me!! */
	float: left;
	clear: left;
	margin: 0 15px 15px 0;
	}
#video-invisalign {
	width: 360px; 
	height: 266px;
	display: block;
	}
p.flash_notice {
	margin: 18px;
	padding: 9px;
	color: #ff0000;
	border: 1px dotted #ff0000;
	background: #ffffff;
	text-align: center;
	}
	
.clear {clear: both;}

.right-border {
	border: solid 1px #333; /* Customize me!! */
	float: right;
	clear: right;
	margin: 0 0 15px 15px;
	}
img.right {
	float: right;
	margin: 0 0 15px 15px;
	}
.left-border {
	border: solid 1px #000;
	margin: 0 15px 15px 0;
	float: left;
	}
img.left {
	margin: 0 15px 15px 0;
	float: left;
	}
span.indent {
	padding-left: 40px;
	}
#invisalign-sidebar {
	background: #fff;
	width: 275px;
	margin: 0 0 15px 15px;
	padding: 0;
	border: solid 1px #000;
	line-height: 18px;
	font-size: 11px;
	float: right;
	clear: right;
	}
#invisalign-sidebar a {
	color: #036;
	}
#invisalign-sidebar h3 {
	background: #97AFC2;
	margin: 0;
	padding: 15px;
	color: #fff;
	}
#invisalign-sidebar p {
	padding: 0 15px;
	margin: 15px 0;
	}
.thumb {
	border: solid 1px #000;
	margin: 0 10px 10px 0;
	float: left;
	clear: left;
	}
	
/* Clear Fix */
.clear {clear: both;}
.cf:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.cf {display: inline-block;} /*this trips hasLayout for ie7*/
.cf {display: block;} /*this returns it back to normal*/
* html .cf {height: 1px;}