/* general ----------------------------------------*/
* {margin: 0; padding: 0;}
* html #content {height: 250px} /* IE6 */
html, body {height: 100%;}

body {
background: #0d4482 url(../images/bg01.png) top center no-repeat;
margin: 0;
font: 14px/24px arial, verdana, helvetica, sans-serif;
color: #fff;
}

table { border-collapse: collapse; border-spacing: 0; }

td, th { 
padding: 0; 
vertical-align: top;
font: 14px/24px arial, verdana, helvetica, sans-serif;
color: #fff;
}

/* edit.com visible styles */
BODY, TD, .NormalText { text-decoration: none; font-weight: normal; font-style: normal; color: #FFF; font-size: 14px; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 24px; }

.Title		{ color: #C7FF5E; font-size: 36px; font-weight: normal; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 42px; }
.Header		{ color: #ACE5FA; font-size: 24px; font-weight: normal; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 32px; }
.Subheader	{ color: #DAF3A8; font-size: 18px; font-weight: normal; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 24px; }

.Green		{ color: #DAF3A8; }
.Blue		{ color: #ACE5FA; }
.Black		{ color: #000000; }
.White		{ color: #FFFFFF; }

.SmallText	{ font-size: 10px; }
.MediumText	{ font-size: 16px; line-height: 16px; }
.LargeText	{ font-size: 24px; line-height: 24px; }

IMG.FloatLeft 	{ float: left; margin: 0 5px 5px 0; }
IMG.FloatRight 	{ float: right; margin: 0 0 5px 5px; }

a { color: #cf0; text-decoration: underline; }

a:hover { text-decoration: none; }

h1 {
background-repeat: no-repeat; 
height: 50px; /* height of the h1 image */
margin: 20px 0 0 0;
overflow: hidden; 
text-indent: -999em; /* hides rich text so only background image shows */
}

h2 {
font: normal 24px arial, verdana, helvetica, sans-serif;
color: #ace5fa;
margin: 10px 0;
}

h3 {
font: normal 18px arial, verdana, helvetica, sans-serif;
color: #daf3a8;
margin: 10px 0;
}

h4 {
font: bold 14px arial, verdana, helvetica, sans-serif;
color: #333;
margin: 10px 0;
}

ul,ol {margin: 0 0 10px 20px;}

img {border: none;}

p {margin: 0 0 10px 0;}

p.flashtext {color: #2c76ab}
a.flashlink {color: #506c18}

/* LOGO ----------------------------------------*/
* .logo { 
letter-spacing : -1000em;
text-indent : -999em;
overflow : hidden;
background: transparent;
padding: 0;
margin: 0;
line-height: 0;
width: 480px;
height: 120px;
position: absolute;
top: 50px;
left: 45px;
}

/* Just for Opera, but hide from MacIE */
/*\*/html>body .logo {
letter-spacing : normal;
text-indent : -999em;
}
/* End of hack */

h1.logo a {
display: block;
background: transparent;
float: left;
padding: 0;
margin: 0;
width: 480px;
height: 120px;
}


/* PHONE ----------------------------------------*/
* .phone { 
letter-spacing : -1000em;
text-indent : -999em;
overflow : hidden;
background: transparent;
padding: 0;
margin: 0;
line-height: 0;
width: 290px;
height: 60px;
position: relative;
top: -10px;
left: -10px;
}

/* Just for Opera, but hide from MacIE */
/*\*/html>body .phone {
letter-spacing : normal;
text-indent : -999em;
}
/* End of hack */

h2.phone a {
display: block;
background: transparent;
float: left;
padding: 0;
margin: 0;
width: 290px;
height: 60px;
}


/* navigation ----------------------------------------*/
ul#nav  { /* all lists */
width: 200px;
margin: 0;
padding: 0;
list-style: none;
position: relative;
z-index: 1;
}

* #nav a {
display: block;
overflow: hidden; 
text-indent: -999em;
height: 35px;
}

/* Set the image for each nav item */
* #about-us {background: url(../images/nav-about-us.gif);}
* #initial-visit {background: url(../images/nav-initial-visit.gif);}
* #orthodontics {background: url(../images/nav-orthodontics.gif);}
* #treatment {background: url(../images/nav-treatment.gif);}
* #emergencies {background: url(../images/nav-emergencies.gif);}
* #whats-new {background: url(../images/nav-whats-new.gif);}
* #games {background: url(../images/nav-games.gif);}
* #contact-us {background: url(../images/nav-contact-us.gif);}
* #home {background: url(../images/nav-home.gif);}

#nav a:hover, #nav .active, #nav li:hover, #nav li.sfhover, 
#nav li:hover #about-us, #nav li.sfhover #about-us, 
#nav li:hover #initial-visit, #nav li.sfhover #initial-visit,
#nav li:hover #orthodontics, #nav li.sfhover #orthodontics,
#nav li:hover #treatment, #nav li.sfhover #treatment,
#nav li:hover #emergencies, #nav li.sfhover #emergencies,
#nav li:hover #whats-new, #nav li.sfhover #whats-new,
#nav li:hover #games, #nav li.sfhover #games,
#nav li:hover #contact-us, #nav li.sfhover #contact-us,
#nav li:hover #home, #nav li.sfhover #home {background-position: -240px 0;}

/* Shift the image position up to show the active state 
#nav a:hover, #nav .active {background-position: -240px 0;}*/

/* Set cursor to default arrow so link does not appear clickable */
* #nav .active {cursor: default}


/* sub-navigation --------------------*/
* #nav li { display: inline }

#nav li ul { /* second-level lists */
margin: -30px 0 0 190px;
padding: 0;
width: 210px;
position: absolute;
background: #0f81b7;
left: -999em;
line-height: 30px;
height: auto;
/* opacity */
filter:alpha(opacity=95);
-moz-opacity:0.95;
-khtml-opacity: 0.95;
opacity: 0.95;
border: 1px solid #acf0fc;
}

#nav li ul a {
padding: 0 0 0 10px;
width: 200px;
color: #acf0fc;
text-indent: 0;
text-decoration: none;
line-height: 30px;
height: auto;
border-bottom: 1px solid #acf0fc;
}

#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: #016da0;
}


/* page layout ----------------------------------------*/
* #container {
background: url(../images/bg-container.png) top center no-repeat;
margin: 0 auto;
position: relative;
width: 960px;
}
* #container:after {clear: both; content: "."; display: block; height: 0; visibility: hidden}

#phone-top
{
	position: absolute;
	left: -5px;
	top: 8px;
	width: 550px;
	height: 19px;
	display: block;
	z-index: 10;
	background: url(../images/phone-numbers.png) no-repeat;
	overflow: hidden;
}

#phone-top a
{
	width: 550px;
	height: 19px;
	display: block;
	text-indent: -999em;
}

* #polaroid {
margin: 0;
border: 0;
position: absolute;
top: 0;
left: 530px;
z-index: 3;
}

* #header {
margin: 0 auto;
position: relative;
width: 960px;
height: 260px;
border-top: 1px solid #dfeaf2;
}

* #sidebar {
float: left;
width: 240px;
padding: 0 0 10px 0;
}

/* TAGLINE ----------------------------------------*/
* #tagline { 
letter-spacing : -1000em;
text-indent : -999em;
overflow : hidden;
padding: 0;
margin: 30px 0;
line-height: 0;
width: 220px;
height: 60px;
position: relative;
top: 0;
left: 0;
}

/* Just for Opera, but hide from MacIE */
/*\*/html>body #tagline {
letter-spacing : normal;
text-indent : -999em;
}
/* End of hack */

