#contact-us {
	background-color: #F7F7F7;
}

#contact-image {
	width: 268px;
	float: left;
}

#contact-image p {
	margin-left: 10px;
	background: url('../images/print-icon.gif') no-repeat left center;
	padding-left: 40px;
	line-height: 34px;
}

#contact-image img {
	margin-bottom: 10px;
}

#contact-content {
	width: 478px;
	padding: 20px;
	float: left;
}

div.office {
	width: 137px;
	padding: 0 8px 0 18px;
	border-right: 2px solid #CFD0D2;
	float: left;
	height: 11em;
}

div.office.one {
	padding-left: 0;
}

div.office.three {
	border: none;
	padding-right: 0;
}

#contact-footer p {
	margin-top: 20px;
}

/* Confirmation message after they use the contact form */
#contact-sent {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	background: #FDC826;
	border-bottom: 2px solid #E6AC02;
	color: #AD6017;
}

*html #contact-sent {
	position: absolute;
}