/* 
	SECTION: living_well/
	PAGE: healthy_living
*/
#navcontainer  {
	position:relative;
	z-index:10;
}
#search {
	z-index:11;
}

.page-content {
	width:750px;
	height:430px;
	float:left;
}

.page-content-copy {
	height:310px;
	position:relative;
	z-index:1;
}

.page-content-copy h1 {
	float:left;
}

.page-content-copy h2.healthy {
	color:#7bb631;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	float:right;
	width:400px;
	margin:0 25px 12px 0;
}

p.subhead {
	font-size:13px;
	font-weight:bold;
	width:270px;
	color:#f0a700;
	float:left;
	margin:0 0 10px 0;
}
img.hilogo {
	float:left;
	margin:0 10px 7px 0;
}
p.intro1 {
	width:240px;
	float:left;
	margin:0;
	line-height:14px;
}
p.intro2 {
	width:300px;
	clear:both;
	margin:0;
	line-height:14px;
}

.module1 {
	width:212px;
	height:110px;
	float:left;
	margin:0 30px 0 18px;
	display:inline;
	position:relative;
}
.module1 h3 {
	margin:0 0 7px 0;
}
.module1 p {
	width:130px;
	margin:0;
}
.module1 a {
	overflow:hidden;
	width:85px;
	float:right;
	position:absolute;
	top:92px;
	right:0;
}
.module2 {
	position:relative;
	width:212px;
	height:110px;
	float:left;
	margin:0 30px 0 0;
	display:inline;
}
.module2 h3, .module3 h3 {
	margin:0 0 7px 0;
}
.module2 p, .module3 p {
	margin:0;
}
.module2 a {
	overflow:hidden;
	width:85px;
	float:right;
	position:absolute;
	top:92px;
	right:0;
}
.module3 {
	position:relative;
	width:214px;
	height:110px;
	float:left;
	margin:0;
	display:inline;
}
.module3 a {
	overflow:hidden;
	width:93px;
	float:right;
	position:absolute;
	top:92px;
	right:0;
}

.clear {
	clear:both;
	font-size:1px;
}

#logo_sm1 {
	position:absolute;
	top:265px;
	left:50%;
	margin-left:140px;
	display:block;
	cursor:pointer;
	z-index:1;
}
#logo_sm2 {
	position:absolute;
	top:330px;
	left:50%;
	margin-left:380px;
	display:block;
	cursor:pointer;
	z-index:1;
}
#logo_sm3 {
	position:absolute;
	top:270px;
	left:50%;
	margin-left:330px;
	display:block;
	cursor:pointer;
	z-index:1;
}

.overlay {
	/*ie specific property*/
	_filter: alpha(opacity=90);
	
	opacity: 0.90;
	width:389px;
	height:187px;
	position:absolute;
	top:238px;
	left:50%;
	margin-left:68px;
	z-index:2;
}
.overlay h2 {
	color:#7bb631;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	float:left;
	width:240px;
	margin:10px 0 0 10px;
}
.overlay p {
	float:left;
	margin:10px 0 0 10px;
	width:200px;
}

.close {
	float:right !important;
	margin:5px 10px 0 0 !important;
	width:auto !important;
	cursor:pointer;
}
.close span {
	color:#7bb631;
	font-weight:bold;
} 
.overlay img {
	float:right;
	margin-right:10px;
}

