/* =======================================================================================================================
	STYLES FOR HOMEPAGE
======================================================================================================================= */



#homeMainWrapper {
	background-color: #e5e8ed;
}

/* 2 + 649 + 2 */
#homeMain {
	border-left: 2px solid white;
	width: 649px;
	border-right: 2px solid white;
}


#mainImageBox {
	height: 143px;
	width: 314px;
	background: rgb(157,191,196) url(/images/home_image_new.jpg) no-repeat left top;
	position: relative; /*to position the link (span)*/
	border-bottom: 3px solid white;
	padding: 109px 0 0 335px;
	
	/* added 5/19 TJS */
	padding: 84px 0 0 325px;
	
	font-weight: bold;
	font-size: 110%;
	line-height: 140%;

	/* added 5/19 TJS */
	/* edited 10/21 KMD */
	color: #FFF;
}

/*added 10/21 KMD */
#mainImgTxt {
	position: absolute;
	top: 175px;
	right: 125px;
}

#tvSpot {
	position: absolute;
	bottom: 11px;
	left: 9px;
	width: 256px;
	height: 99px;
}

/* The link in the main image */
#mainImageBox span {
	position: absolute;
	bottom: 12px;
	left: 30px;
	padding-left: 15px; /* for arrow */
	background: url(/images/home_mainarrow.gif) no-repeat left center;
	font-size: 14px;
	font-family: "Ultimate-medium", verdana, arial, helvetica, sans-serif;
	line-height: 18px;
}

#mainImageBox span a {
	color: white;
}




#findDoctorBox {
	background-color: rgb(227,216,204);
	height: 51px;
	font-family: "Ultimate-light", verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #4a433b;
	border-collapse: collapse;
	width: 100%;
}

#findDoctorBox td {
	padding: 5px 0 5px 22px;
}

#findDoctorBox #firstDoctor {
	width: 272px;
	background: url(/images/finddoc_sep.gif) no-repeat right center;
}

#findDoctorBox a {
	background: url(/images/finddoc_arrow.gif) no-repeat left center;
	padding-left: 10px; /*to show arrow*/
	color: #4a433b;
}

#findDoctorBox span {
	display: block;
	font-size: 12px;
	padding-left: 10px; /*to keep alignment with first line*/
	color: #9c1f2f;
}



#subWrapper {
	margin: 1px 0 0 0;
}

.content {
	position: relative;
}


#overviewContent h2 {
	color: #6f586b;
	background-color: #f4f6fb;
	padding: 8px 24px 0 6px;
	position: absolute;
	top: 45px;
}

h2#historyLine {
	height: 21px;
	line-height: 21px;
	background: rgb(87,87,87) url(/images/bottombar_bg.gif) repeat-x left top;
	position: absolute;
	top: 288px;
	left: 7px;
	width: 376px;
	
	text-align: right;
	padding: 0;
	margin: 0;
	padding-right: 10px;
}

h2#historyLine a {
	color: white;
	padding-left: 10px; /*to reveal arrow*/
	background: url(/images/history_arrow.gif) no-repeat left center;
}





#position3 {
	margin: 0 376px 0 0;
	padding-left: 7px; /*to reveal left border*/
	background: url(/images/home_overview_leftborder.gif) no-repeat left bottom;
	height: auto;
}

#position3 .content, #position4 .content {
	height: 309px;
	padding: 0;
	margin: 0;
}


#position3 .content {
	width: 386px;
	background-color: #f4f6fb;
}

#overviewContent {
	background: url(/images/bridge_bg.jpg) no-repeat top right;
	padding-top: 61px;
	position: relative; /*to position h2*/

}

#overviewContent p {
	padding-left: 11px;
	padding-right: 5px;
	color: #525252;
	font: 10px verdana,helvetica,sans-serif;
}

#overviewContent img {
	display: block;
	margin-bottom: 15px;
}

#overviewContent a {
	text-decoration: underline;
	color: #9c3742;
}





#position4 {
	width: auto; /*override global.css value */
	background-color: #e5e8ed;
	
	left: 393px;
	right: auto;
}





#services h2 {
	height: 21px;
	line-height: 21px;
	color: #676767;
	background-color: white;
	
	width: 373px;
	display: block;
	
	border-left: 5px solid white;
}

#services h2 span {
	padding-left: 9px;
}


#services ul {
	font: bold 10px/24px verdana, helvetica, sans-serif;
	font-weight: bold;
	list-style: none;
	
	padding-left: 11px;
	margin: 0;
	
	width: 228px;
	float: left;
	
	border-left: 5px solid white;
}

#services ul li {
	border-bottom: 1px solid white;
	padding-left: 15px;
	background: url(/images/home_services_arrow.gif) no-repeat 5px 50%;
}

#services li a {
	color: #7d6d7d;
}





#meetTheDoctors {
	clear: left;
	display: block;
	width: 260px;
	
	padding-top: 3px;
	background-color: white;	
}

#meetTheDoctors img {
	display: block;
	background-color: white;
	padding: 7px 2px 0 0;
	margin: 0;
	border: none;
}






