/* CSS Document */

/* creating this so that the doctor can have his captions */

.photowithcaptionsleft {float:left; width:450px; margin-right:15px; margin-bottom:15px; }
.captionleft {float:left; width:200px; font-weight:bold;}
.captionright {float:right; width:225px; text-align:right; font-weight:bold;}


/* -- Layout -- */

body {
background-image: url(images/bodybg_02.gif);
background-repeat: repeat-x;
background-color: #F8F8E9;
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 22px;
color: #07378F;
}

#container {
width: 980px;
background-image: url(images/containerbg_09.jpg);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
}

#banner {
background-image: url(images/bannerbg_06.jpg); /* Updated 12/4/08; was bannerbg_04.jpg */
background-repeat: no-repeat;
height: 241px;
}

#content {
float: right;
width: 666px;
padding: 20px 30px 20px 30px;
}

#sidebar-a {
float: left;
width: 252px;
padding-top: 20px;
}

#footer {
text-align: center;
background-color:#07378F;
border-top: 0px solid #892D4F;
clear: both;
height: 200px;
width: 100%;
padding-top: 10px;
font-size: 11px;
color: #ffffff;
}


/* -- Navigation Bar -- */

div#navbar {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
text-align: center;
padding: 218px 0px 8px 0px;
width: 978px;
}

#navbar ul li a:link, #navbar ul li a:visited {
color: #07378F;
text-decoration: none;
display: inline;
padding-top: 3px;
padding-left: 7px;
padding-bottom: 3px;
padding-right:7px; 
}

#navbar ul li a:hover {
color: #07378F;
background-color: #ffffff;
text-decoration: none; }

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
}

#navbar ul {
margin: 0px;
padding: 0px;
}

/* -- Dropdown Menu Items -- */

#dropmenudiv{
position:absolute;
margin-top: 4px;
border:1px solid #333333;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
background-color: #F1F1E0;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #333333;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color:#003366;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFFFF;
}





/* -- Links -- */

#content a:link, #content a:visited {
color: #006E51;
text-decoration: underline;
}

#content a:hover {
color: #000000;
text-decoration: none;
}

#footer a:link, a:visited {
color: #ffffff;
text-decoration: none;
}

#footer a:hover {
color: #FFFFFF;
text-decoration: underline;
}



/* -- HTML Elements -- */

H1 {
font-size: 14px;
font-weight: bold;
display: block;
border-bottom: 1px solid #07378F;
margin-bottom: 20px;
}

H2 {
font-size: 12px;
font-weight: bold;
display: block;
text-decoration:underline;
margin-bottom: 20px;
}



/* -- Classes -- */

.photoleft {
float: left;
padding: 5px;
border: 1px solid #07378F;
margin-top: 8px;
margin-right: 18px;
margin-bottom: 18px;
}

.photoright {
float: right;
padding: 5px;
border: 1px solid #07378F;
margin-top: 8px;
margin-left: 18px;
margin-bottom: 18px;
}

.photo {
padding: 5px;
border: 1px solid #07378F;
}

.largetext {
font-size:24px;
line-height: 32px;
}

.large2text {
font-size: 20px;
line-height: 28px;
}

.footer1text {
font-size: 20px;
line-height: 28px;
font-weight: bold;
font-style: italic;
}

.footer2text {
font-size: 16px;
line-height: 24px;
}

.namecenter {
text-align: center;
}

.callout {
font-size: 16px;
line-height: 24px;
padding: 0px 10px;
margin: 12px;
}

.goldline {
border-top: 6px double #D4CA1A;
margin-top: 30px;
margin-bottom: 20px;
}