div#site-container div#camp-venues-page-content {
  margin: 0 23px 12px 23px;
  overflow: hidden;
  position: relative;
  width: 914px;
}
div#camp-venues-page-content div#map-holder {
  position: absolute;
  z-index: 3;
}

div#camp-venues-page-content div#counties-list {
  border-right: 5px solid #fff;
  float: left;
  width: 508px;
}
div#counties-list table {
  border-collapse: collapse;
  width: 100%;
}
div#counties-list table td {
  background-color: #d1d1d1;
  border: 1px solid #fff;
  padding: 0;
  margin: 0;
}
div#counties-list table td.cell-county {
  width: 103px;
}
div#counties-list table td a {
  text-decoration: none;
  font-weight: bold;
  color: #030357;
  background: #d1d1d1 url(/img/arrow-tiny-orange.gif) no-repeat center left;
  display: block;
  padding: 1px 2px 1px 15px;
}
div#counties-list table td a:hover {
  background-color: #cbcbcb;
}

div#camp-venues-page-content div#camp-results {
  border: 1px solid #333;
  margin: 1px 0 1px 0;
  padding: 0;
  float: left;
  overflow: auto;
  width: 398px;
  height: 354px;
}
div#camp-results table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 380px;
}
div#camp-results table tr {
  vertical-align: top;
  background: transparent url(/img/dottedline-horizantal004.gif) no-repeat bottom left;
}
div#camp-results table th {
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #0f1537;
  padding: 5px 0 5px 10px;
}
div#camp-results table th#c1 {
  width: 168px;
}
div#camp-results table th#c2 {
  width: 140px;
}
div#camp-results table th#c3 {
  width: 76px;
}
div#camp-results table td {
  padding: 5px 0 5px 10px;
}
div#camp-results table td a.details {
  background: transparent url(/img/button-details.gif) no-repeat bottom left;
  display: block;
  width: 76px;
  height: 17px;
}
div#camp-results table td a span {
  position: absolute;
  left: -9999px;
}
div#camp-results h3 {
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #0f1537;
  padding: 5px 5px 5px 10px;
  overflow: hidden;
}
div#camp-results h3 a {
  font-weight: normal;
  color: #fff;
  float: right;
}
div#camp-results p {
  margin: 10px;
}
div#camp-results p a.book-now {
  background: transparent url(/img/button-click-here-to-book-camp-blue.gif) no-repeat;
  display: block;
  margin: 0 auto 0 auto;
  width: 207px;
  height: 17px;
}
div#camp-results a span {
  position: absolute;
  left: -9999px;
}


