body {
    background-color: black;
}

#menu ol {
    padding: 10px;
    border-bottom: thin solid orange;
}

#menu li {
    display: inline;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#menu li.menuitem a {
    margin-left: 50px;
    color: orange;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

#banner {
    background: url(/site_media/images/banner-small.png);
    height: 84px;
    margin: 10px 0px 10px 0px;
}

#banner-container {
    width: 420px;
    padding: 30px;
}

#banner h1, #banner h2 {
    color: white;
}

#content {
    font-size: 14px;
    padding: 10px;
    background-color: white;
}

#footer {
    color: white;
}

#footer a {
    color: white;
}

.blockseparator {
  clear:both;
}

.highlight {
  background-color: yellow;
}

.orange-box {
  border: medium solid orange;
  padding: 10px;
}

/* Form Styles */

form label {
  width: 200px;
  float: left;
  margin-right: 15px;
}

form label.error {
  display: block;
  padding: 0px;
  margin: 0px 0px 0px 215px;
  border-width: 0px;
  float: none;
  background-color: white;
}

form select:focus, form textarea:focus, form input:focus {
  border: 2px solid #900;
}

form select, form textarea, form input {
  border: 2px solid #ccc;
}

form input.error {
  padding: 5px;
  margin: 0px;
}

form fieldset {
  margin: 10px 0px;
  border-width: 0px;
  padding: 0px;
}

form fieldset em {
  color: red;
  margin-left: 3px;
}

form fieldset li {
  list-style: none;
  margin: 0;
  padding: 10px 10px 10px 5px;
  border-bottom: dotted black thin;
}

form .field-hint {
  font-size: 12px;
  margin: 3px 0 0 0;
}

form .field-error {
  color: red;
  font-weight: bold;
}