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

BODY {
	/* to center the body or add a body background
	image, add the styles directly in the template
	head or body tag. Adding it here will affect
	the body alignment in SitePress edit mode! */
	margin: 0;
	background-color: #FFFFFF;
	font-size: 82%;
	color: #000000;
}

BR.clearAll {
	font: 1px/1px monospace;
	display: block;
	clear: both;
}

.leftColumn {
	float: left;
	width: 45%;
}

.rightColumn {
	float: right;
	width: 45%;
}


A {
	color: #EE2E24;
}


/* PNG fix for IE6 */
.logo IMG,
.image_content IMG,
.recordPin IMG {
	_behavior: url("/global/scripts/HTCLibrary/pngbehavior.htc");
}



/* HEADINGS ------------------------------------------------------ */
H2 {
	margin-bottom: .2em;
	font-size: 1.4em;
	font-weight: bold;
}
H2 + P {
	margin-top: 0;
}
H4 {
	margin: .7em 0;
	font-size: 1.1em;
	font-style: italic;
	color: #de9c30;
}



/* MAIN LAYOUT --------------------------------------------------- */


/* PAGE */
.page {
	text-align:center;
}


/*	HEADER	*/
.header {
	background: url(/img/bgr_header.png) repeat-x center top;
}
.header_content {
	margin: 0 auto;
	width: 960px;
	height: 203px;
}

.header .logo {
	height: 165px;
	text-align: left;
}
.header .logo IMG {
	padding-top: 35px;
}


.header .image {
	position: relative;
	margin: 0 auto;
	width: 960px;
}
.header .image_content {
	position: absolute;
	right: 20px;
	bottom: 0;
}
.section_locations .header .image_content {
	right: -50px;
}
.header .image_content IMG {
	display: block;
}


.title {
	background: #FFFFFF url(/img/bgr_title.png) repeat-x left bottom;
}
.title H1 {
	margin: 0 auto;
	padding: 35px 470px 35px 40px;
	width: 450px;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	color: #fcb034;
}



/*	CONTENT	*/
.content_holder {
	background: #fedeaa;
	border-top: 3px solid #eed09f;
	border-bottom: 3px solid #eed09f;
}

.content {
	margin: 0 auto;
	padding: 40px 40px 60px 40px;
	width: 880px;
	overflow: auto;
	text-align: left;
}


/*	FOOTER	*/
.footer {
	clear: both;
	background: #3782c0 url(/img/bgr_footer.png) repeat-x left top;
	color: #FFFFFF;
}
.footer_content {
	margin: 0 auto;
	padding: 20px 40px 15px 40px;
	width: 880px;
	overflow: hidden;
	text-align: left;
}
.footer_content UL {
	width: 120%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_content UL LI {
	margin: 0;
	padding: 0 150px 1em 0;
	float: left;
}
.footer_content HR {
	clear: both;
	width: 100%;
}
.footer_content H2 {
	clear: left;
	margin: 0 0 .8em 0;
	font-size: 1.8em;
	font-weight: bold;
}
.footer_content .hours {
	float: left;
	padding: .75em 15px;
	font-size: 1.1em;
	color: #d3f1fe;
}

.copyrights {
	padding: 10px;
	background: #000000;
	color: #FFFFFF;
}
.copyrights_content {
	margin: 0 auto;
	width: 880px;
	text-align: left;
}




/* NAVIGATION */
.menu {
	padding: 0 30px;
}
.menu UL {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu UL LI {
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
}
.menu UL LI A {
	display: block;
	padding: 7px 10px;
	color: #ee2e24;
	font-size: 1.15em;
	line-height: 100%;
}
.menu UL LI.selected A {
	display: block;
	position: relative;
	top: 1px;
	padding: 7px 10px 12px 10px;
	background: #FFFFFF;
	color: #fcb034;
	text-decoration: none;
}




/* OUR PHYSICIANS */
.page_our_providers .content H2 {
	margin-bottom: 0;
}
.page_our_providers .content H2,
.page_our_providers .content H4,
.page_our_providers .content P {
	margin-top: 0;
}
.phisicianPhoto {
	clear: left;
	float: left;
	margin: 0 10px 10px 0;
}

/* SP Dropdown Styles */
.LargerParagraphText {
	font-size: 1.1em;
}



