/* GENERAL 
-----------------------------------------*/
* {margin: 0; padding: 0;}/* Sets all padding and margins to 0 - forces all browsers to behave... */
* html #content {height: 400px} /* IE6 */
html, body {height: 100%;}

body { background: #92ae7c url(../images/bg01.gif) repeat-x; margin: 0; }

/* edit.com visible styles */
BODY, TD, .NormalText { text-decoration: none; font-weight: normal; font-style: normal; color: #333333; font-size: 12px; line-height: 24px; font-family: Arial, Verdana, Helvetica, sans-serif; }

.Title		{ color: #9C553A; font-weight: bold; font-size: 36px; font-family: Trebuchet MS, Arial, verdana, helvetica, sans-serif; }
.Header		{ color: #006600; font-weight: normal; font-size: 20px; font-family: Arial, verdana, helvetica, sans-serif; }
.Subheader	{ color: #666666; font-weight: normal; font-size: 18px; font-family: Trebuchet MS, Arial, verdana, helvetica, sans-serif; }

.Green		{ color: #006600; }
.Brown		{ color: #9C553A; }
.Black		{ color: #000000; }
.White		{ color: #FFFFFF; }
.LightGray	{ color: #666666; }
.DarkGray	{ color: #333333; }

.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; }

/* inherited styles */
table { 
border-collapse: collapse; 
border-spacing: 0; 
}

td, th { 
padding: 0; 
vertical-align: top;
font: 12px/24px arial, verdana, helvetica, sans-serif;
color: #333;
}

a {
color: #930;
text-decoration: underline;
}

a: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 20px arial, verdana, helvetica, sans-serif;
color: #060;
margin: 20px 0 20px 0;
}

h3 {
font: normal 18px trebuchet ms, arial, sans-serif;
color: #666;
margin: 10px 0;
}

ul,ol {margin: 0 0 10px 20px;}

ul.larger {
font-size: 14px;
}

img {border: none;}

p {margin: 0 0 10px 0;}


/* LOGO
----------------------------------------*/
* .logo { 
letter-spacing : -1000em;
text-indent : -999em;
overflow : hidden;
padding: 0;
margin: 0;
width: 235px;
height: 150px;
background: transparent;
line-height: 0;
position: absolute;
left: 60px;
top: 30px;
}

/* Just for Opera, but hide from MacIE */
/*\*/html>body .logo {
letter-spacing : normal;
text-indent : -999em;
}
/* End of hack */

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


/* TAGLINE
----------------------------------------*/
* .tagline { 
letter-spacing : -1000em;
text-indent : -999em;
overflow : hidden;
padding: 0;
margin: 0;
width: 500px;
height: 130px;
background: transparent;
line-height: 0;
position: absolute;
left: 390px;
top: 30px;
}

/* Just for Opera, but hide from MacIE */
/*\*/html>body .tagline {
letter-spacing : normal;
text-indent : -999em;
}
/* End of hack */


/* CALLOUT
----------------------------------------*/
* .callout { 
letter-spacing : -1000em;
text-indent : -999em;
overflow : hidden;
padding: 0;
margin: 0;
width: 188px;
height: 68px;
background: url(../images/callout-consultation.gif) no-repeat;
line-height: 0;
position: relative;
left: 50px;
top: 20px;
}

/* Just for Opera, but hide from MacIE */
/*\*/html>body .callout {
letter-spacing : normal;
text-indent : -999em;
}
/* End of hack */

h3.callout a {
padding: 0;
margin: 0;
width: 188px;
height: 68px;
display: block;
background: transparent;
}


/* UTILITY 
-----------------------------------------*/
* #utility, #utility ul { /* all lists */
width: 261px;
padding: 0;
margin: 0;
list-style: none;
z-index: 2;
}

* #utility {
position: absolute;
left: 689px;
}

#utility li {
float: left;
}

/*  Sets styles for all links that are inside the ul id="nav" */
#utility a {
height: 40px;
display: block;
overflow: hidden; 
text-indent: -999em;  /*Indents the rich-text so it does not show */
}

/* Set the image for each nav item */
* #contact-us {background: url(../images/utility-contact-us.gif); width: 101px;}
* #home {background: url(../images/utility-home.gif); width: 59px;}
* #patient-login {background: url(../images/nav-patient-login.gif); width: 101px;}

/* Shift the image position up to show the active state */
#utility a:hover, #utility .active {background-position: 0 -40px;}

/* Set cursor to default arrow so link does not appear clickable */
* #utility .active {cursor: default}


/* UTILITY SUB-NAVIGATION 
-----------------------------------------*/
#utility li {
display: inline
}

#utility li ul { /* second-level lists */
margin: 0;
padding: 0;
width: 150px;
position: absolute;
background: #ffd8c7;
left: -999em;
line-height: 25px;
height: auto;
}

#utility li ul a {
padding: 0 0 0 15px;
width: 140px;
color: #893d24;
text-indent: 0;
text-decoration: none;
line-height: 25px;
height: auto;
}

#utility li:hover ul, #utility li.sfhover ul { /* lists nested under hovered list items */
left: auto;
display:block;
}

#utility li:hover ul a:hover, #utility li.sfhover ul a:hover { /* lists nested under hovered list items */
color: #fff;
background: #893d24;
}


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

