@charset "utf-8";
/* CSS Document */
#contact-us {
	background-image: url("/img/pg_hdr/contact-us.jpg");
	background-size:cover;
}
#contact-us h1 {
	color: #FFF;
}
.regional-contacts h2 {
	padding:15px 15px 15px 25px;
	background-color: #4D4D4F;
	color:#fff;
}
.regional-contacts h2 a {
	color:#EFE6C7;
}
.regional-contacts div {
	padding:25px;
}
.regional-contacts div p {
	margin:10px 0px 0px 0px;
}
p.title {
	font-family: 'Futura Md BT';
    font-weight: 300;
    font-style: normal;
}
.regional-contacts div:nth-child(odd) {
	background-color: #E2E3E4;
}