/* 
	SECTION: living_well/
	PAGE: holiday_tips
*/

.intro {
	float:left;
	width:680px;
}
.page-content-copy {
  float:none;
  width:875px;
}

#learn-more {
	width:85px;
	margin:50px 0 0 200px;
}

#view-recipes {
	width:95px;
	margin:0;
	float:right;
}

div.standard-box {
	margin-top:20px;
}

div.standard-box div p {
	margin:0 0 12px 0;
}

ol.standard-list {
	margin:10px 0 5px;
	padding:0 5px 0 220px;
}

.overlay {
	/*ie specific property*/
	_filter: alpha(opacity=100);
	
	opacity: 1.00;
	width:389px;
	height:187px;
	position:absolute;
	top:200px;
	left:45%;
	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:375px;
}

.overlay ul {
	float:left;
	margin:5px 0 0;
	padding:0 0 0 25px;
	width:340px;
}

.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;
}
