/* Home CSS Document */

#home_images{
  background: url(../images/css/background_home_images.png) no-repeat;
  float: left;
  height: 380px;
  padding: 19px 21px 23px;
  width: 918px;
}

#content_full #quote{
  float: left;
  height: 125px;
  padding: 5px 165px;
  width: 630px;
}

#bottom{
  float: left;
  padding: 0px 0px 20px;
  width: 960px;
}

#bottom .container{
  display: inline;
  float: left;
  margin: 0px 0px 0px 50px;
  width: 250px;
}

#bottom .container #connection{
  background: url(../images/css/background_connection.png) 90px 5px no-repeat;
  float: left;
  width: 250px;
}

#bottom .container #connection .image{
  background: url(../images/css/background_image.png) no-repeat;
  float: left;
  height: 52px;
  padding: 4px 6px 6px;
  width: 70px;
}

#bottom .container #connection .link{
  float: right;
  margin: 45px 0px 0px;
  width: 158px;
}

#bottom .container #recent_programs{
  background: url(../images/css/background_recent_programs.png) no-repeat;
  float: left;
  padding: 30px 0px 10px;
  width: 250px;
}

#bottom .container #recent_programs .date,
#bottom .container #recent_programs .name{
  color: #A29C68;
  font-size: 10px;
  width: 250px;
}

#bottom .container #recent_programs .title{
  color: #4B5635;
  font: bold 14px Verdana, Arial, Helvetica, sans-serif;
  width: 250px;
}

#bottom .container #recent_programs .links ul{
  float: left;
  margin: 0px;
  padding: 10px 0px 0px;
}

#bottom .container #recent_programs .links ul li{
  display: inline;
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#features{
  background: url(../images/css/background_features.png) no-repeat;
  display: inline;
  float: right;
  margin: 0px 50px 0px 0px;
  padding: 12px 13px 16px;
  width: 540px;
}
