/* ---------------------
      GENERAL
------------------------*/
* {margin: 0; padding: 0;}/* Sets all padding and margins to 0 - forces all browsers to behave... */
html, body {height: 100%;}

body {
text-align:center;
background: #313853 url(../images/body-bg.jpg) 0 0 repeat-x;
font: 12px tahoma, arial, verdana, helvetica, sans-serif;
color: #000;
}

/*--------------------
         LINKS 
----------------------*/
a {cursor:pointer;}
a, a:link {
	text-decoration: underline;
	color: #00a2ad;
	font-weight: normal;}
a:visited {}
a:active {}
a:hover {text-decoration: none;}
/* displays icons next to PDF and WORD docs */
#pt-forms a[href$='.doc'], #pt-forms a[href$='.rtf'] {
 	width: 25px;
	height: 18px;
	text-indent: -999em;
	overflow: hidden;
	display: inline-block;
	background: transparent url(../images/icon_doc.gif) no-repeat center center;}
#pt-forms a[href$='.pdf'] { 
	width: 25px;
	height: 18px;
	text-indent: -999em;
	overflow: hidden;
	display: inline-block;
	background: transparent url(../images/icon_pdf.gif) no-repeat center center;}
.off-site a[href^="http:"] {
        background: url(../images/i-offsite.gif) 100% 50% no-repeat;
        padding-right: 25px;}
a.video-link {
	padding: 3px 27px 3px 0;
	background: url(../images/icon_video.gif) 100% 50% no-repeat;
}
#logo a {display: block; width: 368px; height: 162px; overflow: hidden;}
#footer li a {color: #a3cddb;}
a.sesame-link {font-size: 12px; color: #d3e7ee; text-decoration: none;}

/*------------------------
      HEADING TITLES
-------------------------*/

h1 {
	font-size: 30px;
	color: #313853;
	line-height: 36px;
	font-weight: bold;
	margin: 27px 0 9px 0;}
h1.replace {
	height: 63px;
	width: 366px;
	background-position: 0 0;
	margin: 27px 0 0;
	overflow: hidden;
	}
div.home h1.replace {width: 561px; height: 71px; margin-bottom: 25px; }
h1#logo {
	margin: 0;
	padding: 0;
	width: 366px;
	height: 114px;
	float: left;
	overflow: hidden;
	}
h2.tagline {
	margin:0 30px 0 0;
	padding:0;
	width:198px;
	height:83px;
	float:right;
}
h2, dt {
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
	margin: 9px 0;
	color: #252b3f;}
h2 em, dt em {color: #b0b0b0;}
h3 {
	font-size: 16px;
	line-height: 18px;
	margin: 18px 0 0;
	font-weight: bold;
	}
h4 {
	font-size: 14px;
	line-height: 18px;
	margin: 18px 0 0 0;
	color: #b0b0b0;
	font-weight: bold;}
h5 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin: 18px 0;}
#footer h5 {color: #ffffff; margin: 9px 72px;}
h6 {
	font-size: 11px;
	line-height: 18px;
	margin-top: 18px;
	font-weight: bold;
	color: #666666;}
img {
	display: block;
	border: 0;
	outline: 0;}
ol, ul, dl {
	list-style: none;
	margin: 9px 0;
}
dd {margin: 9px 0;}
dd ul {margin-left: 18px;}
dd ul li {margin-left: 18px;}
dl.address {margin: 0;}
dl.address dt, dl.address dd {margin: 9px 0 0;}
dl.logos dt img {margin: 9px 0;}
dl.logos dd {margin-bottom: 40px;}
ul.bullet {
	list-style: disc outside;
	display: block;
	margin-left: 18px;
}
ul.bullet li {margin-left: 18px;}
ul.bullet ul {list-style: disc outside; margin-left: 18px;}
ol {list-style: decimal outside; margin-left: 18px;}
ol li {margin-left: 18px;}
li, dd {
	font-size: 12px;
	line-height: 18px;}

#footer ul {
	margin: 0 144px 9px;
	padding-left: 0;
	list-style: none;
	text-align: center;}
#footer li {
	color: #a3cddb; 
	display: inline; 
	font-size: 12px;
	line-height: 18px; 
	margin-left: 0;
	list-style: none;
	display: inline; 
	white-space: nowrap;
	text-align: center;}
