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

* #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;
}

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

* #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; }