#panels {
  float: left;
  width: 239px;
  margin-right: 19px;
  color: #fff;
  font-weight: bold;
}
#panels img {
  display: block;
}

#panels .link-button {
  display: block;
  margin-bottom: 21px;
}

#panels #download-brochure-panel {
  background: #f5821f url(/images/download-brochure-panel-top.gif) no-repeat;  
}
#panels #download-brochure-panel p {
  height: 57px;
  margin: 0;
  padding: 15px 10px 10px 110px;
  line-height: 1.2em;
}

#panels #meet-the-team-panel {
  background: #f5821f url(/images/meet-the-team-panel-top.gif) no-repeat;  
  padding: 15px 0 0 85px;
  height: 66px;
}
#panels #meet-the-team-panel h3 {
  width: 135px;
  height: 8px;
  margin: 0 0 8px 0;
  background: url(/images/meet-the-team-panel-heading.gif) no-repeat;
}
#panels #meet-the-team-panel h3 span {
  display: none;
}
#panels #meet-the-team-panel p {
  margin: 0;
  line-height: 1.2em;
}

#panels #image-gallery-panel {
  background: #f5821f url(/images/image-gallery-panel-top.gif) no-repeat;  
  padding: 15px 10px 0 90px;
  height: 67px;
}
#panels #image-gallery-panel h3 {
  width: 136px;
  height: 8px;
  margin: 0 0 8px 0;
  background: url(/images/image-gallery-panel-heading.gif) no-repeat;
}
#panels #image-gallery-panel h3 span {
  display: none;
}
#panels #image-gallery-panel p {
  margin: 0;
  line-height: 1.2em;
}

#panels #projects-panel {
  background: #f5821f url(/images/projects-panel-top.gif) no-repeat;
  overflow: hidden;
  display: inline-block;
}
#panels #projects-panel {
  display: block;
}
#panels #projects-panel .thumbnail {
  float: left;
  display: inline; /* IE6 fix */
  margin: 12px 12px 0 15px;
}
#panels #projects-panel div {
  float: left;
  width: 130px;
  margin: 13px 10px 0 0;  
}
#panels #projects-panel h3 {
  width: 89px;
  height: 9px;
  margin: 0 0 8px 0;
  background: url(/images/projects-panel-heading.gif) no-repeat;
}
#panels #projects-panel h3 span {
  display: none;
}
#panels #projects-panel p {
  line-height: 1.2em;
  margin: 0;
}

#panels #subscribe-panel-small {
  background: #f5821f url(/images/subscribe-panel-top.gif) no-repeat;
}
#panels #subscribe-panel-small p {
  height: 53px;
  margin: 0;
  padding: 18px 10px 10px 90px;
  line-height: 1.2em;
}

#panels #subscribe-panel-large {
  background: #f5821f url(/images/projects-panel-top.gif) no-repeat;
  overflow: hidden;
  margin-bottom: 21px;
  display: inline-block;
}
#panels #subscribe-panel-large h3 {
  width: 115px;
  height: 8px;
  margin: 13px 0 8px 13px;
  background: url(/images/newsletter-panel-heading.gif) no-repeat;
}
#panels #subscribe-panel-large h3 span {
  display: none;
}
#panels #subscribe-panel-large p {
  line-height: 1.2em;
  margin: 0 13px 0 13px;
}
#panels #subscribe-panel-large p.fields {
  margin: 0;
}
#panels #subscribe-panel-large p.fields input {
  display: block;
}
#panels #subscribe-panel-large p.fields input.text {
  margin: 5px 0 5px 13px;
  width: 205px;
}