/*
HENDERSON CONSTRUCTION
CONTACT template styles
*/

@import url(base.css);
@import url(forms.css);


#contact-shell {
	display: block;
	overflow: hidden;
	width: 870px;
}
#contact-shell .info, #contact-shell .moreinfo {
	display: block;
	float: left;
	margin-right: 10px;
	width: 210px;
}
#contact-shell .moreinfo { margin-right: 0; }
#contact-shell .forms {
	display: block;
	float: left;
	margin-right: 10px;
	width: 430px;
}
#contact-shell .info p, #contact-shell .moreinfo p {
	padding: 0 10px 18px;
}
#contact-shell h2 {
	padding-bottom: 14px;
}
#contact-shell .forms h2, #contact-shell .moreinfo h2 {
	padding-bottom: 18px;
}
