/* Home CSS Document */

#home_images{
  float: right;
  width: 758px;
  height: 300px;
  display: inline;
  margin: 0px 1px;
}

#bottom{
  float: right;
  width: 758px;
  height: 270px;
  margin: 0px 1px;
  background: url(../images/css/background_bottom.gif) no-repeat;
}

#bottom #recent_programs{
  float: left;
  display: inline;
  width: 270px;
  height: 230px;
  margin: 39px 0px 0px;
}

#coming_events{
  float: left;
  width: 216px;
  height: 230px;
  position: relative;
  display: inline;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  line-height: 12px;
  color: white;
  padding: 0px;
  margin: 39px 1px 0px;
  background: url(../images/css/background_coming_events.jpg) no-repeat;
}

#coming_events ul{
  margin: 0px;
  padding: 0px 0px 10px;
}

#coming_events ul li{
  list-style: none;
}

#coming_events .date,
#coming_events .date a{
  font-weight: bold;
  color: #D5EAFF;
}

#coming_events .name
#coming_events .name a{
  color: white;
}

#coming_events .scroll{
  width: 186px;
  height: 170px;
  overflow: auto;
  margin: 15px 15px 5px;
}

#coming_events .links ul{
  padding: 8px 0px 0px 8px;
  margin: 0px;
}

#coming_events .links ul li{
  list-style: none;
  padding: 2px 0px 0px;
  background: none;
}

#coming_events .links ul li a{
  display: block;
  width: 199px;
  height: 26px;
}

#coming_events .links ul li a{
  background: url(../images/view_full_calendar.gif) no-repeat top left;
}

#coming_events .links ul li a:hover{
  background: url(../images/view_full_calendar.gif) no-repeat bottom left;
}

#bottom #features{
  float: left;
  display: inline;
  width: 487px;
  height: 230px;
  margin: 39px 0px 0px 1px;
  background: url(../images/css/background_features.gif) no-repeat;
}

#features{
  float: left;
  display: inline;
  width: 270px;
  height: 230px;
  margin: 39px 0px 0px;
}


/* Group Home CSS Document */

#pageHeader.group_home{
  float: left;
  width: 748px;
  height: 250px;
  margin: 0px 0px 0px 0px;
}

#group_home{
  float: left;
  width: 532px;
  height: 270px;
  background: black url(../images/css/background_group_home.gif) no-repeat;
}

#group_home #coming_events{
  float: left;
  width: 256px;
  height: 230px;
  position: relative;
  display: inline;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  line-height: 12px;
  color: white;
  padding: 0px;
  margin: 45px 6px 0px 0px;
  background: url(../images/css/background_coming_events.jpg) no-repeat;
}

#group_home #coming_events .scroll{
  width: 226px;
  height: 170px;
  overflow: auto;
  margin: 15px 15px 5px;
}

#group_home #coming_events .links ul{
  padding: 8px 0px 8px 36px;
  margin: 0px;
}

#group_home #coming_events .links ul li a{
  background: url(../images/view_full_calendar_group.gif) no-repeat top left;
}

#group_home #coming_events .links ul li a:hover{
  background: url(../images/view_full_calendar_group.gif) no-repeat bottom left;
}

#group_home #features{
  margin: 45px 0px 0px;
  background: url(../images/css/background_features.gif) no-repeat;
}