* #contact-info {
font: bold 11px/18px arial, verdana, helvetica, sans-serif;
color: #a2e6ff;
text-align: right;
padding: 0 50px 0 0;
margin: 0 0 30px 0;
}

* .font14 {
font-size: 14px;
}

* #content {
float: left;
width: 650px;
padding: 0 0 10px 10px;
min-height: 250px;
position: relative;
}

#content img.inline {display: inline-block;}

.red {color: #f00;}

* .border {
background-color: #fff;
padding: 9px;
border: 1px solid #5098ce;
margin: 10px 0;
clear: both;
color:#0d4482;
}

* .float-left {
float: left;
margin: 0 20px 20px 0;
clear: both;
}

* .left {
background-color: #fff;
padding: 9px;
border: 1px solid #5098ce;
float: left;
margin: 0 20px 20px 0;
clear: both;
}

* .right {
background-color: #fff;
padding: 9px;
border: 1px solid #5098ce;
float: right;
margin: 0 0 20px 20px;
clear: both;
}

.block {display: block;}

* #site-map {font-weight: bold;}
* #site-map a {color: #b1e8fd;}
* #site-map .sub {font-weight: normal;}


/* in page sub nav ----------------------------------------*/
#sub-page-nav ul {margin: 0 0 20px 0;}
#sub-page-nav li {display:inline; list-style:none; text-indent:none; white-space:nowrap;}
#sub-page-nav li a {color: #cf6; padding: 0 5px 0 8px; border-left: 1px solid #408bc0; white-space:nowrap; text-decoration: underline;}
#sub-page-nav li a:visited {text-decoration: underline;}
#sub-page-nav li:hover a, #sub-page-nav li a.active {color: #b1e8fd; font-weight:normal; text-decoration:none;}
#sub-page-nav li.#sub-page-nav-first a{padding-left:0; border-left:none;}
#sub-page-nav li.first a{padding-left:0; border-left:none;}
#sub-page-nav.color li a {color: #09c;}


/* footer ----------------------------------------*/
* #footer {
background: url(../images/bg-footer.png) top center no-repeat;
width: auto;
height: 230px;
color: #084578;
margin: 0 auto;
padding: 50px 20px 20px 20px;
text-align: center;
line-height: 20px;
display: block;
clear: both;
overflow: hidden;
}

