/* Base styles and layout */
body {
  background: url('images/background.jpg') top center no-repeat #fff;
}
#content {
  width: 950px;
  height: 597px;
  margin: 20px auto 0;
  position: relative;
  padding: 20px;
  background: url('images/borderbg.png') 0 0 no-repeat transparent;
  z-index: 1;
}
#map {
  height: 510px;
  width: 950px;
  background: url('images/map.png') 0 0 no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
#mapcities {
  height: 510px;
  width: 950px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 30;
}
#logo {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 55555;
}
#mapcities ul {
  position: relative;
  top: 0;
  left: 0;
  height: 510px;
  width: 950px;
  z-index: auto;
}
#mapcities ul li {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  z-index: 999;
}
#car {
  z-index: 1;
}
#mapcities ul li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background: transparent;
  text-indent: -9999px;
}
#panoramas {
  width: 950px;
  position: absolute;
  bottom: 53px;
  left: 20px;
  overflow: hidden;
  background: none;
  z-index: 2;
}
#panoramas div {
  overflow: hidden;
  width: 950px;
  height: 215px;
}
span.pan_desc {
  display: none;
}
#bottombar {
  height: 60px;
  width: 950px;
  background: url('images/bbbg.png') 0 0 no-repeat transparent;
  z-index: 50;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
#timer {
  display: block;
  position: relative;
  background: url('images/timer.png') 0 0 no-repeat transparent;
  height: 92px;
  width: 138px;
  margin: -26px 0 0 60px;
  float: left;
}
#timertext,
#timerto,
#timerfrom,
#timerreset{
  display: block;
  position: absolute;
}
#timertext {
  top: 8px;
  left: 30px;
}
#timerto {
  top: 72px;
  left: 47px;
  width: 80px;
  height: 11px;
}
#timerfrom {
  top: 60px;
  left: 47px;
  width: 80px;
  height: 11px;
}
#timerreset {
  bottom: 6px;
  left: 2px;
  width: 21px;
  height: 24px;
  cursor: pointer;
}
#bbnav {
  float: left;
  padding: 37px 0 0 15px;
}
#bbnav li {
  float: left;
  padding: 0 20px;
  height: 20px;
  position: relative;
}
#bbnav li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font: bold 13px/20px Arial,sans-serif;
  white-space: nowrap;
}
#destination_popup {
  position: absolute;
  bottom: 25px;
  right: -30px;
  background: #3f4b00;
  color: #fff;
  padding: 10px;
}
#destination_popup li {
  float: none;
  padding: 1px;
  position: static;
  height: auto;
  font: normal 12px/14px Arial,sans-serif;
}
#destination_popup li a {
  font-weight: bold;
}
#destination_popup li a:hover {
  text-decoration: underline;
}
#destination_popup li ul li {
  font-size: 11px;
  line-height: 13px;
  padding: 0 0 0 10px;
}
#destination_popup li ul li a {
  font-weight: normal;
}
#iconav {
  float: left;
  padding: 10px 0 0 5px;
  width: 250px;
  height: 48px;
}
#iconav li {
  float: left;
  padding-left: 15px;
  height: 48px;
}

/* UI resets, modal styles */
.ui-widget-content {
  border: 5px solid #12639b;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  behavior: url(PIE.htc);
}
.ui-widget-header,
h3 {
  background: none;
  border: none;
  color: #1b649c;
  font: bold 18px Arial,sans-serif;
}
.ui-widget-overlay {
  background: #000;
  opacity: .3;
  filter:Alpha(Opacity=30);
}
.ui-dialog .ui-dialog-content {
  color: #3f4b00;
  font-size: 12px;
}
.ui-dialog-content p,
.ui-dialog-content ul {
  margin: 10px 0;
}
.ui-widget {
  font-family: Arial,sans-serif;
}
.ui-dialog-titlebar {
  display: none;
}
.ui-dialog, 
.ui-dialog .ui-dialog-content {
  padding: 0;
  line-height: 17px;
}
/*
 * uncomment this to hide the top right X in dialog boxes
 *
 * .ui-dialog-titlebar-close {
 *   display: none;
 * }
 *
 */

#pickacar,
#contact_modal {
  padding: 14px;
}
#contact_modal {
  position: relative;
}
#contact_close {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.closetitle {
  padding-left: 15px;
}
#carlist li {
  display: block;
  float: left;
  padding: 15px 20px 5px;
  cursor: pointer;
}
#contact_modal label {
  display: block;
  color: #12639b;
  font: bold 14px Arial,sans-serif;
  margin: 5px 0;
  padding: 2px;
}
#contact_modal input,
#contact_modal textarea {
  display: block;
  margin: 5px 0;
  width: 350px;
  padding: 2px;
  border: solid 1px #12639b;
}
#contact_modal #contact_submit {
  display: block;
  border: solid 1px #12639b;
  color: #fff;
  background: #12639b;
  padding: 5px;
  width: 100px;
}
#contact_modal input#city,
#contact_modal label#lblcity {
  float: left;
  width: 150px;
  margin-right: 10px;
}
#contact_modal input#state,
#contact_modal label#lblstate {
  float: left;
  width: 50px;
  margin-right: 10px;
}
#contact_modal input#zip,
#contact_modal label#lblzip {
  float: left;
  width: 100px;
}
#contact_modal label#lblzip {
  padding-left: 10px;
}
.regionmap {
  float: left;
  border-right: 4px solid #12639b;
  margin-right: 20px;
}
.region_modal_text {
  height: 340px;
  position: relative;
  padding: 10px 20px 0 0;
}
#region_close {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
