
/*********************************************************************
	
	Sesame Communications - (c) 2010
	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: 'PalatinoLTStdBoldItalic';
	src: url('../fonts/PalatinoLTStd-BoldItalic.eot');
	src: local('Palatino LT Std Bold Italic'), local('PalatinoLTStd-BoldItalic'), url('../fonts/PalatinoLTStd-BoldItalic.ttf') format('truetype');
}

/*********************************************************************
	Common Elements
*********************************************************************/

body {
	line-height:1.5;
	margin:0;
	background:#FFF4DC url(../images/background.jpg) top center no-repeat;
	color: #5c4a71;
	font-family:Tahoma, Geneva, sans-serif;
	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;
	color: #5c4a71;
	font-weight: bold;
}

h1 {
	margin: 0 0 30px 0;
	font-family: 'PalatinoLTStdBoldItalic', sans-serif;
	font-size: 24px;
}

h1 span {
	font-size: 12px;
	position:relative;
	top:-13px;
}

h2 {
	color:#dfa714;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	color:#5c4a71;
	font-size: 13px;
	font-weight: bold;
}

hr {
	background: #dfa714;
	height: 1px;
	border: none;
	clear:both;
	margin: 0 0 15px;
}

p {
	margin-bottom: 20px;
}

.hide {
	display:none;
}

.flash-replaced .alt {
	display:none;
}

.flash-replaced {
	margin-bottom:20px;
}

p.small {
	font-size: 9px;
}

.maps {
	margin:0 0 30px 0;
}

.right {
	float: right;
	margin: 0 0 20px 20px;
	border:5px solid #dfa714;
}

.right_noborder {
	float: right;
	margin: 0 0 20px 20px;
}

.left {
	float: left;
	margin: 0 20px 20px 0;
	border:3px solid #dfa714;
}

/*********************************************************************
	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;}

/*********************************************************************
	set bg image for each link
*********************************************************************/

a#patient-login {background-image:url(../images/nav/patient-login.jpg);height:22px;}
a#doctor-login {background-image:url(../images/nav/doctor-login.jpg);height:22px;}
a#meet-the-team {background-image:url(../images/nav/meet-the-team.jpg);height:38px;}
a#for-new-patients {background-image:url(../images/nav/for-new-patients.jpg);height:28px;}
a#about-orthodontics {background-image:url(../images/nav/about-orthodontics.jpg);height:28px;}
a#orthodontic-treatments {background-image:url(../images/nav/orthodontic-treatments.jpg);height:28px;}
a#first-aid {background-image:url(../images/nav/first-aid.jpg);height:28px;}
a#invisalign {background-image:url(../images/nav/invisalign.jpg);height:28px;}
a#contact-us {background-image:url(../images/nav/contact-us.jpg);height:28px;}
a#refer-a-friend {background-image:url(../images/nav/refer-a-friend.jpg);height:28px;}
a#home {background-image:url(../images/nav/home.jpg);height:28px;}
a#site-map {background-image:url(../images/nav/site-map.jpg);height:28px;}

/*********************************************************************
	Structure
*********************************************************************/
#container, .container {
	width:960px;
	margin:0 auto;
}

#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;
}
/* Clear Fix */
.cf:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.cf {display: inline-block;} /*this trips hasLayout for ie7*/
.cf {display: block;} /*this returns it back to normal*/
* html .cf {height: 1px;}

/*********************************************************************
	Header and top piece
*********************************************************************/

#hd {
	display: block;
	height:220px;
	width:960px;
	margin: 0;
}

#logo, #logo a {
	height:145px;
	width:489px;
}

#logo {
	left:35px;
	position:absolute;
	top:24px;
}

#logo a {
	display:block;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/logo.gif) top left no-repeat;
}

.address {
	font-size:11px;
	height:119px;
	left:750px;
	position:absolute;
	text-align:right;
	top:40px;
	width:169px;
}

.address strong {
	font-size: 12px;
}

/*********************************************************************
	Content
*********************************************************************/
#bd {
	float: left;
	width:940px;
	margin:0 10px;
}

#content {
	float:right;
	width:620px;
	margin-right: 50px;
	_margin-right: 25px;
	min-height: 700px;
}

#content ul {
	margin:0 0 20px 30px;
}

.site-map #content ul {
	margin:0 0 20px 20px;
	list-style: none;
	font-weight: bold;
}

