/* Home CSS Document */

#home{
  float: left;
  width: 920px;
  margin: 0px 0px 0px 20px;
  display: inline;
}

#top{
  float: left;
  width: 900px;
  height: 240px;
  padding: 10px;
  background-image: url(../images/css/background_top.gif);
  background-repeat: no-repeat;
}

#top #homeImages,
#top #home_images{
  float: left;
  width: 660px;
}

.hMask {
  height: 240px;
  width: 620px;
  position: relative;
  overflow: hidden;
  float: left;
}

#prevBtn{
  width: 20px;
  height: 240px;
  cursor: pointer;
  float: left;
  background-color: #ac0000;
  background-image: url(../images/css/arrow_left.png);
  background-position: center 108px;
  background-repeat: no-repeat;
}

#nextBtn{
  width: 20px;
  height: 240px;
  cursor: pointer;
  float: left;
  background-color: #ac0000;
  background-image: url(../images/css/arrow_right.png);
  background-position: center 108px;
  background-repeat: no-repeat;
}

#homeImagesContainer{
  position: relative;
}

#homeImagesContainer div{
  float: left;
  width: 620px;
  height: 240px;
  display: inline;
}

#controls span{
  cursor: pointer;
}

#top #welcome{
  float: left;
  width: 240px;
}

#top #welcome h1{
  float: left;
  width: 220px;
  padding: 10px;
  color: #E96C24;
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #3F3426;
  border-bottom: 1px solid #4B7863;
}

#top #welcome ul{
  float: left;
  width: 240px;
  padding: 0px;
  margin: 10px 0px 0px;
}

#top #welcome ul li{
  float: left;
  list-style: none;
  width: 210px;
  padding: 2px 0px 3px 30px;
  margin: 0px;
  font-size: 16px;
  font-family: Tahoma, sans-serif;
  text-transform: uppercase;
  background-image: url(../images/css/bullet_welcome.png);
  background-position: 18px 7px;
  background-repeat: no-repeat;
}

#top #welcome ul li a{
  color: #BC3F22;
  text-decoration: none;
}

#top #welcome #service_times{
  float: left;
  width: 240px;
  text-align: center;
  color: #4B7863;
  line-height: 120%;
  margin: 10px 0px 0px;
  font-size: 16px;
  font-family: Tahoma, sans-serif;
}

#top #welcome #service_times a{
  color: #4B7863;
}

#left{
  float: left;
  width: 300px;
  margin: 20px 0px 0px;
}

#left #spotlight{
  float: left;
  width: 280px;
  height: 150px;
  padding: 10px;
  overflow: hidden;
  background-image: url(../images/css/background_left.gif);
  background-repeat: no-repeat;
}

#left #recent_programs{
  float: left;
  width: 280px;
  height: 150px;
  padding: 10px;
  margin: 20px 0px 0px;
  background-image: url(../images/css/background_left.gif);
  background-repeat: no-repeat;
}

#left #recent_programs h1{
  float: left;
  width: 260px;
  padding: 10px;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #BC3F22;
  background: none;
}

#left #recent_programs .scroll{
  float: left;
  width: 260px;
  padding: 0px 10px;
  height: 78px;
  overflow: auto;
}

#left #recent_programs .scroll .title{
  float: left;
  width: 240px;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #BC3F22;
}

#left #recent_programs .scroll .name{
  float: left;
  width: 240px;
  padding: 0px;
  margin: 0px;
  font-size: 11px;
  color: #887E6E;
}

#left #recent_programs .scroll .date{
  float: left;
  width: 240px;
  padding: 0px;
  margin: 0px;
  font-size: 11px;
  color: #4B7863;
}

#left #recent_programs ul{
  float: left;
  width: 280px;
  padding: 0px;
  margin: 0px;
  background: #3F3426;
}

#left #recent_programs ul li{
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px;
}

#left #recent_programs ul li.rpNow a{
  background: #BC3F22;
  color: #F6D783;
}

#left #recent_programs ul li a{
  float: left;
  padding: 10px 15px;
  color: #E7F2DB;
  text-decoration: none;
}

#features{
  float: left;
  width: 570px;
  height: 340px;
  padding: 10px 20px 10px 10px;
  margin: 20px 0px 0px 20px;
  display: inline;
  overflow: hidden;
  background-image: url(../images/css/background_features.gif);
  background-repeat: no-repeat;
}

#features #controls{
  float: right;
  color: #E7F2DB;
  font: 16px Tahoma, sans-serif;
  margin: 10px 0px 0px;
}

.active {
  color: #E96C24;
}

.mask {
  height: 290px;
  width: 570px;
  position: relative;
  overflow: hidden;
  margin: 10px 0px 0px;
}

#featuresContainer{
  position: relative;
}

#featuresContainer .feature{
  float: left;
  width: 275px;
  height: 290px;
  padding: 0px 0px 0px 10px;
  display: block;
}

#featuresContainer .feature .image{
  float: left;
  width: 265px;
  height: 135px;
  padding: 5px;
  overflow: hidden;
  background: #F6D783;
}

#featuresContainer .feature .name{
  float: left;
  width: 275px;
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #E96C24;
  margin: 10px 0px 0px;
  letter-spacing: 1px;
}

#featuresContainer .feature .date{
  float: left;
  width: 275px;
  font-size: 11px;
  color: #4B7863;
  letter-spacing: 1px;
}

#featuresContainer .feature .intro{
  float: left;
  width: 275px;
  height: 70px;
  overflow: auto;
  color: #887E6E;
  line-height: 140%;
  margin: 5px 0px 0px;
}

#featuresContainer .feature .link{
  float: left;
  width: 275px;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #BC3F22;
  margin: 5px 0px 0px;
  letter-spacing: 1px;
}

#controls span{
  cursor:pointer;
}
