/* HTML, BODY ---------- */
html {height: 100%;}
body {
	background: #848484 url(../images/bg-tile.gif) repeat-x 0 0;
	margin: 0 auto;
	}
* {margin:0; padding:0;}

/* TEXT ---------- */
body {
	color: #242424; 
	font: 12px/18px Georgia, Helvetica, sans-serif; 
	text-align:left;
	}
p {
	padding: 0px 0 15px 0px;
	}

/* HEADERS ---------- */
.home h1 {width:463px; height:165px;}
h1 {width: 470px;
	height: 34px;
	text-indent:-999em;
	overflow:hidden;
	margin-bottom:10px;
	margin-left:-4px;
}
h2{
	color: #345b9b; 
	padding-bottom:10px; 
	font: 18px/18px Georgia, Helvetica, sans-serif;
	}
h3{
	color: COLORGOESHERE; 
	padding: PADDINGGOESHERE; 
	font: FONTGOESHERE;
	}

/* LISTS ---------- */
ol, ul {
	padding:0 0 10px 20px;
	}

/* LINKS ---------- */
a {color: #345b9b; text-decoration: none; font-weight:bold;}
a:hover {color: #345b9b; text-decoration: underline; font-weight:bold;}
#logo a {
	width: 246px;
	height: 68px; 
	display: block; 
	background: url(../images/logo-ortho.gif) no-repeat 0 0;
	z-index:100;
	}
#social { position:absolute; top:761px; left:99px;}
#consultation a {
	position:absolute;
	top: 799px;
	left: 99px;
	width: 217px;
	height: 129px; 
	display: block; 
	background: url(../images/logos/consultation.gif) no-repeat 0 0;
	}
#suresmile a {
	position:absolute;
	top: 952px;
	left: 114px;
	width: 191px;
	height: 70px; 
	display: block; 
	background: url(../images/logos/suresmile.jpg) no-repeat 0 0;
	}
#damon-system a {
	position:absolute;
	top: 1043px;
	left: 114px;
	width: 191px;
	height: 69px; 
	display: block; 
	background: url(../images/logos/damon-system.jpg) no-repeat 0 0;
	}
#radiance a {
	position:absolute;
	top: 1136px;
	left: 112px;
	width: 194px;
	height: 66px; 
	display: block; 
	background: url(../images/logos/radiance.gif) no-repeat 0 0;
	}
#invisalign-logo a {
	position:absolute;
	top: 1224px;
	left: 113px;
	width: 190px;
	height: 71px; 
	display: block; 
	background: url(../images/logos/invisalign.gif) no-repeat 0 0;
	}
#game-room a {
	position:absolute;
	top: 1312px;
	left: 120px;
	width: 176px;
	height: 105px; 
	display: block; 
	background: url(../images/logos/the-game-room.gif) no-repeat 0 0;
	}
#address-names {
	position:absolute;
	top: 178px;
	left: 478px;
	width: 353px;
	height: 71px;
	background: url(../images/address-names.gif) no-repeat 0 0;
	}
#footer a {color: #FOOTERCOLORGOESHERE;}
* .sesame {padding-top:SESAMEMARGINGOESHERE;}


/* nav ---------- */
* #nav{
	position:absolute; 
	top:367px; 
	left:70px; 
	padding:0; 
	width:276px; 
	display:block; 
	z-index: 90;
	}
#nav a {
	display: block; 
	overflow: hidden; 
	text-indent: -999px; 
	width: 276px;
	}
#nav ul{padding:0; list-style:none;}
* #meet-the-team {background: url(../images/nav/meet-the-team.jpg) 0 0; height:40px;}
* #new-patient-info {background: url(../images/nav/new-patient-info.jpg) 0 0; height:36px;}
* #i-cat {background: url(../images/nav/icat.jpg) 0 0; height:36px;}
* #faq {background: url(../images/nav/faq.jpg) 0 0; height:36px;}
* #about-braces {background: url(../images/nav/about-braces.jpg) 0 0; height:36px;}
* #orthodontic-technologies {background: url(../images/nav/orthodontic-technologies.jpg) 0 0; height:36px;}
* #invisalign {background: url(../images/nav/invisalign.jpg) 0 0; height:36px;}
* #emergency-care {background: url(../images/nav/emergency-care.jpg) 0 0; height:36px;}
* #contact-us {background: url(../images/nav/contact-us.jpg) 0 0; height:36px;}
* #home {background: url(../images/nav/home.jpg) 0 0; height:43px;}
#nav ul li:hover a, #nav li.sfhover a,#nav a:hover, #nav .active {
	background-position: -276px 0;
	}
