#content {
  padding-top: 0;
}

#content .splash-image {
  padding: 0 0 0 2px;
}

h2 {
  margin: 1em 0 .5em 0;
  color: #264780;
  font-size: 1.8em;
  font-weight: normal;
}

#sidebar .block {
  margin-bottom: 35px;
  font-size: .9em;
}

#sidebar .block h3 {
  margin: 0;
}

#sidebar .block-links h3 {
  color: #c2ae28;
  text-transform: uppercase;
}

#sidebar .block-links li {
  margin-bottom: 1em;
}

#sidebar {
  background: url(/images/sidebar_dotted_line.gif) repeat-y;
  padding: 0 0 50px 0;
}


body.has-splash-image #container {
  background: url(/images/sidebar_dotted_line.gif) repeat-y 575px 0;
}
body.has-splash-image #content {
  width: 415px;
}
body.has-splash-image #sidebar {
  padding-top: 35px;
}
body.has-splash-image #container {
  width: 767px;
}
body.has-splash-image #secondary-nav {
  margin-left: -767px;
}

body.no-splash-image #sidebar {
  margin-top: 75px;
}

