

#energy_image {
  float: left;
  margin-right: 14px;
}

#sustainable_image {
  float: left;
}

#energy_text, #sustainable_text {
  border-left: 1px solid #d0d0d0; 
  float: left;
  line-height: 150%;
  margin-top: 17px;
}

#energy_text {
  clear: both;
  padding: 8px 36px 8px  19px;
  width: 313px;
}

#sustainable_text {
  border-left: 1px solid #d0d0d0; 
  padding: 8px 24px 8px  20px;
  width: 310px;
}

#newsbar {
  background: #f9f9f9;
  border: 1px solid #cdcdcd;
  padding: 15px 15px 9px 15px;
  position: relative;
}

#newsbar div.newsitem {
  clear: both;
  padding-bottom: 35px;
}

#newsbar div.newsitem div.date {
  font-size: 10px;
  font-weight: bold;
}

#newsbar div.newsitem div.headline {
  background: url('../img/homepage/news_arrow.png') left top no-repeat;
  min-height: 23px;
  margin-left: -16px;
  padding-left: 16px;
  padding-top: 4px;
  text-transform: uppercase;
}

#newsbar div.newsitem div.headline a {
  color: #80c54a;
  font-weight: bold;
  height: 23px;
  line-height: 17px;
}

#newsbar div.newsitem div.intro {
  font-style: italic;
  line-height: 150%;
}

#newsbar #newssource {
  color: #999999;
  font-size: 10px;
  margin-right: -8px;
  text-align: right; 
  
}