@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
}
/*
//
//
//
*/
/******** Main Navigation Styles ********/
/* Main Nav Container */ 
#mainNav {
	position: relative;
	width: 770px;
	height: 51px;
	background-image: url(../images/bkgd_main_nav.gif);
	background-repeat: repeat-x;
}
/* Main Nav Buttons */
#mainNav ul {
	margin: 0px 0px 0px 0px;
}
#mainNav li {
	display: block;
	height: 43px;
	margin: 0;
	position: absolute;
	top: 5px;
	background-image: url(../images/nav_btns_main.gif);
	background-repeat: no-repeat;
	left: 570px;
	width: 2px;
}
#mainNav li a {
	display: block;
	height: 43px;
	text-indent: -1000em;
}
#mainNav .nServices {
	left: 251px;
	width: 115px;
}
#mainNav .nServices a:hover {
	background-image: url(../images/nav_btns_main.gif);
	background-repeat: no-repeat;
	background-position: 0px -43px;
}
/* Main Nav Button Image Work */
#mainNav .nWomens  {
	left: 366px;
	width: 138px;
	background-position: -115px 0px;
}
#mainNav .nWomens a:hover {
	background-image: url(../images/nav_btns_main.gif);
	background-repeat: no-repeat;
	background-position: -115px -43px;
}

#mainNav .nPatient  {
	left: 504px;
	width: 102px;
	background-position: -253px 0px;
}
#mainNav .nPatient a:hover {
	background-image: url(../images/nav_btns_main.gif);
	background-repeat: no-repeat;
	background-position: -253px -43px;
}

#mainNav .nPhysician  {
	left: 606px;
	width: 164px;
	background-position: -355px 0px;
}
#mainNav .nPhysician a:hover {
	background-image: url(../images/nav_btns_main.gif);
	background-repeat: no-repeat;
	background-position: -355px -43px;
}
/*
//
//
//
*/
/******** Flash Styles ********/
/* Flash Container */ 
#flashContainer {
	height: 249px;
	
}
/*
//
//
//
*/ 
/******** Content Area Styles ********/
/* Content Area Container */ 
#content {
	background: url(../images/bkgd_content.gif) repeat-x left top; 
	margin: 0px;
	padding: 0px;
	height: 100%;
}
/* these 2 are for the columns */ 
#content #contentLeft {
	padding: 38px 20px 28px 28px;
	width: 472px;
	float: left;
}
#content #contentRight {
	padding: 25px 0px 20px 8px;
	width: 234px;
	float: left;
}
/* text formatting in the left hand column */ 
#content #contentLeft h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #1E4E3E;
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: #97bfb1 1px 1px 1px;
}
#content #contentLeft p{
	font-size: .85em;
	color: #42361f;
	line-height: 1.4em;
}
#content #contentLeft p.intro {
	font-size: 1.1em;
	/*font-size: 18px;*/
	color: #42361f;
	line-height: 1.4em;
	font-family: "Times New Roman", Times, serif;
}
/*
//
//
//
*/
/******** Map Callout Styles ********/
.mapBox {
	width: 234px;
	text-align: left;
	margin: 0px 0px 10px 0px;
}
.background1 {
	background-image: url(../images/callout_box_top.gif);
	background-repeat: no-repeat;
}

.background2 {
	background-image: url(../images/callout_box_generic_top.gif);
	background-repeat: no-repeat;
}

.mapBox .mapBoxBottom {
	width: 234px;
	height: 5px;
	background-image: url(../images/callout_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.mapBox h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #1E4E3E;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px 0px 6px 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: #97bfb1 1px 1px 1px;
}
.mapBox p{
	margin: 10px 10px 10px 10px;
	font-size: .75em;
	line-height: 1.3em;
	color: #42361f;
}
.mapBox img{
	padding: 0px;
	margin: 0px 0px 0px 6px;
	border: 0;
}
.mapBox a{
	color: #548374;
	text-decoration: none;
}
/*
//
//
//
*/
/**/
/******** BlueBox Callout Styles ********/
#blueBox {
	width: 234px;
	background-image: url(../images/blue_box_top.gif);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px 0px 10px 0px;
}
#blueBox #blueBoxBottom {
	width: 234px;
	height: 5px;
	background-image: url(../images/blue_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#blueBox h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #1E4E3E;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px 0px 6px 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: #97bfb1 1px 1px 1px;
}
#blueBox p{
	margin: 10px 10px 10px 10px;
	font-size: .75em;
	line-height: 1.3em;
	color: #42361f;
}
#blueBox img{
	padding: 0px;
	margin: 2px 0px 0px 7px;
	border: 0;
}
#blueBox a{
	color: #548374;
	text-decoration: none;
}
/*
//
//
//
*/
/* News Area Container */ 
#news {
	background: url(../images/bkgd_news.gif) no-repeat left top;
	background-position: top left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}
/* these 2 are for the columns */ 
#newsLeft {
	width: 500px;
	margin-left: 20px;
	_margin-left: 10px; /* ie6 only*/
	padding-left: 0px;
	float: left;
	
}
#newsRight {
	width: 246px;
	float:left;
	text-align: center;
	margin-top: 10px;
}
/* Text Formatting In The Left Hand News Columns  */ 
#news #newsLeft h1{
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-size: 20px;
	color: #1E4E3E;
	margin: 12px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: #97bfb1 1px 1px 1px;
}
#newsLeft .newsArticle{
	float:left;
	width: 150px;
	padding: 0px 12px 14px 0px;
	font-size: .75em;
	line-height: 1.3em;
	color: #42361f;
}
#newsLeft .newsArticle p{
	margin: 0px 0px 10px 0px;
}
#newsLeft .newsArticle a{
	color: #578476;
	text-decoration: none;
}
