/* general ----------------------------------------*/
* {margin: 0; padding: 0;}
html, body {height: 100%;}

body {
background: #8fc1c3 url(../images/bg01.jpg) top center repeat-x;
margin: 0;
font: normal 12px/18px georgia, times, serif;
color: #000;
}

table { border-collapse: collapse; border-spacing: 0; }

td, th { 
padding: 0; 
vertical-align: top;
font: normal 12px/18px georgia, times, serif;
color: #000;
}

a { color: #67905D; text-decoration: underline; } 

a:hover { text-decoration: none; }

h1 {
background-repeat: no-repeat; 
height: 75px; /* height of the h1 image */
width: 500px;
margin: 0;
overflow: hidden; 
text-indent: -999em; /* hides rich text so only background image shows */
}

h2 {
font: bold 16px/20px georgia, times, serif;
color: #67905D;
margin: 10px 0 5px 6px;
}

h3 {
font: bold 12px/18px georgia, times, serif;
color: #66989a;
margin: 10px 0 0 6px;
}

h4 {
font: bold 14px arial, verdana, helvetica, sans-serif;
color: #666;
margin: 10px 0 0 6px;
}

ul,ol {margin: 0 0 10px 30px;}

ul {
list-style: disc;
}

ol {
list-style: decimal;
}

img {border: none;}

p {margin: 0 0 10px 6px;}

hr {
border: 0;
border-top: 1px dashed #ccc;
margin: 20px 0 0 6px;
}

/* ask-me-now */
#ask-me-now { 
padding: 0;
margin: 0;
position: absolute;
top: 70px;
right: 60px;
}


/* logo ----------------------------------------*/
.logo { 
letter-spacing : -1000em; text-indent : -999em; overflow : hidden; background: transparent;
padding: 0;
margin: 0;
line-height: 0;
width: 800px;
height: 208px;
position: relative;
}

/* Just for Opera, but hide from MacIE */
/*\*/html>body .logo {
letter-spacing : normal; text-indent : -999em;
}
/* End of hack */

h1.logo a {
display: block; background: transparent;
float: left;
padding: 0;
margin: 0;
width: 800px;
height: 208px;
}


/* contact-info ----------------------------------------*/
#contact-info { 
letter-spacing : -1000em; text-indent : -999em; overflow : hidden; background: transparent;
padding: 0;
margin: 0;
line-height: 0;
width: 257px;
height: 200px;
position: relative;
}

/* Just for Opera, but hide from MacIE */
/*\*/html>body #contact-info {
letter-spacing : normal; text-indent : -999em;
}
/* End of hack */


/* phone ----------------------------------------*/
h5#phone { 
letter-spacing : -1000em; text-indent : -999em; overflow : hidden; background: transparent;
padding: 0;
margin: 0;
line-height: 0;
width: 500px;
height: 40px;
position: relative;
}

/* Just for Opera, but hide from MacIE */
/*\*/html>body #phone {
letter-spacing : normal; text-indent : -999em;
}
/* End of hack */


/* callout ----------------------------------------*/
#callout {
background: url(../images/callout-free-teeth-whitening.gif) no-repeat;
letter-spacing : -1000em; text-indent : -999em; overflow : hidden;
padding: 0;
margin: 0 0 10px 20px;
line-height: 0;
width: 250px;
height: 138px;
position: relative;
float: right;
}

/* Just for Opera, but hide from MacIE */
/*\*/html>body #callout {
letter-spacing : normal; text-indent : -999em;
}
/* End of hack */

h5#callout a {
display: block; 
padding: 0;
margin: 0;
width: 250px;
height: 138px;
}


/* navigation ----------------------------------------*/
#nav, #nav ul { /* all lists */
margin: 0;
padding: 0;
list-style: none;
position: relative;
z-index: 1;
}

#nav {
width: 257px;
margin: 0 0 30px 0;
text-align: left;
}

#nav a {
display: block;
overflow: hidden; 
text-indent: -999em;
height: 24px;
}

/* Set the image for each nav item */
a#patient-login {background: url(../images/nav-patient-login.gif); height: 52px;}
#about-us {background: url(../images/nav-about-us.gif);}
#dental-health {background: url(../images/nav-dental-health.gif);}
#procedures {background: url(../images/nav-procedures.gif);}
#improve-your-smile {background: url(../images/nav-improve-your-smile.gif);}
#contact-us {background: url(../images/nav-contact-us.gif);}
#home {background: url(../images/nav-home.gif);}

/* Shift the image position up to show the active state */
#nav a:hover, #nav .active {background-position: -257px 0;}

/* Set cursor to default arrow so link does not appear clickable */
#nav .active {cursor: default}


/* sub-navigation --------------------*/
#nav li { display: inline }

#nav li ul { /* second-level lists */
font: normal 12px/24px arial, verdana, helvetica, sans-serif;
margin: -21px 0 0 230px;
padding: 0;
width: 190px;
position: absolute;
background: #66989a;
left: -999em;
height: auto;
/* opacity */
filter:alpha(opacity=95);
-moz-opacity:0.95;
-khtml-opacity: 0.95;
opacity: 0.95;
}

#nav li ul a {
padding: 0 0 0 15px;
width: 175px;
color: #fff;
text-indent: 0;
text-decoration: none;
line-height: 30px;
height: auto;
}

#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: #accba2;
}


/* page layout ----------------------------------------*/
#container {
margin: 0 auto;
position: relative;
width: 800px;
}
#container:after {clear: both; content: "."; display: block; height: 0; visibility: hidden}

#header {
margin: 0 auto;
position: relative;
width: 800px;
height: 208px;
}

#main {
background: #fff url(../images/bg-main.gif) no-repeat;
padding: 15px 0 0 0;
width: 800px;
float: left;
}

