/* Home CSS Document */

#features{
  float: left;
  width: 920px;
  clear: both;
  margin: 1px 0px 0px;
}

#middle{
  float: left;
  width: 920px;
  clear: both;
  border-top: 3px solid #E9E9E9;
  border-bottom: 3px solid #E9E9E9;
  padding: 1px 0px 4px;
  margin: 4px 0px 0px;
}

#spotlight_container{
  float: left;
  width: 286px;
  padding: 10px;
  background: #F4F4F4;
}

#spotlight_container h2{
  font: bold 24px "Times New Roman", Times, serif;
  color: #666666;
  border-bottom: 1px solid #CCCCCC;
  padding: 0px 0px 5px;
}

#spotlight{
  float: left;
  width: 286px;
  margin: 5px 0px 0px;
}

#spotlight .image{
  float: left;
  width: 280px;
  height: 120px;
  padding: 2px;
  overflow: hidden;
  background: white;
  border: 1px solid #CCCCCC;
}

#spotlight .scroll{
  float: left;
  width: 286px;
  height: 73px;
  overflow: auto;
  margin: 15px 0px 0px;
}

#spotlight .scroll .name{
  float: left;
  width: 266px;
  font: bold 15px "Times New Roman", Times, serif;
  color: #666666;
}

#spotlight .intro{
  float: left;
  width: 266px;
  margin: 3px 0px 0px;
  line-height: 16px;
}

#spotlight .link{
  width: 282px;
  margin: 16px 0px 0px;
  padding: 2px;
  text-align: right;
  border-bottom: 1px solid #CCCCCC;
}

#spotlight .link a{
  font: bold 16px "Times New Roman", Times, serif;
  color: #666666;
}

#recent_programs_container{
  float: left;
  width: 286px;
  padding: 10px;
  background: #F4F4F4;
}

#recent_programs_container h2{
  font: bold 24px "Times New Roman", Times, serif;
  color: #666666;
  border-bottom: 1px solid #CCCCCC;
  padding: 0px 0px 5px;
}

#recent_programs{
  float: left;
  width: 286px;
  margin: 5px 0px 0px;
}

#recent_programs .program{
  float: left;
  width: 286px;
}

#recent_programs .program .image{
  float: left;
  width: 70px;
  height: 50px;
  padding: 1px;
  background: white;
  border: 1px solid #CCCCCC;
}

#recent_programs .program .scroll{
  float: right;
  width: 200px;
  height: 75px;
  padding: 0px 3px;
  overflow: auto;
}

#recent_programs .program .scroll .title{
  float: left;
  width: 180px;
  color: #666666;
  font: bold 15px "Times New Roman", Times, serif;
}

#recent_programs .program .scroll .date{
  float: left;
  width: 180px;
  color: #949494;
  font: 11px "Times New Roman", Times, serif;
}

#recent_programs .program .scroll .intro{
  width: 180px;
  line-height: 16px;
}

#recent_programs .program .links{
  float: right;
  width: 206px;
  border-bottom: 1px solid #CCCCCC;
  margin: 15px 0px 0px;
}

#recent_programs .program .links ul{
  float: left;
  padding: 0px 0px 0px 1px;
  margin: 0px;
}

#recent_programs .program .links ul li{
  float: left;
  padding: 3px 4px;
  margin: 0px;
  list-style: none;
  font: bold 13px "Times New Roman", Times, serif;
}

#recent_programs .program .links ul li.download{
  padding: 3px 13px;
}

#recent_programs .program .links ul li a{
  float: left;
  padding: 0px;
  margin: 0px;
  color: #666666;
}

#middle #blogs_container{
  float: left;
  width: 286px;
  padding: 10px;
  background: #F4F4F4;
  margin: 0px;
  border: 0px;
}

#middle #blogs{
  width: 286px;
}

#middle #blogs .scroll{
  float: left;
  width: 286px;
  height: 214px;
  overflow: auto;
}

#middle #blogs .scroll .headline,
#middle #blogs .scroll .headline .title,
#middle #blogs .scroll .headline .date,
#middle #blogs .scroll .headline .intro{
  width: 266px;
}

#middle #blogs .link{
  width: 282px;
  margin: 16px 0px 0px;
  padding: 2px;
}

#events_container{
  float: left;
  width: 900px;
  clear: both;
  padding: 10px;
  margin: 1px 0px 0px;
  background: #F4F4F4;
}

#events_container .name{
  float: left;
  width: 780px;
}

#events_container .name h2{
  font: bold 24px "Times New Roman", Times, serif;
  color: #666666;
  border-bottom: 1px solid #CCCCCC;
  padding: 0px 0px 5px;
}

#events_container .link{
  float: left;
  width: 116px;
  text-align: right;
  border-bottom: 1px solid #CCCCCC;
  padding: 8px 2px;
}

#events_container .link a{
  font: bold 12px "Times New Roman", Times, serif;
  color: #666666;
}

#coming_events{
  float: left;
  width: 900px;
  padding: 0px;
  margin: 2px 0px 0px;
}

#coming_events #events{
  float: left;
  width: 900px;
  clear: both;
}

#coming_events #events .event{
  float: left;
  width: 176px;
  margin: 0px 0px 0px 5px;
  padding: 1px 0px 10px;
  display: inline;
  border-top: 4px solid #666666;
  border-bottom: 1px solid #CCCCCC;
}

#coming_events #events .event .name{
  float: left;
  width: 176px;
  margin: 3px 0px 0px;
  font: bold 13px "Times New Roman", Times, serif;
}

#coming_events #events .event .name a{
  color: #666666;
}

#coming_events #events .event .date{
  width: 176px;
  color: #949494;
  font: 10px "Times New Roman", Times, serif;
  margin: 2px 0px 0px;
}

#coming_events #events .event .intro{
  width: 176px;
}
