.locationsHolder {
  width: 750px;
  height: 390px;
  float: left;
  clear: both;
}

#office {
  width: 626px;
  padding: 0 62px 0 62px;
  float: left;
  font-family: CenturyGothic, AppleGothic, sans-serif;
  font-size: 10px;
  color: #fff;
}

#map_canvas {
  background-color: azure;
  height: 390px;
  width: 750px;
  float: left;
  position: relative;
  z-index: 30 !important;
}

.officeHolder {
  position: relative;
  width: 750px;
  height: 64px;
  top: -194px;
  background-color: rgba(204, 98, 155, 0.9);
  z-index: 60 !important;
  clear: both;
  float: left;
  overflow: hidden;
}

.openhours {
  position: relative;
  width: 131px;
  height: 86px;
  top: -166px;
  left: 603px;
  padding-top: 4px;
  padding-left: 4px;
  background-color: rgba(0, 86, 115, 0.9);
  color: white;
  font-family: CenturyGothic, AppleGothic, sans-serif;
  font-size: 12px;
  z-index: 60 !important;
  display: block;
  overflow: hidden;
}


#locations {
  width: 750px;
  display: block;
}

#addrContainer {
  width: 750px;
  margin: 0;
  padding: 9px;
  text-align: left;
}

  #addrContainer td {
    width: 50%;
    vertical-align: top;
    font-family: CenturyGothic, AppleGothic, sans-serif;
    color: #444;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
  }

    #addrContainer td:hover {
      background: #bce4fa;
      cursor: pointer;
    }

  #addrContainer h2,
  #addrContainer p {
    font-family: CenturyGothic, AppleGothic, sans-serif;
    color: #444;
    font-size: 12px;
    padding: 0;
    margin: 0;
  }

#gAddress, #gPhones {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

#gPhones {
  font-size: 11px;
}

  #gAddress h3 {
    font-family: CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin: 4px 0 0 0;
    text-align: center;
  }

  #gAddress p {
    padding-top: 0;
    margin-top: 0px;
    padding-bottom: 0;
    margin-bottom: 0px;
  }

  #gPhones p {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 4px;
  }

#gDirections, #gDirections p {
  height: 0;
  padding: 0;
  margin: 0;
  display: none;
}

#gAccessHolder {
  background-image: url(/locations/Access.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 64px;
  bottom: 0px;
  right: 0px;
  display: none;
}

.allPhones, .directions, .fullAddress, .accessibility {
  display: none;
}

#driveBtn, #transportBtn, #walkBtn {
  background-image: url(/media/26932/btnsMode.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 24px;
  float: left;
  cursor: pointer;
}

#driveBtn {
  background-position: 0 0;
}

#transportBtn {
  background-position: -46px 0;
}

#walkBtn {
  background-position: -92px 0;
}

#driveBtn {
  background-position: 0 0;
}

#driveBtn:hover {
  background-position: 0 -24px;
}

#transportBtn {
  background-position: -18px 0;
	margin-left: 20px;
}

#transportBtn:hover {
  background-position: -18px -24px;
}

#walkBtn {
  background-position: -36px 0;
	margin-left: 18px;
}

#walkBtn:hover {
  background-position: -36px -24px;
}

.directionsHolder {
  position: relative;
  width: 348px;
  height: 36px;
  top: -206px;
	left: 12px;
  padding-top: 4px;
  padding-left: 4px;
  background-color: rgba(0, 86, 115, 0.9);
  color: white;
  font-family: CenturyGothic, AppleGothic, sans-serif;
  font-size: 12px;
  z-index: 60 !important;
  display: block;
  overflow: hidden;
}













/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
