/* GENERAL 
-----------------------------------------*/


* {margin: 0; padding: 0;}/* Sets all padding and margins to 0 - forces all browsers to behave... */

* html #main {height: 400px} /* IE6 */

html, body {height: 100%;}
body {
background: #054273 url(images/bg01.gif) top center no-repeat;
margin: 0;
font: 12px arial, verdana, helvetica, sans-serif;
color: #333;
line-height: 24px;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td, th {
padding: 9px 0px 9px 0px;
vertical-align: top;
font: 11px tahoma, arial, verdana, helvetica, sans-serif;
color: #000;
line-height: 20px;
}
a {
color: #39c;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
a.link_black {
	color: #000;
	text-decoration: underline;
	}
a.link_black:hover {
	text-decoration: none;
	}
	
h1 {
background-repeat: no-repeat;
height: 50px; /* this height reflects the height of the heading image */
margin: 0;
overflow: hidden;
text-indent: -999em; /* hides rich text so only background image shows */
}
h2 {
font: normal 18px tahoma, verdana, sans-serif;
color: #069;
margin: 10px 0;
}
h3 {
font: normal 14px tahoma, verdana, sans-serif;
color: #666;
margin: 10px 0;
}
ul, ol {
margin: 0 0 20px 20px;
}
ul.larger {
font-size: 14px;
}
img {border: none;}
p {margin: 0 0 10px 0;}


/* LOGO
-----------------------------------------*/


* .logo { letter-spacing : -1000em; }

/* Just for Opera, but hide from MacIE */

/*\*/html>body .logo { letter-spacing : normal; text-indent : -999em; overflow : hidden;
padding: 0;
margin: 20px 0 0 20px;
width: 320px;
height: 110px;
background: transparent;
float: left;
}

/* End of hack */



h1.logo a {
padding: 0;
margin: 0;
width: 320px;
height: 110px;
display: block;
background: transparent;
float: left;
}


/* PRACTICE
-----------------------------------------*/


* .practice { letter-spacing : -1000em; }

/* Just for Opera, but hide from MacIE */

/*\*/html>body .practice { letter-spacing : normal; text-indent : -999em; overflow : hidden;
padding: 0;
margin: 60px 0 0 60px;
width: 310px;
height: 50px;
background: transparent;
float: left;
}

/* End of hack */





/* ORTHO-LOGO
-----------------------------------------*/


* .ortho-logo { letter-spacing : -1000em; }

/* Just for Opera, but hide from MacIE */

/*\*/html>body .ortho-logo { letter-spacing : normal; text-indent : -999em; overflow : hidden;
padding: 0;
margin: 18px 0 0 20px;
width: 70px;
height: 35px;
background: transparent;
float: left;
}

/* End of hack */



h3.ortho-logo a {
padding: 0;
margin: 0;
width: 70px;
height: 35px;
display: block;
background: transparent;
float: left;
}


/* NAVIGATION 
-----------------------------------------*/


* #nav, #nav ul { /* all lists */
width: 150px;
padding: 0;
margin: 0;
list-style: none;
position: relative;
z-index: 1;
}


/*  Sets styles for all links that are inside the ul id="nav" */

#nav a {
height: 30px;
display: block;
overflow: hidden;
text-indent: -999em;  /*Indents the rich-text so it does not show */

}
/* Set the image for each nav item */

* #home {background: url(images/nav-home.gif);}
* #about-our-office {background: url(images/nav-about-our-office.gif);}
* #about-orthodontics {background: url(images/nav-about-orthodontics.gif);}
* #braces-101 {background: url(images/nav-braces-101.gif);}
* #invisalign {background: url(images/nav-invisalign.gif);}
* #emergency-care {background: url(images/nav-emergency-care.gif);}
* #whats-new {background: url(images/nav-whats-new.gif);}
* #contact-us {background: url(images/nav-contact-us.gif);}
/*
 Shift the image position up to show the active state */
#nav a:hover, #nav .active {background-position: -150px 0;}
/* Set cursor to default arrow so link does not appear clickable */
#nav .active {cursor: default}


/* SUB-NAVIGATION 
-----------------------------------------*/

#nav li {display: inline; z-index:999;}
#nav li ul { /* second-level lists */
margin: -30px 0 0 150px;
padding: 0;
width: 150px;
position: absolute;
background: #e4e0da;
left: -999em;
line-height: 30px;
height: auto; 
z-index:999;
}

#nav li ul li {z-index:999}


#nav li ul a {
padding: 0 0 0 10px;
width: 140px;
color: #666;
text-indent: 0;
text-decoration: none;
line-height: 30px;
height: auto; z-index:999
}

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


/* PAGE LAYOUT
-----------------------------------------*/

* #container {
background: #fff url(images/bg-container.jpg) no-repeat;
margin: 0 auto;
position: relative;
width: 770px;
}
* #container:after {clear: both; content: "."; display: block; height: 0; visibility: hidden}
* #header {
margin: 0 auto;
position: relative;
width: 770px;
height: 145px;
}
* #sidebar {
color: #fff;
float: left;
width: 150px;
padding: 30px 0;
}
* #free-cont {
width: 110px;
height: 64px;
background: url(images/call-bg.gif) no-repeat;
margin: 30px auto;
}

* #refer-box {
width: 110px;
height: 64px;
background: url(images/call-bg.gif) no-repeat;
margin: 30px auto;
padding-top:3px;
}

