/* settings for home page */
#subscribe {
  position: absolute;
  bottom: 0px;
  width: 175px;
  height: 60px;
  padding: 5px;
  text-align: left;
  color: #eeffcc;
  background: url(../graphics/corner_g1_ne.gif) no-repeat top right #889955;
  border-top: 5px solid #ffffff;
  }
#subscribe input {
  float: left;
  display: block;
  font-family: arial, helvetica, sans-serif;
  font-size: 1em;
  }
#subscribe img {
  padding-left: 4px;
  }

#main {
  width: 794px;
  height: 435px;
  margin: 0px 0px 0px 200px;
  padding: 0px 0px 50px 0px;
/* background image changed from "home_bg.jpg" on 23 April 2009 */
  background: url(../images/home_bg_09_april.jpg) no-repeat top left;
  text-align: center;
  position: relative;
  border-top: 5px solid #ffffff;
  }
body>div#main {
  width: auto;
  max-width: 794px;
  }
#main img.ne_cnr {
  float: right;
  }
#main img.slogan {
  clear: both;
  margin-top: 40px;
  
/* slogan designed to work with original "home_bg.jpg" */
  visibility: hidden;
  }
#main #feature_panel {
  display: block;
  width: 568px;
  height: 136px;
  margin: 215px auto 0px auto;
  }
#main #feature_panel .feature {
  display: block;
  margin: -50px 77px 0px 0px;
  padding: 0px;
  width: 138px;
  height: 136px;
  background: url(../graphics/home_feature_bg.gif);
  text-align: center;
  float: left;
  }
#main #feature_panel .feature img {
  border: none;
  }
#main #feature_panel #feature_3 {
  margin-right: 0px;
  }
