/*
HENDERSON CONSTRUCTION
HOME template styles
*/

@import url(base.css);


#home-teaser {
	background-color: #31251e;
	background-position: 0 -60px;
	background-repeat: none;
	display: block;
	font-family: "Arial Narrow", "Helvetica Neue", "Helvetica New", Helvetica, Arial, serif;
	font-size: 18px;
	height: 355px;
	margin: 0 0 10px;
	position: relative;
	width: 870px;
}
/*
#home-teaser img {
	border: none;
	display: block;
}
*/
#home-teaser a:link, #home-teaser a:visited {
	display: block;
	height: 355px;
	left: 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 870px;
	z-index: 5;
}
#home-teaser a:hover {
	text-decoration: none;
}
#home-teaser a:link span, #home-teaser a:visited span {
	background: transparent url(/imgs/alphabg_dark.png) 0 0;
	bottom: 30px;
	color: #fff;
	display: inline;
	padding: 5px 10px 7px;
	position: absolute;
	right: 45px;
}
#home-teaser a:link span strong, #home-teaser a:visited span strong {
	color: #ffbf2f;
	font-weight: normal;
	padding-right: 5px;
}
#home-teaser a:hover span {
	background: #ffbf2f;
	color: #fff;
}
#home-teaser a:hover span strong {
	color: #31251e;
	font-weight: normal;
}


body#page-home #calltoaction-inner h2 {
	padding-top: 10px;
}