.call-text {text-align: center; padding: 3px 0 0 3px; color:#000;}
.call-text2 { font-size: 20px; text-align:center}

* #ortho-logos {
width: 110px;
height: 180px;
background: url(images/bg-logos.gif) no-repeat;
margin: 30px auto;
}
* #main {
width: 620px;
float: left;
min-height: 400px;
}
* #content {
width: 560px;
padding: 20px 30px;
}

/* img styles */
* .img {
margin: 0 10px 20px 0;
clear: both;
}
* .img-left {
float: left;
margin: 0 20px 20px 0;
clear: both;
}
* .img-right {
float: right;
margin: 0 0 20px 20px;
clear: both;
}
* .img-team {
float: left;
margin: 0 20px 20px 0;
}
* #site-map {font-weight: bold;}

#site-map .sub {font-weight: normal;}


/* FOOTER
-----------------------------------------*/
* #footer {
background: url(images/bg-footer.png) no-repeat;
margin: 0 auto;
position: relative;
width: 770px;
color: #fff;
padding: 30px 0;
text-align: center;
clear: both;
vertical-align: middle;
line-height: 20px;
overflow: hidden;
}
#footer hr {
border-bottom: 1px solid #0089b3;
width: 440px;
margin: 16px auto;
}
#footer h2 {
font: normal 18px tahoma, verdana, sans-serif;
color: #77adc9;
line-height: 24px;
}
#footer a {
font: normal 11px arial, verdana, helvetica, sans-serif;
color: #9cf;
text-decoration: underline;
}
#footer a:hover {
text-decoration: none;
}
#footer li {
display: inline;
list-style-type: none;
padding-right: 7px;
}
* #flash_standards {
background: transparent;
font-size: 10px;
color: #333;
text-align: center;
padding: 20px 0;
}


/* SESAME
-----------------------------------------*/
p#sesame {
padding: 10px 0;
}
#sesame a {
font-size: 10px;
color: #9cf;
text-decoration: underline;
}
#sesame a:hover {
text-decoration: none;
}

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 {
	border: solid 1px #333; /* 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;
	}
	
/* Invisalign Footer */	
* #invisalign-footer {
	background: #fff;
	width: 100%;
	margin: 30px 0;
	padding: 0;
	border: solid 1px #333; /* Customize me!! */
	font-size: 11px;
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px; /* Optional - you may customize or remove */
	clear: both;
	}
#invisalign-footer h3 {
	background: #97AFC2; /* Customize me!! */
	margin: 0;
	padding: 8px 15px;
	color: #fff; /* Customize me!! */
	font-size: 14px;
	-moz-border-radius: 5px 5px 0 0; /* Optional - you may customize or remove */
	-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; /* Optional - you may customize or remove */
	}
#invisalign-footer ul li img {
	margin: 0 10px 0 15px;
	float: left;
	}
#invisalign-footer p {
	padding: 0 15px;
	margin: 30px 0 15px 0;
	}
#invisalign-footer ul {
	margin: 15px; 
	padding: 0 0 15px 0;
	list-style: none;
	border: solid 1px #333; /* Customize me!! */
	border-width: 0 0 1px 0;
	}
#invisalign-footer li {
	width: 33%;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	}
#invisalign-footer li a {
	float: left;
	}	
* .invisalign-footer-logo {
	margin: 0 30px 0 15px;
	float: left;
	}
* .right-border {
	border: solid 1px #333; /* Customize me!! */
	float: right;
	clear: right;
	margin: 0 0 15px 15px;
	}
img.right {
	float: right;
	margin: 0 0 15px 15px;
	}
* .left-border {
	border: solid 1px #000;
	margin: 0 15px 15px 0;
	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: #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;
	}
	
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;
	}

img.border {
	border: solid 1px #333; /* Customize me!! */
	}

* .left-border {
	border: solid 1px #333; /* Customize me!! */
	float: left;
	clear: left;
	margin: 0 15px 15px 0;
	}
	
* .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;
	}	
* .left-border {
	border: solid 1px #333; /* Customize me!! */
	float: left;
	clear: left;
	margin: 0 15px 15px 0;
	}
	
ul#testimonials {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	}
	
* .invisalign-block {
	width: 315px; 
	float: left;
	}

/* Invisalign Before and After */
ul#before-after-cycle li img.invisalign {
	height: 265px;
	z-index: 0;
	}
* #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: #1D659F; /* 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;
	z-index: 0;
	}
ul.slideshow {
	list-style: none; 
	margin: 0; 
	padding: 0;
	z-index: 0;
	}
ul#before-after-cycle li img {
	width: 232px;
	float: left;
	margin-right: 10px;
	border: solid 1px #333; /* Customize me */
	z-index: 0;
	}
#invisalign-before-after p {
	float: left;
	width: 50%;
	margin: 0 0 10px 0;
	}
#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 {
	background: #003970; /* Customize me */
	position: absolute; 
	z-index: 0;
	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;}


/* edit.com */

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

.NormalText, body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
}

.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
}

.SubHeader {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: normal;
}

.SubjectHeader {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006699;
	font-weight: normal;
}

* .PageTitle {
	font-family: Times New Roman, "Times", serif;
	font-size: 24px;
	line-height: 28px;
	color: #666;
	font-weight: normal;
}