html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, "Arial", sans-serif;
  font-size: 12px;
}

h1, h2, h3 {
  font-family: "Helvetica", "Arial", sans-serif, "Lucida Sans Unicode", "Lucida Grande";
  font-weight: bold;
}

h1 {
  font-size: 18px;
  line-height: 140%;
}

@-moz-keyframes spin {
  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, "Arial", sans-serif;
  font-size: 12px;
}

h1, h2, h3 {
  font-family: "Helvetica", "Arial", sans-serif, "Lucida Sans Unicode", "Lucida Grande";
  font-weight: bold;
}

h1 {
  font-size: 18px;
  line-height: 140%;
}

.footer {
  width: 800px;
  color: #999;
  font-size: 10px;
  line-height: 140%;
  margin-top: 8px;
  padding-bottom: 50px;
  *zoom: 1;
}
.footer li {
  display: inline;
}
.footer a {
  color: #CCC;
}
.footer:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.footer-left {
  float: left;
}

.footer-right {
  float: right;
}
.footer-right img {
  padding-left: 3px;
  vertical-align: middle;
}

body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, "Arial", sans-serif;
  font-size: 12px;
}

h1, h2, h3 {
  font-family: "Helvetica", "Arial", sans-serif, "Lucida Sans Unicode", "Lucida Grande";
  font-weight: bold;
}

h1 {
  font-size: 18px;
  line-height: 140%;
}

@-moz-keyframes spin {
  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
ul.dropdown-menu li:hover ul {
  -moz-transition: top 0s;
  -o-transition: top 0s;
  -webkit-transition: top 0s;
  transition: top 0s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

ul.dropdown-menu {
  list-style: none;
  margin: 0px;
}

ul.dropdown-menu li {
  float: left;
}
ul.dropdown-menu li:hover ul {
  top: auto;
  z-index: 1000;
}
ul.dropdown-menu ul {
  position: absolute;
  top: -10000px;
  transition: 0s background-color;
  -moz-box-shadow: 2px 4px 6px 0px rgba(51, 51, 51, 0.1);
  -webkit-box-shadow: 2px 4px 6px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 2px 4px 6px 0px rgba(51, 51, 51, 0.1);
}

ul#main-menu > li {
  margin-right: 2px;
}
ul#main-menu > li > a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
ul#main-menu > li:hover {
  background-color: white;
}
ul#main-menu > li:hover > a {
  color: black;
}
ul#main-menu > li.current > a {
  background-color: #eee;
  color: black;
}
ul#main-menu > li.current > a:hover {
  background-color: white;
}
ul#main-menu li {
  background-color: #999;
  width: 131px;
  cursor: pointer;
}
ul#main-menu li:hover ul {
  top: 110px;
}
ul#main-menu li a {
  display: block;
  padding: 0px;
  padding-left: 15px;
  line-height: 26px;
}
ul#main-menu li ul {
  width: 131px;
  background-color: white;
  padding-bottom: 10px;
}
ul#main-menu li ul li {
  background-color: white;
}
ul#main-menu li ul li a {
  font-weight: normal;
  text-decoration: underline;
}
ul#main-menu li ul li.current a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.big-button {
  display: inline-block;
  background-color: #fde001;
  color: #333;
  padding: 8px 12px 8px 12px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}
.big-button:hover {
  color: black;
}

.disabled {
  color: #999;
}
.disabled:hover {
  color: #999;
}

/*
 Default layout, 800px centred
 Always included
*/
#site-container {
  width: 940px;
  margin: 0px auto;
  position: relative;
}
#site-container .header {
  width: 800px;
  padding-top: 25px;
  z-index: 9;
  *zoom: 1;
}
#site-container .header:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
#site-container .header .header-top {
  *zoom: 1;
  margin-bottom: 18px;
}
#site-container .header .header-top:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
#site-container .header .header-top .logo {
  float: left;
}
#site-container .header .header-top .logo a {
  line-height: 0px;
}
#site-container .header .header-top #status {
  float: right;
  color: #CCC;
}
#site-container .header .header-top #status a {
  color: white;
}
#site-container .distinct-head {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #eee;
}
#site-container #main {
  width: 800px;
  min-height: 350px;
  position: relative;
  background-color: white;
}
#site-container #main #ads_container {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 125px;
  height: auto;
  z-index: 9999;
}
#site-container #main #ads_container h3 {
  color: #999;
  font-size: 10px;
  text-align: center;
}
#site-container #main .content {
  position: relative;
}
#site-container #main .content .page-headline {
  padding-bottom: 10px;
}

body {
  background-color: #333;
}

.copy {
  font-size: 12px;
  line-height: 140%;
}

p {
  line-height: 140%;
  padding: 4px 0px 4px 0px;
}

a {
  color: #3399CC;
}
a:hover {
  color: black;
}

b {
  font-weight: bold;
}

.small {
  font-size: 10px;
}

hr {
  border: 0;
  height: 1px;
  background: #CCC;
  background-image: linear-gradient(to right, #CCC, #CCC, #CCC);
}

.plain-text {
  line-height: 130%;
  font-family: monospace;
  white-space: -moz-pre-wrap;
  /* Mozilla, supported since 1999 */
  white-space: -pre-wrap;
  /* Opera */
  white-space: -o-pre-wrap;
  /* Opera */
  white-space: pre-wrap;
  /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
  word-wrap: break-word;
  /* IE 5.5+ */
}

.highlight-area {
  padding: 10px;
  background-color: #fff9cc;
}

.error-block {
  background-color: #ffe8e8;
  padding: 10px;
}

.flash-notice {
  color: black;
  padding: 10px;
  background-color: #eee;
  display: inline-block;
  opacity: 0;
  -moz-animation: fade 0.5s ease-in 0.5s normal forwards, fade 0.5s ease-in 5s reverse backwards;
  -webkit-animation: fade 0.5s ease-in 0.5s normal forwards, fade 0.5s ease-in 5s reverse backwards;
  animation: fade 0.5s ease-in 0.5s normal forwards, fade 0.5s ease-in 5s reverse backwards;
}

@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