#footer h2 {
color: #084578;
font-size: 18px;
line-height: 24px;
}

#footer ul {
margin: 20px 0 0 0;
}

#footer a {
font: 11px arial, verdana, helvetica, sans-serif;
color: #390;
text-decoration: underline;
}

#footer a:hover {
text-decoration: none;
}

#footer li {
display: inline;
list-style-type: none;
padding-right: 8px;
}


/* sesame ----------------------------------------*/
* #sesame {
margin: 0;
padding: 20px 0 0 0; 
text-align: center;
}

#sesame a {
font-size: 10px;
color: #069;
text-decoration: underline;
}

#sesame a:hover { text-decoration: none; }


/* link types ----------------------------------------*/
a.pdf { background: url(../images/icon-pdf.gif) no-repeat; padding-left: 16px; }
a.doc { background: url(../images/icon-doc.gif) no-repeat; padding-left: 16px; }
a.zip { background: url(../images/icon-zip.gif) no-repeat; padding-left: 16px; }
a.top { background: url(../images/arrow-top.gif) no-repeat; padding-left: 12px; }


TABLE.copy { margin: 10px 0 20px 0; }
TABLE.copy td ul { margin-top: 10px; margin-bottom: 10px; }

/* Invisalign */
.img-right {
  margin: 0 0 20px 20px;
  float: right;
  clear: right;
}
.border {
  border: solid 1px #333; /* Customize me! */
  /* Add more nifty stuff in here if you like */
}
#video-invisalign {
  width: 360px; 
  height: 266px;
}
.video {
  display: block;
  /* Add more nifty stuff in here if you like */
}
p.flash_notice {
  margin: 18px;
  padding: 9px;
  color: #ff0000;
  border: 1px dotted #ff0000;
  background: #ffffff;
  text-align: center;
}

/* Reset */
#pro-pack {
  position: relative;
  font-size: inherit;
  line-height: inherit;
}
#pro-pack img {display: block;}
#pro-pack a, #pro-pack img, #pro-pack object {
  border:none; 
  outline:none;
}

#pro-pack img.inline {display: inline-block;}

/* Global Styles ------------------- */
#pro-pack .border {
  border: solid 1px #333; /* Customize me!! */
}
#pro-pack .right {
  float: right;
  margin: 0 0 20px 20px;
}
#pro-pack .left {
  margin: 0 20px 20px 0;
  float: left;
}
#pro-pack .img-right {
  margin: 0 0 20px 20px;
  float: right;
  clear: right;
}
#pro-pack .img-left {
  margin: 0 20px 20px 0;	
  float: left;
  clear: left;
}
#pro-pack p.flash_notice {
  margin: 18px;
  padding: 9px;
  color: #ff0000;
  border: 1px dotted #ff0000;
  background: #ffffff;
  text-align: center;
}

/* Main Invisalign page ----------------- */
#pro-pack #video-invisalign {
  width: 360px; 
  height: 266px;
  display: block;
}

/* Invisalign Testimonials ------------------ */
#pro-pack ul#testimonials {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
#pro-pack .invisalign-block {
  width: 315px; 
  float: left;
}