#nav li.active a {
	background-position: -276px 0;
	}
	
/* DROP-DOWN-NAVIGATION ----------------*/
#nav li {
	display: inline; 
	z-index:100; 
	margin:0; 
	padding:0;
	}
#nav li ul { /* second-level lists */
	margin: -36px 0 0 268px;
	padding:0;
	width: 210px;
	position: absolute;
	background: #5C77AE; 
	left: -999em;
	line-height: 25px;
	font-size: 12px;
	height: auto; }
#nav li ul a {
	list-style-image:none; 
	padding: 0 0 0 0;
	width: 210px;
	color: #FFF;
	text-indent: 10px;
	text-decoration: none; 
	height: auto;
	}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;display:block;z-index:100;
	}
#nav li:hover ul a:hover, #nav li.sfhover ul a:hover {
	color: #FFF;
	text-decoration:underline;
	background: #192361;
	}


/* SUBNAV ----------------*/
* .sub_nav {background: url(../images/sub-nav-dots.gif) no-repeat bottom left; width: 463px; color:#d2c1b5;padding-bottom: 8px; margin-bottom: 20px;}
.sub_nav a{color: #345b9b; text-decoration: none; font-weight:normal; text-transform:uppercase;}
.sub_nav a:hover, .sub_nav a.active {color:#000; font-weight:normal; text-decoration:none;}

/* LAYOUT ---------- */
* .clear{clear:both;}
* .hide {display:none;}
.flash-replaced .alt {
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	overflow: hidden;
	}
div.hr { background: #3c362e; clear: both; height: 1px; margin: 20px 0; width: 100%; }
div.hr hr { display: none; }
* #main {position: relative;
	background: #;
	width: 912px; 
	margin: 0 auto;
	min-height:973px;
	}
* #header {
	height: 277px; 
	width: 912px;
	display:block;
	background: url(../images/header-bg.gif) no-repeat 0 0;
	}
* #logo-body {
	position:absolute;
	top: 277px;
	left: 70px;
	width: 261px;
	height: 88px;
	padding:3px 0 0 15px;
	background: url(../images/logo-body.gif) no-repeat 0 0;
	z-index:90;
	}
* #nav-bottom {
	position:absolute;
	top: 738px;
	left: 70px;
	width: 276px;
	height: 23px;
	background: url(../images/nav-bottom.gif) no-repeat 0 0;
	}
* #office-address{
	position:absolute; 
	top:246px; 
	left:415px; 
	font-size: 11px; 
	line-height:16px; 
	color:#3c362e; 
	}
#office-address a {
	color: #3c362e; 
	text-decoration: none;
	font-weight:normal;
	}
* #mid{background: #f2efdc url(../images/nav-tile.gif) repeat-y 0 0;	 }
* #text{
	background: #eef5ff url(../images/body-top-bg.gif) no-repeat 0 0;
	width:460px;
	padding: 35px 20px 10px 300px;
	min-height: 972px;
	_height: 972px;
	margin: 0 auto;
	}
* #flash-home{
	background: url(../images/frame.jpg) no-repeat 0 0;
	border:none;
	z-index:1;
	margin-top: -30px;
	}
* #logo-bg{
	background: url(../images/flash-logo.jpg) no-repeat 0 0;
	position:absolute;
	top:23px;
	left:120px;
	width:177px;
	height:228px;
	border:none;
	z-index:1;
	}
* #flash-logo{
	position:absolute;
	top:0px;
	left:79px;
	width:177px;
	height:228px;
	border:none;
	z-index:1;
	}	
* #flash-tagline{
	position: absolute;
	top: 18px;
	left: 290px;
	width: 422px;
	height: 30px;
	border:none;
	z-index:1;
	}
