@charset "utf-8";
/* CSS Document */

#container {
	height:426px;
}

/* --- FEATURE BOXES --- */
.featureBoxes {
	position:absolute;
	top:275px;
}
.featureBox {
	width:178px;
	margin-right:18px;
	float:left;
}
.featureBox .heading {
	border-bottom:1px solid #7b7c7f;
	padding-bottom:3px;
	margin-bottom:11px;
}
.featureBox .heading h3 {
	color:#636467;
	padding:7px 10px;
	background-color:#dfe3e6;
}
.featureBox p {
	margin-bottom:6px;
	font-size:1.2em;
}