﻿/*
orange: da6a27
blue: 23408f
*/

* 
{
    padding: 0;
    margin: 0;
}

body 
{
    font-family: Georgia, Serif;
    font-size: 12px;
    margin-bottom: 5em;
}
a
{
    color: #da6a27;
    text-decoration: none;
}
a:hover 
{
    text-decoration: underline;
}
a img
{
    border: none;
}
h2 
{
    font-size: 16px;
}

#wrap
{   
}
#header 
{
    position: relative;
    height: 78px;
    width: 100%;
    padding-left: 100px;
    background: #ffffff url('img/e.jpg') no-repeat top left;
}
    #headerInner
    {   
        position: absolute;
        bottom: 0;
    }
    #headerInner h1
    {
        font-size: 23px;
        color: #b0b0b0;
        letter-spacing: 2px;
    }
    #headerInner span
    {
        font-size: 10px;
    }
    #headerInner h2
    {
        font-size: 14px;
        margin-bottom: 5px;
    }
    #headerInner .aTitle
    {
        font-family: Arial, Sans-Serif;
        font-style: italic;
        width: 500px;
        height: 40px;
        margin-top: 6px;
        padding: 2px;
        background: url('img/aTitle_bg.jpg') no-repeat top left;
    }
    
    
#bottom
{
    width: 55em;
    padding-left: 100px;
    margin-top: 1em;
    line-height: 1.3em;
}
#bottom img, div.subSection
{
    margin: .5em .5em 0 .5em;
    border: solid 2px #da6a27;
}
#bottom h3
{
    margin-top: 1em;
}
#bottom .l 
{
    float: left;
}
#bottom .r 
{
    float: right;
}
#bottom ul, #bottom ol 
{
    margin: 25px;
}
#bottom ul
{
    list-style-type: square;
}
#bottom li
{
    margin-bottom: .5em;
}
#bottom p:first-letter, #introBottom p:first-letter
{
    margin-left: 1em;
}
#bottom li p:first-letter
{
    margin-left: 0;
}
#authorTag
{
    width: 325px;
    margin: 1.3em 0 0 100px;
    background: #da6a27;
    padding: 3px;
    font-family: Arial, Sans-Serif;
    font-style: italic;
    border-right: solid 6px #23408f;
    border-bottom: solid 6px #23408f;
    border-left: solid 3px #23408f;
    border-top: solid 3px #23408f;
    clear: both;
}
    #authorTag a
    {
        color: #ffffff;
    }
div.subSection 
{
    width: 200px;
    padding: 5px;
    background: #e8b395;
}


#introBottom
{
    float: left;
    width: 400px;
    height: 633px;
    padding: 20px 0 0 500px;
    background: #ffffff url('img/graduatecolor.jpg') no-repeat top left;
}
#contents
{
    width: 325px;
    height: 22em;
    filter:alpha(opacity=50);
    -moz-opacity:.5;
    opacity:.5;
    /*background: #ffffff;
    border: inset 2px;*/
}
#contents, #contentsInner
{
    position: absolute;
    top: 178px;
    left: 100px;
    padding: 5px;
}
    #contentsInner h2 
    {
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
    }
    #contentsInner ul 
    {
        list-style-type: none;
    }
    #contentsInner li
    {
        display: block;
        margin-top: 2px;
        width: 300px;
    }
    #contentsInner li a 
    {
        display: block;
        width: 100%;
        padding: 2px 2px 2px 20px;
        font-weight: bold;
        background: #f0f0f0 url('img/pencilIcon.jpg') no-repeat 2px 2px;
        border: outset 1px;
    }
    #contentsInner li a:hover 
    {
        background: #ffffff url('img/pencilIconOver.jpg') no-repeat 2px 2px;
        border: solid 1px #da6a27;
        text-decoration: none;
    }
    #contentsInner div
    {
        width: 300px;
        text-align: center;
    }
    #contentsInner div a 
    {
        color: #ffffff;
    }
    
#introStrip
{
    margin: 10px 0 0 -450px;
    height: 150px;
    width: 780px;
    background: #909090 url('img/introStrip.jpg') no-repeat top left;
}

#footer
{
    width: 500px;
    height: 80px;
    clear: both;
    margin: 50px auto;
    padding-top: 20px;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    background: #ffffff url('img/footer_bg.jpg') no-repeat 50% 0;
}

#survey
{
    margin: 10px 0 0 -100px;
}
#survey div
{
    margin: 0 0 10px 5px;
    font-size: 2em;
}
