body {
  background: #231f20 url("/images/background.png") scroll repeat-x top left;
  margin: 5px 0;
  padding: 0;
  color: #eee;
  font-family: Verdana, Helvetica, Arial;
  font-size: 14px; }

a {
  color: #a5dcff; }
  a img {
    border: none; }

a[href$='.pdf'] {
  padding-left: 20px;
  background: transparent url("/images/icons/pdf.png") center left no-repeat; }

.clear {
  clear: both;
  height: 0;
  overflow: hidden; }

.info {
  font-size: 90%;
  color: #ccc; }

img.right {
  float: right;
  margin: 0 0 1em 1em; }

.question {
  font-family: Georgia, Serif;
  font-style: italic; }

#container {
  width: 1000px;
  margin: 0 auto;
  padding: 0; }

#flash_notice,
#flash_error {
  padding: 5px 8px;
  margin: 10px 0;
  color: #333; }

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6; }

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66; }

.fieldWithErrors {
  display: inline; }

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0; }
  #errorExplanation h2 {
    text-align: left;
    padding: 5px 5px 5px 15px;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    background-color: #c00;
    color: #fff; }
  #errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 8px; }
  #errorExplanation ul {
    margin: 2px 24px; }
    #errorExplanation ul li {
      font-size: 12px;
      list-style: disc; }

#header {
  border-color: #fdfb70;
  border-style: solid;
  border-width: 1px 0; }
  #header #logo {
    margin: 5px 0; }

#menu {
  margin: 0;
  padding: 0;
  list-style: none;
  border-color: #fdfb70;
  border-style: solid;
  border-width: 0 0 1px 0; }
  #menu li {
    float: left;
    width: 14.25%;
    margin: 5px 0;
    text-align: center; }
    #menu li a {
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      font-size: 90%; }
   #menu li.selected a {
     text-decoration: underline; }


#content p {
  line-height: 150%; }

#main-content {
  margin-top: 10px;
  width: 775px;
  float: left; }
  #main-content h1 {
    font-size: 18px;
    margin: 0 0 0.5em 0;
    color: #bb3934; }
  #main-content h2 {
    font-size: 16px;
    margin: 0 0 0.3em 0;
    color: #bb3934; }
  #main-content h3 {
    font-size: 15px;
    margin: 1em 0 0.5em 0;
    color: #bb3934;
    border-bottom: 1px solid #bb3934; }
  #main-content h4 {
    font-size: 14px;
    margin: 0 0 0.1em 0;
    color: #bb3934; }

h1 .subtitle, h2 .subtitle, h3 .subtitle, h4 .subtitle {
  float: right;
  font-size: 80%;
  font-weight: normal; }

#sidebar {
  margin-top: 10px;
  width: 190px;
  padding: 10px;
  float: right;
  border: 1px solid #bb3934; }
  #sidebar h2 {
    font-size: 16px;
    color: #bb3934;
    margin: 0; }

#home-images {
  margin-top: 20px;
  height: 287px;
  overflow: hidden; }
  #home-images .section {
    width: 25%;
    float: left;
    text-align: center; }

.clearfix {
  *display: inline-block; }
  .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.staff-image {
  float: left;
  width: 210px; }

.staff-details {
  float: left;
  max-width: 70%;
  margin-left: 1em; }
  .staff-details .staff-phone {
    display: block; }

.staff {
  margin-bottom: 1em; }

.ribbon {
  float: right;
  margin: 1em; }

table {
  border-collapse: collapse;
}
table td {
  padding: 3px 6px;
  border: 1px solid #ccc;
}

.child-link {
  float: left;
  text-align: center;
  width: 25%;
  height: 190px;
}

.child-link img {
  display: block;
  margin: 0 auto;
}

.child-link a {
  color: #fdfb70;
}

