﻿body
{
    text-align: center;
    font-size: 13px;
    font-family: Arial;
    color: #474747;
    margin: 0px 0 0 0;
    background-color: #003300;
}
#container
{
    width: 960px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    text-align: left;
}


#header
{
    width: 100%;
    height: 218px;
    position: relative;
}

.Content
{
    background-color: #FDFDFD;
    min-height: 500px;
}

#Footer
{
    background-color: #FDFDFD;
    background-image: url(/images/Sitemap_bar.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    min-height: 85px;
    text-align: center;
    width: 100%;

}


.FooterMenuStyle
{
   /* display: block;*/
    background-color: Transparent;
    text-align: center;
    margin: 5px auto;


}
.FooterMenuItemStyle
{
    background-color: Transparent;
    padding-left: 3px;
    padding-right: 3px;
    display: block;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
}
.FooterMenuItemHover
{
    text-decoration: underline;
}

.FooterMenuItemStyle a:hover
{
    text-decoration: underline;
}

.FooterMenuItemSelected
{
    text-decoration: underline;
}

#TopBar
{
    text-align: right;
     position: absolute;
     top: 10px;
     right: 0;
    z-index: 2;
}

.SearchTextbox
{
    background-color: Transparent;
    line-height: 22px;
    height: 22px;
    color: #fdfdfd;
    font-family: Arial;
    font-size: 10px;
    font-style: italic;
    text-align: left;
    display: block;
    vertical-align: middle;
    width: 192px;
    border: none;
}

#SubMenuLinks #GradeK_2 a:hover 
{
    background-image: url('/images/Home-Image-1_green.png');
    background-repeat: no-repeat;
}