/* =============================================================================
Seed to Plate - News
============================================================================= */

h2 {margin: 0; padding: 0 0 12px 0;}

.base {
  background: url(../img/frames/frame_929.gif) 0 0 repeat-y;
  width: 929px;
}

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

.base_bottom {
  background: url(../img/frames/frame_929_bottom.jpg) left bottom no-repeat;
  padding: 17px 18px 19px 17px;
}

.base_bottom h3 {
  padding: 0 0 14px 0;
  font-weight: normal;
  font: normal 18px/20px Georgia, "Times New Roman", serif;
  color: #262626;
}

/* Left Box
============================================================================= */

#contact_left {
  float: left;
  width: 666px;
}

#contact_left p {
  padding-bottom: 16px;
}

#contact_left img {
  display: block;
  height: 246px;
  width: 369px;
  padding-bottom: 16px;
}
#contact_left.auto-img img {
  display: block;
  height: auto;
  width: auto;
  padding-bottom: 16px;
}
#contact_left ul {
    margin-bottom: 15px;
}
#contact_left li {
    list-style-type: disc;
    margin-left: 20px;
}

#news_nav_bar {
  border-top: 1px solid #D5CEC8;
  width: 666px;
  margin-top: 15px;
  padding-top: 16px;
  height: 20px;
  font: 11px/16px Tahoma, Arial, Sans-Serif;
}

#old_nav {
  display: block;
  float: right;
}

#new_nav {
  display: block;
  float: left;
}

#news_nav_bar a {
  color: #b57135;
  text-decoration: underline;
}
#news_nav_bar a:hover {
  color: #d29864;
  text-decoration: none;
}

/* Right Box
============================================================================= */

#contact_right {
  float: right;
  width: 192px;
}

#contact_right p {
  padding-bottom: 16px;
}

#contact_right span {
  display: block;
  color: #A79A8F;
  font: 11px/17px Tahoma, Arial, Sans-Serif;
}

#contact_right form input {
  border: 1px solid #CEC6BF;
  width: 184px;
  height: 16px;
  display: block;
  margin: 0;
  font: 12px/16px Arial, Tahoma, Sans-Serif;
  padding: 6px 5px;
}
#contact_right form input.hidden {display: none;}

#contact_right form button {
  background: url(/img/buttons/sign-up_news.gif) 0 0 no-repeat;
  height: 26px;
  width: 192px;
  border: none;
  cursor: pointer;
  margin-top: 17px;
}
#contact_right form button:hover {background-position: 0 -26px;}
#contact_right form button span {display: none;}

/* Error Box
============================================================================= */

p#error_box {
  background: #F5F1BE;
  border: 1px solid #DED99B;
  padding: 8px;
  margin-bottom: 17px;
}