/* Invisalign Teen ------------------ */
#pro-pack span.indent {padding-left: 40px;}
#pro-pack #invisalign-sidebar {
  background: #fff;
  width: 275px;
  margin: 0 0 20px 20px;
  padding: 0;
  border: solid 1px #333; /* Customize me! */
  line-height: 18px;
  font-size: 11px;
  float: right;
  clear: right;
}
#pro-pack #invisalign-sidebar a {
  color: #036; /* Customize me!! */
}
#pro-pack #invisalign-sidebar h3 {
  background: #97AFC2; /* Customize me!! */
  margin: 0;
  padding: 20px;
  font-size: 16px; /* Customize me!! */
  font-weight: bold; /* Customize me!! */
  color: #fff; /* Customize me!! */
}
#pro-pack #invisalign-sidebar p {
  padding: 0 15px;
  margin: 15px 0;
  font-size: 11px;
  line-height: 16px;
}
#pro-pack .thumb {
  border: solid 1px #333; /* Customize me!! */
  margin: 0 10px 15px 0;
  float: left;
  clear: left;
}

/* Invisalign Videos ------------------- */
#pro-pack div.invisalign-flash {
  background: url(/sesame_media/images/invisalign-pro-package/invisalign-video-bg.jpg) no-repeat;
  width: 450px;
  height: 250px;
  border: solid 1px #333; /* Customize me!! */
  margin-bottom: 20px;
}
#pro-pack div.invisalign-flash img {
  margin: 30px 50px 0;
  float: right;
}
#pro-pack .bump-right {
  margin-right: 5px;
}
#pro-pack #video-invisalign-best-friends, #pro-pack #video-invisalign-news-travels-fast {
  width: 320px;
  height: 206px;
  display: block;
}
#pro-pack #video-invisalign-lobby {
  width: 320px; 
  height: 266px;
  display: block;
}

/* Invisalign Before and After --------------- */
#pro-pack #invisalign-before-after {
  width: 488px;
  min-height: 335px;
  line-height: 18px;
  margin: 0 0 20px 0;
  padding: 10px 0 10px 10px;
  background-color: #e1ef7e; /* Customize me */
  border: solid 1px #333; /* Customize me */
  border-radius: 5px; /* Optional - you may customize or remove - Does not work in IE */
  -moz-border-radius: 5px; /* Optional - you may customize or remove - Does not work in IE */
  -webkit-border-radius: 5px; /* Optional - you may customize or remove - Does not work in IE */
}
#pro-pack #invisalign-before-after ul.slideshow {
  list-style: none; 
  margin: 0; 
  padding: 0;
  width: 488px;
  height: 270px;
  overflow: hidden;
}
#pro-pack ul#before-after-cycle li img {
  width: 232px;
  height: 265px;
  float: left;
  margin-right: 10px;
  border: solid 1px #333; /* Customize me */
}
#pro-pack #invisalign-before-after p {
  float: left;
  width: 50%;
  margin: 0 0 10px 0;
}
#pro-pack #invisalign-before-after div.cycle-detail {
  _width: 478px;
  min-height: 55px;
  _height: 75px;
  line-height: 18px;
  clear: both;
  background-color: #fff; /* Customize me */
  color: #333; /* Customize me */
  padding: 10px;
  margin: 0 10px 0 0;
  border: solid 1px #333; /* Customize me */
  border-radius: 5px; /* Optional - you may customize or remove - Does not work in IE */
  -moz-border-radius: 5px; /* Optional - you may customize or remove - Does not work in IE */
  -webkit-border-radius: 5px; /* Optional - you may customize or remove - Does not work in IE */
}
#pro-pack #invisalign-before-after div.before-after-nav {
  background: #fff; /* Customize me */
  _width: 478px;
  margin: 0 10px 10px 0;
  padding: 5px 3px;
  border: solid 1px #333; /* Customize me */
  border-radius: 5px 5px 0 0; /* Optional - you may customize or remove - Does not work in IE */
  -moz-border-radius: 5px 5px 0 0; /* Optional - you may customize or remove - Does not work in IE */
  -webkit-border-top-left-radius: 5px; /* Optional - you may customize or remove - Does not work in IE */
  -webkit-border-top-right-radius: 5px; /* Optional - you may customize or remove - Does not work in IE */
}
#pro-pack #invisalign-before-after .before-after-nav a {
  text-decoration: none; 
  font-size: 12px; 
  padding: 5px; 
  margin: 0 3px;
  outline: none;
  color: #333; /* Customize me */
}
#pro-pack #invisalign-before-after .before-after-nav a.activeSlide, #pro-pack #invisalign-before-after .before-after-nav a:hover {color: #009EC7;} /* Customize me */

