#site_content > p,
#site_content > div,
#site_content > h1,
#site_content > h2,
#site_content > h3,
#site_content > h4 {
  margin-left: inherit;
  margin-right: inherit;
}

/* line 1, sass/locations.sass */
.left {
  float: left;
  width: 330px;
}

/* line 5, sass/locations.sass */
.contact {
  font-size: 26px;
}

/* line 8, sass/locations.sass */
.quickrates {
  float: right;
}

/* line 11, sass/locations.sass */
.newsletter, .google_map {
  float: left;
  margin-left: 20px;
}

/* line 15, sass/locations.sass */
#site_content > .google_map {
  border: 1px solid black;
  margin-top: 7px;
  margin-bottom: 20px;
  padding: 0;
}

/* line 21, sass/locations.sass */
.call {
  text-align: center;
}
/* line 24, sass/locations.sass */
.call:before {
  content: "";
  display: inline-block;
  background: url("../images/locations/phone.jpg") no-repeat;
  width: 65px;
  height: 60px;
  float: left;
  margin-left: 10px;
}
/* line 33, sass/locations.sass */
.call h2 {
  color: #999999;
}
/* line 36, sass/locations.sass */
.call .phone {
  text-decoration: underline;
  font-size: 30px;
}

/* line 40, sass/locations.sass */
#titlebar {
  margin-bottom: 8px;
}

/* line 43, sass/locations.sass */
.manager {
  margin-top: 7px;
}

/* line 46, sass/locations.sass */
.email {
  margin-bottom: 10px;
}

/* line 49, sass/locations.sass */
.email, .manager {
  line-height: 1.2em;
}

/* line 52, sass/locations.sass */
.label {
  width: 90px;
  text-align: right;
  color: #999999;
  font-weight: bold;
  display: inline-block;
}

/* line 59, sass/locations.sass */
.content {
  font-size: 13px;
}

/* line 62, sass/locations.sass */
.description {
  float: left;
  width: 550px;
}

/* line 67, sass/locations.sass */
.businesshours thead {
  font-weight: bold;
}
/* line 70, sass/locations.sass */
.businesshours table {
  width: 90%;
  margin: 5px auto;
}
/* line 74, sass/locations.sass */
.businesshours tbody tr {
  line-height: 1.2em;
}
/* line 77, sass/locations.sass */
.businesshours tbody tr:nth-child(2n) {
  background: #e5e5e5;
}

