.page-projects #content .containee {
background-color: #f7f7f5;
}

#text {
  margin-bottom: 30px;
}

#map {
  height: 500px;
}

#map.loaded {
  position: absolute;
  left: 270px;
  top: 260px;
  border: solid 1px #888;
  margin-bottom: 15px;
}

#content #projects {
  width: 200px;
  margin-left: 0;
  min-height: 530px;
  _height: 530px; /*IE6 hack*/
}

#projects li {
  list-style-type: none;
  margin: 0;
  background-color: #eee;
  margin-bottom: 1px;
  _height: 28px; /*IE6 hack*/
}

#projects a {
  display: block;
  font-size: 0.9em;
  padding: 3px 20px 3px 4px;
  border: solid 1px #ccc;
  color: #444;
  text-decoration: none;
  background-image: url(images/right-arrows.png);
  background-position: 175px center;
  background-repeat: no-repeat;
}

#projects a:hover {
  color: #000;
  border: solid 1px #156db7;
}

#content #projects li {
  list-style-type: none;
  margin: 0 0 3px 0;
}

#content {
  overflow: auto;
}

.project-pin {
  width: 8px;
  height: 8px;
  background-image: url(images/turbine.png);
  overflow: hidden;
}

.project-pin.highlight {
  background-position: -8px 0;
}

#content .containee .small-print {
  font-size: 0.6em;
  text-align: right;
  margin-left: 455px;
  width: 280px;
}