

.featured_story
{
  background-image: url(../../images/homepage/spotlight_story_bg.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 558px;
  padding: 15px;
  border: 1px solid #cfcfcf;
  border-bottom: 0;
  margin-bottom: 20px;
  padding-top: 10px;
}
.featured_story .heading
{
  font-size: 20px;
  margin-bottom: 10px;
}

.latest_research_box
{
  width: 350px;
  float: left;
}
.latest_research_box h1
{
  background-image: url(../../images/homepage/icon_research.gif);
  background-repeat: no-repeat;
  padding-left: 21px;
  background-position: left center;
  line-height: 18px;
  margin-bottom: 15px;
  font-size: 18px;
}

.latest_trends_box
{
  width: 200px;
  float: right;
}
.latest_trends_box h1
{
  background-image: url(../../images/homepage/icon_trends.gif);
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: left center;
  line-height: 18px;
  margin-bottom: 15px;
  font-size: 18px;
}
