ul li.blank {
  background: url( '../images/where/side-nav/blank.jpg' ) no-repeat;
  display: block;
  height: 30px;
  width: 217px;
}

ul li.blank select {
  margin-left: 20px;
  margin-top: 6px;
}

p.intro {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 12pt;
}

p.details {
  font-family: Arial, sans-serif;
  font-size: 10pt;
}


/* Neighborhood boxes */

.area {
  margin-top: 10px;
  margin-bottom: 10px;
}

.area h2 {
  background: url( '../images/where/area-top.jpg' ) no-repeat;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 21pt;
  font-weight: bold;
  height: 27px;
  letter-spacing: -1px;
  padding-left: 15px;
  padding-top: 9px;
  width: 689px;
}

.neighborhood-content {
  background: url( '../images/where/area-background.jpg' ) repeat-y;
  padding: 18px 18px 0 18px;
  width: 668px;
}

.neighborhood-content h3 {
  color: #484845;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18pt;
  font-weight: normal;
  padding-bottom: 10px;
}

.neighborhood-content p {
  font-family: Arial, sans-serif;
  font-size: 10pt;
}

.neighborhood-content h4 {
  color: #80928d;
  font-family: Verdana, Arial, sans-serif;
  font-size: 7pt;
  font-weight: bold;
  letter-spacing: 0.5pt;
}

.neighborhood-content a {
  color: #d86505;
  text-decoration: underline;
}

.neighborhood-content a:hover {
  text-decoration: none;
}


/* Venue/Quote styles */

.venue p {
  padding-bottom: 0 !important;
}

p.quote {
  color: #689ea1;
  font-size: 9pt;
  margin: 5px 0 5px ;
}

img.quote {
  float: left;
  padding-top: 8px;
}



/* Map styles */

#map {
  height: 460px;
  width: 713px;
}

#map-container {
  position: absolute;
  top: 122px;
  left: -14px;
}

#map-europe {
  height: 652px;
  width: 713px;
}

/* Demo styles */

#demo {
  height: 766px;
  width: 713px;
}

#demo-container {
  position: absolute;
  top: 132px;
  left: 18px;
}