#nav li {
float: left;
}

/*  Sets styles for all links that are inside the ul id="nav" */
#nav a {
height: 50px;
display: block;
overflow: hidden; 
text-indent: -999em;  /*Indents the rich-text so it does not show */
}

/* Set the image for each nav item */
* #patient-information {background: url(../images/nav-patient-information.gif); width: 190px;}
* #about-orthodontics {background: url(../images/nav-about-orthodontics.gif); width: 190px;}
* #faq {background: url(../images/nav-faq.gif); width: 64px;}
* #about-braces {background: url(../images/nav-about-braces.gif); width: 133px;}
* #treatment-options {background: url(../images/nav-treatment-options.gif); width: 172px;}
* #emergency-care-videos {background: url(../images/nav-emergency-care-videos.gif); width: 211px;}

/* Shift the image position up to show the active state */
#nav a:hover, #nav .active {background-position: 0 -50px;}

/* 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: 0;
padding: 0;
width: 190px;
position: absolute;
background: #e2e8da;
left: -999em;
line-height: 25px;
height: auto;
}

#nav li ul a {
padding: 0 0 0 10px;
width: 180px;
color: #360;
text-indent: 0;
text-decoration: none;
line-height: 25px;
height: auto;
}

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


/* PAGE LAYOUT
-----------------------------------------*/
* #wrapper {
background: url(../images/bg-wrapper.png) repeat-y;
margin: 0 auto;
position: relative;
width: 960px;
}

#wrapper:after {clear: both; content: "."; display: block; height: 0; visibility: hidden}

* #container {
background: url(../images/bg-container.png) no-repeat;
margin: 0 auto;
position: relative;
width: 960px;
}

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

* #header {
margin: 0 auto;
position: relative;
width: 960px;
height: 210px;
}

* #sidebar {
width: 290px;
padding: 30px 0 20px 10px;
color: #fff;
float: left;
text-align: center;
line-height: 18px;
}

#sidebar #dr-name {
font: bold 14px/18px arial, verdana, helvetica, sans-serif;
}

#sidebar a {
color: #fff4dd;
}

#sidebar hr {
margin: 15px 0 15px 40px;
border: 0;
background: url(../images/sidebar-hr.gif) no-repeat;
}

* #sidebar #logos {
margin: 220px 0 30px 0;
}

* #contact_info {
padding: 40px 0 0 50px;
overflow: hidden;
}

* #main {
float: left;
width: 660px;
}

* #content {
float: left;
width: 540px;
padding: 40px 50px 20px 70px;
min-height: 400px;
}

* .border {
background-color: #fff;
padding: 10px;
border: 1px solid #dbd3c0;
margin: 10px 0;
clear: both;
}

* .left {
background-color: #fff;
padding: 4px;
border: 1px solid #dbd3c0;
float: left;
margin: 0 20px 20px 0;
clear: both;
}

* .right {
background-color: #fff;
padding: 4px;
border: 1px solid #dbd3c0;
float: right;
margin: 0 0 20px 20px;
clear: both;
}

* #site-map {font-weight: bold;}
#site-map a {color: #363;}
#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: #693; padding: 0 5px 0 6px; border-left: 1px solid #c5ba9e; 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: #663; 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: 900px;
color: #fff;
margin: 0 auto;
padding: 40px 50px 50px 30px;
text-align: center;
line-height: 20px;
display: block;
clear: both;
overflow: hidden;
}

#footer h2 {
font: 18px/24px arial, verdana, helvetica, sans-serif;
color: #fff;
margin: 0;
}

#footer a {
color: #ccecab;
text-decoration: underline;
}

#footer a:hover {
text-decoration: none;
}

#footer ul {
margin: 15px 0 0 0;
}

#footer li {
display: inline;
list-style-type: none;
padding-right: 8px;
}


/* SESAME
-----------------------------------------*/
* #sesame {
margin: 0;
padding: 15px 0 20px 0; 
text-align: center;
}

#sesame a {
font-size: 10px;
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; }