/* general ----------------------------------------*/
* {margin: 0; padding: 0;}/* Sets all padding and margins to 0 - forces all browsers to behave... */
html, body {height: 100%;}

body {
background: #1e4059 url(../images/bg01.jpg) top center no-repeat;
margin: 0;
font: 12px arial, verdana, helvetica, sans-serif;
color: #fff;
line-height: 24px;
}

table { border-collapse: collapse; border-spacing: 0; }

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


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

.Title		{ color: #9CEBF7; font-size: 32px; font-weight: normal; font-family: Arial; }
.Header		{ color: #9CEBF7; font-size: 20px; font-weight: normal; font-family: Arial; }
.Subheader	{ color: #FFFFFF; font-size: 18px; font-weight: normal; font-family: Trebuchet MS; }

.LightBlue	{ color: #9CEBF7; }
.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: #9ff;
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, sans-serif;
color: #9cebf7;
margin: 20px 0 10px 0;
}

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

ul,ol {
margin-top: 0;
margin-left: 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;
background: transparent;
padding: 0;
margin: 0;
line-height: 0;
width: 380px;
height: 80px;
position: absolute;
top: 30px;
left: 50px;
}

/* 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;
padding: 0;
margin: 0;
width: 380px;
height: 80px;
}


/* tagline ----------------------------------------*/
* .tagline { 
letter-spacing : -1000em;
text-indent : -999em;
overflow : hidden;
background: transparent;
padding: 0;
margin: 0;
line-height: 0;
width: 370px;
height: 90px;
position: absolute;
top: 50px;
left: 550px;
}

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


/* utility ----------------------------------------*/
* #utility, #utility ul { /* all lists */
width: 260px;
height: 40px;
margin: 0;
padding: 0;
list-style: none;
z-index: 1;
}

* #utility {
position: absolute;
top: 0;
left: 600px;
}

* #utility {margin: 0 auto;}

#utility li {
float: left;
}

#utility a {
display: block;
overflow: hidden; 
text-indent: -999em;
height: 40px
}

/* Set the image for each nav item */
* #patient-login {background: url(../images/utility-patient-login.gif); width: 134px}
* #doctor-login {background: url(../images/utility-doctor-login.gif); width: 126px}

/* 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}


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

* #nav {margin: 0 auto;}

#nav li {
float: left;
}

#nav a {
display: block;
overflow: hidden; 
text-indent: -999em;
height: 30px;
}

/* Set the image for each nav item */
* #about-our-office {background: url(../images/nav-about-our-office.gif); width: 126px}
* #about-orthodontics {background: url(../images/nav-about-orthodontics.gif); width: 141px}
* #faq {background: url(../images/nav-faq.gif); width: 48px}
* #braces-101 {background: url(../images/nav-braces-101.gif); width: 93px}
* #orthodontic-treatments {background: url(../images/nav-orthodontic-treatments.gif); width: 168px}
* #emergency-care {background: url(../images/nav-emergency-care.gif); width: 125px}
* #fun-and-games {background: url(../images/nav-fun-and-games.gif); width: 107px}
* #contact-us {background: url(../images/nav-contact-us.gif); width: 90px}
* #home {background: url(../images/nav-home.gif); width: 58px}

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

/* 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 0 0 0;
padding: 0;
width: 170px;
position: absolute;
background: #274c62;
left: -999em;
line-height: 30px;
height: auto;
/* opacity */
filter:alpha(opacity=95);
-moz-opacity:0.95;
-khtml-opacity: 0.95;
opacity: 0.95;
}

#nav li ul a {
padding: 0 0 0 10px;
width: 160px;
color: #9ff;
text-indent: 0;
text-decoration: none;
line-height: 30px;
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: #112c40;
background: #dbebf6;
}


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

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

* #header {
margin: 0 auto;
position: relative;
width: 980px;
height: 220px;
}

* #sidebar {
color: #fff;
float: left;
width: 240px;
line-height: 20px;
padding: 50px 0 30px 20px;
}

#sidebar h2 {
font-size: 14px;
font-weight: bold;
color: #fff;
margin: 0;
}

#sidebar a {
color: #dbf9fe;
text-decoration: underline;
}

#sidebar #logos {
margin: 90px 0 0 0;
}

* #main {
float: left;
width: 720px;
margin: 40px 0 0 0;
}

* #content {
width: 660px;
padding: 0 0 30px 0;
}

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

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

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

* #site-map {font-weight: bold; float: left; width: 260px;}
* #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: #9ef8db; padding: 0 5px 0 6px; border-left: 1px solid #6088a5; 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: #6088a5; 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: #9ef8db;}


/* footer ----------------------------------------*/
* #footer {
background: url(../images/bg-footer.png) top center no-repeat;
width: 920px;
color: #3f2b17;
margin: 0 auto;
padding: 30px 30px 40px 30px;
text-align: center;
line-height: 26px;
display: block;
clear: both;
overflow: hidden;
}

#footer h2 {
margin: 0 0 60px 0;
color: #09426c;
font-size: 18px;
line-height: 24px;
}

#footer a {
font: 12px arial, verdana, helvetica, sans-serif;
color: #dbf9fe;
text-decoration: underline;
}

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

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


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

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