/* CSS Document */

body {
background-color:#fffcf9;
font-family:"Trebuchet MS", Arial, Verdana;
font-size:13px;
background-image:url(images/bg.gif);
background-repeat:repeat-x;
margin-top:0px;
margin-bottom:20px;
color:#666666;
}

h1 {
font-family:"Trebuchet MS", Arial, Verdana;
font-size:20px;
color:#73cf33;
}

.addy {
color:#0596ba;
font-weight:bold;
font-size:14px;
}

#page {
width:654px;
margin-left:auto;
margin-right:auto;
}

#header {
width:650px;
height:100px;
background-image:url(images/logo.gif);
background-repeat:no-repeat;
}

#main {
width:657px;
height:302px;
background-image:url(images/main_bg.gif);
background-repeat:no-repeat;
overflow:hidden;
}

#top_left {
float:left;
width:390px;
padding-left:40px;
padding-right:20px;
padding-top:35px;
height:267px;
}

#top_right {
float:right;
width:190px;
padding-left:5px;
padding-right:5px;
height:277px;
padding-top:25px;
}

/** NAV STUFF **/

#nav {
width:619px;
height:27px;
padding-left:35px;
}

#nav ul{
margin:0;
padding:0;
list-style-type:none;
}

#nav li{
display:block;
float:left;
padding:0;
margin:0;
}

#nav a{
width: 96px;
height: 27px;
padding: 0px;
margin: 0px;
text-decoration: none;
display: block;
}

#nav a span {
display: none;
}

#nav .home {
background-image:url(images/nav_home.gif);
}

#nav .staff {
background-image:url(images/nav_staff.gif);
}

#nav .office {
background-image:url(images/nav_office.gif);
}

#nav .services {
background-image:url(images/nav_services.gif);
}

#nav .education {
background-image:url(images/nav_education.gif);
}

#nav .new_patients {
background-image:url(images/nav_newpat.gif);
}

#nav .contact {
background-image:url(images/nav_contact.gif);
}

.home a:hover {
background-image:url(images/nav_home.gif);
background-position: 0px -27px;
}

.staff a:hover {
background-image:url(images/nav_staff.gif);
background-position: 0px -27px;
}

.office a:hover {
background-image:url(images/nav_office.gif);
background-position: 0px -27px;
}

.education a:hover {
background-image:url(images/nav_education.gif);
background-position: 0px -27px;
}

.new_patients a:hover {
background-image:url(images/nav_newpat.gif);
background-position: 0px -27px;
}

.contact a:hover {
background-image:url(images/nav_contact.gif);
background-position: 0px -27px;
}

body#home #nav .home {
background-position: 0px -27px;
}

body#staff #nav .staff {
background-position: 0px -27px;
}

body#office #nav .office {
background-position: 0px -27px;
}

body#education #nav .education {
background-position: 0px -27px;
}

body#new_patients #nav .new_patients {
background-position: 0px -27px;
}

body#contact #nav .contact {
background-position: 0px -27px;
}

/** END NAV STUFF **/



#content {
width:654px;
}

#content ul {
list-style-image:url(images/arrow.png);
}

#content a {
color:#0596ba;
text-decoration:none;
font-weight:bold;
}

#content a:hover {
background-color:#0596ba;
color:#FFFFFF;
}

#wrapper {
width:654px;
overflow:hidden;
background-image:url(images/wrapper_bg.gif);
background-repeat:repeat-y;
padding-top:20px;
}

#wrapper_int {
width:614px;
background-image:url(images/wrapper_bg.gif);
background-repeat:repeat-y;
padding-top:20px;
padding-left:20px;
padding-right:20px;
}

#left {
float:left;
width:410px;
padding-left:20px;
padding-right:20px;
}

#left_data {
float:left;
width:350px;
padding-left:20px;
padding-right:20px;
}

#right {
float:right;
width:230px;
padding: 0px 20px 0px 0px;
}

#right_index {
float:right;
width:189px;
padding-left:5px;
padding-right:10px;
}

#footer {
text-align:center;
width:654px;
font-size:11px;
padding-top:35px;
clear:both;
}

#footer_int {
text-align:center;
width:614px;
font-size:11px;
padding-top:35px;
}

#footer a {
color:#5096C9;
text-decoration:none;
font-weight:bold;
}

#footer a:hover {
background-color:#5096C9;
color:#FFFFFF;
}

.input {
border:1px solid #5096C9;
}

#database {
width:220px;
margin:7px 0px 0px 10px;
float:right;
}

#database_top {
width:220px;
height:32px;
}

#database_middle {
width:217px;
height:160px;
padding:3px 0px 0px 3px;
background-image:url('images/education_middle.gif');
}

#database_bottom {
width:220px;
height:17px;
background-image:url('images/education_bottom.gif');
}

.search {
color:#666666;
font-size:11px;
font-weight:bold;
}

#content_wrapper {
float:right;
width:220px;
padding:5px 0 7px 0;
}

#content_img {
font-family:Arial, Helvetica, sans-serif;
color:#CF5F16;
font-size:10px;
margin-left:5px;
margin-right:5px;
border:1px solid #EEC343;
width:200px;
}

#content_factoid {
font-family:Arial, Helvetica, sans-serif;
color:#CF5F16;
font-size:12px;
margin-top:45px;
background-color:#FFFFFF;
border-top:14px solid #EEC343;
border-right:1px solid #EEC343;
border-left:1px solid #EEC343;
border-bottom:1px solid #EEC343;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
}

#content_subnav {
font-family:Arial, Helvetica, sans-serif;
color:#CF5F16;
font-size:12px;
}

#content_subnav ul{
padding-left: 10px;
margin-left: 8px;
}

