﻿@import url("/css/navigation.css");

.section IMG {
	/* check any image if it is a PNG and fix transparency */
	/* NOTE: pngbehavior does not work on background images, it should only be used on <img> */
	_behavior: url("/Scripts/pngbehavior.htc");
	border: none;
}

/* LAYOUT *********************************************************************** */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

BODY {
	margin: 0;
	background: #FFFFFF;
	text-align: center;
	font-size: 78%;
}

.floatContainer {
	overflow: auto;
	width: 100%;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearAll {
	/* a clear BR is needed for IE6 :( */
	font: 1px/1px monospace;
	display: block;
	clear: both;
}

.hidden {
	display: none !important;
}

/* headings */
H1 {
	margin: 1.5em 0 0 0;
	font-size: 22px;
	font-weight: normal;
	color: #0A5BAA;
}
H1 .subTitle {
	display: block;
	margin-bottom: .5em;
	font-size: .75em;
}

H2 {
	font-size: 18px;
	font-weight: normal;
	color: #0A5BAA;
}

H3 {
	margin: 1.5em 0 0 0;
	font-size:14px;
	font-weight:bold;
	color: #0A5BAA;
}

.pathnav {
	margin: 0 0 0 0;
}

.page {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
}

/* header */
.header {
	position: relative;
	z-index: 2;
	background: #C4E2FC url(/img/header_page.png) left top no-repeat;
	height: 150px;
}
.page_home .header {
	background: #C4E2FC url(/img/header_home.png) left top no-repeat;
	height: 180px;
}

.header .logo {
	display: block;
	width: 320px;
	height: 150px;
	text-indent: -500px;
	overflow: hidden;
}
.page_home .header .logo {
	display: none;
}


.page_home .left_column {
	float: left; 
	width: 45%;
	padding-right: 4%;
	border-right: 1px solid #cbd7e3;
}
.page_home .right_column {
	position: relative;
	left: -1px;
	float: left; 
	width: 45%;
	padding-left: 5%;
	border-left: 1px solid #cbd7e3;
}



.header .search {
	float: right;
	padding: 25px 15px 0 0;
}
.header .search .search_box {
	vertical-align: middle;
	width: 125px;
}
.header .search .search_button {
	margin-left: 5px;
	overflow: hidden;
	padding: 0;
	width: 32px;
	height: 27px;
	text-indent: -150px;
	background: url(/img/search_button.png);
	border: none;
	vertical-align: middle;
	font: 1px/1px monotype;
	color: #FFFFFF;
}


.content_holder {
	padding: 0 15px;
}

.with_sidebar_no_leftnav,
.with_sidebar_with_leftnav {
	overflow: auto;
	width: 100%;
	clear: both;
	background: url(/img/sidebar_bgr.png) right top repeat-y;
}
.with_sidebar_no_leftnav .content_holder,
.with_sidebar_with_leftnav .content_holder {
	float: left;
	width: 675px;
}

.no_sidebar_no_leftnav,
.no_sidebar_with_leftnav {
	overflow: auto;
	width: 100%;
	clear: both;
}


.with_sidebar_with_leftnav .content {
	float: left;
	width: 500px;
}



.content {
	padding: 25px 0 50px 0;
}




/* sidebar */
.with_sidebar_no_leftnav .sidebar,
.with_sidebar_with_leftnav .sidebar {
	float: right;
	width: 264px;
	padding: 40px 0 0 0;
	background: url(/img/sidebar_top_bgr.png) right top no-repeat;
	overflow: hidden;
}

.sidebar .section {
	display: block;
	padding: 20px;
	width: 224px;
	overflow: hidden;
	border-bottom: 4px solid #FFFFFF;
	background: url(/img/sidebar_section_bgr.png) bottom repeat-x;
}

A.section {
	display: block;
	text-decoration: none;
}
A.section P {
	color: #000000;
}
A.section:hover H2 {
	color: #4089CD;
}

.section IMG {
	color: #4089CD;
}


.sidebar H2 {
	font-size: 19px;
}
.sidebar H2,
.sidebar H3,
.sidebar P {
	margin: 0 0 .5em 0;
}




/* footer */
.footer {
	clear: both;
}

.bottomnav {
	margin: 15px 0 5px 0;
	padding: 7px 10px 10px 10px;
	background: url(/img/footer_bgr.png) center top no-repeat;
	text-align: center;
	color: #FFFFFF;
}
.bottomnav A {
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 10px;
}

.copyrights {
	text-align: center;
	font-size: .85em;
	color: #458ED1;
}


/* SPECIAL and SECTION BASED STYLES ********************************************************* */

/* home page	*/
.flashHeader {
	margin:5px 0 20px -14px;
}
.pac {
	position: relative;
	height:131px;
}
.pac a {
	display: block;
	text-decoration: none;
}
.pac a:hover H2 {
	color: #4089CD;
}
.pac img{
	position:absolute;
	bottom: 0;
	right: 0;
}
.pac p{
	width:130px; 
	margin-bottom:0;
}

.womensHealth {
	position: relative;
	height: 130px;
}
.womensHealth img{
	position:absolute;
	bottom: 0;
	right: 0;
}
.womensHealth p {
	width:100px; 
	margin-bottom:0;
}

.date {
	font-style: italic;
	color: #626C75;
}
.summary {
	display: block;
	margin: 0 0 1em 0;
}


/* news */
.news H3 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}
.news_detail {
	padding-bottom: 1em;
}
.news_detail H3 {
	margin: 0;
}
.news_detail .date {
	margin: 0 0 1em 0;
}

