/* office footer */
#offices {
	background-color:#05301E;
	width:100%;
	height:40px;
}
#offices div {
	position:absolute;
	text-align:center;
	width:25%;
	padding-top:6px;
}
#offices div a {
	color:#C3B05C;
	text-transform:uppercase;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
#offices div a:link {
	color:#C3B05C;
	text-transform:uppercase;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
#offices div a:hover {
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
#offices h1 {
	font-size:11pt;
	text-align:left;
	border:none;
	padding:0px;
	margin:0px;
}

.officeDetail {
}