body {
	background: #627A7D;
	margin: 10px 0px 0px;
	padding: 0px;
	font: 12px "Lucida Grande", Arial, Helvetica, Sans-serif;
	color: #325555;
}
#header .topRow .rightHalf {
	color: #233B3B;
	font-size: 12px;
	font-weight: bold;
}

#wrapper {
	width: 788px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #2A4545;
}
#header .topRow .rightHalf {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	width: 384px;
}
#content {
}
#content .topRow {
	background: url(images/content-bg.gif) repeat-y;
}

#leftNav {
	float: left;
	width: 180px;
}
#rightColumn {
	float: left;
	width: 570px;
	border: 1px solid #E0E0E0;
	background: #FFFFFF;
	padding: 10px 8px 5px 10px;
	margin: 3px 4px 5px 13px;
}
#rightColumn h1 {
	color: #CD535A;
	font-size: 29px;
	font-weight: normal;
}





.topBG {
	background: url(images/top-bg.gif) repeat-x;
	height: 11px;
	width: 100%;
}
#rightColumn p {
}
#rightColumn object {
	padding-left: 10px;
}

#header .topRow {
	background: #FFFFFF;
	height: 118px;
}
.topRow {
	width: 788px;
}
.bottomRow {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 788px;
}
.leftHalf {
	float: left;
	width: 394px;
	margin: 0px;
	padding: 0px;
}
.rightHalf {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 394px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#header {
}
#header .topRow .leftHalf img {
	margin-top: 9px;
	margin-left: 9px;
}
#content .bottomRow table th {
	background: url(images/bottom-bg.gif) repeat-x;
	height: 21px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	text-transform: uppercase;
}
#contactBox h2 {
	font-size: 15px;
	font-weight: bold;
	color: #3C6766;
	margin: 0px;
	padding: 15px 20px 8px;
}
#contactBox {
	margin: 0px;
	padding: 0px 0px 18px;
	border-right: 2px solid #396161;
	background-color: #E8EDEC;
}
#contactBox a {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/contact-arrow.gif) no-repeat left center;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 80px;
}
#content .bottomRow {
	border-bottom: 6px solid #203636;
}
#footer {
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	text-align: center;
	padding: 5px 0px 8px;
	margin: 0px;
	background-color: #FFFFFF;
}
#leftNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#leftNav li a {
	height: 28px;
	text-decoration: none;
	text-transform: uppercase;
}

#leftNav li a:link, #leftNav li a:visited {
	background-color:#E8EDEC;
	color:#396467;
	font-size:13px;
	font-weight:bold;
	padding:8px 0 0 30px;
	border-bottom: 1px solid #DD667B;
	display:block;
}

#leftNav li a:hover {
	color:#DD667B;
	background: url(images/bullet-image.gif) no-repeat 15px;
}
#rightColumn h2 {
	font-size: 29px;
	color: #CD535A;
	font-weight: normal;
	border-bottom: solid #356464 1px;
	margin: 0 0 10px 0;
}
.doctorListing img {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0;
	padding-left: 0px;
}
.doctorListing {
	border-bottom: 2px solid #325555;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.doctorListing h3 {
	font-size: 15px;
	color: #325555;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.doctorListing p {
	font-size: 12px;
	color: #325555;
}

.doctorListing h4 {
	font-size: 12px;
	font-weight: bold;
	color: #325555;
	padding: 0;
	margin: 0;
}
.textBlue {
	color: #003366;
	font-size: 15px;
}
.tableOfContents {
	margin: 0px;
	padding: 5px;
	border: 1px dashed #325555;
	background: #eeeeee;
	width: 300px;
}
.tableOfContents p {
	margin: 0px;
	padding: 0px;
}
.tableOfContents ul {
	padding: 0px;
	margin: 5px 0px 5px 35px;
}
.tableOfContents ul ul {
	list-style: square;
}
