﻿body
{
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    color: #000000;
    cursor: default;
}

/*****************************************************
*** Header
*****************************************************/
.Header
{
    display: block;
    clear: both;
    background-image: url(/Hamilton/WebSite/Developer/HeaderBack.png);
    background-position: left center;
    background-repeat: repeat-x;
    height: 200px;
    border-bottom: solid 3px #7f7f7f;
}
.HeaderLogo
{
    display: block;
    float: left;
    width: 260px;
}
.HeaderSite
{
    display: block;
    float: right;
    width: 327px;
    margin-right: 10px;
    margin-top: 79px;
}

/*****************************************************
*** Page
*****************************************************/
.Page
{
    padding: 5px 5px 10px 5px;
    display: block;
    margin: 20px 30px 30px 30px;
    clear: both;
    border-top: solid 3px #cccccc;
}
.PageIntro
{
    display: block;
    font-family: Verdana, Arial, Tahoma;
    font-size: 12px;
    font-weight: bold;
}
.PageLeft
{
    display: block;
    width: 400px;
    float: left;
}
.PageRight
{
    display: block;
    float: left;
}
.PageFix
{
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*****************************************************
*** Client
*****************************************************/
.ClientName
{
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    font-size: 1.2em;
    color: #7cc013;
    letter-spacing: -1px;
    display: block;
    clear: both;
    margin-top: 20px;
    margin-left: 10px;
}
.ClientUrl
{
    display: block;
    font-family: Verdana, Arial, Tahoma;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    margin-left: 12px;
}
.ClientSiteMap
{
    margin-left: 9px;
}

/*****************************************************
*** SiteMap
*****************************************************/
.SiteMapClient
{
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    font-size: 1.5em;
    color: #333333;
    letter-spacing: -1px;
    display: block;
    clear: both;
    margin-top: 15px;
}
.SiteMapItem, .SiteMapSubItem
{
    background-image: url(/Hamilton/WebSite/App_Structure/Page/UL.gif);
    background-repeat: no-repeat;
    font-size: 0.8em;
    font-family: Tahoma, Verdana, Arial;
    text-decoration: none;
    display: block;
    line-height: 21px;
}
.SiteMapItem:hover, .SiteMapSubItem:hover
{
    text-decoration: underline;
}
.SiteMapItem
{
    background-position: 5px 3px;
    padding-left: 18px;
    color: #333333;
    margin-top: 5px;
}
.SiteMapSubItem
{
    background-position: 28px 3px;
    padding-left: 41px;
    color: #999999;
}