/* Home CSS Document */

#homeImages{
  float: left;
  display: inline;
  width: 794px;
  height: 200px;
}

#home_images{
  float: left;
  display: inline;
  width: 794px;
  height: 200px;
}

#marquee{
  float: left;
  width: 798px;
}

#marquee a{
  float: left;
  border-bottom: 4px solid #fff;
}

#marquee a:hover{
  border-bottom: 4px solid #cc6600;
}

#spotlight{
  float: left;
  display: inline;
  width: 232px;
  height: 360px;
  margin: 15px 5px 5px 5px;
  padding: 60px 0 0 0;
  background: url(../images/css/bkgrd_spotlightHome.jpg) no-repeat;
}

#headlines{
  float: left;
  display: inline;
  width: 318px;
  height: 360px;
  margin: 15px 5px 0 0;
  padding: 48px 5px 0 5px;
  background: url(../images/css/bkgrd_headlinesHome.jpg) no-repeat;
}

#headlines p.headlinesDate{
  font-weight: bold;
  color: #999;
  margin: 8px 0 0 0;
}

#headlines a.allnews{
  font-weight: bold;
  font-size: 16px;
  font-family: HelveticaNeue ThinExt, HelveticaNeue Thin, HelveticaNeue, Helvetica, Arial, sans-serif;
  float: right;
  width: 80px;
  margin: 16px 0 0 0;
  color: #999;
}

#headlines a{
  font-weight: bold;
  color: #cc6600;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

#headlines a:hover{
  text-decoration: underline;
}

#coming_events{
  float: left;
  display: inline;
  width: 194px;
  height: 360px;
  margin: 15px 0 0 0;
  display: inline;
  padding: 48px 5px 0 15px;
  background: url(../images/css/bkgrd_comingEvents_home.jpg) no-repeat;
}

#coming_events p.calendarDate{
  font-weight: bold;
  color: #999;
  margin: 8px 0 0 0;
}

#coming_events a{
  font-weight: bold;
  width: 185px;
  margin: 0;
  padding: 0;
  color: #cc6600;
  text-decoration: none;
}

#coming_events a:hover{
  text-decoration: underline;
}

#coming_events a.fullCalendar{
  font-weight: bold;
  font-size: 16px;
  font-family: HelveticaNeue ThinExt, HelveticaNeue Thin, HelveticaNeue, Helvetica, Arial, sans-serif;
  float: right;
  width: 120px;
  margin: 16px 0 0 0;
  display: inline;
  color:#999;
}