#map_container {
  height: 330px;
  width: 795px;
  border-bottom: 3px solid #A6A699;
  position: relative;
  text-align: center; }
  #map_container div#googlemap {
    height: 330px;
    width: 795px; }
  #map_container a#map_switch {
    position: absolute;
    top: 30px;
    right: 10px;
    font-weight: bold; }
  #map_container a {
    border: 0; }
  #map_container div#gallery {
    height: 304px;
    width: 769px;
    padding: 1em;
    background: white;
    overflow-y: auto; }
    #map_container div#gallery div.photo {
      float: left;
      width: 153px;
      margin-bottom: 1em; }
      #map_container div#gallery div.photo p.photo_title {
        height: 15px;
        overflow: hidden; }
      #map_container div#gallery div.photo p {
        margin: 0; }
      #map_container div#gallery div.photo img {
        width: 120px;
        height: 120px; }
    #map_container div#gallery form {
      clear: left; }
  #map_container form.map_upload {
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-top: 3px solid #A6A699;
    border-left: 3px solid #A6A699;
    color: white;
    opacity: 0.7;
    padding: 0.5em 0.5em 1em;
    background: #333333;
    text-align: left; }
    #map_container form.map_upload a {
      color: inherit; }

#map_menu {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0 !important;
  background-color: #333333;
  float: left;
  width: 795px;
  border-bottom: 3px solid #A6A699;
  margin: 0; }
  #map_menu li {
    list-style-type: none;
    list-style-image: none; }
  #map_menu a {
    width: 87px;
    height: 70px;
    padding: 0px 12px;
    border-left: 2px dotted #6B6B66;
    border-bottom: 0;
    font-size: 10px;
    color: #999999;
    letter-spacing: -0.035em;
    text-decoration: none;
    float: left; }
    #map_menu a:hover, #map_menu a.current {
      color: #FFFFFF; }
    #map_menu a:first-child {
      border: none; }
  #map_menu div {
    margin-top: -19px;
    margin-left: 12px; }

#right_col {
  width: 160px; }
  #right_col .right_header {
    height: 35px;
    background-image: url(/images/right_header.png);
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    line-height: 35px;
    text-indent: 30px;
    text-transform: uppercase; }

#history_box {
  height: 330px;
  background-image: url(/images/history_bg.png);
  background-repeat: none;
  overflow-x: hidden;
  overflow-y: auto; }
  #history_box ul#history_list {
    list-style-type: none;
    padding-left: 0;
    padding-top: 1em;
    margin: 0; }
    #history_box ul#history_list li, #history_box ul#history_list form {
      background-image: url(/images/history_bullet.png);
      background-repeat: no-repeat;
      background-position: 15px 0;
      padding-left: 4em;
      padding-top: 5px;
      padding-bottom: 1em;
      min-height: 24px; }
      #history_box ul#history_list li .month_and_year, #history_box ul#history_list form .month_and_year {
        color: white; }
      #history_box ul#history_list li p.buttons, #history_box ul#history_list form p.buttons {
        position: relative;
        left: -20px;
        width: 120px;
        text-align: center; }
    #history_box ul#history_list a, #history_box ul#history_list p {
      color: white; }
  #history_box .title, #history_box textarea {
    color: #cccccc;
    background-color: inherit;
    font-family: inherit;
    font-size: 11px;
    width: 90px; }
  #history_box a#new_history_link {
    color: #cccccc;
    text-align: center;
    margin-left: 4em;
    margin-bottom: 1em; }
  #history_box form#new_history {
    padding-left: 0.5em;
    padding-right: 0.5em; }
    #history_box form#new_history select#history_month {
      width: 80px; }
    #history_box form#new_history textarea#history_title {
      width: 130px; }

#partners_box {
  color: #FDFDFB;
  background-color: #333333;
  font-size: 11px;
  padding: 10px 10px 10px 10px;
  overflow: hidden;
  width: 140px; }
  #partners_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
  #partners_box li {
    border-top: 2px dotted #6B6B66;
    padding: 10px 0px; }
  #partners_box a {
    color: white; }

#news_feed {
  border-top: 1px dotted #C6C5C6;
  background-color: #F4F4F4;
  font-size: 12px;
  color: #333333;
  padding: 10px 10px 20px 10px;
  line-height: 18px; }
  #news_feed h1 {
    text-transform: uppercase;
    font-size: 14px;
    color: #333333; }
  #news_feed img.arrows {
    vertical-align: top; }
  #news_feed .date {
    font-size: 14px;
    color: #FF0000;
    display: inline;
    font-weight: bold; }
  #news_feed a {
    font-style: italic;
    color: #333333;
    margin-left: 1em; }

#left_col {
  width: 795px; }

.text_box {
  width: 795px;
  background-color: #FFFFFF;
  color: #666666;
  clear: left; }
  .text_box #content {
    padding: 1em;
    text-align: justify;
    min-height: 80px; }
  .text_box h1 {
    font-size: 12px;
    color: #333333; }

.text_box_header {
  background-color: #E0E0DB;
  height: 32px;
  color: #FF0000;
  font-size: 18px;
  text-transform: uppercase;
  text-indent: 5px;
  line-height: 30px; }
  .text_box_header h1 {
    background-color: inherit;
    font-size: 22px;
    display: inline;
    font-weight: bold;
    color: #333333; }

#infowindow {
  max-width: 400px;
  max-height: 300px;
  margin-top: 1em; }

#main {
  background-image: url(/images/narrow_bg.png); }

div.projectlist {
  padding-left: 2em;
  padding-bottom: 1em; }
  div.projectlist h3 {
    text-transform: uppercase; }
  div.projectlist a {
    color: #FF0000; }
