﻿#ctl00_HeaderLogo /* Actually found in SiteBodyWrapper to get overlap effect */
{
    position: relative;
    top: -41px;
    left: -40px;
}

#GoDaddyBodyHack
{
    margin: 20px 9px 9px 40px;
}

#SiteHeader
{
    width: 770px;
}

    #SiteHeader #CompanyName
    {
        display: none;
    }

    #SiteHeader #CompanyTagLine
    {
        text-align: right;
        font-style: italic;
        font-weight: bold;
        color: #FEFEFA;
        font-family: Verdana;
        font-size: 14pt;
    }

#SiteBodyWrapper
{
    border: 2px solid black;
    background-color: #FFF;
    width: 770px;
}

    #SiteBody
    {
        margin-top: -40px;
    }

    #SiteBodyWrapper #SiteMenu
    {
        background-image: url("Images/ContentDivide.jpg");
        background-position: left top;
        background-repeat: no-repeat;
        height: 350px;
        padding: 0px 0px 0px 10px;
        float: right;
        margin-right: 10px;
        width: 125px;
    }
    
        #SiteBodyWrapper #SiteMenu DIV
        {
		    color: #A00000;
		    font-size: 14pt;
		    font-family: "Trebuchet MS", Verdana, sans-serif
        }
        
        #SiteBodyWrapper #SiteMenu .SubMenu
        {
            font-size: 12pt;
            list-style: circle;
            margin: 0 0 0 35px;
            padding: 0px;
        }

            #SiteBodyWrapper #SiteMenu .SubMenu .currentPage
            {
                list-style: disc;
            }
        
    #SiteBodyWrapper #PageContent
    {
        margin-left: 10px;
        width: 610px;
    }

#SiteFooter
{
    clear: both;
    font-size: 8pt;
    width: 770px;
}

    #SiteFooter #CopyRight
    {
        float: left;
    }
    
    #SiteFooter #Webmaster
    {
        float: right;
    }