/* Styles for Contact Us page, with MapQuest static images. */

#contactUsTable {
  width:780px;
  margin:25px 10px;
  border-collapse: collapse;
}
.contactUsRow TD {
  margin:0px;
  padding:5px;
}
.contactUsRow DL {
  margin:0px;
  padding:0px;
}


.contactUsStore {}
.contactUsRegion {
  display:block;
  font-size:16px;
  font-weight:bold;
  margin-bottom:25px;
}

.contactUsHours {
  margin-top:25px;
  margin-left:25px !important;
}
.contactUsHoursHeading {
  font-size:15px;
  font-weight:bold;
}
.contactUsHoursItem {
  font-size:12px;
}
.contactUsHoursItem .day {}
.contactUsHoursItem .times {}


.contactUsContactInfo {}
.contactUsAddress {
  font-size:18px;
}
.contactUsAddressLocation {
  font-style: italic;
}
.contactUsAddressText {}

.contactUsPhone {
  margin-top:20px !important;
}
.contactUsPhoneNumber {
  padding-left:50px;
  text-indent:-50px;
  font-size:15px;
}
.contactUsPhoneNumber .type { font-style:italic; }
.contactUsPhoneNumber .number {}

.contactUsEmail {
  margin-top:20px !important;
}
.contactUsEmailAddress {
  font-size:15px;
}
.contactUsEmailAddress A { color:#444; font-weight:bold; text-decoration:underline; }
.contactUsEmailAddress A:hover { color:#888; text-decoration:none; }


.contactUsMap {}
.contactUsMapImage {
  margin:0px !important;
  padding:0px;
  border:none;
}
.contactUsRequestForm {
  margin:0px;
  padding:0px;
}
.contactUsSubmit {
  width:200px;
  margin:0px;
  font-size:15px;
  font-weight:bold;
  background-color:#444;
  color:#FFF;
}

.spacerRow {
  height:50px;
}


