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

body {
	background: #4a6489 url(../images/bg.jpg) top center no-repeat;
	margin: 0px;
	color: #333;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
}

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

td, th { 
padding: 0; 
vertical-align: top;
font: normal 12px/24px arial, verdana, helvetica, sans-serif;
color: #333;
}

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

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

h3 {
	color: #653800;
	font-family: arial, verdana, helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

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

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

ul {
list-style: disc;
}

ol {
list-style: decimal;
}

img {border: none;}

p {margin: 0 0 10px 0;}


/* 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: 960px;
	height: 220px;
	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: 960px;
	height: 220px;
}


/* utility */
#utility, #utility ul { /* all lists */
margin: 0;
padding: 0;
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: 50px;
	background-image: url(../images/bg-nav.gif);
}


/* navigation ----------------------------------------*/
#nav, #nav ul { /* all lists */
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 220px;
	left: 34px;
	z-index: 100;
}

#nav {
	margin: 0px;
	width: 900px;
}

#nav a {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	height: 50px;
}
/* Set the image for each nav item */
#nav-home {
	background-image: url(../images/nav-home.gif);
	width: 66px;
}
#nav-contact {
	background-image: url(../images/nav-contact.gif);
	width: 95px;
}
#nav-us {
	background-image: url(../images/nav-us.gif);
	width: 86px;
}
#nav-patients {
	background-image: url(../images/nav-patients.gif);
	width: 130px;
}
#nav-ortho {
	background-image: url(../images/nav-ortho.gif);
	width: 145px;
}
#nav-braces {
	background-image: url(../images/nav-braces.gif);
	width: 109px;
}
#nav-treatment {
	background-image: url(../images/nav-treatment.gif);
	width: 139px;
}
#nav-emergency {
	background-image: url(../images/nav-emergency.gif);
	width: 125px;
}

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

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


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

#nav li ul { /* second-level lists */
	padding: 0;
	width: 195px;
	position: absolute;
	left: -999em;
	height: auto;
	/* opacity */
filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #1d4177;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	top: 50px;
	z-index: 99;
}

#nav li ul a {
	width: 177px;
	color: #fff;
	text-indent: 0;
	text-decoration: none;
	line-height: 30px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A6489;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	z-index: 99;
}

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


/* page layout ----------------------------------------*/
#container {
	position: relative;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container2 {
	background-color: #DFD6AB;
	clear: both;
	width: 938px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FDF8D2;
	border-left-color: #FDF8D2;
}
#container3 {
	background-image: url(../images/bg-content-white.gif);
	margin: 0px;
	padding: 0px;
	width: 940px;
}
#container4 {
	background-image: url(../images/bg-content-mtn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	width: 870px;
	min-height: 600px;
	padding-right: 50px;
	padding-left: 20px;
	z-index: 0;
}
#container-left {
	clear: left;
	float: left;
	width: 200px;
	padding-top: 30px;
	color: #FFF;
}
#container-left .additional-link1{
	padding:10px 0px 0px 0px;
	text-align:center;
	}
#container-left .additional-link2{
	padding:5px 0px 0px 0px;
	text-align:center;
	}
#container-right {
	clear: right;
	float: right;
	width: 610px;
	padding-top: 30px;
	padding-bottom: 20px;
}
#container:after {clear: both; content: "."; display: block; height: 0; visibility: hidden}
#container-address {
	background-image: url(../images/bg-address.gif);
	height: 119px;
	width: 200px;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	position: absolute;
	left: 30px;
	top: 320px;
}
#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 0;
	clear: both;
	border: 3px solid #244C83;
}

img.right {
	float: right;
	margin: 0 0 20px 20px;
	clear: both;
	border: 3px solid #244C83;
}

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

#site-map {
	float: left;
	padding-right: 30px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
}
#site-map li {
	margin: 0px;
	list-style-type: none;
}
#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;
}
#container-sub-page-nav {
	width: 150px;
	position: absolute;
	left: 53px;
	top: 460px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E4DEBB;
	text-align: left;
	padding-left: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
/* in page sub nav ----------------------------------------*/
#container-sub-page-nav ul {
	font-size: 12px;
	font-style: normal;
	line-height: 32px;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
}
#sub-page-nav li {
	list-style:none;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#sub-page-nav li a {
	color: #FFF;
	padding: 0px;
	text-decoration: none;
	margin: 0px;
	display: block;
}
#sub-page-nav li:hover a, #sub-page-nav li a.active {
	color: #65b7d9;
	font-weight:normal;
	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;}

#footer {
	width: 900px;
	margin: 0px;
	padding: 30px;
	text-align: center;
	line-height: 20px;
	display: block;
	clear: both;
	overflow: hidden;
	background-color: #294f85;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 11px;
}

#footer h6 {
	font-size: 11px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	color: #fff8ca;
	margin-bottom: 20px;
}

/* footer-nav */
#footer-nav {
	color: #FFF;
	text-align: center;
	overflow: hidden;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 10px;
}

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

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

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


/* clearfix ----------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* 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: 610px;
	height: 300px;
	background-image: url(../images/flash-homepage.jpg);
	clear: both;
	margin-bottom: 20px;
}

ul#toggle-content {list-style: none; 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;}
.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;}
.back-to-top a {
	color: #FFF;
	text-decoration: none;
	background-color: #224B82;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 200px;
}
p.back-to-top {
	margin-top: 20px;
}
.back-to-top a:hover {
	color: #1F467E;
	text-decoration: none;
	background-color: #E4DEBB;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
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}
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: 0;
border: solid 1px #000;
float: right;
clear: right;}
#sidebar a {
color: #036;}
#sidebar h3 {
background: #97AFC2;
margin: 0;
padding: 15px;
color: #fff;}
.thumb {
border: solid 1px #000;
margin: 0 10px 10px 0;
float: left;
clear: left;}
#sidebar p {
padding: 0 15px;
margin: 15px 0;}
.clear {clear: both;}
#container-right h1 {
	color: #362612;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	height: 60px;
	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;
}
.dr_pic{
	border:#204684 4px solid;
	}
	
.mar_pic{
	margin:0 0 0 8px;
	border:#a7aeb9 4px solid;
	}
.orthologo {
	margin:350px 0 0 0 !important;
	background-color:#fff;
	padding:20px;
	border:#c9c6c1 1px solid;
	}