/* general ----------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
html, body {
}

body {
	margin: 0px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
	background-color: #cb9ac6;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	height: 100%;
}

a {
	text-decoration: underline;
	color: #294483;
}

a:hover { text-decoration: none; }
h1 {
	color: #284886;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	line-height: 32px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: .1em;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	font-style: italic;
}

h3 {
	color: #294483;
	font-weight: bold;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

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

ul,ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
}

ul {
list-style: disc;
}
#container4 li{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left 5px;
	margin-left: 20px;
	padding-left: 17px;
	margin-bottom: 20px;
}

ol {
list-style: decimal;
}

img {border: none;}

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


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


/* logo ----------------------------------------*/
.logo {
	letter-spacing : -1000em;
	text-indent : -999em;
	overflow : hidden;
	background: transparent;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	width: 270px;
	height: 308px;
	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: 0px;
	margin: 0px;
	width: 270px;
	height: 308px;
}


/* utility */
#utility, #utility ul { /* all lists */
margin: 0px;
padding: 0px;
list-style: none;
}

#utility {
z-index: 1;
position: relative;
width: 700px;
}

#utility li {
float: left;
}

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

/* Set the image for each nav item */
#patient-login {background: url(../images/utility-patient-login.gif); width: 142px;}
#doctor-login {background: url(../images/utility-doctor-login.gif); width: 138px;}

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

/* Set cursor to default arrow so link does not appear clickable */
#utility .active {cursor: default}
#nav-container {
	clear: both;
	height: 314px;
	background-image: url(../images/bg-nav.gif);
	width: 270px;
	margin-top: 9px;
	background-repeat: no-repeat;
}


/* navigation ----------------------------------------*/
#nav { /* all lists */
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 317px;
	left: 44px;
	width: 226px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav {
	width: 226px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav a {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	height: 33px;
	width: 226px;
}
/* Set the image for each nav item */
#nav-home {
	background-image: url(../images/nav-home.jpg);
}
#nav-login {
	background-image: url(../images/nav-login.jpg);
}
#nav-patients {
	background-image: url(../images/nav-newpatients.jpg);
}
#nav-doctor {
	background-image: url(../images/nav-doctor.jpg);
}
#nav-team {
	background-image: url(../images/nav-team.jpg);
}
#nav-pediatric {
	background-image: url(../images/nav-pediatric.jpg);
}
#nav-prevention {
	background-image: url(../images/nav-prevention.jpg);
}
#nav-sedation {
	background-image: url(../images/nav-sedation.jpg);
}
#nav-contact {
	background-image: url(../images/nav-contact.jpg);
}

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

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


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

#nav li ul { /* second-level lists */
	width: 200px;
	position: absolute;
	left: -999em;
	height: auto;
	-khtml-opacity: 0.95;
	font-style: normal;
	font-weight: normal;
	background-color: #60207E;
	margin-top: -33px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 1;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(../images/bg-subnav.gif);
	background-position: top;
}

#nav li ul a {
	width: 190px;
	color: #fff;
	text-indent: 0px;
	text-decoration: none;
	line-height: 22px;
	height: 22px;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: 225px;
	display:block;
	padding-top: 10px;
	padding-bottom: 15px;
}

#nav li:hover ul a:hover, #nav li.sfhover ul a:hover { /* lists nested under hovered list items */
	color: #A76EB1;
}


/* page layout ----------------------------------------*/
#container {
	position: relative;
	width: 900px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#h1-container {
	height: 73px;
	width: 600px;
	clear: both;
	display: block;
	letter-spacing : -1000em;
	text-indent : -999em;
	overflow : hidden;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
#h2-container {
	height: 40px;
	display: block;
	letter-spacing : -1000em;
	text-indent : -999em;
	overflow : hidden;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 544px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container2 {
	clear: both;
	width: 900px;
	background-image: url(../images/bg2.gif);
}
#container3 {
	width: 900px;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
#container4 {
	clear: both;
	width: 544px;
	text-align: left;
	float: left;
	padding-top: 27px;
	padding-left: 27px;
	padding-bottom: 20px;
}
#container-left {
	clear: left;
	float: left;
	width: 270px;
	color: #000;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#container-right {
	clear: right;
	float: right;
	width: 630px;
	margin: 0px;
	padding: 0px;
}
#container:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
#container-address {
	background-image: url(../images/address.jpg);
	height: 140px;
	width: 270px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 657px;
	z-index: 0;
	background-position: left top;
}
#container-logos {
	background-color: #FBFBFA;
	text-align: center;
	padding: 10px;
	color: #3D2D1F;
	border: 1px solid #C9C6C1;
	margin-top: 150px;
}
#container-logos img {
	margin-bottom: 15px;
	margin-top: 15px;
}

