/* ============================================================================
Theme Stylesheet
-------------------------------------------------------------------------------
Date        Ver.    User    Changes
03/18/09    1.0     EWS     Original Version
-------------------------------------------------------------------------------

Standards
-------------------------------------------------------------------------------
Page Width: 725px
============================================================================ */

/* Site HTML */
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-top: 0px;
    background: #2F5B7E url(images/bg.BODY.gif) repeat-x fixed top left;
}
a
{
    COLOR: #1F3F68;
}

a:link
{
    COLOR: #1F3F68;
}

a:visited
{
    COLOR: #1F3F68;
}
a:hover
{
    COLOR: #1F3F68;
}
a:active
{
    COLOR: #1F3F68;
}

h1, h2, h3, h4, h5, h6
{
    color: #375770;
}
/* End of Site HTML */

/* Site Classes */

#pgOutline
{
    width: 755px;
    margin-right: 67px;
    margin-left: 68px;
    text-align: left;
    border: none;
    background-color: White;
}

#pgOuter
{
    margin-right: auto;
    margin-left: auto;
    width: 890px;
    background-image: url(images/bg.pgOuter.png);
    background-position: top left;
    background-repeat: repeat-y;
}

#hdr
{
    margin-bottom: 8px;
    height: 110px;
}

#hdr h1
{
    float:left;
}

#hdrMenu
{
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: bold;
    background-color: #cccccc;
}

#hdrMenu ul
{
    margin: 0;
    padding: 0;
}

#hdrMenu li
{
    float:left;
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 0px;
    margin-left: 12px;
}

#hdrMenu a
{
    text-transform: uppercase;
    font-weight: bold;
    color: #666666;
}

#topButtons
{
    float:right;
}

#search
{
    float: right;
    text-align: right;
    margin-top: 13px;
    display: none;
}

#ftr
{
    clear: both;
    border-top: solid 1px #CFD0D4;
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: left;
    background-color: #2F5B7E;
    color: White;
    height: 95px;
}

#ftr p
{
    margin-top: 25px;
    margin-left: 12px;
    margin-right: 12px;
    color: #D2D2D2;
    line-height: 1.4em;
}

#ftr p.copyright
{
    margin-top: 5px;
    margin-left: 12px;
    margin-right: 12px;
    font-size: .8em;
    color: White;
}

#ftr p.copyright a
{
    color: White;
}

#ftrRefresh
{
    display: none;
}

#ftrButtons1
{
    float:right;
    margin-top:22px;
    margin-right:15px;
}
#ftrButtons2
{
    float:right;
    margin-top:22px;
    margin-right:2px;
}

#ftrButtons1 a, #ftrButtons2 a
{
    display:block;
    margin-bottom:2px;
}

#contentHolder
{
    clear: both;
    min-height: 300px;
    margin-bottom: 25px;
}

#contentHolderSitePage
{
    clear: both;
    min-height: 300px;
    background-color: #F0F1F3;
    background-image: url(images/bg.contentHolderSitePage.gif);
    background-repeat: repeat-y;
    background-position: top left;
    border-top: solid 1px #D4D5D9;
    border-bottom: solid 1px #D4D5D9;
}

#content
{
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 30px;
    float: left;
    width: 435px;
}

#content p, #content li, #content div
{
    margin-bottom: 1em;
}

#content h1
{
    margin-top: 10px;
    margin-bottom: 1em;
}

#content h2, #content h3, #content h4, #content h5, #content h6
{
    margin-top: 1em;
    margin-bottom: 1em;
}

#mainImage
{
    border-bottom: solid 1px #CFD0D4;
}

.breadcrumb
{
    font-style: italic;
    color: #A6A6A6;
    font-size: .8em;
}

.breadcrumb a
{
    color: #A6A6A6;
}

.required
{
    color: red;
}

.homeMenu
{
    float: left;
    width: 235px;
    border-left: solid 1px #D9E7F2;
    padding-left: 15px;
    min-height: 280px;
}

.homeMenu H1
{
    font-size: 18px;
    font-weight: normal;
    color: #204160;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.homeMenu p
{
    color: #9A9A9A;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.homeMenu p a
{
    color: #9A9A9A;
}

.requiredblack
{
    color: Black;
    font-weight: bold;
}

/* End of Site Classes */