.span-5 { overflow: hidden; }

#home #content {
  background: url(../images/home_bg.jpg) top no-repeat;
  margin-top: 0px;
  border: none;
  margin-bottom: 15px;
  padding-bottom: 0px;
}

#home #content #main {
  padding-top: 47px;
  padding-left: 15px;
  width: 380px;
  max-height: 478px;
  height: 377px;
  overflow: hidden;
}

#home #content #main p {
  padding-top: 10px;
  text-align: left;
  font-size: 1.25em;
  line-height: 1.5em;
  margin-bottom: 30px;
}

#home #content #main ol {
  margin-left: 0;
}

#home #content #main ol li {
  padding-left: 40px;
  background: url(../images/home_bullet.gif) no-repeat 0 center;
  margin-bottom: 10px;
  color: #79633f;
}

#home #content #main ol li p {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

#home #content #main h3 {
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* Adjust description because image title is used */
#home #content p.mortgage_desc { margin-top: -5px !important; }

#home #content #main li a {
  color: #000;
}

#home #logo {
  height: 47px;
  width: 351px;
  background: url(../images/shapiro_logo_large.png) no-repeat;
}

#home #news {
  padding: 10px 15px;
  background: url(../images/news_bg.jpg) no-repeat;
}

#home #news h2 {
  font-size: 1em;
  font-weight: bold;
}

#home #news h2, #home #news p {
  float: left;
  padding-right: 1em;
}

#home #news * {
  margin-bottom: 0;
}

#home #news p {
  color: #79633f;
}

#home #news p.last {
  float: right;
  text-align: right;
  margin-right: 15px;
}

#home #previews {
  margin-top: 15px;
}

#home #previews h3 {
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 5px;
}

#home #previews p {
  font-size: 0.9em;
  line-height: 1.2em;
  margin-bottom: 10px;
  color: #79633f;
}

#home #previews p a {
  font-weight: bold;
}

#home #previews ol {
  margin: 0;
}

#home #previews li {
  background: url(../images/preview_box.jpg) no-repeat;
  float: left;
  width: 204px;
  height: 98px;
  overflow: hidden;
  display: block;
  margin-right: 14px;
  padding: 15px;
  text-align: center;
}

#home #previews li.last {
  margin-right: 0;
  width: 206px;
}