.site-map #content ul li a {
	font-style: normal;
	text-decoration: underline;
}

.site-map #content ul li a:hover {
	text-decoration: none;
}

.site-map #content ul li ul {
	font-weight: normal;
	list-style: disc
}

#flash-home {
	display:block;
	height:267px;
	margin:0 0 53px;
	width:588px;
	background:url(../images/interiors/your-first-visit.png) top left no-repeat;
}

.main-image {
	display:block;
	height:267px;
	margin:0 0 53px;
	width:588px;
}

#content .sub_nav, #content .sub_nav a {
}

#content .sub_nav a.active {
	text-decoration:none;
	cursor:default;
}

/*********************************************************************
	Page Specific Styles
*********************************************************************/

img.border, img.auto {
	border:3px solid #f8f0b9;
}

img.auto {
	float: right;
	margin: 0 0 0 15px
}

img.logo {
	margin-right: 8px;
}

.column {
	float:left;
	width:48%;
}



/*********************************************************************
	Sidebar
*********************************************************************/

#sidebar {
	height:301px;
	left:40px;
	margin:0;
	position:absolute;
	top:540px;
	width:183px;
}

/*********************************************************************
	Navigation
*********************************************************************/

#nav {
	display:block;
	height:398px;
	left:28px;
	position:absolute;
	top:180px;
	width:218px;
	z-index: 9;
}

#nav a {
	display: block;
	overflow: hidden;
	text-align: left;
	width: 218px; /* w */
	text-indent: -999em;
}

#nav ul {
	width: 218px;
	list-style: none;
	margin: 40px 0 0 20px;
}
#nav li {
	display: block;
	float: left;
}

#nav a:hover, #nav li:hover a, #nav li.sfhover a {
	background-position: -218px 0;
} /* -w */

#nav li.active a {
	background-position: -218px 0;
} /* -2w */

#nav li.active a:hover, #nav li.active:hover a {
	background-position: -218px 0;
} /* -3w */

/*********************************************************************
	Navigation Fly outs
*********************************************************************/

#nav li ul {
	left: -9999px;
	position: absolute;
	width: 178px;
	z-index: 10;
	padding: 1px 0;
	background: #fff4dc;
}

#nav li ul a {
	color: #5c4a71;
	font-size: 12px;
	padding: 5px 0;
	text-decoration: none;
	text-indent: 15px;
	width: 178px;
	font-weight: normal;
}

#nav li ul a:hover {
	background: #ffc220;
}

#nav li:hover ul, #nav li.sfhover ul {
	position: absolute;
	left: 0; /* margin: -h 0 0 w */
	margin-top: -25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 218px;
}

/*********************************************************************
	Footer
*********************************************************************/

#ft {
	background: url(../images/footer-background.jpg) top center no-repeat;
	padding:0;
	width:100%;
	margin:0;
	height: 309px;
	float:left;
	clear:both;
}

#ft p {
	margin-bottom: 20px;
}
.footer-content {
	margin:80px auto 0;
	width:860px;
}

#ft .sesame {
	width:700px;
	float:right;
	text-align: center;
}

.text_nav {
	font-style: normal;
	float:right;
	width:440px;
}

#ft a {

}

#ft a:hover, #ft .sesame a:hover {
	color: #dfa714;
}

#ft .sesame a {
	color: #5c4a71;
	text-transform: none;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
.social-media {
	float:left;
	height:62px;
	margin:0 0 0 166px;
	_margin:0 0 0 83px;
	width:240px;
}
.social-media img{
	margin-right: 20px;
}
.social-media img.last {
	margin-right: 0;
}
/*********************************************************************
	Common Treatments
*********************************************************************/

div.box {
	float: right;
	clear: right;
	width: 334px;
	background-color: #639694; /* Customize me! */
	padding: 5px 0 5px 5px;
	margin: 0 0 20px 20px;
	border: solid 1px #4a7e7c; /* Customize me! */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px;
	color: black;
}

div.box img {
	float: left;
	border: solid 1px #4a7e7c; /* Customize me! */
	margin-right: 5px;
}

div.box p {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	color: #FFF;
}

/*********************************************************************
	Damon System
*********************************************************************/
#damon-bracket {
	display: block;
	margin: 0 auto 10px auto;
	}
#damon-wrap {
	width: 400px;
	margin: 0 auto;
	}
