/*
HENDERSON CONSTRUCTION
REFERENCES template styles
*/

@import url(base.css);


#reference-shell {
	display: block;
	overflow: hidden;
	width: 870px;
}
#reference-shell .info {
	display: block;
	float: left;
	margin-right: 10px;
	width: 210px;
}
#reference-shell .testimonials {
	display: block;
	float: left;
	width: 650px;
}
#reference-shell .info p {
	padding: 0 10px 18px;
}
#reference-shell h2 {
	padding-bottom: 8px;
}
#reference-shell .info h2 {
	padding-bottom: 14px;
}


/* TESTIMONIALS
------------------------------ */
.testimonials blockquote {
	display: block;
	margin: 0 0 20px;
}
.testimonials blockquote div {
	background: #e1ded8;
	color: #31251e;
	display: block;
	margin: 0 0 5px;	
}
.testimonials blockquote p {
	color: #9b9591;
	line-height: 14px;
	padding: 3px 0 0 10px;
}
.testimonials blockquote div p {
	color: #31251e;
	line-height: 18px;
	padding: 10px 10px 8px;
}
