#home_callouts {
	width: 970px;

}

	.home_callout {
		width: 291px;
		min-height: 160px;
		height: 160px;
		padding: 10px 16px;
		float: left;
		position: relative;
	}
	
	.home_callout h2 {
	
	}
	
	.bgWhite {
		background-color: #ffffff;
	}
	
	.bgLightGreen {
		background-color:  #3DA709;
	}
	
	.bgDarkGreen {
		background-color: #235B04;
		width: 292px;
	}
	
.clear {
	clear: both;
}

.homeCallout_link {
	position: absolute;
	right: 16px;
	bottom: 5px;
	text-align: right;
	clear: right;
}