#mainTable #headerNav td {
  background-color: #5A702C; }
  #mainTable #headerNav td ul {
    float: right; }
    #mainTable #headerNav td ul li {
      float: left;
      list-style-type: none; }
      #mainTable #headerNav td ul li a {
        display: block;
        padding: 6px 9px 8px 9px;
        text-transform: lowercase;
        font-style: italic;
        font-weight: normal;
        color: #fff;
        font-size: 11px;
        -webkit-transition: background .35s, color .35s;
        -moz-transition: background .35s, color .35s;
        -ms-transition: background .35s, color .35s;
        -o-transition: background .35s, color .35s;
        transition: background .35s, color .35s; }
        #mainTable #headerNav td ul li a:hover {
          background-color: #fff;
          color: #5A702c;
          text-decoration: none; }
#mainTable #header td {
  height: 75px;
  background: #788952 url("../images/moss.jpg") no-repeat 0px 50%; }
  #mainTable #header td h1 {
    display: inline-block; }
    #mainTable #header td h1 a {
      color: #fff;
      font-size: 31px;
      display: inline-block;
      position: relative;
      left: 11px;
      letter-spacing: -0.03em;
      -webkit-transition: color .5s;
      -moz-transition: color .5s;
      -ms-transition: color .5s;
      -o-transition: color .5s;
      transition: color .5s; }
      #mainTable #header td h1 a:hover {
        text-decoration: none;
        text-shadow: 0px 0px 4px white; }
        #mainTable #header td h1 a:hover img {
          -webkit-transform: rotate(4deg) scale(1.1);
          -moz-transform: rotate(4deg) scale(1.1);
          -ms-transform: rotate(4deg) scale(1.1);
          -o-transform: rotate(4deg) scale(1.1);
          transform: rotate(4deg) scale(1.1); }
      #mainTable #header td h1 a img {
        vertical-align: middle; }
      #mainTable #header td h1 a span {
        display: inline-block;
        position: relative;
        top: 3px; }
      #mainTable #header td h1 a img, #mainTable #header td h1 a span {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
  #mainTable #header td ul {
    list-style-type: none;
    position: relative;
    float: right; }
    #mainTable #header td ul li {
      float: right; }
      #mainTable #header td ul li a {
        display: block;
        position: relative;
        top: 13px;
        right: 10px;
        margin-left: 10px;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
        #mainTable #header td ul li a span {
          display: none; }
        #mainTable #header td ul li a:hover {
          -webkit-transform: rotate(4deg) scale(1.1);
          -moz-transform: rotate(4deg) scale(1.1);
          -ms-transform: rotate(4deg) scale(1.1);
          -o-transform: rotate(4deg) scale(1.1);
          transform: rotate(4deg) scale(1.1); }

body #leftCol {
  background-color: #dbd594;
  width: 18.181em;
  vertical-align: top; }
  body #leftCol #sectionLinks {
    background: #dbd594;
    padding: 10px; }
    body #leftCol #sectionLinks ul, body #leftCol #sectionLinks li {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    body #leftCol #sectionLinks .level1, body #leftCol #sectionLinks .subnavList li {
      border-bottom: 1px solid #788952; }
    body #leftCol #sectionLinks ul li .local-nav {
      color: #000;
      font-size: 14px;
      text-align: left;
      padding: 10px 5px;
      display: block;
      font-weight: normal;
      position: relative;
      font-family: 'calibri', sans-serif;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      body #leftCol #sectionLinks ul li .local-nav:hover {
        text-decoration: none;
        color: #222;
        font-style: normal;
        background-color: #C6C085; }
    body #leftCol #sectionLinks ul li:last-child {
      border: 0; }
  body #leftCol #contactUs p {
    margin: 1em;
    padding: 5px;
    font-size: 1em;
    line-height: 1.2;
    font-style: italic;
    color: #666; }
    body #leftCol #contactUs p a {
      display: block;
      color: #49572A;
      font-weight: bold;
      font-style: normal; }
      body #leftCol #contactUs p a:hover {
        color: #B66914; }
  body #leftCol #contactUs #mailingAdr {
    margin: 1em;
    padding: 5px; }
    body #leftCol #contactUs #mailingAdr div {
      line-height: 1.2;
      color: #666;
      font-style: italic; }
      body #leftCol #contactUs #mailingAdr div.org {
        font-weight: bold;
        font-style: normal;
        color: #49572A; }
  body #leftCol #contactUs #firstGovBadge {
    display: block;
    background: #fff url(http://www.fs.fed.us/common/images/firstgov.gif) no-repeat center;
    height: 33px;
    border: 1px solid #bfbfbf;
    text-indent: -9999px;
    margin: 1em;
    padding: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-box-shadow: 1px 1px 1px #333; }
body .subnavList {
  display: none;
  background: #cfc98b; }
  body .subnavList a {
    display: block;
    padding: .5em;
    color: #333;
    font-weight: normal;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s; }
    body .subnavList a.viprnav {
      font-weight: bold; }
    body .subnavList a:hover {
      background-color: #FBF4A9;
      text-decoration: none; }
  body .subnavList .subsubNav li a {
    font-size: 10px;
    display: block;
    padding-left: 13px; }
body#home .homeLink {
  background-color: #b7b27b; }
  body#home .homeLink a.local-nav {
    color: #000;
    font-weight: bold !important; }
  body#home .homeLink .subnavList {
    display: block; }
