* {
  margin: 0;
  padding: 0; }

body {
  font-size: 12px;
  font-family: Calibri, Arial, Verdana, Helvetica, sans-serif;
  line-height: 18px; }

button {
  cursor: pointer; }

a {
  text-decoration: none;
  color: #ccc;
  border: 0 none; }
  a:hover {
    text-decoration: underline; }

ul {
  list-style: none; }

ul.bulleted {
  list-style: disc;
  margin-left: 2em; }

html {
  background-color: #EEEEEE; }

body {
  background-color: #EEEEEE;
  padding-top: 51px; }

.hidden {
  display: none; }

.clear {
  clear: both; }

#divider {
  position: relative;
  width: 100%;
  height: 3px;
  background: url(/images/header/divider.jpg) repeat-x;
  padding-bottom: 5px; }

#banner {
  position: relative;
  width: 100%;
  padding-bottom: 5px; }
  #banner h1 {
    font-weight: normal;
    font-size: 20px;
    color: #aaa;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    background: #352212;
    line-height: 1.4; }
    #banner h1 a.major {
      background-color: #669966;
      color: #f1eed8;
      text-transform: uppercase;
      text-decoration: none;
      border-bottom-width: 2px;
      border-bottom-style: solid;
      border-bottom-color: #265634;
      line-height: 1;
      padding-top: 0pt;
      padding-right: 2px;
      padding-bottom: 0pt;
      padding-left: 2px; }
    #banner h1 a.minor {
      color: #ccc;
      font-style: italic; }
    #banner h1 a.about {
      color: #f1eed8;
      text-transform: none;
      border-bottom-width: 2px;
      border-bottom-style: solid;
      border-bottom-color: #265634; }

#site-content {
  position: relative;
  width: 927px;
  margin: auto; }

#main-content {
  width: 600px;
  float: left; }
  #main-content h1 {
    margin: 0.25em 0.5em;
    padding: 0; }

#side-content {
  width: 325px;
  float: left;
  background-color: #352212;
  color: #999;
  border: 1px solid #000;
  height: 400px;
  overflow: hidden;
  position: relative; }

#generic-content {
  width: 100%;
  background-color: #352212;
  border: 1px solid #000; }

#skip-nav {
  display: none; }

.branding {
  height: 0; }
  .branding .logo {
    position: absolute;
    width: 300px;
    height: 67px;
    top: -45px;
    z-index: 2;
    right: 4px;
    text-indent: -10000px;
    background: url(/shared/images/logo-mvs.png) no-repeat top left; }

.copied-notice,
.flash-notice {
  border: 2px solid green;
  background-color: yellow;
  padding: 0.25em 0.5em;
  margin: 1em;
  font-weight: bold; }

.copied-notice {
  position: absolute; }

.error-notice {
  font-size: 120%;
  font-weight: bold;
  padding: 0.25em 0.5em;
  margin: 1em;
  color: red; }

#navigation {
  clear: left;
  color: #aaa; }

.site-nav {
  position: relative;
  font-size: 14px;
  letter-spacing: 1px; }
  .site-nav li {
    float: left;
    margin: 0 20px 8px 0;
    padding: 2px; }
    .site-nav li a {
      text-decoration: none;
      display: block;
      height: 16px;
      color: #d07f00; }
      .site-nav li a:hover {
        color: #ff3300; }
  .site-nav .selected {
    font-weight: bold; }
    .site-nav .selected a {
      color: #854b00; }
    .site-nav .selected:hover {
      color: #eee; }

.news {
  position: relative;
  height: 400px;
  overflow: hidden; }
  .news .entry {
    padding: 10px; }
    .news .entry .title {
      color: #fff; }

.links li {
  display: inline; }
.links a {
  border-left: 1px solid #000;
  padding: 0 .2em 0 .4em; }
.links li.first a {
  border: none; }

#footer {
  clear: both;
  text-align: center;
  height: 149px;
  background: #EEEEEE;
  padding-top: 10px; }
  #footer .copyright {
    font-size: 12px;
    margin-top: 13px;
    color: #aaa; }
  #footer .links {
    font-size: 11px; }

.no-category-nav {
  clear: both;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  background-color: #352212;
  padding: 7px 7px 11px 15px;
  margin-bottom: 5px;
  border: 1px solid #000; }

.email_form {
  text-align: right;
  margin: 1px 5px 0px 0px; }
  .email_form form {
    font-size: 12px;
    color: #ccc; }
    .email_form form label {
      padding-right: 10px; }
    .email_form form .button {
      border: none;
      padding: 2px 8px;
      background: #ddd; }
    .email_form form .button:hover {
      border: none;
      padding: 2px 8px;
      background: #aaa; }

.contact_form {
  margin: 20px 0px 0px 0px; }
  .contact_form td {
    vertical-align: top; }
  .contact_form form {
    color: #ccc; }
    .contact_form form input {
      font-size: 12px;
      font-family: Calibri, Arial, Verdana, Helvetica, sans-serif;
      width: 200px; }
    .contact_form form textarea {
      font-size: 12px;
      font-family: Calibri, Arial, Verdana, Helvetica, sans-serif; }
    .contact_form form .message {
      width: 304px; }
    .contact_form form .addr {
      width: 204px; }
    .contact_form form select {
      font-size: 12px;
      font-family: Calibri, Arial, Verdana, Helvetica, sans-serif;
      width: 206px; }
    .contact_form form label {
      padding-right: 10px; }
    .contact_form form .button {
      width: 70px;
      border: none;
      padding: 2px 8px;
      background: #ddd; }
    .contact_form form .button:hover {
      border: none;
      padding: 2px 8px;
      background: #aaa; }
