body {
  background-color: black;
}

#header {
}

#menu {
}

.menu-logo {
  width: 250px;
}

.menubar {
  margin: 0;
}

.menubar li {
  float: left;
  margin: 0 0 0 20px;
  height: 26px;
  padding: 10px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

.menubar li.menuitem a {
  color: orange;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.menubar li.menu-placeholder {
  width: 250px;
}

.menubar li.menuitem.selected {
  border-style: solid;
  border-width: 1px;
  border-color: #1f4b82 #05254d #05254d #1f4b82;
  background-color: #194274;
}

#submenu {
  background: orange;
}

#submenu li {
  height: 18px;
  padding: 3px 10px 3px 10px;
}

#submenu li.menuitem a {
  color: #11396C;
  font-size: 12px;
}

#submenu li.menuitem.selected {
  border-color: #ffb629 #e5a221 #e5a221 #ffb629;
  background-color: #ffae10;
}

#banner {
  background: url(/site_media/images/banner-small.png);
  height: 84px;
  margin: 10px 0px 10px 0px;
}

#banner-container {
  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;
}