
/*********************************************************************
	
	Sesame Communications - (c) 2009
	Written by: Damien Komala
	All rights reserved. 
	Any reproduction or intentional misuse is strickly prohibited
	
*********************************************************************/

/*********************************************************************
	Reset
*********************************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
@font-face {
 font-family: 'MarydaleBold';
 src: url('../fonts/marydbol.eot');
 src: local('Marydale Bold'), local('MarydaleBold'), url('../fonts/marydbol.ttf') format('truetype');
}



/*********************************************************************
	Common Elements
*********************************************************************/

body {
	line-height:1.5;
	font-family:Tahoma, Geneva, sans-serif;
	margin:0;
	background:#c5ffa5;
	color: #000;
	font-size: 12px;
}

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

caption, th, td {
	text-align:left;
	font-weight:normal;
}

table, td, th {
	vertical-align:middle;
}

a img {
	border:none;
}

a {
	outline: none;
}

h1 {
	font-family: 'MarydaleBold', sans-serif;
	font-size: 36px;
	line-height:normal;
	font-weight: normal;
	color:#89D3E1;
	margin-bottom: 20px;
}

h1 sup {
	font-size: 50%;
	vertical-align: top;
}

p sup {
	font-size: 70%;
	vertical-align: top;
}

h2 {
	color:#D97BB3;
	font-size: 24px;
}

.home h2 {
	color:#D97BB3;
	font-size: 14px;
	font-style:italic;
}

h3 {
	color:#fab74c;
	font-size: 18px;
}

hr {
	background: #FFF;
	border-bottom:1px solid #000;
	border-top:1px solid white;
	clear:both;
	height:1px;
	margin:0 0 15px;
}

.hide {
	display:none;
}

.flash-replaced .alt {
	display:none;
}

.flash-replaced {
	margin-bottom:20px;
}

blockquote {
	margin: 0px;
	padding: 10px;
	/* border:1px solid #2F8E8E; */
	quotes: "\201C" "\201D";
}

blockquote:before {
	color:#2F8E8E;
	content: open-quote;
	font-weight: bold;
}

blockquote:after {
	color:#2F8E8E;
	content: close-quote;
	font-weight: bold;
}

p.small {
	font-size: 9px;
}

p.back-to-top a {
	color:#D97BB3;
}

.dr_name {
	font-size:14px;
	line-height:normal;
}

/*********************************************************************
	IE6 upgrade alert
*********************************************************************/
#ie_alert {
	display: none;
	background-color: #fff;
	width: 400px;
	color: #333;
	text-align: left;
	font-size: 11px;
	letter-spacing: normal;
	font-weight: bold;
	padding: 15px 15px 0 15px;
	border: solid 2px #a52003;
	position: absolute;
	z-index: 5000;
	top: 10px;
	left: 10px;
}

#ie_alert ul {
	margin: 0 0 15px 25px;
}

#ie_alert p {
	margin: 0 0 15px 0;
	line-height: 14px;
	padding: 0;
}

a.upgrade {
	float: left;
	margin: 0 10px 0 0;
}

span#ie_alert_reasons {
	color: #a52003;
}

.right {
	float: right;
	margin: 0 0 20px 20px;
	border:3px solid #FFB747;
	clear:right;
}

.right_noborder {
	float: right;
	margin: 0 0 20px 20px;
	border:none;
}

.left {
	float: left;
	margin: 0 20px 20px 0;
	border:3px solid #FFB747;
}

/*********************************************************************
	set bg image for each link
*********************************************************************/
a#about-us {
	background-image:url(../images/nav/about-us.gif);
	text-indent: -999em;
	width:97px;
}

a#for-new-patients {
	background-image:url(../images/nav/new-patients.gif);
	text-indent: -999em;
	width:128px;
}

a#faqs {
	background-image:url(../images/nav/faqs.gif);
	text-indent: -999em;
	width:69px;
}

a#education {
	background-image:url(../images/nav/education.gif);
	text-indent: -999em;
	width:113px;
}

a#contact-us {
	background-image:url(../images/nav/contact-us.gif);
	text-indent: -999em;
	width:110px;
}

a#home {
	background-image:url(../images/nav/home.gif);
	text-indent: -999em;
	width:69px;
}

