/* Home CSS Document */

#container .left {
  float: left;
  width: 600px;
}

#container .right {
  float: right;
  width: 300px;
  margin-left: 35px;
}

#features{
  float: left;
  width: 590px;
  height: 395px;
  padding: 0;
}

#spotlight{
  float: left;
  width: 600px;
  height: 250px;
  display: block;
  padding: 0;
  margin: 25px 0 0;
}

#marquee{
  float: left;
  width: 290px;
  height: 275px;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px;
  display: block;
}

#ccctv{
  width: 290px;
  height: 275px;
  padding: 0px 0px 0px 10px;
}

.right #ccctv h2 {
  color: #fff;
}

#twitter{
  float:left;
  width: 591px;
  background: url(../images/css/background_twitter.png) no-repeat;
  padding: 0px 0px 10px;
  margin: 0px 0px 0px 0px;
  height: 150px;
}

#twitter a {
  background: url(../images/follow_us_on_twitter.gif) no-repeat top left;
  display: block;
  height:32px;
  width:240px;
  margin: 5px 5px 0 0;
  text-indent: -999999px;
  overflow: hidden;
  float: right;
}

#twitter .links{
  width: 230px;
  padding: 10px 15px 20px;
  float:right;
  position: relative;
  top: -53px;
}

#twitter_div{
  float: left;
  width: 260px;
  padding: 0px 15px;
}

#twitter ul{
  padding: 0px;
  margin: 0px;
  float: left;
}

#twitter ul li{
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 570px;
  display: block;
  margin: 10px 10px 0px;
  height: 52px;
  font-size: 12px;
  color: #333333;
  background: #fff url(../images/css/background_twitter_ul_li.gif) no-repeat;
}

#twitter ul li:hover{
}

#twitter ul li span{
  padding: 5px 10px;
  display: block;
  height: 17px;
  width: 540px;
}


#twitter ul li a{
  background: none;
  margin: 0;
  text-indent: 0;
  float: none;
  height: auto;
  width: auto;
  display: block;
  text-decoration: none;
  color: white;
  padding: 5px 10px;
}

#twitter ul li:hover a{
}

#twitter ul li span a{
  display: inline;
  background: none;
  padding: 0px;
}


#ccctv {
  display: block;
  float: none;
  width: 295px;
  clear: both;
  min-height: 350px;
}

#ccctv h2 {
  font-size: 13px;
  padding: 5px 15px;;
  background: url(../images/css/background_ccctvTitle.png) no-repeat top center;
  margin: 0;
}

#ccctv img {
}

#ccctv p {
  padding: 10px 15px;
  margin: 0;
}