/* GENERAL 
-----------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}/* Sets all padding and margins to 0 - forces all browsers to behave... */
body {
	color: #333;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #ece1cd;
	background-image: url(../images/bg01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

/* edit.com visible styles */
body, td, .NormalText { text-decoration: none; font-weight: normal; font-style: normal; color: #333; line-height: 18px; font-family: Arial, Helvetica, sans-serif, Georgia; font-size: 13px; }

.Title		{ color: #957555; font-size: 24px; font-weight: bold; font-family: Georgia; }
.Header		{ color: #146557; font-size: 16px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; letter-spacing: -0.03em; }
.Subheader	{ color: #333333; font-size: 14px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }

.Green		{ color: #146557; }
.Brown		{ color: #957555; }
.Black		{ color: #000000; }
.White		{ color: #FFFFFF; }
.Gray		{ color: #333333; }

.SmallText	{ font-size: 10px; }
.MediumText	{ font-size: 16px; line-height: 1em; }
.LargeText	{ font-size: 24px; line-height: 1em; }

IMG.FloatLeft 	{ float: left; margin: 0 10px 10px 0; }
IMG.FloatRight 	{ float: right; margin: 0 0 10px 10px; }

a {
	color: #606;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#contentInside2 h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #957555;
	margin-bottom: 24px;
}
h2 {
	letter-spacing: -0.03em;
	color: #146557;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h3 {
	color: #333;
	margin: 10px 0;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
ul, ol {
	margin-top: 0;
	margin-left: 20px;
}
ul.larger {
	font-size: 14px;
}
img {
	border: none;
}
p {
	margin: 0 0 10px 0;
}
/* LOGO
----------------------------------------*/
* #logo-container {
	float: left;
	height: 100px;
	width: 265px;
}
* .logo {
	letter-spacing : -1000em;
}
/* Just for Opera, but hide from MacIE */
/*\*/html>body .logo {
	letter-spacing : normal;
	text-indent : -999em;
	overflow : hidden;
	width: 280px;
	height: 155px;
	background: transparent;
	float: left;
}
/* End of hack */

h1.logo a {
	padding: 0;
	margin: 0;
	width: 280px;
	height: 155px;
	display: block;
	background: transparent;
	float: left;
}
/* TAGLINE
----------------------------------------*/
* #tagline {
	letter-spacing : -1000em;
}
/* Just for Opera, but hide from MacIE */
/*\*/html>body #tagline {
	letter-spacing : normal;
	text-indent : -999em;
	overflow : hidden;
	padding: 0;
	margin: 0;
	width: 410px;
	height: 35px;
	line-height: 0;
	float: left;
	background: transparent;
}
/* End of hack */


/* UTILTY 
-----------------------------------------*/
* #utility-container {
	width: 611px;
	float: right;
	text-align: left;
	height: 33px;
	margin-top: 15px;
	padding: 0px;
	position: absolute;
	left: 288px;
	top: 107px;
}
* #utility, #utility ul { /* all lists */
	list-style: none;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
}
* #utility {
	float: left;
}
/*  Makes the list items sit next to each other */
#utility li {
	float: left;
}
/*  Sets styles for all links that are inside the ul id="utility" */
#utility a {
	display: block;
	height: 33px;
	overflow: hidden;
	text-indent: -999em;
}
* #home {
	width: 55px;
	background-image: url(../images/nav-home.gif);
}
* #contact {
	width: 94px;
	background-image: url(../images/nav-contact.gif);
}
* #site {
	background: url(../images/nav-site.gif);
	width: 72px;
}
/* Shift the image position up to show the active state */
#utility a:hover, #utility .active {
	background-position: 0 -33px;
}
/* Set cursor to default arrow so link does not appear clickable */
#utility .active {
	cursor: default
}
/* UTILITY SUB-NAVIGATION 
-----------------------------------------*/
#utility li {
	display: inline;
	font: 11px tahoma, arial, sans-serif;
}
#utility li ul { /* second-level lists */
	margin: 0 0 0 0;
	padding: 0;
	width: 100px;
	position: absolute;
	background: #5f0344;
	left: -999em;
	line-height: 29px;
	height: auto;
}
#utility li ul a {
	padding: 0 0 0 10px;
	width: 90px;
	color: #ca98bb;
	text-indent: 0;
	text-decoration: none;
	line-height: 29px;
	height: auto;
	border-bottom: 1px solid #8e4c71;
}
#utility li:hover ul, #utility li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display:block;
}
#utility li:hover ul a:hover, #utility li.sfhover ul a:hover { /* lists nested under hovered list items */
	color: #fff;
	background: #460132;
}
/* NAVIGATION 
-----------------------------------------*/
* #nav-container {
	width: 175px;
	float: left;
	background-image: url(../images/bg-nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
	margin: 0px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 85px;
	position: absolute;
}
* #nav, #nav ul { /* all lists */
	width: 144px;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 1;
	color: #FFF;
	left: 85px;
	top: 225px;
}
/*  Sets styles for all links that are inside the ul id="nav" */
#nav a {
	height: 22px;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	width: 144px;
}
/* Set the image for each nav item */
* #login {
	background: url(../images/nav-login.gif);
	width: 144px;
}
* #doctor {
	background: url(../images/nav-doctor.gif);
	width: 144px;
}
* #team {
	background: url(../images/nav-team.gif);
	width: 144px;
}
* #tour {
	background: url(../images/nav-tour.gif);
	width: 144px;
}
* #treatment {
	background: url(../images/nav-treatment.gif);
	width: 144px;
}
* #forms {
	background: url(../images/nav-forms.gif);
	width: 144px;
}
* #instructions {
	background: url(../images/nav-instructions.gif);
	width: 144px;
}
* #braces {
	background: url(../images/nav-braces.gif);
	width: 144px;
}
* #invisalign {
	background: url(../images/nav-invisalign.gif);
	width: 144px;
}
* #toothbrushing {
	background: url(../images/nav-toothbrushing.gif);
	width: 144px;
}
* #links {
	background: url(../images/nav-links.gif);
	width: 144px;
}
* #games {
	background: url(../images/nav-games.gif);
	width: 144px;
}

