/* CSS Document */

body {
background-color: #5858B6;
background-image: url(../images/background.png);
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
margin: 0;
}

h3 {
color: #000099;
font-weight: bold;
}

#header, #menu, #content, #content_top, #footer {
width: 924px;
margin: 0 auto;
position: relative;
}

#header {
text-align: center;
height: 146px;
width: 924px;
z-index: 3;
}

#menu {
background-image: url(../images/menubar.png);
background-repeat: no-repeat;
text-align: center;
height: 45px;
width: 924px;
z-index: 2;
}

/* Navigation Dropdown Code */

#nav, #nav ul {
padding: 9px 0 0 35px;
margin: 0;
list-style: none;
}

#nav a {
display: block;
text-decoration: none;
color: #000099;
font-weight: bold;
padding-bottom: 9px;
}

#nav a:hover {
color: #5252B2;
}

#nav li {
float: left;
margin-right: 13px;
}

#nav li ul { /* 2nd level lists */
/*padding:  9px 0 0 0;*/
padding: 0px 0 0 0;
/*margin: 0;*/
position: absolute;
left: -9999em;
width: 10em;
text-align: left;
/*filter:alpha(opacity=90);*/
-moz-opacity:0.9;
opacity: 0.9;
/*
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
*/
margin-left: -17px; /* this is to force the dropdown to line up with the vertical bar */
}

#nav li:hover ul, #nav li.sfhover ul  {
left: auto;
}

#nav li ul li { /* 2nd level list items */
width: 10em;
background-color: #CFCFCF;
}

#nav li ul a {
color: #000099;
padding: 5px 5px 5px 15px;
}

#nav li ul a:hover {
color: #FFFFFF;
background-color: #000099;
}



#content {
background-image: url(../images/content_bg.png);
background-repeat: repeat-y;
width: 924px;
margin: 0 auto;
z-index: 1;
}

#content_top {
background-image: url(../images/content_top_bg.png);
background-repeat: no-repeat;
min-height: 259px;
width: auto;
padding: 7px 26px 10px 26px;
}

#content_top p {
margin: 10px 14px;
}

#content_top h3 {
margin: 14px 14px 10px 14px;
}

/*
#content_top p {
margin: 0 33px 0 33px;
}
*/

#col_1 {
float: left;
width: 287px;
padding-right: 10px;
text-align: center;
font-size: 13px;
line-height: 150%;
}

#col_2 {
float: left;
width: 278px;
text-align: center;
}

#col_2 p {
margin: 15px 0 15px 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 150%;
}

#col_2 .large {
color: #000090;
font-size: 25px;
font-weight: bold;
}

#col_3 {
float: left;
width: 287px;
padding-left: 10px;
text-align: center;
font-size: 12px;
}

#footer {
background-image: url(../images/footer.png);
background-repeat: no-repeat;
background-position: top;
font-size: 10px;
color: white;
width: 924px;
z-index: 0;
}

#footer_left {
padding: 20px;
}

#footer_right {
float: right;
padding: 20px;
}

#footer a {
color: white;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.faq_questions_list {
font-weight: bold;
}

.faq_answers_list li {
margin-bottom: 1em;
}

.faq_answers_list .question {
font-weight: bold;
margin-bottom: 1em;
}

.faq_answers_list .answer {
font-style: italic;
margin-bottom: 1em;
}

.conditions li {
margin-bottom: 1em;
}

.treatments li {
margin-bottom: 1em;
}

img.portrait {
float: left;
padding: 0 5px 5px 0;
clear: both;
}

img.interior {
float: right;
padding: 10px;
}

div.map {
margin-right: 20px;
float: right;
border: 3px solid #CCC;
}

a, a:active, a:visited {
color: #000099;
}

a:hover {
color: #999999;
}
