html, body {
background-color: #4c361f;
}
body {
padding: 0px;
margin: 0px;
font-size: .85em;
color: #382816;
font-family: Arial, Helvetica, sans-serif;
}

/* HEADER STYLES */
#header {
background: url(../images/backgrounds/header.jpg) no-repeat;
width: 1000px;
height: 140px;
margin: 0;
text-align:center;
position: relative;
padding-bottom: 25px;
}
#headerText {
position: absolute;
left: 300px;
top: 39px;
font-family: "Times New Roman", Times, serif;
color: #ffffff;
}
#headerText .fn {
width: 100%;
font-size: 3.1em;
}
#headerText .main-address, #headerText .tel {
display: inline;
font-size: 1.65em;
}

/* LAYOUT BLOCKS - BODY */
#content-block {
background: url(../images/backgrounds/body.jpg) repeat-y;
width: 1000px;
position: relative;
border-bottom-right-radius: 10px;
}
#nav {
float: left;
width: 152px;
margin-left: 29px;
position: relative;
}
#nav a {
text-decoration: none;
color: #382816;
display: block;
width: 100%;
}
#nav ul {
margin: 0 0 20px 0;
padding: 0;
}
#nav li {
list-style-type: none;
margin: 0;
padding: 5px 5px 5px 10px;
border-bottom: 1px solid #ffffff;
}
#nav li.firstItem {
border-top: 1px solid #fff;
}
#nav li.active {
background-color: #ffffff;
}
#nav li.highlightOn {
background-color: #ebc287;
}
#contentContainer {
float: left;
width: 800px;
position: relative;
padding-bottom: 10px;
top: -24px;
padding-left: 10px;
}

#right-bar {
position: relative;
width: 300px;
left: 0;
float: left;
margin-left: 10px;
}

#footer {
padding: 5px 0 5px 29px;
width: 1024px;
clear: both;
text-align: center;
color: #ffffff;
font-size: .9em;
}

#footer p {
margin-bottom: 0;
}

.main-content {
float: left;
padding-top: 8px;
}
.with-carousel {
width: 485px;
}

#homeList li {
margin-left: 20px;
list-style-type: circle;
}

#imgCarousel {
float: right;
position: relative;
width: 300px;
height:235px;
text-align:center;
margin-bottom: 10px;
padding-top: 15px;
background-color: #cca876;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
cursor: pointer;
}

#imgCarousel li img {
box-shadow: 2px 2px 2px #333;
-moz-box-shadow: 2px 2px 2px #333;
-webkit-box-shadow: 2px 2px 2px #191919;
}

/*Our Doctors*/
#doctor-tabs {
padding-bottom: 10px;
margin-bottom: 10px;
background: url("../images/backgrounds/doctor-tabs-bar.jpg") no-repeat bottom;
}
#doctor-tabs li {
font-weight: bold;
display: inline;
margin: 5px 25px 5px 0;
}
#doctor-tabs-selected {
position: absolute;
width: 18px;
height: 10px;
top: 51px;
background: url("../images/backgrounds/doctor-tabs-selected.jpg") no-repeat bottom;
}
#doctor-tabs a {
text-decoration: none;
}
#doctors-carousel {
position: relative;
width: 800px;
height: 313px;
overflow: hidden;
}
#our-doctors {
width: 4850px;
position: absolute;
}
#our-doctors li {
float: left;
position: relative;
width: 800px;
}
.doctor-bio {
float: left;
vertical-align: top;
width: 550px;
}
.narrow {
width: 450px
}
img.doctor-image {
display: inline;
margin: 0 0 10px 50px;
}

/* FAQ PAGE */
ul.bullets li {
margin: 0 0 5px 20px;
list-style-type: circle;
}
#faq-content p {
margin-bottom: 5px;
}
#faq-content h3 {
margin: 10px 0 0 0;
}
#faq-content h4, #faq-content h5 {
margin: 5px 0 0 0;
}

/* LINKS PAGE */
.sublist ul {
margin: 0 0 5px 15px;
}
.sublist h3 {
margin-bottom: 0;
margin-top: 5px;
}

/* GENERAL STYLES */
h2 {
font-size: 110%;
font-weight: bold;
margin-bottom: 10px;
}
h3 {
font-size: 105%;
font-weight: bold;
margin-bottom: 10px;
}
h4, h5 {
font-weight: bold;
margin-bottom: 10px;
}
ol li {
margin-left: 20px;
list-style-type: decimal;
}
abbr {
border-bottom: none;
}
p {
margin-bottom: 10px;
}
a:visited, a:link {
color: #382816;
}
.clearFloats {
clear: both;
line-height: 0;
}


