﻿/* Tags */

html
{
    height: 100%;
    width: 100%;
    font-size: 62.5%; /* Sets 1em = 10px */
}

body 
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 1.3em;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    color: #4D4D4D;
}

H1 
{
    font-size: 1.9em;
    font-weight: normal;
    margin: 8px 0px 5px 0px;
}

H2 
{
    font-size:1.5em;
    font-weight: normal;
    margin: 0px;
}

H3 
{
    font-size:1.25em;
    margin-bottom: 3px;
}

H4 
{
    font-size:1em;
    margin-bottom: 4px;
}

INPUT, TEXTAREA, SELECT, TH, TD 
{
    font-size: 1em;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

LI LI, LI P, TD P, BLOCKQUOTE P 
{
    font-size:1em
}

img 
{
    display: block;
}

A img 
{
    border: 0px;
}

a 
{
    color: #4D4D4D;
    text-decoration: underline;
}

a:hover
{
    color: #000100;
    text-decoration: none;
}


.OnlyPrint
{
}

.OnlyScreen
{
    visibility: hidden;
    display: none;
}



/* Structure */

#Header 
{
    display: none;
}

#Footer
{
    padding: 12px 0px 15px 0px; /* 10px extra padding */
    text-align: center;    
}

#Wrapper
{
    margin: 0px;
    padding: 0px;
    width: 7.5in;
    margin: 0 auto 0 auto;
    position: relative;
}

#Content 
{
    vertical-align: top;
}

#BodyTable 
{
}


#Navigation 
{
    display: none;
}

#Breadcrumbs 
{
    display: none;
}

#Breadcrumbs a:link, #Breadcrumbs a:visited
{
    color: #8C8C8C;
}

#PrintLogo
{
    display: block;
    margin: 0px 0px 10px 0px;
    text-align: center;
}


/* Menu */


#Menu 
{
    margin: 10px 0px 20px 0px;
}

.DividerTop
{
    border-top: 1px solid #EFECDE;
}

.DividerBottom
{
    border-bottom: 1px solid #EFECDE;
}

a.Item:link, a.Item:visited
{
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: .1em;
    font-weight: bold;
    line-height: 1.6em;
    padding: 0px 10px 0px 12px;
    color: #6D6D75;
    display: block;
    text-decoration: none;
    vertical-align: middle;
}

a.Item:hover
{
    color: #000100;
    background-color: #BDB69C;
}

a.Item:active
{
    color: #000100;
    background-image: url("Objects/MenuArrow.png");
    background-position: center left;
    background-repeat: no-repeat;
}

a.Open, a.Open:visited
{
    color: #000100;
    background-color: #BDB69C;
    line-height: 1.9em;
}

.Current
{
    background-image: url("Objects/MenuArrow.png");
    background-position: center left;
    background-repeat: no-repeat;
}


.MainMenuItem
{
}

    .StandardItem
    {
        color: #808185;
    }

    .ActiveItem
    {
        background-color: #BDB69C;
        color: #000201;
    }
    
    .YellowItem
    {
        background-color: #F6D051;
        color: #808185;
    }



#Menu UL 
{
    margin: 0px;
    padding: 0px;
}

#Menu UL LI
{
    color: #585A59;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#Menu UL LI UL
{
    padding: 2px 0px 14px 13px;
}

#Menu UL LI UL LI A
{
    text-decoration: none;
    line-height: 1.4em;
    display: block;
}


/* Secondary navigation */

#SecondaryNavigation 
{
    display: none;
}

    #SecondaryNavigation a 
    {
        font-size: 1em;
        font-weight: normal;
        color: #CFBA83;
        text-decoration: none;
        margin: 0px 7px 0px 7px;
    }
    
    #SecondaryNavigation a:hover
    {
        color: #ffffff;
    }





/* Site search */

#Search 
{
    display: none;
}

    #Search a
    {
        font-size: 1em;
        font-weight: normal;
        color: #CFBA83;
        text-decoration: none;
    }
    
    #Search a:hover
    {
        color: #ffffff;
    }


/* Drop-down search and login */

#SearchDD 
{
    display: none;
}

#LoginDD
{
    display: none;
}

#Closer
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: Aqua;
    top: 0px;
}

/* Classes */

.accessibility 
{
    display: none;
}


/* Homepage */

#SecondaryFeatures 
{
    margin: 2px 0px 2px 0px;
}

