
/* --------------------------------------------- */
/* 1. contentRegionOne	*/   

#contentRegionOne {
	float: left;
	width: 304px;
	overflow: hidden; /* fixes IE issue with right col sitting under left */
}
                      
#contentRegionOne h2 {
	background: url(/a/img/feedingForLife/howWeSupportYou/howWeSupportYouTitle.gif) no-repeat 0 0;
	display: block;
	width: 300px;
	height: 30px;
	margin: 25px 0 10px 10px ;

}

#contentRegionOne h3 {
	background: url(/a/img/feedingForLife/howWeSupportYou/thisIsWhat.gif) no-repeat 0 0;
	display: block;
	height: 30px;
	margin: 10px 0 10px 10px;
}

#contentRegionOne p{
 	padding-left: 10px ;
}
	

/* --------------------------------------------- */
/* 2. contentRegionTwo	*/  
#contentRegionTwo {
	width: 303px;
	float: left;
	display: inline;
}
                       
#contentRegionTwo {
	background: url('/a/img/feedingForLife/howWeSupportYou/feature.jpg') no-repeat top right;
	padding-top: 260px;
}

#contentRegionTwo p {
	padding-left: 10px;
	color: #fff ;
	margin: 0 0 1em 0 ;
}

#contentRegionTwo #corner {
	background: #0477EC url(/a/img/global/corners/darkBlueBL.gif) no-repeat 0 101%;
	display: block;
	height: 20px;
	margin-top: 20px;
}

#contentRegionTwo h3#tipsForHealthyDiet {
	background: url(/a/img/feedingForLife/howWeSupportYou/tipsForHealthyDiet.gif) no-repeat 0 0;
	width: 280px;
	height: 30px;
	margin-left:10px;
}
#contentRegionTwo h3#keyNutrients {
	background: url(/a/img/feedingForLife/howWeSupportYou/keyNutrients.gif) no-repeat 0 0;
	width: 200px;
	height: 30px;
	margin-left:10px;
}

#contentRegionTwo h3 a {
	display: block ;
	width: 280px;
	height: 30px;
}

#didYouKnowFeature {
	margin: 10px 10px;
}
#didYouKnowFeature h3 {
	margin: 10px 0;
}
#didYouKnowFeature p{
	color: #94D200;
	font-size: 1.2em;
	padding: 0 ;
}
#back {
	background: url(/a/img/feedingForLife/howWeSupportYou/back.gif) no-repeat 0 0;
	width: 125px;
	height: 20px;
	display: block ;
}