#damon-left {
	float: left;
	width: 175px;
 	margin-right: 20px;
	}
#damon-right {
	float: left;
	width: 170px;
	}
#flash-damon-system-comparison {
	margin: 0 auto;
	width: 250px;
	}
#video-the-damon-system {
	margin: 0 15px 15px 0;
	width: 240px;
	height: 206px;
	float: left;
	clear: left;
	}
#video-the-damon-system-2 {
	margin: 0 15px 15px 0;
	width: 400px;
	height: 330px;
	float: left;
	clear: left;
	}
p.flash_notice {
	margin: 18px;
	padding: 9px;
	color: #ff0000;
	border: 1px dotted #ff0000;
	background: #ffffff;
	text-align: center;
	}

/*********************************************************************
	CSS Office Tour
*********************************************************************/
#gallery-container {
	width: 480px; 
	min-height: 500px;}
ul#css-office-tour {
	width: 480px; 
	height: 370px;
	position: relative; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	border: solid 1px #333; /* Customize me */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px; /* Optional - you may customize or remove */
	background: url(../images/css-office-tour/front-door-ws.jpg) 10px 10px no-repeat;}
ul#css-office-tour li {
	margin: 380px 0 0 10px; 
	float: left; 
	display: inline;}
ul#css-office-tour li img {
	border: solid 1px #333; /* Customize me */
	margin: 0 4px 2px 0; 
	width: 68px; 
	height: 52px;}
ul#css-office-tour a {text-decoration: none;}
ul#css-office-tour a span {
	left: -999em; 
	position: absolute;}
ul#css-office-tour a span img {
	border: none; 
	width: 460px; 
	height: 350px;}
ul#css-office-tour a:hover {
	background: none; 
	z-index: 100;}
ul#css-office-tour a:hover span {
	position: absolute; 
	top: 10px; 
	left: 10px; 
	display: block;}
	
/*********************************************************************
	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: #FFF4DC;/* 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: #537197;/* 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: #dfa714;/*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:#5C4A71;/* customize me! */
	border: 1px solid #5C4A71;
	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*/
}

fieldset ol li span.comment-number {
	font-size: 150%;
	color: #537197;/* customize me*/
	position: absolute;
	left: 9px;
	top: 9px;
}

.referral-form fieldset li div.radio {
	width: 40%;
}

input.error, select.error, textarea.error {
	border-color: #a52003;
	background: #fefda1;
}

div.error {
	background: url(../images/validate_error.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_ok.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;
}

/*********************************************************************
	Emergency care
*********************************************************************/

ul#toggle-emergency {
	list-style: none;
	margin: 0 0 1em 0;}
ul#toggle-emergency li {
	border: solid 1px #fff;
	border-width: 0 0 1px 0;
	padding: 1em 0;
	margin: 0;}
.general-soreness {
	background: url(http://media.sesamehost.com/images/emergency-care/general-soreness.gif) no-repeat;
	width: 80px;
	height: 60px;}
.headgear {
	background: url(http://media.sesamehost.com/images/emergency-care/headgear.gif) no-repeat;
	width: 80px;
	height: 60px;}
.loose-appliance {
	background: url(http://media.sesamehost.com/images/emergency-care/loose-appliance.gif) no-repeat;
	width: 80px;
	height: 60px;}
.loose-bracket {
	background: url(http://media.sesamehost.com/images/emergency-care/loose-bracket.gif) no-repeat;
	width: 80px;
	height: 60px;}
.loose-wire {
	background: url(http://media.sesamehost.com/images/emergency-care/loose-wire.gif) no-repeat;
	width: 80px;
	height: 60px;}
.poking-wire {
	background: url(http://media.sesamehost.com/images/emergency-care/poking-wire.gif) no-repeat;
	width: 80px;
	height: 60px;}
.left-border {
	border: solid 1px #333;
	margin: 5px 15px 15px 0;
	float: left;
	clear: left;}
	
/*********************************************************************
	Invisalign
*********************************************************************/

img.right {
	float: right;
	margin: 0 0 15px 15px;
	}
.right-border {
	border: solid 1px #652d8a; /* Customize me!! */
	float: right;
	clear: right;
	margin: 0 0 15px 15px;
	}
.left-border {
	border: solid 1px #652d8a; /* Customize me!! */
	float: left;
	clear: left;
	margin: 0 15px 15px 0;
	}
#video-invisalign {
	width: 360px; 
	height: 266px;
	display: block;
	}
p.flash_notice {
	margin: 18px;
	padding: 9px;
	color: #ff0000;
	border: 1px dotted #ff0000;
	background: #ffffff;
	text-align: center;
	}
	ul#testimonials {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	}
	
	
.invisalign-block {
	width: 315px; 
	float: left;
	}

img.left {
	margin: 0 15px 15px 0;
	float: left;
	}
span.indent {
	padding-left: 40px;
	}
#invisalign-sidebar {
	background: #fff;
	width: 275px;
	margin: 0 0 15px 15px;
	padding: 0;
	border: solid 1px #000;
	line-height: 18px;
	font-size: 11px;
	float: right;
	clear: right;
	}
#invisalign-sidebar a {
	color: #036;
	}
#invisalign-sidebar h3 {
	background: #652d8a;
	margin: 0;
	padding: 15px;
	color: #fff;
	}
#invisalign-sidebar p {
	padding: 0 15px;
	margin: 15px 0;
	}
.thumb {
	border: solid 1px #000;
	margin: 0 10px 10px 0;
	float: left;
	clear: left;
	}
	
	/* Invisalign Before and After */
ul#before-after-cycle li img.invisalign {
	height: 265px;
	}
