/* This file contains the common styles for any page in the public section
 * of the site. It should be included in image popups, frames, and anything
 * else, including complete pages
 */

#content {
  color: #333;
}
  #content h1 {
    display: block;
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 160%;
    text-align: right;
    margin-left: 28%;
    border-bottom: 1px solid #5F7347;
    color: #5F7347;
  }
  #content a {
    color: #3d6313;
  }
  #content a:hover {
    background: #e4e8ca;
  }
  #content a:visited {
  }
  #content a:active {
  }
  #content p {
    line-height: 120%;
    text-align: justify;
  }
  #content .menu {
    float: right; display: inline;
    margin: 20px 0 10px 10px;
    .margin-right: 10px;
    _margin-right: 0;
    .margin-left: 0px;
    width: 120px;
    padding: 0;
    list-style-type: none;
  }
    #content .menu li {
      margin: 0 0 5px 0;
      padding: 0;
      list-style-position: inside;
      width: 100%;
    }
    #content .menu li a {
      padding-left: 20px;
      width: 100px;
      display: block;
      background: transparent url(../images/double-arrow.png) no-repeat;
      background-position: 5px 5px;
      color: #558027;
      text-decoration: none;
      font-weight: bold;
    }
    #content .menu li a:hover {
      text-decoration: underline;
      background: transparent url(../images/double-arrow.png) no-repeat;
      background-position: 5px 5px;
    }


#main-pic {
  float: left;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
}
#main-pic-1 {
  position: relative;
/*  top: 15px; /* Since I flipped the image, this extra bit isn't necessary */
  float: left;
  margin-right: 15px;
}
#main-pic-2 {
  position: relative;
/*  top: 15px; /* Since I flipped the image, this extra bit isn't necessary */
  float: left;
  clear: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.info-message {
  background: #eef9d9;
  border: 1px solid #797;
  padding: 7px 10px 7px 10px;
}

.contacts {
  float: right;
}

.contacts p {
  clear: both;
}

.contacts th {
  text-align: left;
}

.contacts td {
  text-align: right;
}

.contacts th, .contacts td {
  vertical-align: top;
  width: 150px;
  padding: 10px;
}

