/*----------------------------------------------------------------------------------------------------------------------------------------------
	sub_features
----------------------------------------------------------------------------------------------------------------------------------------------*/
#sub_features{
}
.sub_feature{
	display: block;
	width: 313px;
	height: 141px;
	text-align: center;
	line-height: 161px;
	font-size: 18px;
	font-weight: bold;
	color: #044b04;
	background-image: url("../images/sub_features.jpg");
	text-shadow: 1px 1px 1px #ffffff;
}
#add_to_bid_list{
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: 0px 0px;
}
#add_to_bid_list:hover{
	background-position: 0px -141px;
}
#featured_project{
	width: 315px;
	margin: 0 auto;
	background-position: -313px 0px;
}
#featured_project:hover{
	background-position: -313px -141px;
}
#stamped_concrete{
	position: absolute;
	top: 0px;
	right: 0px;
	background-position: -628px 0px;
}
#stamped_concrete:hover{
	background-position: -628px -141px;
}
.verse{
	position: absolute;
	bottom: 30px;
	right: 10px;
	font-style: italic;
	color: #cccccc;
}
.chapter_verse{
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #cccccc;
}