#invisalign-before-after {
	width: 488px;
	min-height: 335px;
	line-height: 18px;
	margin: 30px 0 18px; /* Adjust this top margin if needed according to your design */
	padding: 10px 0 10px 10px;
	background-color: #652d8a; /* Customize me */
	border: solid 1px #333; /* Customize me */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px; /* Optional - you may customize or remove */
	position: relative;
	}
ul.slideshow {
	list-style: none; 
	margin: 0; 
	padding: 0;
	}
	#content ul.slideshow {
	margin:0 0 0px 0px;
}
ul#before-after-cycle li img {
	width: 232px;
	float: left;
	margin-right: 10px;
	border: solid 1px #333; /* Customize me */
	}
#invisalign-before-after p {
	float: left;
	width: 50%;
	margin: 0 0 10px 0;
	color:#ffffff;
	}
#invisalign-before-after div.cycle-detail {
	min-height: 55px;
	clear: both;
	background-color: #fff; /* Customize me */
	padding: 10px;
	margin: 0 10px 0 0;
	border: solid 1px #333; /* Customize me */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px; /* Optional - you may customize or remove */
	}
#invisalign-before-after .before-after-nav {
	position: absolute;
	z-index: 50;
	top: -19px;
	left: 11px;
	padding: 0 3px;
	border: solid 1px #333; /* Customize me */
	border-width: 1px 1px 0 1px;
	-moz-border-radius: 5px 5px 0 0; /* Optional - you may customize or remove */
	-webkit-border-top-left-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-top-right-radius: 5px;
	background-color: #AD75D2;
} /* Optional - you may customize or remove */
#invisalign-before-after .before-after-nav a {
	text-decoration: none; 
	font-size: 12px; 
	padding: 5px; 
	margin: 0 3px; 
	color: #fff;} /* Customize me */
#invisalign-before-after .before-after-nav a.activeSlide {color: #333;} /* Customize me */


div.invisalign-video {
	background: url(http://media.sesamehost.com/images/invisalign-pro-package/invisalign-video-bg.jpg) no-repeat;
	width: 450px;
	height: 250px;
	border: solid 1px #652d8a; /* Customize me!! */
	margin-bottom: 15px;
	text-align: right;
	}
	
div.invisalign-video img {
	margin: 30px 50px 0;
	}

img.border {
	border: solid 1px #652d8a; /* Customize me!! */
	}

.bump-right {
	margin-right: 5px;
	}
	
/* Invisalign Videos */
#video-invisalign {
	width: 360px; 
	height: 266px;
	display: block;
	}
#video-invisalign-best-friends, #video-invisalign-news-travels-fast {
	width: 320px;
	height: 206px;
	display: block;
	}
#video-invisalign-lobby {
	width: 320px; 
	height: 266px;
	display: block;
	}	




	

/* Clear Fix */
.clear {clear: both;}
.cf:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.cf {display: inline-block;} /*this trips hasLayout for ie7*/
.cf {display: block;} /*this returns it back to normal*/
* html .cf {height: 1px;}
