#locations_page {
}
#locations_page h1 {
  font-size: 30px;
  font-weight: normal;
  margin: 0px;
  padding-top: 10px;
}
#locations_page h1 strong {
  color: #7ac142;
}
#locations_page h3 {
  font-size: 16px;
  color: #219bd2;
  font-weight: normal;
  margin: 0px;
}
#locations_page p {
  font-size: 12px;
  line-height: 1.6em;
}
#locations_page #gmap {
  width: 100%;
  height: 600px;
  margin: 25px 0;
  border: 1px solid #888;
}
br {
  clear: both;
}

#location_filter {
  font-family: Georgia;
}
#location_filter div {
  float: left;
}
#location_filter div.field {
  margin-right: 10px;
}
#location_filter fieldset {
  padding: 10px;
}
#location_filter div label {
  display: inline-block;
  font-size: 12px;
  padding: 2px 10px 2px 5px;
  font-weight: bold;
}
#location_filter div input {
  padding-left: 10px;
}
#location_filter div select {
  width: 90px;
}

#location_filter div.industry {
  clear:both;
  width: 100%;  
}
#location_filter div#industry label {
  font-size: 11px;
  color: #666666;
  width: 140px;
  padding:0 12px 14px 5px;
  font-weight: normal;
}
#location_filter div.radio div {
  font-size: 11px;
  padding: 3px 5px;
}
#location_filter div#industry input {
  vertical-align: top;
}
#location_filter div.radio label {
  float: left;
  width: auto;
}
#location_filter div.radio input {
  position: relative;
  top: -3px;
}
#location_filter .main_info {
  background-color: #f3f3f3;
  border: 1px solid #cecece;
  border-bottom-color: #fff;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}
#location_filter .sub_info {
  background-color: #ececec;
  border: 1px solid #cecece;
  border-top-width: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-bottom-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
#location_filter #form_actions {
  float: right;
  margin-top: -20px;
}

.map_location_contact {
  
}
.map_location_contact .image-holder {
  float: left;
}
#locations_page .map_location_contact h3 {
  color: #f3901d;
  font-size: 14px;
  margin: 0 0 5px 0;
}
.map_location_contact h4 {
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 5px 0;
}
.map_location_contact p {
  font-family: Georgia;
  margin: 0 0 5px 0;
}
.map_location_contact strong {
  color: #7ac142;
  font-weight: normal;
  padding-right: 20px;
}
.map_location_contact a {
  text-transform: uppercase;
  font-size: 13px;
  color: #219cd3;
}

