html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  color: #3f3f3f;
  font: 12px/16px arial, verdana;
}

body {
  background: #666 url(/images/shared/bg_body.gif) top center repeat-y;
}

input, select, textarea { font-size: 12px; color: #666666; }

img {
  border: 0px;
}

h1, h2, h3 {
  font-size: 100%;
}

a, a:visited, a:hover, a:active {
  color: #3f3f3f;
}

p {
  line-height: 19px;
}

p.quote {
  font-family: georgia, arial, verdana;
  font-size: 13px;
  line-height: 19px;
  font-style: italic;
  color: #8c8c8c !important;
}

p.quote .source {
  display: block;
  text-align: right;
  font-style: normal;
  font-family: arial, verdana;
  font-size: 11px;
  padding-top: 3px;
}

.small {
  position: relative;
  top: -0.4em;
  vertical-align: baseline;
  font-size: 0.8em;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.highlight {
  font-weight: bold;
  color: #ff0000;
}

#container {
  width: 100%
  height: 100%;
  margin: 0px;
  position: relative;
}

#container td {
  width: 100%
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

#page {
  width: 1025px;
  text-align: left;
  min-width: 1025px;
  margin: 0px auto;
  position: relative;
}

#header {
  height: 42px;
  margin-top: 110px;
  background-color: #000;
}

#logo {
}

#navigation {
  width: 500px;
  padding-top: 17px;
  margin-left: 290px;
  color: #858585;
}

#navigation ul, #navigation ul li {
  margin: 0px;
  padding: 0px;
}

#navigation ul li {
  display: inline;
  padding-right: 30px;
}

#navigation ul li a {
  font-size: 120%;
  color: #858585;
  text-transform: uppercase;
  text-decoration: none;
}

#navigation ul li a:hover {
  color: #ffbf00;
}

#navigation ul li a.active {
  color: #ffbf00;
}

#content {
  border: 1px solid #fff;
  margin: 0px;
  position: relative;
  background-color: #fff;
  min-height: 445px;
}

#footer {
  height: 50px;
  margin-top: 20px;
}

#quick-links {
  width: 500px;
  margin-left: 55px;
}

#quick-links ul, #quick-links ul li {
  margin: 0px;
  padding: 0px;
}

#quick-links ul li {
  display: inline;
  padding-right: 10px;
  padding-left: 12px;
  background: transparent url(/images/shared/bg_quick_link_spacer.gif) top left no-repeat;
}

#quick-links ul li.first {
  padding-left: 0px;
  background: none;
}

#quick-links ul li a {
  color: #b2b2b2;
  font-family: georgia;
  text-decoration: none;
}

#quick-links ul li a:hover {
  color: #ffbf00;
}

#logo-large, #logo-animated {
  width: 146px;
  height: 190px;
  position: absolute;
  top: -100px;
  left: 50px;
  z-index: 100;
  background: transparent url(/images/shared/logo_large.gif) top left no-repeat;
}

#logo-animated {
  background: none;
}

#logo-small {
  width: 100px;
  height: 129px;
  position: absolute;
  top: -98px;
  left: 50px;
  z-index: 100;
  background: transparent url(/images/shared/logo_small.png) top left no-repeat;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success {;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