/* Invisalign Footer -------------------- */	
#pro-pack #invisalign-footer {
  background: #fff;
  width: 99%;
  margin: 30px 0;
  padding: 0;
  border: solid 1px #333; /* Customize me!! */
  font-size: 11px;
  border-radius: 5px; /* Optional - you may customize or remove - Does not work in IE */
  -moz-border-radius: 5px; /* Optional - you may customize or remove - Does not work in IE */
  -webkit-border-radius: 5px; /* Optional - you may customize or remove - Does not work in IE */
  clear: both;
}

#pro-pack #invisalign-footer a {
	color: #16528C;
}


#pro-pack #invisalign-footer h3 {
  background: #97AFC2; /* Customize me!! */
  margin: 0;
  padding: 10px 20px;
  color: #fff; /* Customize me!! */
  font-size: 14px;
  border-radius: 5px 5px 0 0; /* Optional - you may customize or remove - Does not work in IE */
  -moz-border-radius: 5px 5px 0 0; /* Optional - you may customize or remove - Does not work in IE */
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px; /* Optional - you may customize or remove - Does not work in IE */
}
#pro-pack #invisalign-footer ul li img {
  margin: 0 10px 0 20px;
  float: left;
}
#pro-pack #invisalign-footer p {
  padding: 0 20px;
  margin: 30px 0 20px 0;
}
#pro-pack #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;
}
#pro-pack #invisalign-footer li {
  width: 33%;
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#pro-pack #invisalign-footer li a {float: left;}	
#pro-pack .invisalign-footer-logo {
  margin: 0 30px 0 15px;
  float: left;
}

/* Pro Pack Callouts --------------- */
#pro-pack-callout-sm {
  width: 123px;
  height: 63px;
  background: #eee /* Customize this color!! */ url(/sesame_media/images/invisalign-pro-package/callout-sm.png) no-repeat;
  border: solid 1px #000; /* Customize me!! */
  border-radius: 3px; /* Optional - you may customize or remove - Not supported in IE*/
  -moz-border-radius: 3px; /* Optional - you may customize or remove - Not supported in IE*/
  -webkit-border-radius: 3px; /* Optional - you may customize or remove - Does not work in IE */
  margin: 0 0 18px; /* Customize me!! */
  padding: 0;
  display: block;
  text-indent: -9999px;
  /* Uncomment the following lines if using absolute positioning */
  /* top: 390px; Customize me!! */
  /* left: 350px; Customize me!! */
  /* position: absolute; */
  /* z-index: 2; Adjust this number if needed */
}
#pro-pack-callout-sm a {
  width: 123px;
  height: 63px;
  display: block;
}
#pro-pack-callout-lg {
  width: 223px;
  height: 128px;
  background: #eee /* Customize this color!! */ url(/sesame_media/images/invisalign-pro-package/callout-lg.png) no-repeat;
  border: solid 1px #000; /* Customize me!! */
  border-radius: 3px; /* Optional - you may customize or remove - Not supported in IE*/
  -moz-border-radius: 3px; /* Optional - you may customize or remove - Does not work in IE */
  -webkit-border-radius: 3px; /* Optional - you may customize or remove - Does not work in IE */
  margin: 0 0 18px;
  padding: 0;
  display: block;
  text-indent: -9999px;
  /* Uncomment the following lines if using absolute positioning */
  /* top: 470px; Customize me!! */
  /* left: 350px; Customize me!! */
  /* position: absolute; */
  /* z-index: 2; Adjust this number if needed */
}
#pro-pack-callout-lg a {
  width: 223px;
  height: 128px;
  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;}

#emergency-box
{
	position: absolute;
	z-index: 5;
	width: 500px;
	height: 45px;
	padding-top: 5px;
	overflow: hidden;
	left: -150px;
	top: -217px;
	color: #339900;
	font-weight: bold;
	font-size: 15px;
}

#emergency-box p
{
	line-height: 10px;
}

