/* Author: Michael Martin-Smucker
 * 
 * This is the main stylesheet
 * It is used for most of the page layout
 * and styles of common elements
 */


/* html element styles */

html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    }

body {
    background: #1e233c url('../images/bg_page.png') repeat-x fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    }

a {
    color: #124;
    text-decoration: none;
    }

a:hover {
    color: #47a;
    text-decoration: underline;
    }

img {
    border: none;
    }

/* class styles */

.clear {
    clear: both;
    }

p.extraLinks {
    font-weight: bold;
    text-align: center;
    }

/* id styles */

#banner {
    position: absolute;
    right: 0px;
    z-index: 2;
    }

#banner_title {
    left: 190px;
    position: absolute;
    top: 24px;
    z-index: 3;
    }

#banner_bg {
    background: #fff url('../images/bg_left.png') repeat-y;
    height: 180px;
    position: absolute;
    width: 100%;
    z-index: 0;
    }

#boxes_left {
    float: left;
    width: 49%;
    }

#boxes_right {
    float: right;
    width: 50%;
    }

#container {
    background: #ccf url('../images/bg_full.png');
    border: 2px solid #1e233c;
    border-top: 0px solid #1e233c;
    margin: auto;
    min-height: 650px;
    position: relative;
    width: 900px;
    }

#footer {
    color: #999;
    font-size: 10px;
    margin: auto;
    margin-top: 4px;
    width: 900px;
    }

#footer a {
    color: #fff;
    font-weight: bold;
    }

#footer img {
    border: 0;
    vertical-align: middle;
    }

#footer #right {
    float: right;
    }

#main_column {
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 8px;
    padding-top: 225px;
    width: 702px;
    }

#related_resources li {
    padding-bottom: 8px;
}

#archives_text ul {
    list-style-type: none;
    width: 500px;
}
#archives_text ul > li:hover {
    background-color: #fff;
}
#archives_text ul > li > #program_links {
    float: right;
}

.box a {
    color: #468;
    font-weight: bold;
}
    
.box a:hover {
    color: #1e233c;
    }
