.map-wrapper {
  font-size: 1em;
  height: 600px;
  margin: auto;
  width: 100%; }
  .map-wrapper input {
    font-size: inherit;
    padding: 3px 2px; }
  .map-wrapper h3 {
    border-bottom: solid 1px #ffffff;
    color: #ffffff;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 12px;
    padding: 0 0 8px;
    text-transform: uppercase; }
  .map-wrapper .search-bar, .map-wrapper .directions-bar {
    display: inline-block;
    height: inherit;
    margin-right: 15px;
    vertical-align: top;
    width: 22%; }
    .map-wrapper .search-bar a, .map-wrapper .search-bar a:hover, .map-wrapper .directions-bar a, .map-wrapper .directions-bar a:hover {
      color: #ffffff; }
  .map-wrapper .search-bar .search {
    height: 85px; }
    .map-wrapper .search-bar .search #GeoCodeValue {
      font-size: 1.3em;
      width: 195px; }
  .map-wrapper .directions-bar {
    display: none; }
    .map-wrapper .directions-bar > a {
      display: block;
      font-size: 1.5em;
      margin-bottom: 15px; }
      .map-wrapper .directions-bar > a img {
        width: 20px;
        height: 20px;
        margin-right: 4px;
        vertical-align: middle; }
    .map-wrapper .directions-bar > a:hover {
      text-decoration: none; }
    .map-wrapper .directions-bar .location {
      height: 150px; }
    .map-wrapper .directions-bar > .directions {
      color: #ffffff;
      height: 400px;
      overflow: auto; }
  .map-wrapper #LocationList {
    height: 477px; }
  .map-wrapper #LocationList, .map-wrapper .directions-bar .location {
    list-style-type: none;
    margin: 0 0 15px 0;
    overflow: auto;
    padding: 0; }
    .map-wrapper #LocationList li, .map-wrapper .directions-bar .location li {
      border-bottom: solid 1px #ffffff;
      color: #ffffff;
      padding: 3px 0;
      margin-bottom: 12px; }
      .map-wrapper #LocationList li input, .map-wrapper .directions-bar .location li input {
        width: 140px; }
      .map-wrapper #LocationList li .detail, .map-wrapper .directions-bar .location li .detail {
        display: none; }
      .map-wrapper #LocationList li .directions, .map-wrapper .directions-bar .location li .directions {
        margin-top: 5px; }
      .map-wrapper #LocationList li .show-marker, .map-wrapper .directions-bar .location li .show-marker {
        color: #f1ac23;
        font-weight: bold;
        font-size: 1.1em;
        display: block;
        width: 100%; }
  .map-wrapper .map {
    display: inline-block;
    height: inherit;
    width: 74%; }
  .map-wrapper p {
    margin: 0;
    padding: 0; }

.template {
  display: none; }

a.jQueryUIButton {
  color: #ffffff;
  font-weight: bold; }

.callout-address {
  margin-bottom: 10px; }
  .callout-address .name {
    color: #f1ac23;
    font-size: 1.1em;
    font-weight: bold; }

.header {
  height: 110px;
  width: 897px;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 1px solid #fff;
  display: block; }
  .header img, .header p {
    display: inline-block;
    vertical-align: bottom; }
  .header p {
    color: #fff;
    width: 610px;
    padding: 0 20px; }