body#ip .ipLink, body#faq .ipLink {
  background-color: #b7b27b; }
  body#ip .ipLink a.local-nav, body#faq .ipLink a.local-nav {
    color: #000;
    font-weight: bold !important; }
  body#ip .ipLink .subnavList, body#faq .ipLink .subnavList {
    display: block; }
body#ga .gaLink {
  background-color: #b7b27b; }
  body#ga .gaLink a.local-nav {
    color: #000;
    font-weight: bold !important; }
  body#ga .gaLink .subnavList {
    display: block; }
body#abs .absLink {
  background-color: #b7b27b; }
  body#abs .absLink a.local-nav {
    color: #000;
    font-weight: bold !important; }
  body#abs .absLink .subnavList {
    display: block; }
body#arra .arraLink {
  background-color: #b7b27b; }
  body#arra .arraLink a.local-nav {
    color: #000;
    font-weight: bold !important; }
  body#arra .arraLink .subnavList {
    display: block; }
body#trainee .traineeLink {
  background-color: #b7b27b; }
  body#trainee .traineeLink a.local-nav {
    color: #000;
    font-weight: bold !important; }
  body#trainee .traineeLink .subnavList {
    display: block; }

/*







                #mainTable #content #leftCol #contactUs #mailingAdr div {

                }

                #mainTable #content #leftCol #contactUs #mailingAdr .org {

                }

            #mainTable #content #leftCol #contactUs
        */
@font-face {
  font-family: "open_sanssemibold";
  src: url("../fonts/OpenSans-Semibold-webfont.eot");
  src: url("../fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "open_sanslight";
  src: url("../fonts/OpenSans-Light-webfont.eot");
  src: url("../fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "open_sansbold";
  src: url("../fonts/OpenSans-Bold-webfont.eot");
  src: url("../fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "open_sansregular";
  src: url("../fonts/OpenSans-Regular-webfont.eot");
  src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "calibri";
  src: url("../fonts/calibri-webfont.eot");
  src: url("../fonts/calibri-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/calibri-webfont.woff") format("woff"), url("../fonts/calibri-webfont.ttf") format("truetype"), url("../fonts/calibri-webfont.svg#calibri") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "calibri_bold";
  src: url("../fonts/calibrib-webfont.eot");
  src: url("../fonts/calibrib-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/calibrib-webfont.woff") format("woff"), url("../fonts/calibrib-webfont.ttf") format("truetype"), url("../fonts/calibrib-webfont.svg#calibri_bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "calibri_italic";
  src: url("../fonts/calibrii-webfont.eot");
  src: url("../fonts/calibrii-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/calibrii-webfont.woff") format("woff"), url("../fonts/calibrii-webfont.ttf") format("truetype"), url("../fonts/calibrii-webfont.svg#calibri_italic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "calibri_light";
  src: url("../fonts/calibri_light.eot");
  src: url("../fonts/calibri_light.eot?#iefix") format("embedded-opentype"), url("../fonts/calibri_light.woff") format("woff"), url("../fonts/calibri_light.ttf") format("truetype"), url("../fonts/calibri_light.svg#calibri_light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "calibri_light_italic";
  src: url("../fonts/calibri_light_italic.eot");
  src: url("../fonts/calibri_light_italic.eot?#iefix") format("embedded-opentype"), url("../fonts/calibri_light_italic.woff") format("woff"), url("../fonts/calibri_light_italic.ttf") format("truetype"), url("../fonts/calibri_light_italic.svg#calibri_light_italic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }
body {
  font-family: calibri, sans-serif;
  background-color: #fff;
  background: #4a572b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4a572b 0%, #87a04d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a572b), color-stop(100%, #87a04d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4a572b 0%, #87a04d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4a572b 0%, #87a04d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4a572b 0%, #87a04d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4a572b 0%, #87a04d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a572b', endColorstr='#87a04d',GradientType=0 );
  /* IE6-9 */
  background-attachment: fixed; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: "calibri", sans-serif;
    font-weight: normal; }
  body #mainTable {
    min-width: 70.181em;
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 4px 11px black;
    margin-top: 10px;
    border-collapse: inherit; }
    body #mainTable p {
      font-family: 'calibri', sans-serif;
      text-decoration: none;
      font-size: 14px;
      color: #000000; }
    body #mainTable #footer td {
      background: #000 url("../images/footer_bg.jpg") no-repeat center;
      padding: 25px; }
      body #mainTable #footer td ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: right; }
        body #mainTable #footer td ul li {
          float: left; }
          body #mainTable #footer td ul li a {
            font-size: 10px;
            display: block;
            color: #fff;
            margin-left: 2em;
            border-left: 1px solid #fff;
            padding-left: 2em; }
          body #mainTable #footer td ul li:first-child a {
            border-left: 0; }
  body p#lastModified {
    max-width: 970px;
    width: 100%;
    text-align: right;
    margin: 0 auto;
    padding: 25px;
    color: #FBFAF4;
    font-size: 1em;
    font-weight: normal;
    text-transform: lowercase;
    font-style: italic; }
  body .clearfix {
    clear: both; }

/*# sourceMappingURL=style.css.map */