#sidebar {
background: url(../images/bg-sidebar.gif) no-repeat;
color: #000;
float: left;
width: 257px;
padding: 0 0 20px 0;
}

#social {
padding: 20px;
}

#right-col {
width: 500px;
padding: 0 20px;
float: left;
}

#content {
padding: 0 0 10px 0;
}

.border {
border: 1px solid #ccc;
margin: 10px 0;
clear: both;
}

img.left {
float: left;
margin: 0 20px 20px 0;
}

img.right {
float: right;
margin: 0 0 20px 20px;
}

img.center {
display:block;
margin:0 auto 10px auto;}

.site-map {font-weight: bold; float: left; padding-right: 30px;}
.site-map ul {list-style: none;}
.site-map li {padding-bottom: 10px;}
.site-map a {color: #67905D;}
.site-map .sub li {font-weight: normal; padding: 0;}
.site-map .sub ul {list-style: none; margin-left: 15px;}


/* in page sub nav ----------------------------------------*/
#sub-page-nav ul {margin: 0 0 20px 30px; font: bold 12px/24px arial, verdana, helvetica, sans-serif;}
#sub-page-nav li {list-style:none; text-indent:none; white-space:nowrap;}
#sub-page-nav li a {color: #66989a; padding: 0 10px 0 0; white-space:nowrap; text-decoration: none;}
#sub-page-nav li a:visited {text-decoration: none;}
#sub-page-nav li:hover a, #sub-page-nav li a.active {color: #67905D; text-decoration:none;}
#sub-page-nav li.#sub-page-nav-first a{padding-left:0; border-left:none;}
#sub-page-nav li.first a{padding-left:0; border-left:none;}
#sub-page-nav.color li a {color: #09c;}


/* footer */
#footer {
background: url(../images/bg-footer.gif) no-repeat;
width: 700px;
margin: 0 auto;
padding: 40px 50px;
text-align: center;
display: block;
clear: both;
overflow: hidden;
}

#footer a {
color: #fff;
}

#footer h6 {
font: bold 12px/14px georgia, times, serif;
}

/* footer-nav */
#footer-nav {
color: #000;
margin: 0 auto;
padding: 30px 0 10px 0;
text-align: center;
display: block;
clear: both;
overflow: hidden;
}

#footer-nav a {
color: #000;
text-decoration: underline;
}

#footer-nav a:hover {
text-decoration: none;
}

#footer-nav li {
display: inline;
list-style-type: none;
padding-right: 10px;
}


/* sesame ----------------------------------------*/
#sesame {
background: url(../images/bg-sesame.gif) center no-repeat;
margin: 0;
padding: 0; 
text-align: center;
height: 80px;
}

#sesame a {
color: #fff;
text-decoration: underline;
}

#sesame a:hover { text-decoration: none; }


/* link types */
a.pdf { background: url(../images/icon-pdf.gif) no-repeat; padding-left: 16px; }
a.top { background: url(../images/arrow-top.gif) no-repeat; padding-left: 12px; font: bold 11px/0 arial, verdana, helvetica, sans-serif; text-transform: uppercase; color: #099; text-decoration: none; }
a:hover.top { text-decoration: underline;}


/* SESAME */
.flash-replaced .alt {
display: block;
width: 0px;
height: 0px;
position: absolute;
overflow: hidden;}

#flash-homepage {
background: url(images/flash-homepage.jpg);
width: 503px;
height: 167px;
margin: 0;
padding: 0;
}

#toggle-content {margin: 0 0 15px 0;}
#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-know-your-teeth {margin: 15px 0;}
.flash-replaced .alt {
display: block;
width: 0px;
height: 0px;
position: absolute;
overflow: hidden;}
.hide {display: none;}

/* The Game Room */
div#sesame-game {background: #000; line-height: 0; margin: 10px auto 30px auto; text-align: center; width: 400px}
ul#sesame-games {list-style: none; margin: 0 18px 0 0; padding: 0}
ul#sesame-games li {clear: both; display: block}
ul#sesame-games img {border: 0; float: right; margin: 0 0 10px 10px}
ul#sesame-games a.button {float:right; height:85px; width:200px}
ul#sesame-games p { padding-bottom: 1em}

/* brushing & flossing */
#flash-brushing-and-flossing-ortho {
width: 500px;
height: 300px;
margin: 10px auto;}
.flash-replaced .alt {
display: block;
width: 0px;
height: 0px;
position: absolute;
overflow: hidden;}

/* iBraces */
.left {
float:left;
margin:0 10px 10px 0;}
img.right {
float:right;
margin:0 0 10px 10px;}
.clear {
clear:both;}
h2.media-center {
background:#000033;
color:#FFF;
margin:0;
padding:5px;}
div.media-center {
background:#336699;
color:#FFF;
display:inline-block;
margin-bottom:10px;
overflow:auto;
padding:10px;}
div.media-center a {
color:#FFF;}
div.media-center img {
border:1px solid #FFF;}
.flash {
border: solid 1px #ccc;}
#flash-ibraces-1 {
width: 320px;
height: 266px;}
#flash-ibraces-2, #flash-ibraces-3 {
width: 352px;
height: 266px;}

/* ------------- Teeth Whitening --------- */

div.promotional-banner {
	background-color: #D1DFDF;
	width: 50%;
	margin: 0 0 1em 1em;
	float: right;
	border: 1px solid #628E8F;
}
div.promotional-banner p {
	line-height: 1.7em;
	padding: 1em;}
#content div.promotional-banner h2 {
	font-family: arial, helvetica, san-serif;
	margin: 0;
	padding: .25em;
	text-align: center;
	background-color: #628E8F;
	color: #FFFFFF;
	font-size: 20px;
}
