/* Home page style sheet for Ascent Construction website */

h1 a {
	color: #1ea11c;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

/* Content container */

#contents_con {
	background: #f4f2e4;
}

#contents {
	padding: 10px 0;
}

#home_flash {
	width: 948px;
	height: 295px;
	margin-left: 5px;
	background-image: url(../images/home/building_better.jpg);
}

/* Feature container */

#feature_con {
	min-width: 990px;
	clear: both;
	background-color: #fff;
	border-top: 1px solid #dfddcf;
}

#home_feature {
	width: 957px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: left;
}

#home_feature #feature_img {
	float: right;
	margin: 0 0 0 15px;
	padding: 5px;
	background-color: #f4f2e4;
	border: 1px solid #eae8da;
}

#home_feature p {
	line-height: 1.4em;
}
