body {
  color: #666666;
  margin: 0;
  padding: 25px;
  background: #ffffff;
  font-family: Verdana;
  font-size: 10px; }

h2 {
  color: #2A932f; }

h3 {
  color: #4da54f; }

a {
  color: #2A932f;
  text-decoration: none; }

ol.alphabetical {
  list-style-type: upper-alpha; }

dl dd {
  margin: 0; }

.left {
  float: left; }

img.left {
  margin: 0 15px 15px 0; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.right {
  float: right; }

img.right {
  margin: 0 0 15px 15px; }

.center {
  text-align: center; }

.clear {
  clear: both; }

.blue {
  color: blue; }

.red {
  color: red; }

.green {
  color: green; }

.black {
  color: black; }

.header h1 {
  text-overflow: hidden;
  text-indent: -5000px;
  height: 350px;
  background: url(../images/header.png) top left no-repeat; }

#navigation ul {
  margin: -100px 0 0 325px;
  padding: 0;
  white-space: nowrap; }
  #navigation ul li {
    float: left;
    width: 55px;
    margin-bottom: 25px;
    padding: 0 40px 0 10px;
    list-style-type: none;
    text-align: right;
    font-size: 1.25em; }
    #navigation ul li a {
      display: block;
      height: 50px;
      padding-top: 35px;
      color: #666666;
      text-decoration: none;
      font-weight: bold; }
    #navigation ul li a#current, #navigation ul li a:hover {
      color: #2A932f; }

.use {
  clear: both;
  margin-bottom: 10px;
  border-bottom: 4px solid #e7e7e7; }

#news {
  border-right: 5px solid #efefef; }

ul.inline_navigation {
  clear: both;
  height: 25px;
  margin: 0 0 15px 0; }
  ul.inline_navigation li {
    float: left;
    list-style-type: none;
    margin-right: 20px; }

.region .distributor {
  margin-bottom: 15px; }
  .region .distributor dl {
    margin-bottom: 10px; }

#questions dl dt {
  margin-bottom: 10px; }

#footer {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #ddd; }
  #footer p {
    color: #999999;
    margin-bottom: 5px; }
