/* 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-right:5px;
	margin-bottom:5px;
}
* .image-float-home {
	float: right;
	clear: right;
	display: block;
	padding-right:30px;
}
img.center {
	display:block;
	margin:0 auto 10px auto;
}

/* Image Replacement -- add class="replace" to root element, i.e. <p> 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;*/
}

body {
	margin: 0px;
	padding-top:20px;
	padding-bottom:24px;
	background-image: url(images/bkd.jpg);
	background-color: #730c02;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

BODY, TD, .NormalText { font-weight: normal; text-decoration: none; font-style: normal; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-size: 12px; line-height: 19px; }

.Header		{ color: #E7D9B4; font-size: 36px; font-weight: bold; font-family: Times New Roman; line-height: 36px; }
.Subheader	{ color: #ffffff; font-size: 14px; font-weight: bold; }
.Subheader2	{ color: #49402a; font-size: 12px; font-weight: bold; }

.Red		{ color: #89190E; }
.Beige		{ color: #E7D9B4; }
.Black		{ color: #000000; }
.Gray		{ color: #49402A; }
.White		{ color: #FFFFFF; }

.SmallText	{ font-size: 10px; }
.MediumText	{ font-size: 16px; line-height: 16px; }
.LargeText	{ font-size: 24px; line-height: 24px; }

IMG.Left		{ float: left; }
IMG.Right		{ float: right; }
IMG.WhiteBorder	{ border: 4px solid #FFF; }

DIV#HeaderBox	{ height: 61px; width: 544px; background: url('images/title_template.gif') no-repeat; padding: 10px 0 0 67px; }


p{
	margin-top: 3px;
	margin-bottom:15px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
}

* #main li{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 50px;
	list-style: outside;
	line-height:19px;
}
* #main ul{
	margin-bottom:15px;
}
* #main ol{
	margin-bottom:15px;
}
* #main ol li{
	margin-left: 57px;
}
a:link, a:visited{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
 a:hover{
	color: #89180d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

* #footernav {
	width: 760px;
	height:137px;
	clear:both;
	background-image: url(images/footer_bkd.jpg);
	background-repeat: no-repeat;
}
* #footernav p{
	line-height:15px;
}
* #footernav .inner {
	padding-left:15px;
	padding-top:10px;
	padding-right:15px;
}
* .footertext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e7d9b4;
	font-weight:bold;
}
* .footerguide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e7d9b4;
	text-decoration:none;
	font-weight: normal;
}
* .footerguide a:link, .footerguide a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e7d9b4;
	text-decoration:none;
	font-weight: normal;
}
* .footerguide a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}			

* .design{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b03a2e;
	text-decoration:none;
	font-weight: bold;
	margin-bottom:0px;
}
* .design a:link, .design a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b03a2e;
	text-decoration:none;
	font-weight: bold;
}
* .design a:hover{
	color: #ffffff;
	text-decoration:underline;
}
h1{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
		position: relative;
}
h1 span{
	background-repeat: no-repeat; 
	height: 100%; 
	position: absolute; 
	width: 100%;
}
* #header{
	width: 760px;
}
* #header_address {
	float:right;
	background-image: url(images/header_bkd.jpg);
	background-repeat: no-repeat;
	width: 288px;
	height: 191px;
}
* #header_address .inner{
	padding-right:15px;
	padding-top:8px;
}
* #header_address p{
	float:right;
	color: #e7d9b4;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	text-align:right;
}
* #logo {
	float:left;
	width: 472px;
	height: 191px;
}
* #logo a {
	display: block;
	width: 472px;
	height: 191px;
	text-indent: -999em;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	cursor:pointer;	
}
/* headings */
* #h-office, * #h-team, * #h-doc,*  #h-tour, * #h-trips, * #h-new, * #h-policies, * #h-privacy, * #h-check, * #h-know, * #h-life, * #h-peds, * #h-sedation, * #h-resources, * #h-restore, * #h-improve, * #h-gallery, * #h-extract, * #h-wisdom, * #h-gum, * #h-root, * #h-invisalign, * #h-cosmetic, * #h-why, * #h-sealants, * #h-contact, * #h-location, * #h-rate, * #h-white, * #h-appt, * #h-refer, * #h-comment, * #h-site {
	line-height: 0px;
	height: 61px;
	width: 544px;
	margin-bottom:10px;
}
* #h-office{background: url(images/title_office.gif);}
* #h-team{background: url(images/title_team.gif);}
* #h-doc{background: url(images/title_doc.gif);}
* #h-tour{background: url(images/title_tour.gif);}
* #h-trips{background: url(images/title_trips.gif);}
* #h-new{background: url(images/title_new.gif);}
* #h-privacy{background: url(images/title_privacy.gif);}
* #h-policies{background: url(images/title_policies.gif);}
* #h-check{background: url(images/title_check.gif);}
* #h-know{background: url(images/title_know.gif);}
* #h-sedation{background: url(images/title_sedation.gif);}
* #h-cosmetic{background: url(images/title_cosmetic.gif);}
* #h-why{background: url(images/title_why.gif);}
* #h-sealants{background: url(images/title_sealants.gif);}
* #h-rate{background: url(images/title_rate.gif);}
* #h-white{background: url(images/title_white.gif);}
* #h-life{background: url(images/title_life.gif);}
* #h-peds{background: url(images/title_peds.gif);}
* #h-resources{background: url(images/title_resources.gif);}
* #h-restore{background: url(images/title_restore.gif);}
* #h-improve{background: url(images/title_improve.gif);}
* #h-gallery{background: url(images/title_gallery.gif);}
* #h-extract{background: url(images/title_extract.gif);}
* #h-wisdom{background: url(images/title_wisdom.gif);}
* #h-gum{background: url(images/title_gum.gif);}
* #h-root{background: url(images/title_root.gif);}
* #h-invisalign{background: url(images/title_invis.gif);}
* #h-contact{background: url(images/title_contact.gif);}
* #h-location{background: url(images/title_location.gif);}
* #h-appt{background: url(images/title_appt.gif);}
* #h-refer{background: url(images/title_refer.gif);}
* #h-comment{background: url(images/title_comment.gif);}
* #h-site{background: url(images/title_site.gif);}