#footer li a {
	padding: 0 7px 0 10px;
	border-left: 1px solid #a3cddb;
	text-decoration: none;}
#footer li.first a {margin-left: 0; padding-left: 0; border-left: none;}

p {
	font-size: 12px;
	line-height: 18px;
	margin: 9px 0 9px 0;}
p.upgrade-flash {
	margin: 10px;
	padding: 10px;
}
p.caption {color: #666666; margin: 9px 36px;}
p.contact {position:absolute; top:50px; left:120px; font-size:11px; line-height:16px;}
p.top-link {font-weight: bold; text-align: right; clear: both;}
li > p {margin-bottom: 16px;}
#address p {text-align: right; font-size: 11px; color: #35354c;}
#address p strong {color: #00749a;}
.center {text-align: center;}
.right {text-align: right;}
strong, b {	font-weight: bold;}
em {font-style:italic;}
sup, sub {font-size: 85%;}
q:before, q:after {/* remove quotes since IE doesn't understand :( */
    content: ""; }
q {font-style:italic; color: #9f70c2;}
hr {display: none;}
div.hr {border-top: 1px solid #74afab; height: 1px; margin: 18px 0;}

/*----------------------------- 
         SHORTCUTS
-----------------------------*/

/* Image Replacement -- add class="replace" to root element, i.e. <p> and add a bg image*/
.replace {
	letter-spacing : -1000em;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	text-indent: -999em;
}
/* Just for Opera, but hide from MacIE */

/*\*/html>body .replace {
	letter-spacing : normal;
	text-indent : -999em;
	overflow : hidden;
}
/* End of hack */


/*--------------------------------- 
Flash
---------------------------------*/
.flash {
	overflow: hidden;
	margin: 18px auto;
}
.flash-replaced .alt {
				display: block;
				height: 0px;
				position: absolute;
				overflow: hidden;
				width: 0px;
			}
#flash-home {
	width: 780px;
	height: 224px;
	margin:0px;
}

#non-flash {
	width: 780px;
	height: 224px;
	margin:0px;
}


/*---------------------------------
Layout
---------------------------------*/
.img-right {float: right; clear: right; margin: 0 0 18px 18px; }
.img-left {float: left; clear: right; margin: 18px 36px 0 0;}
.img-center { margin: 9px auto 9px auto; text-align: center;}
#media-center, #pt-forms, #directions {
	width: 220px;
	float: right;
	clear: right;
	margin: 0 0 18px 18px;
	padding: 0 0 9px;
	border: 1px solid #00749a;
}
#media-center dt, #pt-forms dt, #directions dt {
	margin: 0 0 9px;
	padding: 3px 9px;
	color: #ffffff;
	background: #00749a;
}
#media-center dd, #pt-forms dd, #directions dd {margin: 0 9px 9px;}

#container {
	width: 100%; 
	text-align:left; 
	background: #d7b5a0 url(../images/body-bg.jpg) 0 0 repeat-x;
}

#header {
	width:800px;
	height:114px;
	margin: 0 auto;
	position:relative;
}
#address {padding: 27px 0 0; margin-right: 18px;}

#nav-column {
	position: absolute;
	left:50%;
	top: 277px;
	width: 227px;
	margin: 0 0 0 153px;
	padding: 0;
	background:url(../images/nav-column-bg.jpg) 0px 60px no-repeat;
}
#content {
	width: 800px;
	margin: 0 auto;
	padding:0 0 15px 0; 
	min-height:700px;
	_height:700px;
}

#inner-content {
	width:535px;
	margin:9px;
}
#testimonial-images {
	width: 500px;
	
}
#testimonial-images img {float: left;margin: 18px 36px 0 0}

#footer {
	background: #313853 url(../images/footer-bg.jpg) 0 0 repeat-x;
	padding: 85px 0px 18px 0px;
	text-align: center;
}


/*---------------------------------
Navigation
---------------------------------*/
#utility {
	width: 155px;
	height: 29px;
	margin-left:211px;
	position: absolute;
	top: 85px;
	left: 50%;
}

#pt-login {display: block; width: 155px; height: 29px;}  