.link_more {
	padding: 0 20px 0 0;
	background: url(/img/topnav_arrow.png) right .25em no-repeat;
	font-weight: bold;
}
.newsItem_byline {margin:10px 0;}



/* specialties */
.SpecialtiesListView {
}
.SpecialtiesDetailContent {
	float: right;
	width: 75%;
}

/* services */
.ServicesListView {
}
.ServicesDetailContent {
	float: right;
	width: 75%;
}





/* find a doctor */
.findadoctor_detail_content {
	float: right;
	width: 75%;
}
.doctor_info { 
	float: left;
	border-right: solid #cbd7e3 1px;
	padding-right: 20px;
	padding-left:20px;
	width:35%; 
}
.doctor_info h3{
	margin-bottom:0;
	 }
.doctor_info h3 ~ p{
	margin-top:0;
}
.doctor_info_map { 
	float: right;
	margin-left: 20px;
}
.appointment_link {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.doctorImage{
	float:left;
	width:230px; 
	height:320px;
	}
.search{clear:both;}
.searchText{ 
	float:left;
	width:410px;
	padding:0px 35px 0 0;
	border-right:2px solid #C6D8E6;
	margin:0 0 20px 0;
	}
.searchBox{ 
	float:left;
	padding:0 0 0 35px;
}
.itemHeaderRow{ 
	clear:both; 
	background:#E9F0F7; 
	float:left; 
	width:100%;
	padding:0px;
	margin:0;
	}
.itemsFound{
	float:left; 
	width:300px; 
	padding:2px;
	padding:8px 5px 5px 5px;
	}
.recordsPerPage{
	float:right;
	padding:5px;
}



.content TABLE {
	border:0px solid #FFFFFF;
}
.content TABLE TH {
	padding: 2px 5px;
	background: #97C7F5;
}
.content TABLE TH A{
	color:#FFFFFF;
	text-decoration:none;
	}
.content TABLE TD {
	padding: 5px 5px;
}
.content .odd{
	background: #E9F0F7;
}


/*	locations */

.locationLeft{
	float:left;
	width:500px;
	padding-right:20px;
	}
.locationRight{
	float:right;
	width:300px;
}
.locationMap{
	float:right;
	width:670px;
	}



