/* resets */
body, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* layout */

body {
	background: #fff;
}
#body {
	background: url(/images/bg.gif) repeat-x;
	font: 15px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #666;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 232px;
}
#nav {
	height: 42px;
	padding: 0 24px;
	color: #0a3542;
}
#nav a {
	display: block;
	height: 42px;
	float: left;
	line-height: 40px;
	font-size: 15px;
	color: #0a3542;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a div {
	padding: 0 11px;
	height: 42px;
	float: left;
}
#nav a:hover {
	color: #fff;
}
#nav a.active {
	color: #fff;
	background: url(/images/nav-bg1.gif) no-repeat;
}
#nav a.active div {
	background: url(/images/nav-bg2.gif) top right no-repeat;
}
#page_title {
	height: 60px;
	padding: 0 36px;
}
#page_title h1 {
	color: #a0c5db;
	font: 30px Georgia, "Times New Roman", Times, serif;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: normal;
}
#main {
	
}
#sidebar {
	width: 204px;
	padding: 25px 0 25px 36px;
	float: left;
}
#subnav-wrap1 {
	background: url(/images/subnavbg-top.gif) no-repeat;
	padding-top: 10px;
}
#subnav-wrap2 {
	background: url(/images/subnavbg-bottom.gif) no-repeat bottom left;
	padding-bottom: 10px;
}
#subnav {
	background: url(/images/subnavbg.gif) repeat-y;
	min-height: 300px;
}
#subnav a {
	display: block;
	text-align: right;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	padding: 6px 18px 6px 15px;
}
#subnav a.active {
	color: #73aaca;
	background: url(/images/subnav-over.gif) no-repeat right center;
}


#content {
	min-height: 350px;
	width: 720px;
	float: left;
	font-family: Verdana, Arial, sans-serif;
}
#content_text {
	padding: 25px 35px;
}

#footer {
	font-size: 10px;
	color: #acacac;
	text-transform: uppercase;
	line-height: 16px;
	padding: 20px 0;
	margin: 0 36px;
}
#footer a {
	text-decoration: none;
	color: #111;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #redundant_nav {
	color: #111;
}

/* styles */

#main a {
	color: #0a3542;
}
#main a:hover {
	color: #73aaca;
}
#content h2 {
	color: #0a3542;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
}
#content h3 {
	font-size: 16px;
	margin-bottom: 3px;
}
#content h3 a {
	text-decoration: none;
}
#content h4 {
	color: #aaa;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}
#content img.page_image {
	float: right;
	margin: 15px 12px 12px;
	border: 3px solid #a0c5db;
}
#content .date {
	color: #aaa;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}

/* other styles */
#content .practice {
	float: left;
	margin-right: 60px;
	margin-bottom: 30px;
}
#content .practice .image-container {
	width: 236px;
	height: 176px;
	margin-bottom: 10px;
	border: 3px solid #a0c5db;
}
#content .practice .image-container .image {
	overflow: hidden;
	width: 236px;
	height: 176px;
}
#content .practice .image-container .image img {
	/* done on the actual page */
}
#content .practice .image-container .no-image {
	width: 236px;
	margin: 5px;
	height: 176px;
	border: 2px solid #fff;
	background: url(/images/no-image.gif) no-repeat #fff center center;
}
#content .practice a {
	display: block;
	color: #0a3542;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-style: italic;
}

#content .physician {
	width: 180px;
	float: left;
	margin-right: 30px;
	margin-bottom: 24px;
}
#content .physician .image-container {
	width: 128px;
	height: 160px;
	border: 3px solid #a0c5db;
}
#content .physician .image-container .image {
	width: 128px;
	height: 160px;
	overflow: hidden;
}
#content .physician .image-container .image img {
	width: 128px;
}
#content .physician .image-container .no-image {
	width: 128px;
	height: 160px;
	background: url(/images/no-image.gif) no-repeat #fff center center;
}
#content .physician a {
	text-decoration: none;
}
#content .physician span.name {
	display: block;
	padding: 9px 0;
}

