#hero-container {
  float: left;
  border-bottom: 3px double #2f2f2a;
}
#hero {
  float: left;
  width: 325px;
  height: 474px;
  margin: 24px 0 24px 16px;
  overflow: hidden;
  background: url(/images/hero_bg_left.png) no-repeat;
}
#hero-intro {
  position: absolute;
  top: 0;
  left: 24px;
  width: 253px;
  height: 426px;
  padding: 24px;
  background: url(/images/hero_intro_bg.png) no-repeat;
}
#hero-intro h1 {
  font: 21px/26px normal "Times New Roman", Times, serif;
  color: #e1e4df;
  margin-bottom: 20px;
}
#hero-intro p {
	line-height:20px ;
}
#hero-interactive {
  float: left;
  margin: 24px 16px 24px 0;
  padding: 12px;
  width: 568px;
  height: 474px;
  background: url(/images/hero_bg_right.png) 1px left no-repeat;
}
#hero-interactive section {
  display: none;
  padding: 12px;
  margin-bottom: 12px;
  background: #142d30;
  background: rgba(20, 45, 48, 0.7);
  border: 1px solid #708079;
}
#hero-interactive h1 {
  font-size: 13px;
  color: #e1e4df;
}
#hero-interactive p {
  font-size: 10px;
  line-height: 110%;
  color: #e1e4df;
}
#forestsandfish {
  float: left;
  margin: 16px 16px 24px 0;
  background: url(/images/hero_bg_right.png) 9px left no-repeat;
}

#science {
  float: left;
  border: 1px solid #2f2f2a;
  width: 388px;
  margin: 24px 24px 24px 16px;
  padding: 24px;
}
#science h1 {
  font: 21px/26px normal "Times New Roman", Times, serif;
  color: #e1e4df;
  margin-bottom: 20px;
}
#science .video {
  margin: 24px 0 0 0;
}

#results {
  float: left;
  width: 427px;
  margin: 24px 24px 24px 0;
  padding-top: 24px;
}
#results h1 {
  font: 21px/26px normal "Times New Roman", Times, serif;
  color: #e1e4df;
  margin-bottom: 20px;
}
#results dt,
#results dd {
  padding-left: 72px;
}
#results dt {
  height: 76px;
}
#results dt a {
  font-weight: bold;
}
#results dd {
  margin: -42px 0 25px 0;
}
#results-fish { background: url(/images/fish_bg.png) 0px 8px no-repeat; }
#results-road { background: url(/images/road_bg.png) 0px 8px no-repeat; }
#results-slope { background: url(/images/slope_bg.png) 0px 8px no-repeat; }