* #policies{
	border:1px solid #POLICIYBORDERCOLORGOESHERE;
	width: POLICYWIDTHGOESHERE; 
	padding:POLICYPADDINGOGESHERE; 
	background:#POLICYBGCOLORGOESHERE;}
#policies h3{
	text-decoration:underline;
	font-weight:bold;
	}
* #footer {
	background: url(../images/footer-bg.gif) no-repeat top center; 
	color: #242424; 
	font-size: 11px; 
	padding: 60px 20px 0 20px; 
	text-align: left; 
	width:740px; 
	height:165px;
	margin: 0 auto;
	}
#footer p{
	margin:MARGINGOESHERE;
	padding:PADDINGGOESHERE;
	color:#242424;
	line-height:18px;
	}

/* Shortcuts ----------*/
/* Image Replacement -- add class="replace" to root element, i.e.  and add a bg image*/
* .replace {letter-spacing : -1000em;line-height: 0;overflow: hidden;line-height: 0;text-indent: -999em;}
/* Just for Opera, but hide from MacIE */

/*\*/html>body .replace {	letter-spacing : normal;text-indent : -999em;overflow : hidden;}
/* End of hack */

/* RESOURCES ---------- */
dl.logos, dl.logos dt, dl.logos dd {list-style:none;margin:0;padding:0;}
dl.logos {padding:10px;}
dl.logos dd {border-bottom:1px solid #CCC;margin:0;padding:10px 0 5px 0;width:50%;}
dl.logos span {font-size: 16px; font-weight:bold;}

/* IMAGES ---------- */
img {border:none;}

/*right and left floating image with border*/
* .right {
	float:right; 
	border: 3px solid #COLORGOESHERE; 
	margin-left:10px;
	margin-bottom:10px;
	clear:right;
	}
* .left {
	float:left; 
	border: 3px solid #COLORGOESHERE; 
	margin-right:10px;
	margin-bottom:10px;
	}
img.center {
	display:block;
	margin:0 auto 10px auto;
	}
* .place_image { 
	float:right; 
	border: 1px solid #COLORGOESHERE; 
	margin: 0 0 10px 10px; 
	padding:0; 
	}
iframe {
	border: 1px solid #COLORGOESHERE; 
	margin-bottom:20px;
	}

/* SURESMILE ----------*/
p.small {
font-size: 10px;}
img.photo {
border: solid 1px #000;
float: right;
margin: 0 0 15px 15px;}
div.learn-more {
background-color: #fff;
color: #036;
width: 50%;
border: solid 1px #fff;
padding: 0;
margin: 15px 18px 15px 15px;
float: right;}
div.learn-more a {color: #036;}
.learn-more h3 {
background-color: #97AFC2;
color: #fff;
margin: 0 0 10px 0;
padding: 10px;}
.learn-more p {
padding: 0;
margin: 0 0 10px 0;}
* .clear {clear: both;}
* #flash-suresmile-pt-testimonial {
margin: 15px auto;
width: 320px;
height: 206px;
border: solid 1px #ccc;}

/* ANATOMY OF A TOOTH ---------- */
* #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}

/* THE GAME ROOM ---------- */
div#sesame-game {line-height: 0; margin: 10px 0px 18px 0px; text-align: center;  width: 400px;background: #000;}
ul#sesame-games {list-style: none;}
ul#sesame-games li {clear: both; text-indent:none;}
ul#sesame-games img {border: 0; float:right;}
ul#sesame-games a.button {float:right; height:85px; width:200px; margin-right:10px; padding: 0 0 10px 10px;}/*THIS IS WHERE YOU MAKE PADDING ADJUSTMENTS TO THE GAMES IMG*/
ul#sesame-games p {	padding:0 10px 10px 0;}
	
/* MEDIA CENTER ---------- */
h2.media-center {background:#000033; color:#FFF; margin:0; padding:5px;}
div.media-center {background:#336699; color:#FFF; margin-bottom:10px; padding:10px;}
div.media-center a {color:#FFF;}
div.media-center img {border:1px solid #FFF;}
* .flash {border: solid 1px #ccc;}
* #flash-in-ovation {width: 320px;height: 266px;}
* #flash-ibraces-1 {width: 320px; height: 266px;}

* #patient-login {
	display: block;
	position: absolute;
	top: 156px;
	left: 50%;
	margin-left: 226px;
	width: 148px;
	height: 24px;
	overflow: hidden;
	background-image: url(../images/patient-login.gif);
	text-indent: -999em;
}

* #flash-ibraces-2, * #flash-ibraces-3 {width: 352px; height: 266px;}

/* edit.com */

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

.NormalText, body, td {
	font-family: Georgia, Times New Roman, "Times", serif;
	font-size: 12px;
	line-height: 18px;
	color: #242424;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
}

.SubjectHeader {
	font-size: 18px;
	color: #345B9B;
}

* .PageTitle {
	font-size: 30px;
	line-height: 34px;
	color: #061843;
}


.img-left {
border: solid 1px #052c87;
margin: 0 15px 20px 0;
float: left;}

.logo-links-left {float:left;
 margin-left:0px; 
 border:solid 1px #052c87;
 margin-bottom:10px;
 }

/*Invisalign Info*/
img.right {
	float: right;
	margin: 0 0 15px 15px;
	}
.right-border {
	border: solid 1px #333; /* Customize me!! */
	float: right;
	clear: right;
	margin: 0 0 15px 15px;
	}
.left-border-info {
	border: solid 1px #333; /* Customize me!! */
	float: left;
	clear: left;
	margin: 0;
	}
#video-invisalign-info {
	width: 360px; 
	height: 266px;
	display: block;
	}
p.flash_notice {
	margin: 18px;
	padding: 9px;
	color: #ff0000;
	border: 1px dotted #ff0000;
	background: #ffffff;
	text-align: center;
	}
/*Invisalign Teen Info*/

#invisalign-sidebar {
	background: #eef5ff;
	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: #345b9b;
	font-weight:normal;
	}
#invisalign-sidebar h3 {
	background: #97AFC2;
	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-faq{
padding:0px;
margin:0px;
}

#invisalign-faq h3{
font-size:14px;
color:#052c87;
}

ul#testimonials {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	list-style-position:inside;
	margin:0px 15px;
	}

ul#testimonials p {
	margin: 0;
	padding: 0;
	margin-bottom:10px;
	}
	
ul#testimonials2 {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	list-style-position:inside;
	margin:0px 15px;
	}