#content .resource {
	width: 126px;
	float: left;
	margin-right: 30px;
	margin-bottom: 24px;
}
#content .resource .image-container {
	width: 120px;
	height: 120px;
	border: 3px solid #a0c5db;
}
#content .resource .image-container .no-image {
	width: 120px;
	height: 120px;
	background: url(/images/no-image.gif) no-repeat #fff center center;
}
#content .resource a {
	text-decoration: none;
}
#content .resource span.name {
	display: block;
	padding: 9px 0;
	text-align: center;
}

#content .bio-pic {
	float: left;
	width: 180px;
	margin-top: 15px;
	margin-right: 12px;
	border: 3px solid #a0c5db;
}
#content .bio-text {
	float: left;
	width: 450px;
}

#content .faq {
	margin: 12px 0;
}
#content .faq h3 {
	color: #0a3542;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
}
#content .faq p {
	margin: 6px 0;
}
#content .faq-listing a {
	display: block;
	margin: 3px 0;
}

#content .news {
	margin: 12px 0;
}

#content .location {
	float: left;
	width: 421px;
	margin-top: 12px;
	margin-right: 20px;
	margin-bottom: 30px;
}
#content .location .photo {
	width: 120px;
	float: left;
	margin-right: 15px;
}
#content .location .photo {
	width: 126px;
	float: left;
	margin-right: 15px;
}
#content .location .photo img {
	border: 3px solid #a0c5db;
}
#content .location .address {
	width: 270px;
	float: left;
}
#content .location .address p {
	margin: 3px 0;
}

#body.page-homepage #sidebar, #body.page-404_error #sidebar, 
#body.page-contact_us #sidebar, #body.page-patient_registration #sidebar {
	display: none;
}
#body.page-homepage #content, #body.page-404_error #content, 
#body.page-contact_us #content, #body.page-patient_registration #content {
	float: none;
	width: 100%;
}


body.homepage {
	background: #e7ebec;
}
body.homepage #body {
	background: url(/images/bg-home.jpg) repeat-x;
}
body.homepage #content {
	color: #fff;
}
body.homepage #content_text {
	padding: 25px 22px;
}
body.homepage #page_title {
	display: none;
}
body.homepage #header {
	height: 172px;
}
body.homepage #footer {
	border-top: 1px solid #a4b4b9;
	margin: 0 27px;
}
body.homepage #tri-images .image-container {
	border: 5px solid #dadc57;
	padding: 2px;
	background: #fff;
	width: 266px;
	height: 196px;
	margin-left: 33px;
	float: left;
}
body.homepage #tri-images #image-container-1 {
	margin-left: 0;
}
body.homepage #tri-images .image-container .image {
	width: 266px;
	height: 196px;
	overflow: hidden;
}
body.homepage #main_text {
	width: 603px;
	margin-right: 27px;
	margin-bottom: 20px;
	float: left;
}
body.homepage #patient_registration {
	padding-top: 30px;
}
body.homepage #latest_news {
	width: 425px;
	float: left;
	padding-left: 5px;
	padding-right: 100px;
	color: #333;
}
body.homepage #contact_us {
	width: 275px;
	float: left;
	padding-left: 100px;
	padding-right: 5px;
	border-left: 1px solid #a4b4b9;
	color: #636363;
}
body.homepage #contact_us strong {
	color: #333;
}
body.homepage #content h2 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 12px;
	text-transform: capitalize;

}
body.homepage #content .location {
	float: none;
	margin-right: 0;
	margin-bottom: 12px;
}
body.homepage #latest_news .date {
	color: #636363;
	font-size: 14px;
	margin-bottom: 6px;
}
body.homepage #latest_news a.more-link {
	color: #099;
	font-weight: bold;
	font-size: 10px;
	padding-left: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
body.homepage #latest_news a.more-link:hover {
	color: #0a3542;
}
body.homepage #latest_news .news {
	margin: 12px 0;
}
/* other */
.spacer {
	padding: 1px 5px;
}
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}