/* //////////////////////////////////////// */
/* ///// HOME PAGE BILLBOARD FEATURES ///// */
/* //////////////////////////////////////// */



/* Backgrounds */

.billboard15,
.billboard26,
.billboard27 {
	background: url(/images/main/mn_right_texture_parchment.jpg) no-repeat;
}
.billboard24 {
	background: url(/images/main/mn_right_texture_leather.jpg) no-repeat;
}



/* Individual treatments */

.texture01 .featureText {
	top: 32px;
}
.billboard15 .featureText {
	top: 28px;
}
.billboard24 .featureText {
	top: 48px;
}
		.billboard24 .featureText h4 {
			color: #e29e0b;
			font-weight: normal;
			background: url(/images/main/mn_right_headline_teens.gif) no-repeat;
			text-indent: -9999px;
			width: 150px;
			height: 59px;
			margin-bottom: 5px;
		}
		.billboard24 .featureText h4 span {
			color: #fed046;
		}
		.billboard24 .featureText p {
			color: white;
		}
.billboard26 .featureText {
	top: 30px;
}
.billboard27 .featureText {
	top: 17px;
}




/* FOR REFERENCE: Markup structure */
/*

<div id="features">

	<h2 class="accessibility">Features</h2>
		<div class="feature med">
			<a href="/minisite/index.cfm?shell=environment&cid=bnr_apply_harvestpossibilities">
				<img src="/images/main/mn_center_img_27.jpg" alt="Volunteer educating children about planting" />
			</a>
		</div>
		
	<div class="feature sm billboard27">
		<div class="featureText">
			<h4>Plant yourself overseas and harvest the possibilities.</h4>
			<p>Protect and preserve the environment. Apply now to Volunteer in countries like Mauritania and Paraguay.</p>
			<a href="/minisite/index.cfm?shell=environment&cid=bnr_apply_harvestpossibilities">
			<img src="/images/main/mn_right_start_now.gif" alt="Start Now" />
			</a>
		</div>
	</div>
	
</div> <!--/features-->

*/


