@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(../images/bkgd_sub.jpg);
	background-repeat: repeat-x;
}
/*
//
//
//
*/
/******** Main Navigation Styles ********/
/* Main Nav Container */ 
#mainNav {
	position: relative;
	width: 770px;
	height: 45px;
	background-image: url(../images/bkgd_main_nav_subs.gif);
	background-repeat: repeat-x;
}
/* Main Nav Buttons */
#mainNav ul {
	margin: 0px 0px 0px 0px;
}
#mainNav li {
	display: block;
	height: 37px;
	margin: 0;
	position: absolute;
	top: 5px;
	background-image: url(../images/nav_btns_subs.gif);
	background-repeat: no-repeat;
	left: 570px;
	width: 2px;
}
#mainNav li a {
	display: block;
	height: 37px;
	text-indent: -1000em;
}

#mainNav .nHome {
	left: 195px;
	width: 67px;
}
#mainNav .nHome a:hover {
	background-image: url(../images/nav_btns_subs.gif);
	background-repeat: no-repeat;
	background-position: 0px -37px;
}

#mainNav .nServices {
	left: 262px;
	width: 106px;
	background-position: -67px 0px;
}
#mainNav .nServices a:hover {
	background-image: url(../images/nav_btns_subs.gif);
	background-repeat: no-repeat;
	background-position: -67px -37px;
}
/* Main Nav Button Image Work */
#mainNav .nWomens  {
	left: 368px;
	width: 138px;
	background-position: -173px 0px;
}
#mainNav .nWomens a:hover {
	background-image: url(../images/nav_btns_subs.gif);
	background-repeat: no-repeat;
	background-position: -173px -37px;
}

#mainNav .nPatient  {
	left: 506px;
	width: 102px;
	background-position: -311px 0px;
}
#mainNav .nPatient a:hover {
	background-image: url(../images/nav_btns_subs.gif);
	background-repeat: no-repeat;
	background-position: -311px -37px;
}

#mainNav .nPhysician  {
	left: 608px;
	width: 164px;
	background-position: -413px 0px;
}
#mainNav .nPhysician a:hover {
	background-image: url(../images/nav_btns_subs.gif);
	background-repeat: no-repeat;
	background-position: -413px -37px;
}
/* Nav Auto Selection */
#servicesSection #mainNav .nServices, #servicesSection #mainNav .nServices a:hover { background-image:url(../images/nav_btns_subs.gif); background-position: -67px -74px; }
#womensSection #mainNav .nWomens, #womensSection #mainNav .nWomens a:hover { background-image:url(../images/nav_btns_subs.gif); background-position: -173px -74px; }
#patientSection #mainNav .nPatient, #patientSection #mainNav .nPatient a:hover { background-image:url(../images/nav_btns_subs.gif); background-position: -311px -74px; }
#physicianSection #mainNav .nPhysician, #physicianSection #mainNav .nPhysician a:hover { background-image:url(../images/nav_btns_subs.gif); background-position: -413px -74px; }
/*
//
//
//
*/
/******** Logo Area Styles ********/
/*  Container  */
#logoContainer {
	height: 155px;
	background-image: url(../images/banner_logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #666699;
}
/* Banner Auto Selection */
#servicesSection #banner { float: right; width: 564px; height: 155px; background: url(../images/banner_services.jpg) no-repeat left top; } 
#womensSection #banner { float: right; width: 564px; height: 155px; background: url(../images/banner_womens.jpg) no-repeat left top; } 
#patientSection #banner { float: right; width: 564px; height: 155px; background: url(../images/banner_patient.jpg) no-repeat left top; } 
#physicianSection #banner { float: right; width: 564px; height: 155px; background: url(../images/banner_physician.jpg) no-repeat left top; } 
#locationSection #banner { float: right; width: 564px; height: 155px; background: url(../images/banner_locations.jpg) no-repeat left top; }
/*
//
//
//
*/ 
/******** Content Area Styles ********/
/* Content Area Container */ 
#content {
	background: url(../images/bkgd_content.gif) repeat-x left top #fff; 
	margin: 0px;
	padding: 0px;
}
/* these 2 are for the columns */ 
#content #contentLeft {
	padding: 0px;
	width: 198px;
	float: left;
}
#content #contentRight {
	padding: 38px 0px 20px 19px;
	width: 535px;
	float: left;
	/*background-color:#CCFF33;*/
}
#content #contentLeft #navEnd{
	width: 195px;
	height: 46px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bkgd_left.gif);
	background-repeat: no-repeat;
}
/* text formatting in the left hand column */ 
#content #contentLeft #leftNav {
	padding: 0px;
}
#content #contentLeft #leftNav ul {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	list-style-type: none;	
}
#content #contentLeft #leftNav li {  
	background-image: url(../images/bkgd_menulink.gif);
}
#content #contentLeft #leftNav a {  
	border-right: 3px solid #FFF; 
	border-bottom: 1px solid #FFF;
	color: #245c49; 
	display: block; 
	font: 12px Arial, sans-serif; 
	padding: 6px 10px 7px 10px; 
	text-decoration: none;
	_height: 1em; /* ie6 only*/
}

 /* note that the "html>body" part is to make those styles invisible to ie6 */
html>body #content #contentLeft a:hover, #content #contentLeft a:active {
	color: #005131; 
	background-image: url(../images/bkgd_menulink_r.gif);
}
html>body #content #contentLeft #leftNav .selected, #content #contentLeft #leftNav .selected a, #content #contentLeft #leftNav .selected a:hover { 
	color: #104831;
	background-image: url(../images/bkgd_menulink_s.gif);
}

