/* Home CSS Document */

#home{
  float: left;
  width: 760px;
  background: url(../images/css/background_content.gif) repeat-x;
}

#home_container_border{
  float: left;
  padding: 0px 5px;
  width: 500px;
  background: #C49A44 url(../images/css/background_content_wide_container.gif) repeat-x;
}

#home_container{
  background: url(../images/css/background_home_container.jpg) no-repeat;
  width: 500px;
  height: 565px;
  float: left;
}

#home_images{
  width: 500px;
  height: 210px;
  float: left;
}

#welcome{
  float: left;
  width: 275px;
  height: 140px;
  padding: 65px 10px 15px;
  line-height: 15px;
}

#welcome .scroll{
  color: white;
  width: 230px;
  height: 105px;
  padding: 0px 5px 0px 0px;
  overflow: auto;
  scrollbar-arrow-color: #F8F1E4;
  scrollbar-base-color: #E3D7B7;
  scrollbar-face-color: #3F99E2;
  scrollbar-highlight-color: #AED4F4;
  scrollbar-shadow-color: #AED4F4;
  scrollbar-3dlight-color: #026CA9;
  scrollbar-darkshadow-color: #026CA9;
  scrollbar-track-color: #AED4F4;
}

#welcome .scroll p{
  text-indent: 10px;
  padding: 0px;
  margin: 0px 0px 5px;
}

#media{
  float: left;
  width: 205px;
  height: 220px;
}

#left{
  height: 564px;
  width: 240px;
  float: left;
}

#features{
  background: url(../images/css/background_content_narrow.jpg) no-repeat;
  width: 240px;
  height: 365px;
  float: left;
}

#features object{
  background: url(../images/css/background_features.gif) no-repeat;
}

#spotlight{
  float: left;
  width: 240px;
  height: 160px;
  padding: 30px 0px 10px;
  background: url(../images/css/background_spotlight.gif) no-repeat;
}

#home #recent_programs{
  width: 500px;
  height: 135px;
  float: left;
  padding: 0px;
  margin: 0px;
  
}