#menu {
	background:#260b01;
	border:5px solid #ffffff;
	width:186px;
	margin-left:30px;
	text-align:left;
	line-height:36px;
	font: 12px tahoma, arial, verdana, helvetica, sans-serif;
	color:#FFFFFF;
}

#menu .title {
	padding:0px;
	margin:0px;
	display:block;
	width:186px;
}

#menu a {display:block; height:36px; width:186px; outline:none;}
#menu a:hover {background-position: -186px 0}
#menu li.active a {background-position: -372px 0}
#menu li.active a:hover {background-position: -558px 0}

#menu ul.subnav-list {
	margin:0px;
	padding:0px;
	background:#697e69;
}

#menu ul.subnav-list li {
	color:#FFFFFF;
	height:22px;
	text-indent: 0;
}

#menu ul.subnav-list a {
	text-decoration:none;
	color:#FFFFFF;
	height: 25px;
	text-indent: 25px;
}

#menu ul.subnav-list a:hover {
	text-decoration:underline;
}

#menu ul.subnav-list a.active {
	background: url(../images/active-arrow.gif) 0 5px no-repeat;
	font-weight:bold;
}

#nav-office {
	background:url(../images/nav-office.gif) 0 0 no-repeat;
	text-indent:-999em;
}

#nav-smile-gallery {
	background:url(../images/nav-smile-gallery.gif) 0 0 no-repeat;
	text-indent:-999em;
}

#nav-patients {
	background:url(../images/nav-patients.gif) 0 0 no-repeat;
	text-indent:-999em;
}

#nav-testimonials {
	background:url(../images/nav-testimonials.gif) 0 0 no-repeat;
	text-indent:-999em;
	display:block;
	height:36px;
	width:186px;
}

#nav-whysee {
	background:url(../images/nav-why.gif) 0 0 no-repeat;
	text-indent:-999em;
	display:block;
	height:36px;
	width:186px;
}

#nav-checkups {
	background:url(../images/nav-checkups.gif) 0 0 no-repeat;
	text-indent:-999em;
	display:block;
	height:36px;
	width:186px;
}

#nav-dentistry-101 {
	background:url(../images/nav-dentistry.gif) 0 0 no-repeat;
	text-indent:-999em;
}

#nav-pediatric-dentistry {
	background:url(../images/nav-pediatrics.gif) 0 0 no-repeat;
	text-indent:-999em;
}

#nav-restorative {
	background:url(../images/nav-restorative.gif) 0 0 no-repeat;
	text-indent:-999em;
}

#nav-deka {
	background:url(../images/nav-deka.gif) 0 0 no-repeat;
	text-indent:-999em;
	display:block;
	height:36px;
	width:186px;
}

#nav-invisalign {
	background:url(../images/nav-invisalign.gif) 0 0 no-repeat;
	text-indent:-999em;
	display:block;
	height:36px;
	width:186px;
}

#nav-cerec {
	background:url(../images/nav-cerec.gif) 0 0 no-repeat;
	text-indent:-999em;
	display:block;
	height:36px;
	width:186px;
}

#nav-contact {
	background:url(../images/nav-contact.gif) 0 0 no-repeat;
	text-indent:-999em;
}

#nav-home {
	background:url(../images/nav-home.gif) 0 0 no-repeat;
	text-indent:-999em;
	display:block;
	height:36px;
	width:186px;
}

/*---------------------------------
Image Replacement
---------------------------------*/
#logo a {background: url(../images/logo.jpg) 0 0 no-repeat;}
#logo a:hover {background-position: 0 -114px;}

h2.tagline {background: url(../images/tagline.png) top left no-repeat;}

/* Nav Elements */
#pt-login {background: url(../images/pt-login.gif) 0 0 no-repeat;}
#pt-login:hover {background-position: 0 -29px;}

#dr-login {background: url(../images/dr-login.gif) 0 0 no-repeat;}
#dr-login:hover {background-position: 0 -29px;}

/*---------------------------
Sesame Forms
---------------------------*/

/* Global form styles */
.referral-form, .appointment-form, .comment-form {width: 500px;}

fieldset {border: none; padding: 9px 0;}
fieldset div {clear: both;}
.form-header {border-bottom: 1px solid #313853;/*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 #313853;/*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:#313853;/* customize me! */
	border: 1px solid #1f2536;
	text-align:center;
	line-height:31px;
	color:#ffffff;/* customize me! */
	font-size:12px;
	font-weight:bold;}