/* Shift the image position up to show the active state */
#nav a:hover, #nav .active {
	background-position: -144px 0px;
}
/* Set cursor to default arrow so link does not appear clickable */
#nav .active {
	cursor: default
}
/* SUB-NAVIGATION 
-----------------------------------------*/
#nav li {
	display: inline;
	font: 11px tahoma, arial, sans-serif;
	float: left;
}
#nav li ul { /* second-level lists */
	margin: -30px 0 0 240px;
	padding: 0;
	width: 150px;
	position: absolute;
	background: #5f0344;
	left: -999em;
	line-height: 29px;
	height: auto;
}
#nav li ul a {
	padding: 0 0 0 10px;
	width: 140px;
	color: #ca98bb;
	text-indent: 0;
	text-decoration: none;
	line-height: 29px;
	height: auto;
	border-bottom: 1px solid #8e4c71;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display:block;
}
#nav li:hover ul a:hover, #nav li.sfhover ul a:hover { /* lists nested under hovered list items */
	color: #fff;
	background: #460132;
}
/* PAGE LAYOUT
-----------------------------------------*/
* #container {
	position: relative;
	width: 898px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #main.bg {
	background-image: url(../images/bg-content.gif);
	background-repeat: no-repeat;
	background-position: top;
}
* #subnav {
	background-color: #FFF;
	width: 230px;
	float: left;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #1C150C;
	list-style-type: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#subnav li a:hover, #subnav li a.active {
	color: #369;
}
#subnav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8DBC2;
	margin: 0px;
	padding: 0px;
}
#subnav li a {
	font-size: 12px;
	color: #1C150C;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
}
* #topbar {
	width: 898px;
	height: 155px;
	background-image: url(../images/bg-banner.gif);
	background-repeat: no-repeat;
	position: relative;
}
#topbar:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}
* #header {
	background: url(../images/bg-header.jpg) no-repeat;
	position: relative;
	width: 790px;
	height: 175px;
}
#header:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}
* #main {
	width: 898px;
	margin: 0px;
	background-image: url(../images/bg-content.gif);
	padding: 0px;
}
#main:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}
* #sidebar {
	float: right;
	width: 190px;
	text-align: center;
	margin-right: 6px;
}
* #address {
	float: right;
	width: 188px;
	padding: 0;
	line-height: normal;
	color: #FFF;
	font-size: 9pt;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
