* {
  1border: 1px solid black;
}

.phone {
  font-weight: bold;
}

#location-list {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  float: left;
  width: 240px;
  position: relative;
  margin: 15px 15px 15px 0;
}

#location-list dd {
  display: inline-block;
  margin-top: -1.75em;
  margin-bottom: 15px;
}

#location-list dt {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding-left: 16px;
}

#location-list a.location-name-link, #legend {
  color: #FFDE3F;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

#legend {
  padding-left: 55px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: normal;
}

a.order-online, #map a.order-online {
  color: #DD2F40;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

a.order-online:hover, #map a.order-online:hover {
  color: #DD2F40;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

#map {
  width: 378px;
  height: 580px;
  float: right;
  margin: 15px 20px 0 0;
  color: #004490;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
    overflow: visible;
}

#map a {
  color: #004490;
}

#map .location-name {
  color: black;
  font-size: 16px;
  text-decoration: underline;
}

#map div {
  width: 100%;
}

#map input {
  width: 200px;
}

#map input.button {
  width: 120px;
}

#email-subscription-label {
  display: none;
}
