﻿body
{
    background-color: #87907d;
    margin: 0px;
}

a
{
    color: white;
    text-decoration: none;
}

a:visited
{
    color: white;
}

a:hover
{
    color: #91c3dc;
}

.floatright
{
    float: right;
    padding: 4px;
}

.floatleft
{
    float: left;
    padding: 4px;
}

#top_bar
{
    z-index: 1;
    background-color: #87907d;
    height: 15px;
    border-bottom: 1px solid white;
}

#background_gradient
{
    z-index: 1;
    position: absolute;
    background-image: url(images/background.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 709px;
}

#spp_bar
{
    z-index: 3;
    position: absolute;
    top: 44px;
    right: 0px;
    width: 394px;
    height: 39px;
    background-color: #7f8779;
}

#pah_bar
{
    z-index: 3;
    position: absolute;
    top: 83px;
    right: 0px;
    width: 394px;
    height: 39px;
    background-color: #6a6d66;
    border-top: 1px solid white;
}

#options_bar
{
    z-index: 3;
    position: absolute;
    top: 123px;
    right: 0px;
    width: 394px;
    height: 39px;
    background-color: #71766c;
    border-top: 1px solid white;
}

#canvas
{
    z-index: 2;
    width: 884px;
    margin-left: auto;
    margin-right: auto;
    position: relative; /* important */
}

#logo
{
    z-index: 3;
    position: relative;
    top: 0px;
    left: 0px;
    height: 163px;
}

#logo img
{
    margin-top: 18px;
    margin-left: 9px;
    border: 0px;
}

#tagline
{
    z-index: 3;
    position: absolute;
    top: 0px;
    left: 236px;
    background-color: #91c3dc;
    width: 254px;
    height: 163px;
    text-align: center;
}

#tagline h1
{
    margin-top: 70px;
    font: italic bold 12pt Georgia;
    color: White;
}

#main_photo
{
    z-index: 4;
    position: absolute;
    top: 341px;
    left: 0px;
}

#quote
{
    z-index: 4;
    position: absolute;
    top: 163px;
    right: 0px;
    width: 118px; /* 142 minus padding, etc. */
    height: 510px; /* 522 minus padding, etc. */
    text-align: center;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
}

#quote q
{
    font: italic 12pt Georgia;
    color: White;
}

#main_nav
{
    z-index: 4;
    position: absolute;
    top: 163px;
    left: 0px;
    width: 236px;
    height: 178px;
    background-color: #4086aa;
    font: 10pt Verdana;
    color: White;
    text-transform: uppercase;
    line-height: 23pt;
}

#main_nav ul
{
    list-style-type: none;
    padding-left: 20px;
}

#content
{
    z-index: 3;
    position: relative;
    width: 474px; /* 506 minus padding, etc. */
    min-height: 490px; /* 522 minus padding, etc. */
    padding: 16px;
    background-color: White;
    border-left: 236px solid #4086aa;
    border-right: 142px solid #91c3dc;
    font-family: Georgia;
    font-size: 10pt;
}

#content cite
{
    font-size: 8pt;
}

#content ul
{
    padding-left: 20px;
}

#content a
{
    color: #4086aa;
}

#content a:hover, #content ul li a:hover
{
    color: #91c3dc;
}

#content a:visited
{
    color: #4086aa;
}

#content h2
{
    font-size: 12pt;
    margin-top: 0px;
}

#content h3
{
    margin-bottom: 0px;
    font-size: 11pt;
}

#content h3 a:hover
{
    color: #91c3dc;
}

#content p a:hover
{
    color: #91c3dc;
}

#content h4
{
    font-size: 10pt;
}

#content .col1of3
{
    position: absolute;
    left: 16px;
    width: 146px; /* 158 minus padding, etc. */
    height: 420px;
    padding-right: 12px;
}

#content .col2of3
{
    position: absolute;
    left: 174px;
    width: 146px; /* 158 minus padding, etc. */
    height: 420px;
    padding-right: 12px;
}

#content .col3of3
{
    position: absolute;
    left: 332px;
    width: 146px; /* 158 minus padding, etc. */
    height: 420px;
    padding-right: 12px;
}

#content .footer
{
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#content .footer ul
{
    list-style-type: none;
    padding-left: 8px;
}

#content .letter
{
    font-style: italic;
}

#content .title
{
    font-style: italic;
}

#content .reference
{
    font-size: 8pt;
}

#content #sub_nav
{
    float: right;
    background-color: #87907d;
    padding: 12px;
    margin-left: 20px;
    margin-bottom: 20px;
    border-bottom: 4px solid #4e504d;
    font: 9pt Verdana;
    line-height: 20px;
}

#content #sub_nav ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#content #sub_nav a
{
    color: White;
    font-weight: normal;
}

#content #sub_nav a:hover
{
    color: #91c3dc;
}

#program_nav
{
    z-index: 4;
    position: absolute;
    top: 32px;
    right: 0px;
    font: 9pt Verdana;
    color: White;
    text-transform: uppercase;
    text-align: right;
    line-height: 40px;
}

#program_nav ul
{
    list-style-type: none;
    padding-right: 142px;
}

#social
{
    z-index: 4;
    position: absolute;
    bottom: 4px;
    right: 97px;
}

#social img
{
    border: 0px;
}

#donate
{
    z-index: 4;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #696d66;
    height: 38px;
    width: 93px;
    font: 9pt Verdana;
    text-transform: uppercase;
    text-align: center;
    line-height: 38px;
}

#copyright
{
    z-index: 3;
    position: relative;
    height: 38px;
    border-top: 24px solid #4086aa;
}

#copyright h6
{
    font: 8pt Georgia;
    color: White;
    margin-top: 14px;
}

#copyright h6 a
{
    text-decoration: underline;
}
