/*
 * feature banner at the foot of the page
 */
div#feature-banner {
  overflow: hidden;
  background: url(/img/feature-banner-top-pod.jpg) top left no-repeat;
  margin: 0 0 16px 16px;
}
div#feature-banner div#top-content {
  overflow: hidden;
  padding: 25px 25px 0 0;
}
div#top-content div.small-content {
  float: left;
  text-align: right;
  margin: 0 30px 0 0;
  padding: 0 0 10px 0;
  width: 617px;
}
div#top-content div.small-content a {
  display: block;
  width: 617px;
}
div#top-content div#feature-news-title {
  float: left;
  padding: 5px 0 0 0;
  width: 250px;
}
div#top-content div#feature-news-title p {
  margin: 0;
  padding: 0;
}
div#top-content div#feature-news-title a {
  font-size: 0.9em;
}
div#top-content div#feature-news-title span.whitecaps {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.9em;
}
div#feature-banner-inner {
  padding: 0 8px 0 0;
  background: url(/img/feature-banner-bg-pod.jpg) bottom left no-repeat;
  overflow: hidden;
  height: 100%;
}
div#feature-banner div.full-content {
  display: none;
  height: 175px;
  color: #fff;
}

div#feature-banner div.full-content div#feature-content {
  float: left;
  margin: 0 50px 0 0;
  padding: 0px 0 0 280px;
}

div#feature-banner div.full-content div#feature-content a {
  text-decoration: none;
  color: #fff;
}

div#feature-banner div.full-content div#feature-content p {
  margin: 0;
  padding: 0;
}

div#feature-banner div.full-content div#feature-content table a {
  color: #37c6f4;
  text-decoration: none;
}

div#feature-banner div.full-content div#feature-content table a:hover {
  text-decoration: underline;
}

div#feature-banner div.full-content div#feature-content table td {
  font-size: 1.05em;
}

div#feature-banner div.full-content div#feature-content table td p {
  padding: 0 0 0.2em 0;
}

div#feature-banner div.full-content div#feature-news {
  float: right;
  padding: 0;
  width: 280px;
}

div#feature-banner div.full-content div#feature-news p {
  margin: 0;
  padding: 0;
}

div#feature-banner div.full-content div#feature-news a {
  font-size: 0.9em;
}
div#feature-banner div#feature-banner a#feature-banner-expand {
  display: block;
  text-decoration: none;
}
div#feature-banner-footer {
  width: 932px;
  height: 8px;
  background: url(/img/feature-banner-bottom-closed.jpg) top left no-repeat;
}
