/* Home CSS Document */

#features{
  float: left;
  width: 545px;
  padding: 15px 0px 0px 10px;
  background: url(../images/css/background_features.gif) no-repeat 15px 8px;
}

#content_left{
  float: left;
  width: 580px;
}

#content_right{
  float: right;
  width: 290px;
  margin-top: 0px;
}

#new_to a,
#service_times a,
#feature_blog a{
 background: url(../images/css/background-home-link.png) no-repeat bottom left;
  padding: 20px 10px 30px 30px;
  width: 250px;
  position: relative;
  margin-top: -15px;
}

#new_to .homeNew,
#new_to a.selected,
#service_times a.selected,
#feature_blog a.selected{
  background: url(../images/css/background-home-linkOver.png) no-repeat bottom left;
}

#new_to a{
  color: #4c4734;
  font-size: 20px;
  display: block;
  float: right;
  margin-top: 15px;
  padding-top:15px;
  height: 40px;
  text-decoration: none;
}
#new_to a span{
  color: #7e7c6a;
  font-size: 12px;
  display: block;
}
#listen_to{
  float: right;
}

#service_times a{
  color: #4a4330;
  font-size: 15px;
  float: right;
  height: 40px;
  text-decoration: none;
}

#service_times a span{
  font-size: 12px;
  color: #7e7c6a;
  display: block; 
}

#feature_blog a,
#feature_blog a:hover{ 
  float: right;
  font-size: 12px; 
  color: #7e7c6a;
  display: block;
  text-decoration: none;
}

#feature_blog a h2{
  font-size: 15px;
  color: #4a4330;
  margin: 3px 0;
  font-weight: normal;
  padding: 0;
}

#feature_blog a p{
  padding: 0;
  margin: 5px 0;
  line-height: 1.5em;
}

#feature_blog .cont{
  background: url(../images/css/blog_link_bg.png) no-repeat center right;
  font-size: 11px;
  color: #626051;
  text-decoration: none;
  padding: 0 15px 0 0;
}

#recent_programs{
  float: right;
  width: 255px;
  padding: 0px 5px;
}

#recent_programs .image{
  float: left;
  width: 235px;
  margin-bottom: 5px;
  height: 120px;
  overflow: hidden;
  position: relative;
}

#recent_programs .image span{
  display: block;
  background: none;
  height: 120px;
  width: 235px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

#recent_programs .image span:hover{
  background: url(../images/css/home-imageOver.png) no-repeat top left;

}

#recent_programs .link,
#recent_programs .link a{
  color: #4b4431;
  text-decoration: none;
  float: left;
  font-size: 11px;
}

#just_for_you{
  float: left;
  width: 540px;
  margin: 20px 0px 0px 15px;
  display: inline;
}

#just_for_you .image{
  float: left;
  width: 100px;
}

#just_for_you .intro{
  float: right;
  width: 410px;
  font: 12px Arial, Helvetica, sans-serif;
  color: #3F351F;
  line-height: 18px;
  padding: 30px 0px 0px;
  background: url(../images/css/background_just_for_you.gif) no-repeat;
}

#just_for_you .intro h1{
  font: 18px Arial, Helvetica, sans-serif;
  color: #3F351F;
  line-height: 18px;
  padding: 0px 15px;
}

#guest_links{
  float: left;
  width: 315px;
  margin: 30px 0px 0px 95px;
  display: inline;
  background: url(../images/css/background_guest_links.gif) 40px repeat-y
}

#guest_links ul{
  float: left;
  margin: 0px;
  padding: 5px 0px 10px;
}

#guest_links ul li{
  float: left;
  width: 315px;
  padding: 0px;
  margin: 5px 0px 15px;
  list-style: none;
}

#guest_links ul li a{
  display: block;
  width: 315px;
  height: 24px;
}

#guest_links ul li.what_to_expect a{
  background: url(../images/css/background_what_to_expect.gif) no-repeat left top;
}

#guest_links ul li.what_to_expect a:hover{
  background: url(../images/css/background_what_to_expect.gif) no-repeat left bottom;
}

#guest_links ul li.our_mission a{
  background: url(../images/css/background_our_mission.gif) no-repeat left top;
}

#guest_links ul li.our_mission a:hover{
  background: url(../images/css/background_our_mission.gif) no-repeat left bottom;
}

#guest_links ul li.what_we_believe a{
  background: url(../images/css/background_what_we_believe.gif) no-repeat left top;
}

#guest_links ul li.what_we_believe a:hover{
  background: url(../images/css/background_what_we_believe.gif) no-repeat left bottom;
}

#guest_links ul li.connect a{
  background: url(../images/css/background_connect.gif) no-repeat left top;
}

#guest_links ul li.connect a:hover{
  background: url(../images/css/background_connect.gif) no-repeat left bottom;
}

#guest_links ul li a{
  float: left;
  margin: 0px;
  padding: 0px;
}

#map{
  float: right;
  margin: 0px 20px 20px 0px;
}


div#recent_programs .image span {
  border: 1px solid #ccc;
  display: none;
}


