/* HealthAdvisor Home */
#healthAdvisor { background: url("../images/background_search.jpg") right top no-repeat; }
#sectionContainer { padding-top: 0; position: relative; top: -5px; }
h3#featuredCommunities { font-size: 16px; }
#communities {
	width: 500px;
	height: 190px;
	background-color: #CFDDF4;
	margin-top: 10px;
}
#communities ul { float: right; }
#communities .tab {
	width: 157px;
	height: 28px;
	background: url('../images/backgroundTabsOff.gif') no-repeat;
	font-size: 12px;
	color: #477CAE;
	padding: 8px 0 0 21px;
	margin-left: -13px;
	cursor: pointer;
	z-index: 2;
	position: relative;
}
#communities .tab.selected {
	background: url('../images/backgroundTabsOn.gif') no-repeat;
	color: #2A6398;
}
#communities #links {
	width: 160px;
	height: 45px;
	float: left;
	padding-top: 15px;
}
#communities #links a {
	color: #1D4568;
	font-size: 12px;
	background: url('../images/iconArrowOrange2.gif') left 4px no-repeat;
	padding-left: 10px;
	margin-left: 10px;
	text-decoration: none;
}
#communities #links a:hover {
	text-decoration: underline;
}
#communities #community {
	width: 335px;
	height: 190px;
	float: left;
	background: url('../images/cta_healthadvisor_home_communities_women.jpg') no-repeat;
}
#communities #community span {
	width: 335px;
	height: 144px;
	display: block;
}
#communities #title {
	font-size: 22px;
	color: #1D4568;
	position: relative;
	top: 10px;
	left: 10px;
}
#communities #tagline {
	font-size: 12px;
	color: #014D89;
	position: relative;
	top: -4px;
	left: 10px;
	display: none;
}
#left { float: left; width: 323px; }
#latest { padding: 5px 0 20px 0; }
#latest h3 {
	font-size: 120%;
}
#latest h4 {
	color: #666666;
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 6px;
}
#latest h6 {
	font-size: 90%;
	font-weight: normal;
	color: #014D90;
}
#latest { width: 300px; }
#latest p { font-size: 100%; height: auto; }
#sectionContent { margin-top: -10px; width: 300px; }
#sectionLinks { float: right; left: -15px; padding-top: 20px; position: relative; }
#sectionLinks img.multilink { margin-bottom: -3px; }

h3, h3 a{
	font-size: 12px;
	color: #014D89;
	font-weight: bold;
	padding-top: 5px;
}