* #contact-info {
	color: #fff;
	font: 11px tahoma, arial, sans-serif;
	padding: 20px 0 20px 45px;
	clear: both;
	vertical-align: middle;
	line-height: 20px;
	overflow: hidden;
	width: 190px;
}
* #content {
	float: right;
	width: 632px;
	margin: 0px;
	background-repeat: no-repeat;
	height: 598px;
	background-image: url(../images/bg-home.jpg);
	padding: 0px;
}
* #contentInside {
	float: right;
	width: 632px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
* #contentInside2 {
	float: right;
	width: 558px;
	min-height: 500px;
	margin: 0px;
	padding-top: 35px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 0px;
}
* #content2 {
	float: left;
	width: 400px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-top: 260px;
	text-align: center;
	line-height: normal;
	font-size: 12px;
}
#content a {
	color: #333;
}
#content a:hover {
	text-decoration: none;
}
#contentInside2 a {
	color: #333;
	text-decoration: underline;
}
#contentInside2 a:hover {
	text-decoration: none;
	background-color: #EBE1CE;
}
* .float-right {
	float: right;
	clear: both;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}
* .img {
	float:none;
	background: #fff;
	padding: 4px;
	border: 1px solid #ac69b2;
	margin: 0 10px 10px 0;
	clear: both;
}
* .img-right {
	float: right;
	clear: both;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #957555;
	background-color: #EBE1CE;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #957555;
}
* .img-left {
	float: left;
	clear: both;
	margin-top: 10px;
	margin-right: 20;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #1D150B;
}
* #site-map-page {
	font-weight: bold;
}
#site-map-page .sub {
	font-weight: normal;
}
/* FOOTER
-----------------------------------------*/
* #footer {
	color: #FFF;
	margin: 0px;
	text-align: center;
	clear: both;
	vertical-align: middle;
	overflow: hidden;
	width: 778px;
	font-size: 10px;
	line-height: normal;
	border-top-color: #E8DBC2;
	background-image: url(../images/bg-footer.gif);
	height: 125px;
	border-right-color: #E8DBC2;
	border-bottom-color: #E8DBC2;
	border-left-color: #E8DBC2;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 70px;
}
#footer h2 {
	font-size: 14px;
	line-height: normal;
	font-style: italic;
	padding: 0px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer a {
	color: #E8DBC2;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 7px;
}
* #flash_standards {
	background: transparent;
	font-size: 10px;
	color: #333;
	text-align: center;
	padding: 0;
}
/* SESAME
-----------------------------------------*/
p#sesame {
	padding: 10px 0;
}
#sesame a {
	font-size: 10px;
	color: #fcf;
	text-decoration: underline;
}
#sesame a:hover {
	text-decoration: none;
}
* #flashcontent {
	background-image: url(../images/bg-flash.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	width: 770px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#flashcontent p {
	background-color: #FDF4E2;
}
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;
	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
}
* #anatomy-of-a-tooth {
	background: url(../images/anatomy-of-a-tooth/anatomy-of-a-tooth-bg.gif);
	height: 525px;
	position: relative;
	width: 300px
}
#anatomy-of-a-tooth a {
	cursor: help;
	display: block;
	position: absolute
}
#anatomy-of-a-tooth a:hover {
	background: transparent
}
a#bone {
	height: 20px;
	left: 30px;
	top: 380px;
	width: 40px
}
a#cementum {
	height: 20px;
	left: 100px;
	top: 460px;
	width: 90px
}
a#dentin {
	height: 20px;
	left: 80px;
	top: 165px;
	width: 60px
}
a#enamel {
	height: 20px;
	left: 165px;
	top: 135px;
	width: 60px
}
a#gingiva {
	height: 30px;
	left: 20px;
	top: 275px;
	width: 60px
}
a#periodontal {
	height: 30px;
	left: 205px;
	top: 440px;
	width: 70px
}
a#pulp {
	height: 30px;
	left: 125px;
	top: 220px;
	width: 50px
}
a#print {
	cursor: pointer;
	height: 23px;
	left: 240px;
	top: 502px;
	width: 60px
}
#anatomy-of-a-tooth a img {
	border: none;
	display: block;
	height: 0;
	position: absolute;
	width: 0
}
#anatomy-of-a-tooth a:hover img {
	height: 98px;
	width: 300px
}
a#bone:hover img {
	left: -30px;
	top: -380px
}
a#cementum:hover img {
	left: -100px;
	top: -460px
}
a#dentin:hover img {
	left: -80px;
	top: -165px
}
a#enamel:hover img {
	left: -165px;
	top: -135px
}
a#gingiva:hover img {
	left: -20px;
	top: -275px
}
a#periodontal:hover img {
	left: -205px;
	top: -440px
}
a#pulp:hover img {
	left: -125px;
	top: -220px
}
img.right {
	float:right;
	margin:0 0 10px 10px;
}
/* Global form styles */
* .comments {
	margin: 18px auto;
}
fieldset {
	border: none;
	padding: 9px 0;
}
fieldset div {
	clear: both;
}
/* comment form */	
* .comments {
	margin: 18px 0;
	padding: 10px;
}
.comments li {
	font-weight: bold;
}
.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:1px solid #1D160D;/* 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 #1D160D;
}/* 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%;
}
/* Global form styles */
* .appointment-form {
	margin: 18px auto;
}
fieldset {
	border: none;
	padding: 9px 0;
}
fieldset div {
	clear: both;
}
* .form-header {
	border-bottom: 1px solid #1E170D;/*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 #1E170D;/*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:#1E170D;/* customize me! */
	border: 1px solid #1E170D;
	text-align:center;
	line-height:31px;
	color:#ffffff;/* customize me! */
	font-size:12px;
	font-weight:bold;
}
/* 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;
	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 #1E170D;/* 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: #fff0b2
}
.appointment-form p.verification {
	margin-top: 0;
}
.appointment-form p.verification img {
	border: 1px solid #1E170D;
}/* 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;
}
/* Global form styles */
* .referral-form {
	margin: 18px auto;
}
fieldset {
	border: none;
	padding: 9px 0;
}
fieldset div {
	clear: both;
}
/* 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;
}
.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 #1E170D;/* 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 #1E170D;
}/* 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;
}
* .welcome {
	font-size: 15px;
	color: #699fa3;
}
#contentInside:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}
* #bracesNav {
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #A9DDD3;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 32px;
	margin-left: 0;
	padding-top: 15;
	padding-right: 5;
	padding-bottom: 15;
	padding-left: 5;
}
#bracesNav li {
	display: inline;
	white-space : nowrap;
}
#bracesNav li a {
	text-decoration: underline;
	padding: 0px;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
	line-height: 30px;
}
#contentInside2 ol li {
	font-weight: bold;
	color: #1E675A;
	padding-bottom: 3px;
}
#contentInside2 ol {
	margin-left: 25px;
}
#contentInside2 ol li div {
	font-weight: normal;
	color: #333;
	margin-bottom: 8px;
	margin-top: 4px;
}
* #more {
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #237466;
	text-align: center;
	color: #FFF;
	padding: 5;
	margin: 0;
	line-height: 24px;
}