#nav-left .spacer {
	width:382px;
	margin: 0;
	display: block;
	text-indent: -999em;
}

/*********************************************************************
	Structure
*********************************************************************/

#container, .container {
	margin:0 auto;
	min-height:700px;
	width:1072px;
	color:#000000;
}

#container {
	position:relative;
}

.clearfix:after, .container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, .container {
	display:inline-block;
}

* html .clearfix, * html .container {
	height:1%;
}

.clearfix, .container {
	display:block;
}

.clear {
	clear:both;
}

ul.slideshow {
	list-style: none; 
	margin: 0; 
	padding: 0;}
#slideshow-container {
	background: #ffffff; /* Customize me */
	border: solid 2px #f8ae43; /* Customize me */
	width: 515px; 
	height: 350px; 
	padding: 10px;
	position: relative;}
#caption {
	margin: 10px 12px;
	height: 30px; /* Adjust this if caption text runs over two lines long */
	display: block;
	font-weight: regular;
	font-size: 1.17em;}
ul.slideshow img {
	width: 460px; 
	height: 350px;}
.office-tour-nav {
	background: #75dbee; /* Customize me */
	position: absolute; 
	z-index: 50; 
	bottom: 10px;
	padding: 0 3px;}
.office-tour-nav a {
	text-decoration: none; 
	font-size: 12px; 
	padding: 5px; 
	margin: 0 3px; 
	color: #ffffff;}
.office-tour-nav a.activeSlide {color: #333;}

/*********************************************************************
	Header and top piece
*********************************************************************/

#hd {
	background: url(../images/header-background.jpg) center top no-repeat;
	height:342px;
	margin:0;
	width:1072px;
	display: block;
}
.home #hd {
	background: url(../images/header-home.jpg) center top no-repeat;
}
#hd h1 {
	margin: 0;
}

#logo, #logo a {
	height:245px;
	width:250px;
}

#logo {
	left:400px;
	position:absolute;
	top:0;
}

#logo a {
	display:block;
	overflow: hidden;
	text-indent: -999em;
}

/*********************************************************************
	Top Nav
*********************************************************************/

#utility-nav {
	left:50px;
	position:absolute;
	top:158px;
	width:978px;
	z-index: 10;
}

#utility-nav ul {
	list-style: none;
	margin: 0;
}

#utility-nav li {
	float:left;
}

#utility-nav a {
	display:block;
	height:41px;
	text-indent: -999em;
}

#utility-nav a:hover, #topnav li:hover a, #utility-nav li.sfhover a {
	background-position: 0 -41px;
} /* -h */

#utility-nav li.active a {
	background-position: 0 -41px;
} /* -2h */

#utility-nav li.active a:hover, #utility-nav li.active:hover a, #utility-nav li.active.sfhover a {
	background-position: 0 -41px;
} /* -3h */

/*********************************************************************
	Content
*********************************************************************/
#bd {
	background: url(../images/content-background.jpg) bottom center no-repeat;
	float: left;
	width:1072px;
	margin: 0;
	padding:0 0 50px 0;
}
.home #bd {
	background: url(../images/content-home.jpg) bottom center no-repeat;
}

#content {
	float:left;
	width:560px;
	margin:0;
}
.home #content {
	height: 455px;
}

#content a {
	color:#ca8cbe;
}

#content p {
	margin-bottom:20px;
}

#content h2, #content h3 {
	margin-bottom:10px;
}

#content ul, #content ol {
	margin:0 0 20px 30px;
}

.site-map #content ul {
	margin:0 0 20px 10px;
	text-transform: uppercase;
	font-size: 14px;
	list-style: none;
	font-weight: lighter;
}

.site-map #content ul li a {
	font-style: normal;
	text-decoration: none;
}

.site-map #content ul li a:hover {
	text-decoration: underline;
}

.site-map #content ul li ul li {
	font-weight: normal;
	text-transform: none;
}
.column {
	float:left;
	width:45%;
	margin: 0;
}

#flash_box {
	height:175px;
	left:860px;
	position:absolute;
	top:215px;
	width:183px;
}
#flash_box2 {
	height:261px;
	left:60px;
	position:absolute;
	top:589px;
	width:269px;
}

