/* Home CSS Document */

#features{
  float: left;
  width: 740px;
  height: 340px;
  padding: 5px 5px 0px;
  background: url(../images/css/background_features.gif) no-repeat
}

#headlines{
  float: left;
  width: 455px;
  height: 254px;
  padding: 0px 0px 0px 5px;
  background: url(../images/css/background_headlines.jpg) no-repeat;
}

#content_full #blog{
  float: left;
  width: 455px;
  height: 209px;
  padding: 45px 0px 0px 5px;
  background: url(../images/css/background_blog.gif) no-repeat;
}

#content_full #blog .scroll{
  float: left;
  width: 435px;
  height: 165px;
  overflow: auto;
  margin: 0px 0px 0px 15px;
  display: inline;
}

#content_full #blog .article{
  float: left;
  width: 415px;
  padding: 0px 0px 15px 0px;
}

#content_full #blog .image{
  float: left;
  width: 60px;
  height: 50px;
  background: none;
  padding: 0px;
}

#content_full #blog .article .title{
  float: right;
  width: 330px;
  font: bold 12px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: white;
  padding: 0px 10px 0px 0px;
}

#content_full #blog .article .intro{
  float: right;
  width: 330px;
  color: white;
  padding: 0px 10px 0px 0px;
}

#content_full #blog .article .intro a{
  color: white;
  text-decoration: underline;
}

#content_full #blog .article .intro a:hover{
  color: #cccccc;
}

#content_full #blog .link{
  float: left;
  width: 448px;
  text-align: right;
  margin: 16px 0px 0px;
  display: inline;
}

#featured_video{
  float: left;
  width: 280px;
  height: 244px;
  padding: 5px;
  background: url(../images/css/background_video.gif) no-repeat;
}

#featured_video.group{
  float: left;
  width: 280px;
  height: 244px;
  padding: 5px 0px 5px 5px;
  background: url(../images/css/background_video.gif) no-repeat;
}
