/* --------------------------------------------------------------
 HOME page specific styles **************************************
-------------------------------------------------------------- */

H4 {
	
	COLOR: #32993e !important;
}

.todaysHealthNews UL {
	margin: 0;
	padding: 0;
	list-style: none;
}
.todaysHealthNews UL LI {
	margin: 0 0 1em 0;
	padding: 0;
}
.todaysHealthNews .blurb {
	display: none;
}


.homeDoctorImageHolder {
	position: relative;
	width: 290px;
	height: 285px;
}
.homeDoctorImage {
	position: absolute;
	top: -45px;
	width: 315px;
	height:330px;
	background-image:url("/img/homeDoctor.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}
.homeDoctorImage, { /* IE fix */
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/homeDoctor.png', sizingMethod='image');
}

.homeAnnouncements {
	/*width: 97%;*/
	font-size: 95%;
	padding: 15 20px;
}

.homeAnnouncements H1 {
	position: relative;
	top: -20px;
	left: 250px;
	padding: 0;
	font-family: "Arial Black";
	text-decoration: underline;
	line-height:100%;
	font-size: 30px;
	color: #003399;
}
.homeAnnouncements H2 {
	font-family: "Arial Black";
	font-weight: normal;
	line-height:100%;
	font-size: 16px;
	margin: 10px 0;
	padding: 0;
}

.promo_find_a_doc_app {
	width:100%;
	overflow:hidden;
}
.promo_find_a_doc_app H2 {
	margin: 0;
	font-family: Arial;
	font-weight: bold;
	color: #0a8b19;
}
.promo_find_a_doc_app P {
	margin-top: .3em;
}

/****** Tip of the Week *******/
.tip_home {
	width: 100%;
	padding: 20px 0;
	background: #c0e9eb;
	position: relative;
}
.tip_home h2 {
	color: #105e22;
	font-weight: normal;
	font-size: 1.5em;
	margin: 10px 20px;
}
.tip_home p {
	font-size: 1.3em;
	margin: 10px 20px;
}
.tip_home a:hover {
	text-decoration: underline;
	color: #000;
}

