@charset "utf-8";
/* CSS Document */

body {
 margin: 0;
 padding: 0;
 background: #FFF;
 font-family:Arial, Helvetica, sans-serif;
 color: #333;
}

a {
 color: #6699cc;
}
a[href^="http://"] {
 background: url(/images/external.gif) no-repeat center right;
 padding-right: 13px;
}
a:hover {
 color: #99ccff;
}

h1 {
 size: 1.3em;
 margin: 0;
 color: #6699cc;
}
h2 {
 color: #6699cc;
 margin: 0;
 margin-bottom: 7px;
}
h3 {
 color: #6699cc;
 margin: 0;
 margin-bottom: 7px;
}
h4 {
 color: #6699cc;
 margin: 0;
 font-size: 1em;
 margin-bottom: -7px;
 font-weight: normal;
}
p {
 margin-top: 10px;
}

.caption {
 font-size: 0.8em;
 text-align: center;

}
.caption p {
 margin: 0;
}
.section {
 border-bottom: 1px solid #6699cc;
 margin-bottom: 19px;
}

#page {
 width: 750px;
 margin: 0 auto;
}

#header {
 height: 150px;
 text-align: center;
}

#callUsNow {
 height: 46px;
}
#nav a {
 text-indent: -999px;
}
#homeNav {
 height: 46px;
 width: 140px;
 background: url(/images/home.jpg) bottom;
 display: block;
 float: left;
}
#homeNav:hover {
 background-position: top;
}
#treatmentsNav {
 height: 46px;
 width: 113px;
 background: url(/images/treatments.jpg) bottom;
 display: block;
 float: left;
}
#treatmentsNav:hover {
 background-position: top;
}
#contactUsNav {
 height: 46px;
 width: 112px;
 background: url(/images/contactUs.jpg) bottom;
 display: block;
 float: left;
}
#contactUsNav:hover {
 background-position: top;
}
#callUsNow {
 float: left;
}

#topGradient {
 background: url(/images/topGradient.jpg);
 height: 29px;
 clear: both;
}

#bodyRight {
 float: right;
 width: 270px;
 text-align: center;
}

#bodyMain {
 clear:left;
 min-height: 300px;
}
.caption img {
 border: 1px solid #99ccff;
 background: #cae5ff;
 padding: 4px;
}

#footer {
 height: 25px;
 display:block;
 clear: both;
 text-align: center;
 line-height: 25px;
 background: url(/images/footer.jpg);
 color: #3b5976;
 margin-top: 19px;
}
#footer p {
 display: inline;
 font-size: 0.9em;
 margin: 5px;
 font-weight: bold;
}

.logos {
 text-align: center;
}
.logos img {
 border: 0;
 vertical-align: middle;
}
.logos a {
 background: none;
 padding-right: 0;
}