/* Home CSS Document */

#home{
  float: left;
  width: 100%;
  background: url(../images/css/background_home_x.jpg) bottom left repeat-x;
}

#home .container{
  clear: both;
  width: 900px;
  margin: 0px auto;
  background: url(../images/css/background_home.jpg) bottom left no-repeat;
}

#home .container #features{
  width: 860px;
  margin: 0px auto;
}

#home .container #bottom{
  width: 860px;
  height: 269px;
  margin: 0px auto;
}

#home .container #bottom #left{
  float: left;
  width: 430px;
  margin: 8px 0px 0px 15px;
  display: inline;
}

#home .container #bottom #left #locations{
  float: left;
  width: 430px;
}

#home .container #bottom #left #locations ul{
  float: left;
  margin: 0px;
  padding: 0px;
}

#home .container #bottom #left #locations ul li{
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px 15px 0px 0px;
}

#home .container #bottom #left #orgvars{
  float: left;
  width: 410px;
  margin: 20px 0px 0px;
}

#home .container #bottom #recent_programs{
  float: left;
  width: 390px;
  margin: 30px 0px 0px 20px;
  padding: 40px 0px 0px;
  display: inline;
  background: url(../images/css/background_recent_programs_home.gif) no-repeat;
}

#home .container #bottom #recent_programs .title{
  float: left;
  clear: both;
  width: 380px;
  font: 16px Verdana, Arial, Helvetica, sans-serif;
  color: #F3C981;
}

#home .container #bottom #recent_programs .verse{
  float: left;
  clear: both;
  width: 380px;
  font: 13px Verdana, Arial, Helvetica, sans-serif;
  color: #F3C981;
  padding: 2px 0px 4px 10px;
}

#home .container #bottom #recent_programs .date{
  float: left;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #F1E4C2;
  padding: 0px 20px 0px 0px;
}

#home .container #bottom #recent_programs .name{
  float: left;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #F1E4C2;
}

#home .container #bottom #recent_programs .intro{
  float: left;
  clear: both;
  width: 380px;
  height: 70px;
  overflow: auto;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: white;
  line-height: 16px;
  margin: 5px 0px 0px;
}

#home .container #bottom #recent_programs .links{
  float: left;
  clear: both;
  width: 390px;
  margin: 10px 0px 0px;
}

#home .container #bottom #recent_programs .links ul{
  float: left;
  margin: 0px;
  padding: 0px;
}

#home .container #bottom #recent_programs .links ul li{
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px 10px 0px 0px;
}
