﻿body {
	margin: 0 0 15px 0;
	font-family: Arial;
	font-size: 14px;
	background-color: #eeeeee;
}

a img {
	border: none;
}

div#headerTopContainer {
	background-color: #eeeeee;
	height: 122px;
}

div#headerTop {
	width: 908px;
	height: 122px;
	margin: 0 auto;
}

div#headerMidContainer {
	height: 370px;
	background-image: url('../images/headerMidBg.gif');
	background-repeat: repeat-x;
}

div#headerMid {
	width: 908px;
	height: 370px;
	margin: 0 auto;
	position: relative;
	/*background-image: url(../images/headerMid.jpg);*/
	background-repeat: no-repeat;
}

a.navItem {
	position: absolute;
	display: block;
	right: 0;
}

a#navHome { top: 75px; }
a#navAbout { top: 108px; }
a#navServices { top: 141px; }
a#navPatients { top: 174px; }
a#navTestimonials { top: 207px; }
a#navContact { top: 240px; }

a#navDirections {
	position: absolute;
	display: block;
	right: 29px;
	bottom: 17px;
}

div#content {
	width: 876px;
	/*width: 926px;*/
	margin: 0 auto;
	padding: 25px;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-y;
}

div#contentBot {
	width: 926px;
	margin: 0 auto;
}

span.green1
{
	color: #1b5f6d;
	font-weight: bold;
}

td.meetOurStaffText
{
	padding: 0 25px 50px 25px;
	font-size: 12px;
}

div#subNav
{
	position: absolute;
	left: 15px;
	bottom: 5px;
	font-weight: bold;
}

div#subNav a
{
	font-size: 13px;
	font-weight: bold;
	color: black;
}

div.pageTitle
{
	font-weight: bold; 
	font-size: 14px; 
	padding-bottom: 10px;
}
