﻿html{ margin: 0px; }
body 
{
    margin: 0px;
    padding: 0px;
    background: #FFF url(../Images/Layout/bg.jpg) repeat-x;
    font-family: Perpetua Verdana;
    font-size: medium;
    text-align: left;
}

#Container
{
    width: 750px;
    margin: 15px auto;
    /*border: solid 2px #000;*/
}

#PageHeader
{
    height: 100px;
    border-bottom: solid 1px #000;
}

#DividerBar
{
    height: 20px;
    background-color: #A2B1C3;
    border-bottom: solid 1px #000;
    padding: 0px 0px;
    border-left: solid 1px black;
    border-right: solid 1px black;
}

#HeaderMenu
{
}

#ContentContainer
{
    background-repeat: repeat-y;
    border-left: solid 1px black;
    border-right: solid 1px black;
}

#ContentArea
{
    background-color: #FFF;
    padding: 5px;
}

#SiteMap
{
    margin-bottom: 10px;
    background-color: #EDEDED;
    border: solid 1px #717171;
    padding: 2px;
}

#ContentFooter
{
    clear: both;
    border-top: solid 1px #000;
    background-image: url(../Images/Layout/footer.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 20px;
    text-align: center;
    font-size: x-small;
}

#ContentFooter p
{
	margin-top: 3px;
}

.Menu
{
    font-size: small;
    font-family: Verdana;
    color: White;
    margin-top: 5px;
}

.MenuItem
{
    font-size:smaller;
    font-family: Verdana;
    padding: 2px;
    width: 135px;
    background-color: #CCCCCC;
}

.MenuStyle
{
    border: solid 1px #5E5E5E;
    background-color: #CCCCCC;
}

.MenuHover
{
    font-size: smaller;
    font-family: Verdana;
    background-color: #EEEEEE;
    border: 1px solid #6E6E6E;  
}

.SideModule
{
    width: 138px;
    margin: 0px 10px 10px 10px;
    border: solid 1px black;
    background-color: #EEEEEE;
}

#LoginBox
{
    background-color: #F1F9FC;
    border: solid 1px black;
    padding: 2px;
    margin: 0px 100px;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

#HeaderMenu
{
	font-family: Verdana;
	font-size: small;
}

#HeaderMenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float:left;
    width: 111px;
    border-right: solid 1px black;
    text-align: center;
    font-weight: bold;
    height: 20px;
    color: White;
}

#HeaderMenu li
{
    background-image: none;
    padding: 0px;
}

#HeaderMenu .Last
{
    border: none;
}

#HeaderMenu ul ul
{
    border-top: solid 1px white;
    width: 150px;
    _height: 20px;
}

#HeaderMenu ul ul li
{
    border-bottom: solid 1px white;
    border-left: solid 1px white;
    border-right: solid 1px white;
    _border-right: none;
    background-color: #752B1A;
    _height: 20px;
}

#HeaderMenu a
{
    display: block;
    margin: 0px;
    color: White;
    padding-top: 1px;
    text-decoration: none;
    height: 19px;
}

#HeaderMenu a:Hover
{
    color: White;
    background: #526929;
    height: 19px;
}

#HeaderMenu ul ul li a:Hover
{
    color: White;
    background: #526929;
    height: auto;
    _height: 20px;
}

#HeaderMenu li 
{
    position: relative;
}

#HeaderMenu ul ul
{
    position: absolute;
    left: 5px;
    top: 18px;
    z-index: 500;
}

#HeaderMenu ul ul, #HeaderMenu ul li:hover ul ul { display: none; }
#HeaderMenu ul li:hover ul, #HeaderMenu ul ul li:hover ul { display: block; }
