#header {
  z-index: 15;
}

.flair {
  z-index: 20;
}

ul#primary-nav {
  height: 37px;
  z-index: 30;
}

#content.full {
  z-index: 1;
}
#content h3.about {
  padding-top: 5px;
  text-align: center;
}

#content ul#about-sections {
  width: 200px;
  float: left;
  list-style-image: none;
  list-style-position: outside;
  font-size: 110%;
  margin-left: 12px;
  margin-right: 20px;
}
#content ul#about-sections li {
  margin-bottom: 0.5em;
  background: url(../images/bullets/category.gif) no-repeat left;
  padding-left: 18px;
}
#content ul#about-sections li.current {
  font-weight: bold;
  font-size: 110%;
}
#content ul#about-sections li a {
  color: #5a8029;
}

#content #about-content {
  float: left;
  width: 630px;
  font-size: ;
}


#content #about-content h4 {
  margin-top: 0;
  margin-bottom: 0.3em;
  clear: left;
}
#content #about-content .contact {
  width: 50%;
  float: left;
  margin-bottom: 1em;
}
#content #about-content h5 {
  font-size: 100%;
}
#content #about-content h6 {
  font-size: 90%;
  color: #666;
  font-style: italic;
  margin-bottom: 0.5em;
}
#content #about-content p {
  margin-left: 0;
}
#content #about-content p.small {
  font-size: 90%;
}


/* Contact */

#contact-form {
  width: 260px;
  float: right;
}
#contact-form label {
  display: block;
}
#contact-form input,
#contact-form textarea {
  width: 90%;
  margin-bottom: 0.5em;
}
#contact-form input.submit {
  width: auto;
}



/* Board of directors */

.board-of-directors #about-content h4 {
  margin-top: 2em;
}
.board-of-directors #about-content h5 {
  margin-top: 1em;
  clear: left;
}
.board-of-directors #about-content h6 {
  margin-top: 1em;
  margin-bottom: 0.2em;
}
.board-of-directors #about-content .column {
  width: 48%;
  float: left;
  margin-bottom: 2em;
}


/* Subscribe */

.subscribe #content h4 {
  margin: 20px 0 0.3em 5px;
}

.subscribe #content form label {
  clear: left;
  float: left;
  width: 8em;
  margin-left: 5px;
  margin-bottom: 1.5em;
  margin-right: 1em;
  position: relative;
  top: 5px;
  text-align: right;
}
.subscribe #content form input.text {
  float: left;
  width: 30em;
  padding: 2px 4px;
  margin-bottom: 1.5em;
}
.subscribe #content .checkboxes {
  float: left;
  width: 33em;
  margin-bottom: 1em;
}
.subscribe #content .checkboxes label {
  clear: none;
  width: 11em;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.5em;
  text-align: left;
}
.subscribe #content .submit {
  clear: both;
  margin-left: 4.7em;
}

.subscribe #content .newsletter {
  clear: left;
  height: 90px;
  margin-left: 5px;
}
.subscribe #content .newsletter img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  background: #eee;
  float: left;
}
.subscribe #content .external label a {
  background: url(../images/bullets/international.gif) no-repeat left;
  padding-left: 1.2em;
  text-decoration: none;
  color: #527628;
}
.subscribe #content .newsletter label {
  float: none;
  clear: none;
  font-family: Georgia, serif;
  font-size: 110%;
  color: #5a8029;
}
.subscribe #content .newsletter label input {
  position: relative;
  bottom: 2px;
}
.subscribe #content .newsletter p {
  margin: 10px 0 0 112px;
}

.subscribe #content .feed {
  margin-left: 0.3em;
  margin-bottom: 1em;
}
.subscribe #content .feed h5 {
  color: #5a8029;
  font-family: Georgia, serif;
  font-size: 130%;
  font-weight: normal;
  margin-bottom: 0.2em;
}
.subscribe #content .feed a {
  display: block;
  background: url(../images/feed.gif) no-repeat left;
  padding-left: 55px;
  margin: 10px 0 20px 10px;
  text-decoration: none;
}

