#contacts h3, #locale h3{
	font-size: 8px;
	padding-bottom: 6px;
}
#contacts  {
	width: 500px;
	float: left;
	margin-right: 34px;
}
#contacts dt {
	float: left;
	display: block; 
	width: 220px;
	height: 125px;
	margin-right: 22px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#contacts dt a {
	display: block;
	width: 220px;
	height: 125px;
	text-indent: -8008px;
}
#contacts dt.johnbaldwin {
	background-image: url(../_img/contact_johnbaldwinjr.jpg);
}
#contacts dt.jasonbullock {
	background-image: url(../_img/contact_jasonbullock.jpg);
}
#contacts dt.joebaine {
	background-image: url(../_img/contact_joebainecolvert.jpg);
}
#contacts dd {
	line-height: 2.2em;
	margin-bottom: 15px;
	float: left;
	padding-top: 24px;
}
body.contact a {
	color: #eb3102;
}
body.contact a:hover {
	color: #ff5b31;
}
#contacts span.label {
	text-transform: uppercase;
	font-size: 9px;
}



#locale {
	width: 401px;
	float: left;
}
#locale img {
	border: 1px solid #FFF;
	margin-bottom: 18px;
}
#locale p {
	line-height: 1.8em;
}
#locale ul {
	width: 70px;
	float: right;
	margin-right: 35px;
}

ul.buttons li a {
	display: block;
	width: 70px;
	padding: 2px 0px 5px 6px;
	background-color: #eb3102;
	color: #FFF;
	margin-bottom: 10px;
}
ul.buttons li a span.label {
	font-size: 9px;
	text-transform: uppercase;
}
ul.buttons li a:hover {
	background-color: #ff5b31;
	color: #FFF;
}