/* Home CSS Document */

#home{
  clear: both;
  width: 964px;
  margin: 0px auto;
  background: url(../images/css/background_container.png) 704px 0px repeat-y;
}

#home_header{
  clear: both;
  width: 964px;
  height: 7px;
  background: url(../images/css/background_container_header.png) 704px bottom no-repeat;
}

#home_footer{
  clear: both;
  width: 964px;
  height: 9px;
  background: url(../images/css/background_container_footer.png) 704px 0px no-repeat;
}

#left{
  float: left;
  width: 684px;
  margin: -6px 0px 0px;
  display: inline;
}

#features{
  float: left;
  width: 670px;
  height: 308px;
  padding: 6px 7px 8px;
  background: url(../images/css/background_features.png) no-repeat;
}

#spotlight{
  float: left;
  width: 320px;
  height: 360px;
  padding: 6px 7px 8px;
  background: url(../images/css/background_spotlight.png) no-repeat;
}

#recent_programs{
  float: left;
  width: 320px;
  height: 360px;
  padding: 6px 7px 8px;
  margin: 0px 0px 0px 16px;
  display: inline;
  background: url(../images/css/background_spotlight.png) no-repeat;
}

#recent_programs .container{
  float: left;
  width: 320px;
  height: 316px;
  padding: 44px 0px 0px;
  background-color: #094559;
  background-image: url(../images/css/background_recent_programs.png);
  background-repeat: no-repeat;
}

#recent_programs .container .program{
  float: left;
  width: 320px;
  height: 158px;
  border-top: 1px dashed #0D7191;
}

#recent_programs .container .program .image{
  float: left;
  width: 94px;
  height: 94px;
  padding: 4px 5px 6px;
  margin: 8px 0px 0px 8px;
  display: inline;
  background: url(../images/css/background_image.png) no-repeat;
}

#recent_programs .container .program .container{
  float: right;
  width: 190px;
  height: 100px;
  background: none;
  padding: 0px;
  margin: 10px 10px 0px 0px;
  display: inline;
}

#recent_programs .container .program .container .date{
  color: #A5B1B5;
  font-size: 10px;
}

#recent_programs .container .program .container .title{
  color: #29BBEB;
  font-size: 16px;
  font-weight: bold;
}

#recent_programs .container .program .container .name{
  color: #CCCCCC;
  font-size: 12px;
}

#recent_programs .container .program .links{
  float: left;
  clear: both;
  width: 320px;
  height: 36px;
  margin: 10px 0px 0px;
  background: url(../images/css/transparent_15.png);
}

#recent_programs .container .program .links ul{
  float: right;
  padding: 0px;
  margin: 0px;
}

#recent_programs .container .program .links ul li,
#recent_programs .container .program .links ul li a{
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#recent_programs .container .program .links ul li.now{
  background: url(../images/css/transparent_15.png);
}

.twitter{
  background: url(../images/css/background_spotlight.png) no-repeat;
  display: inline;
  float: left;
  height: 350px;
  margin: 0px 0px 0px 16px;
  padding: 11px 12px 13px;
  width: 310px;
}

#content .twitter a:hover{
  color: #777;
}

#content .twitter h2 a{
  color: #000;
}

.twitter ul{
  float: left;
  height: 320px;
  list-style: none;
  margin: 0px;
  overflow: auto;
  padding: 0px;
  width: 310px;
}

.twitter ul li{
  border-bottom: 1px dashed #CCCCCC;
  padding: 10px 0px;
}

#right{
  float: right;
  width: 260px;
  margin: -6px 0px 0px;
  display: inline;
}

#welcome{
  float: left;
  width: 260px;
}

#welcome .intro{
  float: left;
  width: 240px;
  padding: 10px;
  color: #E9E9E9;
  line-height: 150%;
}

#marquee{
  float: left;
  width: 260px;
  height: 261px;
  margin: 10px 0px 0px;
  display: inline;
  background: url(../images/css/background_marquee.png) no-repeat;
}

#blogs{
  float: left;
  width: 260px;
  padding: 45px 0px 0px;
  background: url(../images/css/background_blogs.png) no-repeat;
}

#blogs .headline{
  float: left;
  width: 240px;
  padding: 10px 10px 5px;
  font-size: 10px;
  color: #CCCCCC;
}

#blogs .headline a{
  font-size: 15px;
  color: white;
  font-weight: bold;
}
