/* Home CSS Document */

#features{
  float: left;
  width: 600px;
  height: 360px;
  background: url(../images/css/background_features.png) no-repeat;
}

#weekly_services{
  float: right;
  width: 340px;
  height: 180px;
  background: url(../images/css/background_weekly_services.jpg) no-repeat;
}

#weekly_services ul{
  float: right;
  width: 170px;
  padding: 0px;
  margin: 15px 0px 0px;
}

#weekly_services ul li{
  float: left;
  list-style: none;
  font-size: 14px;
  padding: 0px 0px 5px;
  margin: 0px;
}

#weekly_services ul li a{
  text-decoration: underline;
}

#weekly_services .link{
  float: left;
  width: 340px;
  margin: 15px 0px 0px;
  text-align: center;
}

#recent_programs{
  float: right;
  width: 340px;
  height: 130px;
  padding: 50px 0px 0px;
  background: url(../images/css/background_recent_programs.png) no-repeat;
}

#recent_programs .date{
  float: left;
  width: 50px;
  padding: 0px 0px 0px 15px;
  font: bold 15px Tahoma;
}

#recent_programs .info{
  float: right;
  width: 250px;
  padding: 0px 10px 0px 0px;
}

#recent_programs .info .title{
  float: left;
  width: 250px;
}

#recent_programs .info .title a{
  float: left;
  color: #032869;
  font: bold 15px Tahoma;
  text-decoration: underline;
}

#recent_programs .info .name{
  float: left;
  color: #A36F1B;
  width: 250px;
  padding: 3px 0px 2px;
}

#recent_programs .info .verse{
  float: left;
  color: #A36F1B;
  width: 250px;
}

#recent_programs .links{
  float: left;
  width: 340px;
  margin: 10px 0px 0px;
}

#recent_programs .links ul{
  float: right;
  padding: 0px;
  margin: 0px;
}

#recent_programs .links ul li{
  float: left;
  list-style: none;
  padding: 0px 10px 0px 0px;
}

#content_left{
  float: left;
  width: 460px;
}

#content_left #features{
  float: left;
  width: 460px;
  height: 300px;
}

#quote{
  float: left;
  width: 100%;
  padding: 25px 0px 20px;
  background: #FCF6EC url(../images/css/background_quote.gif) no-repeat;
}

#quote .verse{
  float: left;
  width: 90%;
  padding: 0px 5%;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 21px;
}

#quote .attribution{
  float: left;
  width: 90%;
  padding: 10px 5%;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: right;
  color: #1F6BA5;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}

#content_right{
  float: left;
  width: 260px;
  background: url(../images/css/background_image.gif) no-repeat;
}

#content_right #content_text{
  float: left;
  width: 240px;
  height: 190px;
  padding: 10px;
  overflow: auto;
  display: inline;
}

#content_right #coming_events{
  float: left;
  width: 260px;
  margin: 10px 0px 0px;
  display: inline;
  background: url(../images/css/background_coming_events.gif) no-repeat;
}

#coming_events .scroll{
  float: left;
  height: 160px;
  width: 240px;
  margin: 40px 0px 10px 10px;
  display: inline;
  overflow: auto;
}

#coming_events img{
  display: block;
  margin: 0px auto;
}

#coming_events .scroll table{
  border-collapse: collapse;
  width: 92%;
}


#coming_events .scroll table tr.over{
  cursor: pointer;
  cursor: hand;
}

#coming_events .scroll table tr.over th,
#coming_events .scroll table tr.over td{
  background: #F9EFDB;
}

#coming_events .scroll table tr td{
  padding: 10px 5px;
  vertical-align: top;
  color: #A4711D;
}

#coming_events .scroll table tr th{
  font-weight: bold;
  color: #1D659F;
  padding: 10px 5px 10px 0px;
  vertical-align: top;
  width: 55px;
}

#coming_events .scroll table tr.alt th,
#coming_events .scroll table tr.alt td{
  background: #FBF5E9;
}

#content_right #coming_events .link{
  float: left;
  width: 260px;
  text-align: center;
}

#content_right #random10{
  float: left;
  width: 240px;
  padding: 10px;
}
