

div#projectheader {
  background: #e0e8eb;
  color: #00677e;
  padding: 11px 10px 10px 10px;
  margin-bottom: 14px;
}

div#projectheader #intro {
  font-weight: bold;
  line-height: 16px;
  float: right;
  width: 360px;
}  

#contentarea div#text {
  clear: both;
  width: 100%;
}

#contentarea div#text h3 {
  font-weight: bold;
  font-size: 12px;
}

div#mapscontainer {
  clear: both;
}

div#map {
  clear: both;
  width: 590px;
  height: 500px;
  border: 2px solid #d3dddf;
}