/* reset stuff */
*{
    padding: 0;
    margin: 0;
    border: 0;
}
html {
    overflow-y: scroll;
}
body {
    text-align: center; /* needed to center the content in IE <= 5.5 */
    background: #012e37 url(img/background.png);
    color: #ddd;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 18px;
}
h1 {
    color: #9ad63f;
    background: #012e37 url(img/background.png);
    margin-top: 20px;
    font-size: 70px;
    font-weight: normal;
}
p {
    padding-top: 18px;
}
p#first-first {
    padding-top: 0;
}
/* links */
a {
    text-decoration: none;
    outline: none;
    color: #9ad63f;
    background: #012e37 url(img/background.png);
}
a:hover {
    text-decoration: underline;
}
p.citation {
    font-size: 14px;
}
/* facts */
div#facts dt {
    padding-top: 18px;
    font-style: italic;
}
div#facts dt.first {
    padding-top: 0;
}
/* contact info */
div#contact-info {
    padding: 24px 24px 0 178px;
    font-size: 14px;
}
div#contact-info p {
    padding-top: 13px;
    line-height: 20px;
}
div#contact-info p#first-first {
    padding-top: 0;
}
div#contact-left {
    position: absolute;
    width: 130px;
    top: 27px;
    left: 27px;
    font-size:13px;
}
/* boxes */
div#mainbox {
    width: 652px;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: left; /* undo the effects of the centering workaround */
}
div#videoframe {
    position: relative;
    z-index: 100;
    width: 652px;
    height: 372px;
    background: url(img/videoframe.png);
    margin-top: 20px;
}
div#videoplayer {
    padding: 6px 0 0 6px;
}
span#play-notice {
    position: absolute;
    background: black;
    padding: 5px;
    left: 145px;
    top: 160px;
}
div#undervideo {
    padding-bottom: 25px;
}
div#description {
    width: 415px;
    float: left;
    border-right: 3px solid #9ad63f;
    padding: 0 18px 5px 0;
}
div#facts {
    width: 191px;
    float: right;
}
div#footer {
    clear: both;
}
/* navigation */
ul#navigation {
    list-style: none;
    position: absolute;
    top: 143px;
    left: 50%;
    margin-left: -461px;
}
ul#navigation li {
    padding-top: 10px;
}
ul#navigation li#contact-button {
    padding-top: 32px;
    padding-left: 27px;
}
ul#navigation a {
    display: block;
    width: 130px; /* max 180 */
    height: 57px;
    padding: 10px 0 0 20px;
    background: url(img/button.png);
}
ul#navigation li#contact-button a {
    height: 40px;
    padding: 17px 0 0 21px;
    background: url(img/button-contact.png);
}
ul#navigation a:hover,
ul#navigation li.active a {
    background-position: 0 -67px;
    text-decoration: none;
    color: #012e37;
    background-color:#9AD63F;
}
ul#navigation li#contact-button a:hover,
ul#navigation li#contact-button.active a {
    background-position: 0 -57px;
}