/* Home CSS Document */

#home_images{
  float: left;
  width: 920px;
  height: 360px;
  padding: 1px 1px 9px 1px;
  display: inline;
  background: url(../images/css/background_home_images.gif) no-repeat;
}

#features{
  float: left;
  width: 300px;
  height: 300px;
  padding: 1px;
  margin: 0px 8px 0px 0px;
  display: inline;
  background: url(../images/css/background_features.gif) no-repeat;
}

#coming_events{
  float: left;
  width: 300px;
  height: 300px;
  padding: 1px;
  background: url(../images/css/background_coming_events.gif) no-repeat;
}

#container.group_home #coming_events{
  float: left;
  width: 370px;
  height: 300px;
  padding: 1px;
  background: url(../images/css/bg_coming_events_group_home.gif) no-repeat;
}

#coming_events .scroll{
  float: left;
  width: 270px;
  height: 215px;
  overflow: auto;
  margin: 40px 0px 0px 15px;
  display: inline;
}

#container.group_home #coming_events .scroll{
  float: left;
  width: 340px;
  height: 215px;
  overflow: auto;
  margin: 40px 0px 0px 15px;
  display: inline;
}

#coming_events .event{
  float: left;
  width: 250px;
  margin: 0px 0px 10px;
  display: inline;
}

#container.group_home #coming_events .event{
  float: left;
  width: 320px;
  margin: 0px 0px 10px;
  display: inline;
}

#coming_events .event .date{
  float: left;
  width: 45px;
  height: 45px;
  padding: 2px 0px 0px;
  background: url(../images/css/background_date.gif) no-repeat;
}

#coming_events .event .date .month{
  float: left;
  text-align: center;
  width: 45px;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: white;
  text-transform: uppercase;
}

#coming_events .event .date .day{
  float: left;
  text-align: center;
  width: 45px;
  font: 24px Arial, Helvetica, sans-serif;
  color: white;
}

#coming_events .event .description{
  float: right;
  padding: 0px 10px;
}

#coming_events .event .description .title{
  float: left;
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #365FB7;
  clear: both;
  width: 185px;
}

#container.group_home #coming_events .event .description .title{
  float: left;
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #365FB7;
  clear: both;
  width: 255px;
}

#coming_events .event .description .intro{
  float: left;
  clear: both;
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
  width: 185px;
}

#container.group_home #coming_events .event .description .intro{
  float: left;
  clear: both;
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
  width: 255px;
}

#coming_events .link{
  float: left;
  margin: 15px 0px 0px 15px;
  display: inline;
}

#recent_programs{
  float: left;
  width: 300px;
  height: 300px;
  padding: 1px;
  margin: 0px 0px 0px 8px;
  display: inline;
  background: url(../images/css/background_recent_programs.gif) no-repeat;
}


