/* =============================================================================
Seed to Plate - Grow Guides Introduction
============================================================================= */

#sub-nav {
  width: 220px;
  float: left;
}

  #sub-nav ul {
    font: normal 14px/19px Arial, Helvetica, sans-serif;
    color: #749622;
    padding: 16px 0 18px 0;
    border-bottom: 1px solid #d5cec8;
  }

  #sub-nav ul.middle_bottom {
    padding: 16px 0 18px 0;
  }

  #sub-nav ul.bottom {
    padding: 16px 0 0 0;
    border-bottom: none;
  }

    #sub-nav ul li {
      margin: 0 12px;
    }

    #sub-nav ul li.heading {
      font: normal 18px Georgia, "Times New Roman", serif;
      color: #3c3229;
      margin: 0 12px 8px 12px;
    }

      #sub-nav ul li a {color: #b57135;}
      #sub-nav ul li a:hover {color: #d29864;}

.base {
  background: url(../img/frames/frame_694.gif) 0 0 repeat-y;
  width: 694px;
  float: right;
}

.base_top {
  background: url(../img/frames/frame_694_top.jpg) left top no-repeat;
}

.base_bottom {
  background: url(../img/frames/frame_694_bottom.jpg) left bottom no-repeat;
  padding: 16px 12px 24px 12px;
}

h2.left {
  float: left;
}

a.right {
  margin: 8px 0 0 0;
  float: right;
}

  .base_bottom p {
    margin: 10px 0 0 0;
  }

  .base_bottom p.pdf {
    background: url(../img/icons/pdf.gif) 0 0 no-repeat;
    font-size: 14px;
    height: 32px;
    padding: 8px 0 0 40px;
  }

    .base_bottom p.pdf a {
      text-decoration: none;
      border-bottom: 1px solid #e6d0bc;
    }

    .base_bottom p.pdf a:hover {border-bottom: none;}