#content .sub_nav {
	border-bottom:1px solid #000000;
	color:#CA8CBE;
	font-size:14px;
	margin:0 0 20px;
	padding-bottom:5px;
}

#content .sub_nav a {
	color:#ca8cbe;
	text-decoration:none;
}

#content .sub_nav a.active {
	color:#fab74c;
	cursor:default;
}


/*----- Teeth For Life -----*/
#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;}
	


/*********************************************************************
	Sidebar
*********************************************************************/

#sidebar {
	float:left;
	height:500px;
	margin:-110px 0 0;
	_margin:0;
	text-align:center;
	width:380px;
}

#sidebar img {
	margin: 0 0 15px;
}

#sidebar p {
	font-size: 14px;
}

#sidebar strong {
	font-size: 24px;
	font-weight: normal;
}

/*********************************************************************
	Navigation
*********************************************************************/
#util a, #nav-left a, #nav-right a  {
	display: block;
	height: 41px; /* h */
	outline: none;
	overflow: hidden;
}

#util {
	position:absolute;
	top:0;
	left:30px;
	width:190px;
	height:170px;
}

#util ul {
	list-style-type:none;
	margin:0;
	padding-top:25px;
	list-style-image:none;
}

#util ul {
	width: 190px;
}

#util a {
	height: 36px;
}

#util a:hover, #util li:hover a, #util li.sfhover a {
	background-position: -190px 0;
} /* -w */

#util li.active a {
	background-position: -380px 0;
} /* -2w */

/* main nav */
#nav-left {
	left:50px;
	position:absolute;
	top:158px;
	width:300px;
	z-index: 10;
	height: 41px;
}
#nav-right {
	left:730px;
	position:absolute;
	top:158px;
	width:300px;
	z-index: 10;
	height:41px;
}

#nav-left ul, #nav-right ul {
	list-style: none;
	margin: 0;
	width:300px;
}

#nav-left li, #nav-right li {
	float:left;
}

#nav-left a:hover, #nav-left li:hover a, #nav-left li.sfhover a, #nav-right a:hover, #nav-right li:hover a, #nav-right li.sfhover a {
	background-position: 0 -41px;
} /* -h */

#nav-left li.active a, #nav-right li.active a {
	background-position: 0 -41px;
} /* -2h */


/*********************************************************************
	Navigation Fly outs
*********************************************************************/

#nav-left li ul, #nav-right li ul {
	padding: 10px 0;
	left: -9999px;
	position: absolute;
	width: 140px;
	z-index: 10;
	background: url(../images/nav/subnav.png) top left no-repeat;
	top:41px;
}

#nav-left li ul a, #nav-right li ul a {
	color: #FFF;
	background-image: none;
	text-decoration: none;
	text-indent:12px;
	height: 16px;
	width: 133px;
	padding:5px 0;
}

#nav-left li ul a:hover, #nav-right li ul a:hover {
	background:#8ad4e2;
}

#nav-left li:hover ul, #nav-left li.sfhover ul, #nav-right li:hover ul, #nav-right li.sfhover ul {
	left: auto;
	margin:0;
}

#nav-left ul ul ul, #nav-right ul ul ul {
	display:none;
}


/*********************************************************************
	Footer
*********************************************************************/

#ft {
	background: url(../images/footer-background.jpg) bottom center no-repeat;
	color:#FFF;
	display:block;
	float:left;
	_float:none;
	font-size:11px;
	height:160px;
	margin:30px 0 0;
	padding:0;
	width:100%;
}

#ft p {
	margin: 14px 0 0 80px;
	width:560px;
}

#ft .text_nav {
	color: #000;
}

#ft .description {
	color: #FFF;
}

#ft a {
	color: #000;
	text-decoration: none;
}

#ft a:hover, #ft .sesame a:hover {
	color: #FFF;
}

#ft .sesame a {
	color: #c3f3ff;
	text-decoration: underline;
}

/*********************************************************************
	Form Styles
*********************************************************************/

div.referral-form, div.appointment-form, div.comments {
	width: 100%;
	margin-top: 18px;
	letter-spacing: normal;
}

fieldset {
	border: 0;
	padding: 9px 0;
	margin: 0 18px;
}

fieldset h2 {
	margin: 0 0 9px;
}

fieldset p {
	margin: 0 0 18px;
}