ul#testimonials2 p {
	margin: 0;
	padding: 0;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:35px;
	}
	
.left-border {
	border: solid 1px #333; /* Customize me!! */
	float: left;
	clear: left;
	margin: 10px 15px 15px 0;
	}




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 #333; /* Customize me!! */
	margin-bottom: 15px;
	text-align: right;
	}
	
div.invisalign-video img {
	margin: 30px 50px 0;
	}



/* Invisalign Videos */

.invisalign-video {
	margin:0px 15px;
	}
#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;
	}
.left-video-border{
	border: solid 1px #333; /* Customize me!! */
	float: left;
	clear: left;
	margin:10px 15px;
	}
	
	
	/* Invisalign Before and After */
ul#before-after-cycle li img.invisalign {
	height: 265px;
	}
#invisalign-before-after {
	width: 470px;
	min-height: 335px;
	line-height: 18px;
	margin: 30px 0 18px 0; /* Adjust this top margin if needed according to your design */
	padding: 1px 0 1px 1px;
	background-color: #bdc8de; /* 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;
	margin-left:0px;
	}
ul.slideshow {
	list-style: none; 
	margin: 0px; 
	padding: 0px;
	}
ul#before-after-cycle li img {
	width: 232px;
	float: left;
	margin-right: 1px;
	border: solid 1px #333; /* Customize me */
	}
#invisalign-before-after p {
	float: left;
	width: 50%;
	margin: 0 0 1px 0;
	padding:0px;
	}
#invisalign-before-after div.cycle-detail {
	min-height: 55px;
	clear: both;
	background-color: #fff; /* Customize me */
	padding: 10px;
	margin: 0 1px 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 {
	background: #bdc8de; /* Customize me */
	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;} /* 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 */


/* 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;}