h2{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}
	
h3{color: #49402a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	}
h5{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
}

* #nav-column {
	float:left;
	width: 184px;
}
* #nav-column .inner { }
* #nav {list-style: none;}
* #nav a {display: block; padding: 0; width: 184px; margin: 0; }

* #nav ul {
	position: absolute;
	left: -999em;
	list-style: none;
	margin: -29px 0px 0px 184px;
	background:#504860;
	z-index: 1;
}
* #nav li {display: inline;}
* #nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	display: block;
}

ul#nav ul li a {
	font-size:11px;
	background:#89180d;
	padding: 4px 2px 5px 10px;
	color: #e7d9b4;
	font-weight: bold;
	text-decoration: none;
	width:145px;
}
ul#nav ul li a:hover {
	background: #2e2b24;
	color: #e7d9b4;
}
* #office, * #new, * #improve, * #restore, * #check, * #contact, * #home, * #know {
	overflow: hidden; 
	text-indent: -999em; /* Indents the rich-text so it does not show */
	width: 184px;
	cursor: pointer;
}
/* Set the image for each nav item */
* #office {background: url(images/office.jpg); height:29px;}
* #new {background: url(images/new.jpg); height:29px;}
* #check {background: url(images/check.jpg); height:31px;}
* #restore {background: url(images/restore.jpg); height:29px;}
* #improve {background: url(images/improve.jpg); height:31px;}
* #contact {background: url(images/contact.jpg); height:31px;}
* #home {background: url(images/home.jpg); height:37px;}
* #know {background: url(images/know.jpg); height:31px;}
/* Shift the image position up to show the active state */
#nav a:hover, #nav .active{ background-position:-184px 0px }

/* Set the cursor to default arrow so link does not appear clickable */
* #nav .active {cursor: default}
/* Image Replacement */

* #container{
	width: 760px;
	margin:auto;
}
* #content {
	width: 760px;
	margin:auto;
	background-image: url(images/content_bkd.jpg);
	background-repeat: repeat-y;
}
* #home_movie{float: right;
	padding-right:6px;
	display:inline;
	margin-bottom:2px;
	width: 565px;}
* #main {
	float: right;
	margin-right:6px;
	display:inline;
	width: 565px;
	background-color: #b6a16a;
	padding-bottom: 15px;
}
* #main .inner {
	padding-left:12px;
	padding-right:8px;
	padding-top: 15px;
}

* #forms {
	float: right;
	clear: right;
	display: block;
	background-color: #89180d;
	width: 180px;
	margin-left: 5px;
	border: 4px solid #ffffff;
}
* .formtext{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-left: 11px;
	margin-right: 10px;
	display: block;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	margin-top:5px;
	margin-left:5px;}
* #forms li{
	color: #ffffff;
	margin-left: 45px;
	list-style: disc outside;
	line-height:16px;
}
* #forms ul{
	margin-bottom:9px;
	margin-left:4px;
	color: #ffffff;
	margin-top:4px;
}
* #forms a:link,#forms a:visited {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

a.login { 
text-decoration:none;
color: #e7d9b4;
font-size:1.3em;
}

a:hover.login  { 
text-decoration:underline;
color: #e7d9b4;
font-size:1.3em;	
}

* #forms a:hover{
	color: #9a9583;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
* .top{
	color: #89180d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}
* .top a:link, .top a:visited{
	color: #89180d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}
* .top a:hover{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}
hr{
	color: #89180d;
	margin-bottom:10px;
}
blockquote{margin-left:28px;}

* #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}
* #flash-mission{text-align:center;
margin-bottom:10px;}
* #flash-mission p{font-size:10px;}