#header {
	margin: 0 auto;
	position: relative;
	width: 960px;
	height: 220px;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
}

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

img.right {
	float: right;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 25px;
}

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

#site-map {
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	padding: 0px;
}
#site-map li {
	margin: 0px;
	list-style-type: none;
	background-image: none;
	padding: 0px;
}
#site-map li a {
	text-decoration: none;
}
#site-map li ul a {
	font-weight: normal;
	text-decoration: underline;
}
#site-map li ul li {
	list-style-type: disc;
	padding: 0px;
	margin-left: 25px;
}

#onpage-nav a {
	color: #6A2989;
	text-decoration: underline;
	font-size: 10px;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#onpage-nav a:hover {
	color: #666;
	text-decoration: none;
}

#onpage-nav li {
	display: inline;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px;
	background-image: none;
	color: #FFF;
}
#onpage-nav {
	color: #FFF;
	margin-bottom: 30px;
	margin-left: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4BBDA;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#onpage-nav ul {
	margin: 0px;
	padding: 0px;
}
#onpage-nav  li.first {
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#onpage-nav a.active {
	color: #999;
	text-decoration: none;
}

#footer {
	width: 100%;
	margin: 0px;
	line-height: 20px;
	display: block;
	clear: both;
	overflow: hidden;
	background-color: #481c5b;
	font-size: 11px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #fae7ff;
	text-align: center;
	color: #d4bbda;
}
#footer-container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer-box1 {
	width: 225px;
	text-align: left;
	float: left;
}
#footer-box2 {
	width: 240px;
	text-align: left;
	float: left;
	padding-left: 23px;
}
#footer-box3 {
	width: 285px;
	text-align: left;
	float: left;
}
#footer ul {
	margin: 0px;
}
#footer li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer ul li a {
	color: #d4bbda;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer2 {
	width: 100%;
	margin: 0px;
	line-height: 20px;
	display: block;
	clear: both;
	overflow: hidden;
	background-color: #cb9ac6;
	font-size: 11px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
	color: #59256D;
}
#footer h4 {
	background-repeat: no-repeat;
	height: 30px;
	overflow: hidden;
	text-indent: -999em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer2 a {
	color: #59256D;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
#footer2 a:hover {
	text-decoration: underline;
}


/* sesame ----------------------------------------*/
#sesame {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
}

#sesame a {
	color: #fff8ca;
	text-decoration: underline;
	font-style: normal;
}

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


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

#flash-homepage {
	width: 581px;
	height: 286px;
	background-image: url(../images/flash-homepage.jpg);
	clear: both;
	margin-top: 22px;
	margin-left: 11px;
	margin-bottom: 9px;
}

ul#toggle-content {list-style: none; margin: 0 0 15px 0px;}
#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: 0px; position: absolute; width: 0px;}
#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 0px;}
.flash-replaced .alt {
display: block;
width: 0px;
height: 0px;
position: absolute;
overflow: hidden;}
.hide {display: none;}
.clear {
clear:both;}
h2.media-center {
background:#000033;
color:#FFF;
margin:0px;
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;}
.back-to-top a {
	color: #FFF;
	text-decoration: none;
	background-color: #59256D;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	font-size: 10px;
}
.back-to-top a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #803E99;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	font-size: 10px;
}
p.back-to-top {
	margin-top: 30px;
}
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;}

/* 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;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
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}

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


#sidebar {
background: #fff;
width: 275px;
margin: 0 0 15px 15px;
padding: 0px;
border: solid 1px #000;
float: right;
clear: right;}
#sidebar a {
color: #036;}
#sidebar h3 {
background: #97AFC2;
margin: 0px;
padding: 15px;
color: #fff;}
.thumb {
border: solid 1px #000;
margin: 0 10px 10px 0px;
float: left;
clear: left;}
#sidebar p {
padding: 0 15px;
margin: 15px 0px;}
.link-box {
	background-color: #FFF;
	text-align: center;
	padding: 10px;
	border: 1px solid #712F8E;
	margin-bottom: 10px;
	clear: both;
}
img.right-border {
	float: right;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 25px;
	padding: 2px;
	border: 1px solid #59256D;
}
.bordered {
	padding: 2px;
	border: 1px solid #59256D;
	margin: 0;
}
