/* Home CSS Document */

#home{
  float: left;
  width: 900px;
  padding: 0px;
  background: url(../images/css/background_home.jpg) no-repeat;
  display: inline;
}

#footer.home .address{
  display: none;
}

#home #top{
  width: 880px;
  padding: 0px 10px;
}

#home #bottom{
  width: 880px;
  height: 290px;
  padding: 0px 10px;
  background: url(../images/css/background_home_bottom.jpg) no-repeat;
  float: left;
}

#spotlight{
  width: 205px;
  height: 260px;
  float: left;
  padding: 30px 0px 0px;
  background: url(../images/css/background_spotlight.gif) no-repeat;
  line-height: 16px;
  margin: 10px 0px 0px;
}

#spotlight .image{
  background: url(../images/css/background_spotlight_image.jpg) no-repeat;
  width: 185px;
  padding: 4px;
  height: 100px;
  margin: 6px;
  display: inline;
}

#spotlight .name{
  font-weight: bold;
  font-size: 13px;
  padding: 0px 10px;
}

#spotlight .description{
  float: left;
  width: 185px;
  padding: 0px 10px 5px;
  margin: 5px 0px;
}

#spotlight .description .scroll{
  overflow: auto;
  height: 80px;
}

#spotlight .description a{
  color: #584F21;
}

#spotlight .link,
#missions .link,
#coming_events .link,
#recent_programs .link{
  float: left;
  width: 205px;
}

#coming_events .link,
#recent_programs .link{
  width: 165px;
}

#spotlight .link a,
#missions .link a,
#coming_events .link a,
#recent_programs .link a{
  color: white;
  font-weight: bold;
  font-size: 13px;
  width: 185px;
  padding: 4px 10px;
  display: block;
  background: #5E77B0;
  text-align: right;
}

#coming_events .link a,
#recent_programs .link a{
  width: 165px;
}

#spotlight .link a:hover,
#missions .link a:hover,
#coming_events .link a:hover,
#recent_programs .link a:hover{
  background: #465B8C;
  text-decoration: none;
}

#missions{
  width: 205px;
  height: 260px;
  float: left;
  padding: 30px 0px 0px;
  background: url(../images/css/background_missions.gif) no-repeat;
  line-height: 16px;
  margin: 10px 0px 0px;
}

#missions #marquee{
  width: 205px;
  height: 200px;
  margin: 0px 0px 31px;
}

#features{
  float: left;
  width: 430px;
  /*430/274*/
  padding: 20px 20px 0px;
  height: 295px;
  background: url(../images/css/background_features.jpg) no-repeat;
}

#coming_events{  
  width: 185px;
  height: 225px;
  background: #4D4D4D;
  float: left;
  display: inline;
  padding: 35px 0px 0px;
  margin: 40px 0px 0px;
  background: url(../images/css/background_coming_events.gif) no-repeat;
}

#coming_events .scroll{
  height: 170px;
  width: 185px;
  overflow: auto;
  margin: 0px 0px 5px;
}

#coming_events table{
  border-collapse: collapse;
  width: 165px;
}

#coming_events table tr{}


#coming_events table tr.over{
  cursor: pointer;
  cursor: hand;
}

#coming_events table tr th{
  background: #F3F4FC;
  color: #5E77B0;
  vertical-align: top;
  padding: 3px;
}

#coming_events table tr td{
  background: #F3F4FC;
  color: #666666;
  vertical-align: top;
  padding: 3px;
}

#coming_events table tr.alt th,
#coming_events table tr.alt td{
  background: white;
}

#welcome{
  float: left;
  width: 490px;
  margin: 0px 10px;
  padding: 75px 0px 0px;
  font: 12px "Times New Roman", Times, serif;
}

#welcome .video,
#welcome #video{
  width: 265px;
  height: 150px;
  margin: 0px 15px 0px 0px;
  display: inline;
  float: right;
}

#welcome .info{
  width: 180px;
  float: left;
  margin: 35px 10px 0px 15px;
  display: inline;
}

#welcome .info div{
  width: 180px;
  height: 25px;
  /*float: left;*/
  padding: 20px 0px 5px;
  color: #5E77B0;
  text-align: center;
}

#welcome .info .services{
  background: url(../images/css/background_services.gif) no-repeat center top;
}

#welcome .info .hours{
  background: url(../images/css/background_hours.gif) no-repeat center top;
}

#welcome .info .pastor{
  background: url(../images/css/background_pastor.gif) no-repeat center top;
}

#welcome .address{
  width: 458px;
  height: 13px;
  padding: 7px 15px 8px;
  background: #F9F4F0;
  border: 1px solid #F4EBE3;
  text-align: center;
  display: block;
  float: left;
}

#recent_programs{
  width: 185px;
  height: 225px;
  background: #4D4D4D;
  float: left;
  display: inline;
  padding: 35px 0px 0px;
  margin: 40px 0px 0px;
  background: url(../images/css/background_recent_programs.gif) no-repeat;
}

#recent_programs .scroll{
  height: 170px;
  width: 185px;
  overflow: auto;
  margin: 0px 0px 5px;
}

#recent_programs .program{
  width: 165px;
  float: left;
  margin: 0px 0px 5px;;
  background: url(../images/css/background_recent_programs_program.gif) repeat-x left bottom;
}

#recent_programs .date{
  width: 35px;
  float: left;
  text-align: center;
}

#recent_programs .date .month{
  font: 10px "Times New Roman", Times, serif;
  width: 35px;
  text-transform: uppercase;
  color: #756552;
}

#recent_programs .date .day{
  width: 35px;
  font: 18px "Times New Roman", Times, serif;
  color: #5E77B0;
}

#recent_programs .title{
  font: 15px "Times New Roman", Times, serif;
  width: 130px;
  float: left;
}

#recent_programs .speaker{
  width: 130px;
  float: left;
  color: #5E77B0;
}

#recent_programs .links{
  width: 130px;
  float: right;
  margin: 5px 0px;
}

#recent_programs .links ul{
  padding: 0px;
  margin: 0px;
}

#recent_programs .links ul li{
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline;
}




