html, body {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}
body {
  background: url(/images/bg_body.jpg);
  color: #5B4E3A;
  font: 12px/1.416em Helvetica, Arial, sans-serif;
}

a {
  border-bottom: 1px solid #D0E68E;
  color: #6A823C;
  text-decoration: none;
}
  a:hover { border-bottom: 1px solid #525A27; }
  a:visited { color: #525A27; }

h1, h2, h3, h4, h5, h6 {
  color: #081B37; /* MUCH better ... */
  color: #6A823C;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.0833em;
}
h1, h2 {
  clear: both;
}
h3 {
  color: #C9551C;
  font-size: 1.5em;
}
h4 {
  /* color: #C9551C; */
  font-size: 1.2em;
}
  #content h4 {
    margin: 2em 0 -.5em 0;
  }
h5 {
  /* color: #C9551C; */
  font-size: 1em;
  margin-bottom: 0;
}
h6 {
  color: #5B4E3A;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0;
}

p {
  margin: 1.25em 0;
}

#body ol {
  margin: 1.25em 0 1.25em 3.166em;
  padding: 0;
}
  #body ol li { padding: .35em 0; }
#body ul {
  list-style: none;
  margin: 1.25em 0 1.25em 1.25em;
  padding: 0;
}
  #body ul li {
    background: url(/images/bg_list-item.png) no-repeat left .25em;
    padding: .35em 0 .35em 23px;
  }
    #body ul li h3,
    #body ul li h4,
    #body ul li h5,
    #body ul li h6 { margin-top: 0; }
  #body ul.linked_list {
  }
    #body ul.linked_list li {
      background: none;
      display: inline;
      padding-left: 4px;
    }
  #body ul.brand_list { float: left; }
    #body ul.brand_list li {
      float: left;
      width: 43%;
    }

.clear { clear: both; }
p.clear {
  float: left;
  clear: both;
  margin-top: 0;
  width: 100%;
}

.button {
  background: url(/images/bg_button-left.png) no-repeat;
  border: 0;
  color: #EDE1AE;
  float: left;
  font-size: 11px;
  line-height: 32px;
  margin: -4px 10px 6px -5px;
  padding: 0 0 1px 0;
  text-decoration: none;
  text-indent: 15px;
}
  .button span {
    background: url(/images/bg_button-right.png) no-repeat right top;
    display: block;
    padding: 0 15px 0 0;
  }
  .button:hover { background-position: left -33px; border: 0; color: #fff; }
    .button:hover span { background-position: right -33px; color: #fff; }
  .button:active { background-position: left -66px; color: #EDE1AE; }
    .button:active span { background-position: right -66px; }
  .button:visited { color: #EDE1AE; }

#wrapper {
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 902px;
}

#header {
  background: url(/images/bg_header.png) no-repeat left top;
  height: 144px;
  overflow: visible;
  position: relative;
  z-index: 999;
}
  #header h1 {
    height: 42px;
    line-height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left: 26px;
    top: 34px;
    width: 213px;
  }
    #header h1 a {
      background: url(/images/logo.png) no-repeat;
      display: block;
      height: 42px;
      line-height: 50px;
      overflow: hidden;
      text-indent: 220px;
      width: 213px;
    }
  #header .contact_info {
    color: #D0E68E;
    font-size: .9166em;
    font-style: italic;
    text-align: right;
    position: absolute;
    top: 34px;
    right: 27px;
    width: 23em;
  }
  #header ul {
    font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
    font-size: 1.083em;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 95px;
    left: 7px;
    letter-spacing: -.07em;
  }
  #header ul li { background: none; float: left; }
    #header ul li a {
      background: repeat-x url(/images/bg_nav-active.jpg) left -100px;
      border: 0;
      color: #fff;
      float: left;
      display: block;
      padding: 0 1.538em;
      line-height: 3.1em;
      text-decoration: none;
    }
    #header ul li a:hover,
    #header ul li.current a {
      background-position: left top;
      border: 0;
      color: #fff;
    }
      /* menu styles */
      #menu li {
        position: relative;
      }
      #menu li ul {
        background: #647D94;
        display: none;
        /* border: 1px solid #636363; */
        float: left;
        font-size: 1em;
        position: absolute;
        top: 42px;
        left: 0;
      }
        #menu li ul li {
          clear: left;
          display: block;
        }
        #menu li ul li a {
          background: transparent;
          line-height: 2.8em;
          width: 10em;
        }
        #menu li ul li a:hover {
          background: #3f4e5d;
        }

#body {
  background: #fff url(/images/bg_content.png) repeat-x top left;
  clear: both;
  display: inline;
  float: left;
  margin: -10px 7px 0 7px;
}
  .splash { float: left; }
  #content, #home_content {
    padding: 30px;
  }
  #content {
    float: left;
    width: 559px;
  }
    #content .inline-float,
    #content img {
      float: right;
      margin: 0 0 30px 30px;
    }
      #content .inline-float a.image { border: 0; }
      #content .inline-float img { margin: 0 0 0 0; }
      #content .inline-float a img { border: 1px solid #AD8B5B; float: none; }
      #content .inline-float .caption { font-size: .833em; text-align: right; margin: 0; padding: .5em 0 0 0; }
  #homepage_welcome_video {
    width: 320px;
    height: 240px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 184px;
    right: 37px;
    z-index: 1;
  }
  #home_content {
    background: #fff url(/images/bg_content.png) repeat-x top left;
    clear: both;
  }
    #home_tag {
      float: left;
      margin: 0;
      padding: 0;
      width: 393px;
    }
    #home_intro {
      float: left;
      margin-top: -1.25em;
      width: 435px;
    }
  #tertiary {
    background: #fff url(/images/bg_content.png) repeat-x top left;
    clear: both;
    font-size: .9090em;
    padding: 30px;
  }
    #tertiary h3 {
      margin: 0;
      font-size: 1.6363em;
    }
    .tertiary-column {
      float: left;
      margin: 0 30px 0 0;
      width: 256px;
    }
    .tertiary-column.last { margin-right: 0; }

  #sidebar {
    border-left: 1px solid #e4aa8d;
    float: left;
    font-size: .9166em;
    margin: 30px 0;
    padding: 0 30px;
    width: 208px;
  }
    #sidebar .sidebar-block {
      /* this is mostly to fix some double
      * margin awesomeness in IE6. The floated
      * buttons don't play nice with the headers
      */
      clear: both;
      float: left;
      width: 100%;
    }
    #sidebar h3 {
      color: #AD8B5B;
      margin: 0;
      padding: 1.8em 0 0 0;
    }
    #sidebar ul {
      margin: 1.25em 0;
    }
      #sidebar ul li {
        background: none;
        margin: 0 0 0 1.3636em;
        padding: 0;
        padding: .17em 0;
        text-indent: 0;
      }

#footer {
  border-top: 5px solid #081B37;
  clear: both;
  display: inline; /* IE6 double margin fix */
  float: left;
  font-size: .9166em;
  margin: 0 7px .9090em 7px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 888px;
}
  #footer-nav {
    background: #678299 url(/images/bg_footer-nav.png) repeat-x top;
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #footer-nav ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
  }
    #footer-nav ul li {
      background: none;
      margin: 0;
      padding: .9090em;
      position: relative;
      right: 50%;
      float: left;
    }
      #footer-nav ul li a {
        color: #fff;
        border: 0;
        text-decoration: none;
      }
      #footer-nav ul li a:hover { text-decoration: underline; }
  #copyright {
    clear: both;
    color: #5B4E3A;
    padding: .9090em;
    margin: 0;
  }

