/* Contact Us
--------------*/
.contactPage #topContainer {
clear:both; 
overflow:hidden;
border-bottom: 1px solid #0067ab;
margin-bottom:20px;
}
div#officeContactDetails dl.officeDetails {
margin-bottom: 15px;
float:left;
width: 30%;
margin-right:3%;
}
div#officeContactDetails dl.officeDetails dt {
/* Structure */
font-weight: bold;
}
div#officeContactDetails dl.officeDetails dt.secondaryAddress {
border-top: 1px solid #d8d4bf;
/* Structure */
margin: 15px 0 0 0;
padding: 15px 0 0 0;
}
div#officeContactDetails dl.officeDetails dd {
/* Structure */
clear:left;
}
div#officeContactDetails dl.officeDetails dd strong {
/* Structure */
text-transform:capitalize;
width: 35px;
display: block;
float: left;
}
div#officeContactDetails dl.officeDetails dd.locate {
margin: 5px 0 0 0;
}
div#officeContactDetails dl.officeDetails dd.locate a {
text-decoration: none;
}
div#officeContactDetails dl.officeDetails dd.locate a:hover {
cursor: pointer;
}

/* Google Map */
#googlemap {
margin: 0 0 20px 0;
}

/* Google Map Popup Text */
#googlemap #popupText {
color: #333;
}
#googlemap #popupText strong {
color: #777;
}