/* Hershey homepage stylesheet */

/******************************** HOME PAGE *********************************/
#content {

}

#banner {
  display: block;
}

#banner-nonflash {
  display: block;
}

#featured-products {
  position: relative;
  height: 190px;
  background-image: url(/images/product_bg.gif);
}

#featured-products p {
  margin-top: 10px;
  line-height: 20px;
}

#product1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

#product2 {
  position: absolute;
  top: 0;
  left: 233px;
  width: 190px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

#product3 {
  position: absolute;
  top: 0;
  left: 466px;
  width: 190px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

#news-and-calendar {
  position: relative;
  padding: 20px 0 15px 15px;
  
  background-color: #F0F0F0;
}

#news-and-calendar h2 {
  color: #666666;
  background-color: #F0F0F0;
  font-weight: bold;
  font-size: 13px;
  padding-left: 10px;
  padding-bottom: 5px;
}

#news-and-calendar a.nc-link {
  position: relative;
  display: block;
  width: 245px;
  float: right;
  margin-left: 10px;
}

.nc-date {
  float: left;
}

#news {
  position: relative;
  width: 327px;
  float: left;
  
  background-color: white;
}

#calendar {
  position: relative;
  width: 327px;
  margin-left: 15px;
  float: left;
    
  background-color: white;
}

#news-content, #calendar-content {
  padding: 10px 10px 10px 10px;
  line-height: 20px;
}

.divider {
  height: 3px;
  background-color: #001f66;
}

.homepage-case-studies-list {
  padding: 0;
  margin: 0;
  margin-left: 5px;
}

.homepage-case-studies-list li {
  padding-left: 20px;
  list-style-type: none;
  
  background-image: url(/images/arrow.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