/* text formatting in the right hand column */ 
#content #contentRight h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #1E4E3E;
	margin: 0px 0px 18px 0px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: #97bfb1 1px 1px 1px;
}
#content #contentRight h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #1E4E3E;
	margin: 0px;
	padding-top: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: #97bfb1 1px 1px 1px;
}
#content #contentRight p{
	font-size: .8em;
	color: #42361f;
	line-height: 1.4em;
	margin-bottom: 16px;
}
#content #contentRight ul{
	color: #42361f;
	line-height: 1.4em;
	margin: .5em 0em 1.5em 1em;
	/*\*//*/
	margin: .5em 0em 1.5em 5em;
	/* */
}
#content #contentRight li{
	font-size: .8em;
}
#content #contentRight p.intro {
	font-size: 1em;
	/*font-size: 1.4em;*/
	color: #42361f;
	line-height: 1.5em;
	font-family: "Times New Roman", Times, serif;
}
#content #contentRight a{
	color: #1E4E3E;
	line-height: 1.4em;
	margin-bottom: 16px;
}
#container #content #contentRight .twoCollum {
	width: 240px;
	float: left;
	margin: 0px;
	padding-right: 20px;
}
/*
//
//
//
*/
/******** Map Callout Styles ********/
#content #contentLeft #calloutBox {
	width: 195px;
	background-image: url(../images/before_your_exam_top.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-bottom: 20px;
}
#content #contentLeft #calloutBoxBottom {
	width: 195px;
	height: 5px;
	background-image: url(../images/before_your_exam_bottom.gif);
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

#content #contentLeft #calloutBox h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #675128;
	padding-top: 13px;
	padding-bottom: 0px;
	margin: 0px 0px 6px 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: #97bfb1 1px 1px 1px;
}

#content #contentLeft #calloutBox h2 {
	font-size: .8em;
	color: #675128;
	padding-top: 13px;
	padding-bottom: 0px;
	margin: 0px 8px 6px 10px;
	font-weight: normal;
}

#content #contentLeft #calloutBox  ul {
	font-size: .75em;
	list-style-position: outside;
	list-style-image: url(../images/arrow_brochures.gif);
	margin: 0px 10px 0px 28px;
	padding: 0px;
	color: #42361f;
}
#content #contentLeft #calloutBox li {
	padding-bottom: 5px;
}
#content #contentLeft #calloutBox p{
	font-family: Arial, Helvetica, sans-serif;
	margin: 16px 10px 0px 10px;
	color: #675128;
	font-size: .75em;
	line-height: 1.3em;
}

#content #contentLeft #calloutBox a{
	color: #548374;
	text-decoration: none;
	display: inline;
}
#content #contentLeft #calloutBox a:hover, #content #contentLeft #calloutBox a:active {
	color: none; 
	background-image: none;
}
/*
//
//
//
*/
/* styling for map and directions form */
#map {
 width: 533px;
 height: 318px;
 background-color: #FFFFFF;
 margin-top: 16px;
 border: 1px solid #CCCCCC;
}
#map_canvas {
	width: 525px;
	height: 310px;
	background-color: #333333;
	margin: 4px 4px 4px 4px;
}
fieldset {
	margin: 0;
	padding: 0;
	border: #f1eece 3px solid;
	background: #ffffff;
	background-repeat: no-repeat;
	width: 250px;
	font-size: .8em;
	color: #42361f;
}
legend {
	display: none;
}
fieldset ul {
	padding: 1em 1em 0em 0em;
	margin: 0;
	list-style: none;
}
fieldset li {
	margin-left: .8em;
	padding-bottom: .3em;
}
fieldset input {
	margin-left: 0;
}
label {
	float: left;
	width: 3.4em;
	margin-right: 1em;
}
fieldset .submit {
	margin: .2em 0em .7em 5.7em;
}
/*
//
//
//
*/
/* staff */
.staffBox {
	width: 168px;
	margin-right: 8px;
	float: left;
	text-align: center;
}
.staffBox img{
	padding:4px;
	border:1px solid #dcdcda;
	background-color:#fff;
	margin-top: 8px;
	margin-bottom: -4px;
}
.staffLine {
	width: 100%;
	height: 1px;
	background-color: #a7c9bf;
	margin-bottom: 8px;
}
.staffBox a{
	text-transform: capitalize;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	/*font-family: "Times New Roman", Times, serif;*/
}
/*
//
//
//
*/
/* landing page lists */
#content #contentRight .servicesList ul {
	/**/
	padding: 0;
	margin: 0px 0px 0px 20px;
	
	
}
#content #contentRight .servicesList li {
	/**/
	font-size: .9em;
	list-style-image: url(../images/list_bullet.gif);
	list-style-position: outside;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
}
#content #contentRight .servicesList a {
	text-decoration: none;
	color: #316654;
}
/*
//
//
//
*/
/* callouts in content */
#container #content #contentRight #standoutBox {
	background: #FFFFFF;
	background-image: url(images/background_gradient.gif);
	background-repeat: repeat-x;
	border: 5px solid #F3EFD0;
	padding: 10px;
	color: #42361f;
}
#container #content #contentRight #standoutBox p{
	margin: 0px 0px 10px 0px;
}
#container #content #contentRight #standoutBox a{
	font-weight: bold;
}
/*
//
//
//
*/
.inlineImage {
	margin-left: 10px;
	padding:4px;
	border:1px solid #dcdcda;
	background-color:#fff;
	float: right;
 
}
.strong {
	font-weight: bold;
}
/*
//
//
//
*/
#subspacer {
	height: 30px;
}