fieldset p.disclaimer {
	font-size: 90%;
	font-style: italic;
	margin: 0;
}

fieldset dl {
}

fieldset dl dt {
	font-size: 16px;
	clear: both;
	margin: 9px 0 0;
}

fieldset dd ul {
	margin: 9px 0;
}

fieldset dd ul li, fieldset dd ol li {
	list-style: none;
}

fieldset dd li {
	clear: both;
	margin: 3px 0;
	padding: 5px 0 4px 10%;
	overflow: auto;
	height: auto;
	position: relative;
}

fieldset dd li:hover {
	background: #fcf8dd;/* customize me - this is the hover color change of li */
}

fieldset dd li input:hover, fieldset dd li input:focus, fieldset dd li select:hover, fieldset dd li select:focus, fieldset dd li textarea:hover, fieldset dd li textarea:focus {
	background: #f1f1f1;/* customize me - this is the hover color change of form fields*/
	outline-color: #89D3E1;/* customize me */
}

fieldset li h3 {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

fieldset li div {
	float: left;
	display: inline-block;
	width: 40%;
	position: relative;
	padding-right: 5%;
}

fieldset li div.input-street {
	width: 85%;
}

fieldset li div.input-city {
	width: 60%;
}

fieldset li div.input-full-name {
	width: 85%;
}

fieldset li div.input-phone-full {
	width: 85%;
}

fieldset li div.input-email {
	width: 85%;
}

fieldset li div.input-zip {
	width: 20%;
}

fieldset li div.content-switch, fieldset li div.radio, fieldset li div.checkbox {
	width: 85%;
}

fieldset li div.radio input {
	border: none;
}

fieldset li div.radio label {
	padding-right: 9px;
	font-size: 90%;
}

fieldset li div.input-select-full {
	width: 85%;
}

fieldset li div.input-comments {
	width: 85%;
}

li div.input-comments textarea {
	height: 63px;
	overflow: auto;
}

fieldset li div.input-captcha {
	width: 50%;
}

fieldset li div.verification {
	width: 35%;
}

li div.verification img {
	border: 1px solid;
	margin-top: 9px;
	-moz-border-radius: 4px; /*for Moz, optional*/
	-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
}

fieldset li div label {
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 9px;
	font-size: 80%;
	color: #89D3E1;/*override to match site*/
}

fieldset li div input, fieldset li div textarea, fieldset li div select {
	display: block;
	line-height: 18px;
	width: 100%;
	border: 1px solid;
	padding: 4px 0 3px;
	text-indent: 4px;
	margin-top: 9px;
	-moz-border-radius: 4px; /*for Moz, optional*/
	-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
}

fieldset li div select {
	height: 25px;
}

fieldset li div.radio input {
	display: inline;
	width: auto;
	margin-right: 4px;
}

fieldset li div div {
	width: 100%;
}

fieldset dl dd.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*/
	display: block;
	width: 125px;
	height: 34px;
	text-align: center;
	margin: 0;
	background:#f06ad6;/* customize me! */
	border: 1px solid #f06ad6;
	line-height: 34px;
	color:#FFF;/* customize me! */
	font-size:12px;
	font-weight:bold;
	-moz-border-radius: 4px; /*for Moz, optional*/
	-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
}

/* appointment form 
	* Styles only for the appointment request form
	*/	

	
	/* comment form 
	* Styles only for the comments form
	*/
	/*numbering added by jQuery*/
	fieldset ol li span.comment-number {
	font-size: 150%;
	color: #89D3E1;/* customize me*/
	position: absolute;
	left: 9px;
	top: 9px;
}

/* referral form 
	* Styles only for the referral form
	*/	
	.referral-form fieldset li div.radio {
	width: 40%;
}

/* JQuery */
	input.error, select.error, textarea.error {
	border-color: #a52003;
	background: #fefda1;
}

div.error {
	background: url(../images/validate_error2.gif) 0 0 no-repeat;
	color: #a52003;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	display: block;
	margin: 12px -2% 0 0;
	text-indent: -999em;
}

div.success {
	background: url(../images/validate_ok2.gif) 0 0 no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	display: block;
	margin: 12px -2% 0 0;
	text-indent: -999em;
}

.contact-form div.error, .contact-form div.success {
	margin-left: 0;
}