/* referral form */
.referral-form {
	margin: 0 0 18px;
	padding: 10px;
	border:solid 2px #313853;/*optional, change color to match site*/
	background: #faefea;/*optional, change color of background*/}
.referral-form fieldset {border: none; padding: 9px 0;}
.referral-form label {/*floats labels left*/
	font-size: 12px;
	display:block;
	font-weight:bold;
	text-align:right;
	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:right;
	width:100%;}
.referral-form input, .referral-form textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #313853;
	width:45%;
	margin:9px 0 9px 2%;
	background: #ffffff;}
.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 #313853;}
.referral-form p.radio input, .referral-form p.radio-float input {
	float: none;
	width: auto;
	margin: 0 0 0 2%;
	padding: 4px 2px;}

/* appointment form */
.appointment-form {
	margin: 0 0 18px;
	padding: 10px;
	border:solid 2px #313853;/*optional, change color to match site*/
	background: #faefea;/*optional, change color of background*/}
.appointment-form fieldset {border: none; padding: 9px 0;}
.appointment-form label {/*floats labels left*/
	font-size: 12px;
	display:block;
	font-weight:bold;
	text-align:right;
	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:right;
	width:100%;}
.appointment-form input, .appointment-form select, .appointment-form textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #313853;
	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 #313853;}
.appointment-form p.radio input, .appointment-form p.radio-float input {
	float: none;
	width: auto;
	margin: 0 0 0 2%;
	padding: 4px 2px;}

/* comment form */	
.comment-form {
	margin: 0 0 18px;
	padding: 10px;
	border:solid 2px #313853;/*optional, change color to match site*/
	background: #faefea;}
.comment-form li {font-weight: bold;}
.comment-form label {/*floats labels left*/
	font-size: 12px;
	display:block;
	font-weight:bold;
	text-align:right;
	width:45%;
	float:left;
	padding-top: 4px;}
.comment-form label span {/*sits below labels; holds instructions*/
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:100%;}
.comment-form .label-block label {float: none; clear: both; width: 100%; text-align: left;}
.comment-form input, .comment-form textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #313853;
	width:45%;
	margin:9px 0 9px 2%;
	background: #ffffff;}
.comment-form p.verification {
	clear: both;
	margin: 9px 0 9px 47%;
	font-size: 12px;}
.comment-form p.radio-float {
	clear: none;
	float:left;
	width: 45%;
	padding:0;
	margin:9px 0 9px 0;}
.comment-form p.verification {margin-top: 0;}
.comment-form p.verification img {border: 1px solid #313853;}
.comment-form p.radio input, .comment-form p.radio-float input {
	float: none;
	margin: 0 0 0 0;
	padding: 4px 2px;
	width: auto;}
.comment-form p.radio span {padding: 0 2% 0 0;}
.comment-form .radio {text-align: left; font-weight: normal;}
.comment-form .comments-box label {float: none; font-weight: normal; display: block; text-align: left;}
.comment-form .comments-box textarea {float: none; margin-left: 0; width:95%;
}

/* Mini-Contact Form */
.contact-form {
	float: right; 
	clear: right; 
	margin: 0 0 36px 36px;	
	width: 225px; 
	padding: 10px;
	border:solid 2px #313853;/*optional, change color to match site*/
	background: #faefea;/*optional, change color of background*/}
.contact-form fieldset {border: none; padding: 9px 0;}
.contact-form li {font-weight: bold;}
.contact-form label {display: none;}
.contact-form input, .contact-form textarea {
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #313853;
	width:90%;
	margin:9px 10px;
	background: #ffffff;}

/* 
| Shortcuts	|
*/

/* clear floats */
.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 {/* For IE =< 6 */
    height: 1%;
}


/*----------------------------
Sesame Content
----------------------------*/
.left {
float:left;
margin:0 9px 18px 0;}
img.right {
float:right;
margin:0 0 18px 9px;}
.clear {
clear:both;}
div.media-center {
display:inline-block;
overflow:auto;
padding:9px;}
div.media-center img {
border:1px solid #FFF;}

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

