/*
    colors:
        logo gray (dom): 8f8f8f
        blue (subdom): 002d62
        brown (accent): 87746a
        lt gray (sect bg): e9e9e9
*/

body {
    font-family: arial, sans-serif;
    font-size: .8em;
    line-height: 1.4em;
    background-image: url( gfx/big-bg.png );
    background-repeat: repeat-x;
    background-color: #9fa1a4;
    background-position: left top;
    padding: 0px;
    margin-left: 50px;
    margin-top: 20px;
    margin-right: 50px;
    margin-bottom: 100px;
}

a:link {
    text-decoration: none;
    color: blue;
}
a:visited {
    text-decoration: none;
    color: darkblue;
}
a:active {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: blue;
}

span.navbar{
    border-bottom: 2px solid #87746a;
    padding-left: 12px;
    padding-right: 12px;
}

span.navitem{
    padding-left: 12px;
    padding-right: 12px;
    color: #8f8f8f;
    font-weight: bold;
    font-size: .9em;
}

a.plain{
    text-decoration: none;
    color: inherit;
}

table.bigtable{
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-right: 3px solid;
    border-color: #e9e9e9;
}

div.intro{
    padding-left: 50px;
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 0px;
}

div.section-header{
    background-color: #002d62;
    color: white;
    padding-left: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 4px;
    font-size: 1.2em;
    font-weight: bold;
    width: 90%;
    text-align: left;
    margin-top: 24px;
    border-bottom: 2px solid;
    border-color: #87746a;
}

div.section{
    background-color: #f4f4f4;
    color: black;
    padding: 14px;
    width: 90%;
    text-align: left;
}

div.quote{
    background-color: #ffffff;
    width: 90%;
    text-align: left;
}

div.more{
    padding-top: 1.2em;
    padding-bottom: 1em;
    text-align: right;
    font-size: .9em;
    font-weight: bold;
}

div.verbiage-header{
    text-align: center;
    font-family: verdana, sans-serif;
    background-color: #002d62;
    color: white;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 2px solid;
    border-color: #87746a;
}

td.verbiage{
    padding-left: 30px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    text-align: justify;
}

div.verbiage-resource{
    font-size: .9em;
    font-style: italic;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    color: #87746a;
}

td.quote{
    text-align: center;
    vertical-align: middle;
    color: #87746a;
    padding: 14px;
    font-size: 1em;
    //font-weight: bold;
    font-style: italic;
    font-family: georgia, times roman, serif;
    line-height: 1.3em;
}

div.quote-ref{
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-variant: small-caps;
}

td.resources{
    vertical-align: top;
    text-align: center;
    padding-top: 14px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 14px;
    font-size: .9em;
    color: #87746a;
}

div.resource-header{
    padding-top: 20px;
    padding-bottom: 0px;
    font-weight: bold;
    font-size: .95em;
    color: #87746a;
}

div.resource-list{
    text-align: left;
    font-size: .9em;
    line-height: 2em;
}

div.footer{
    padding-top: 50px;
    text-align: center;
    font-size: .8em;
    color: #8f8f8f;
}

div.free-assess{
    padding-left: 20px;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 50px;
    text-align: center;
}