/*
HENDERSON CONSTRUCTION
SERVICES template styles
*/

@import url(base.css);

#service-list {
	display: block;
	margin: -20px 0 10px;
}
dl {
	background: transparent url(/imgs/alphabg_light.png) 0 0;
	display: block;
	margin: 0 auto 10px;
	overflow: hidden;
	width: 870px;
}
dt {
	color: #fff;
	display: block;
	float: left;
	line-height: 18px;
	margin: 0 20px 0 0;
	padding: 15px 10px 0;
	width: 180px;
}
dt span {
	font-family: "Arial Narrow", "Helvetica Neue", "Helvetica New", Helvetica, Arial, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
}
dd {
	background: #e1ded8;
	color: #31251e;
	display: block;
	float: left;
	padding: 21px 0 0;
	width: 650px;
}
dd p {
	padding: 0 10px 18px;
}
dd p a:link, dd p a:visited, dd p a:hover {
	color: #31251e;
	text-decoration: underline;
}
