/* home header */
#home_header {
  position: relative;
  width: 1020px; height: 339px;
  background: url(images/header-bkg.png) no-repeat;
  margin-top: 35px;
}

#home_header .events {
color:#385421;
float:left;
font-size:20px;
line-height:21px;
padding-left:160px;
padding-top:8px;
}
#home_header .events div {
  margin-bottom: 5px;
}

#home_header .events .lightgreen {
  color: #788700;
  padding-top: 5px;
}

#home_header .intro {
color:#50321B;
float:left;
line-height:25px;
margin-left:70px;
width:600px;
}

#home_header .tabs {
  position: absolute;
  bottom: 0; left: 0;
  padding: 0 34px;
  padding-top: 10px;
  height: 63px;
  overflow: hidden;
}

#home_header .tabs li {
  position: relative;
  float: left;
  background: url(images/green-tab.png) no-repeat top left;
  margin: 0 2px;
  width: 186px; height: 73px;
}
#home_header .tabs li a {
  display: block;
  width: 162px; height: 39px;
  line-height: 63px;
  padding: 12px;
}

/* Footer */
#footer {
  border-top: 5px solid #7A6455;
}

#footer .logos {
  background: url(images/sponsors-bkg.png) repeat-y top left;
  margin: 0 35px;
  margin-left: 36px;
  padding: 20px 65px;
  padding-bottom: 15px;
  width: 819px;
}

#footer .sponsors {
  background: url(images/sponsors-bottom.png) no-repeat bottom center;
  padding-bottom: 14px;
  position: relative;
}

/* Content */
#content { border-top: 5px solid #4E2E1A; }

#content .body {
  width: 970px;
  background: #EBEBEB;
}

.feeds { background: #FFF; padding: 0; width: 100%; }
.feeds .logo { position: absolute; top: 15px; left: 23px; }
.feeds .instructions { color: #636363; font-size: 11px; }
.twitter, .flickr { position: relative; float: left; width: 409px; padding: 30px 15px 0 15px; padding-left: 70px; }
.flickr { border-left: 1px solid #E1E1E1; }
.flickr_pic { width: 50px; height: 50px; overflow: hidden; float: left; margin: 5px; }
.flickr_pic img { width: 100px; }

.twitter p, .flickr p { font-size: 12px; line-height: 15px; }
.twitter .time { color: #788700; font-size: 12px; width: auto; }

#content .features { float: left; }
#content h1 { margin-bottom: 20px; }
#content .feature { width: 162px; margin-right: 10px; float: left; }
#content .feature h2 { font-size: 16px; color: #788700; margin-top: 18px; margin-bottom: 8px; }

#content .other_features { margin-left: 560px; }
#content .other_features .vendors { height: 130px; }
#content .other_features .vendor { float: left; width: 40%; padding-right: 5%; }
#content .other_features .vendor .img { height: 76px; }
#content .other_features .vendor .lightgreen { color: #788700; font-weight: bold; }

#content .other_features .peopleschoice a { color: #385421; text-decoration: underline; font-weight: normal; }
#content .other_features .peopleschoice .goinggreen { 
  background: #385421; 
  border: 1px solid transparent; 
  border-radius: 3px; 
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #FFF; 
  font-size: 14px;
  text-align: center; 
  font-weight: normal; 
  padding: 8px;
}
#content .other_features .peopleschoice .goinggreen a { color: #FFF194; text-decoration: underline; font-weight: normal; }