/* Stylesheet for the Info boxes on the home page */


#info_container {
  margin-top:15px;
  height:345px;
  width:980px;
}
#info_container a {
  text-decoration:underline;
}
#info_container h3 {
  font-size:1.1em;
  padding:0;
  margin:0 0 10px 0;
  font-weight:bold;
}

#info_container div.info_box {
  border-top: 1px solid #666;
  padding:10px;
}
#info_container div.info_box li {
  margin-bottom:8px;
}

div.info_box .spriteImage, div.info_box .icon {
  padding-left:15px;
}

div.info_box .icon {
  background-positiong:0 -1px;
  padding-bottom:3px;
  background-repeat:no-repeat;
}
div.info_box .print_icon {
  background-image:url(images/icon-print.gif);
}
div.info_box .star_icon {
  background-image:url(images/icon-star.gif);
}

div.info_box .spriteImage {
  background-image:url(images/socialsprites.gif);
}

div.info_box .sprite1 {
  background-position:0 -1px;
  padding-bottom:3px;
}
div.info_box .sprite4 {
  background-position:-90px -1px;
  padding-bottom:3px;
}
div.info_box .sprite5 {
  background-position:-216px -1px;
  padding-bottom:3px;
}



/* Begin specifics for different areas */

#info_current {
  height:140px;
  width:330px;
  margin-bottom:10px;
}
#info_current p.event_time {
  display:none;
}
#info_current h3 a {
  color:#ef529d;
}

#info_past {
  height:140px;
  width:330px;
}

#info_products {
  height:310px;
  width:220px;
}

#info_spotlight {
  margin-bottom:10px;
  height:140px;
  width:150px;
}

#info_spotlight img {
  height:100px;
  margin-bottom:5px;
}

#info_share {
  margin-bottom:10px;
  height:140px;
  width:150px;
}
#info_share a {
  text-decoration:none;
  color:black;
}
#info_share li {
  line-height:20px;
}
#info_news {
  height:140px;
  width:330px;
}



