.container, #strip-bottom {
  top: 226px; /* banner image height plus strip-top height */
}

h1#header, #strip-header {
  height: 213px; /* banner image height */
}

h1#header, #header-overlay {
  top: -213px; /* negative banner image height */
}

h1#header {
  background: url(../images/home_header.jpg)
}

h1#header a {
  left: 333px;
  top: 68px;
  width: 440px;
  height: 120px;
}


#home-content h2 {
  display: none; /* hide the basically superfluous main h2 on this page */
}

table#centers-list td {
  padding-left: 0;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  width: 10em; /* make sure no h3 content is longer than this... */
  color: #002a53;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #002a53;
}

#news {
  padding: 16px 8px 8px;
  background: #dcdcdc;
}

#news ul {
  list-style-type: none;
  margin: 0;
}

#news li {
  font-size: 11px;
  padding-left: 12px;
  margin-bottom: 1em;
  background: url(../images/bullet_triangle.png) no-repeat 0px 3px;
}

#news h2 {
  font-size: 14px;
}
