body *
{
    padding: 0;
    margin: 0;
}

body
{
    font-family: Verdana;
    font-size: 12px;
}

p
{
    line-height: 14px;
    padding-bottom: 10px;
}

ul
{
    list-style: none;
}


body > div
{
    width: 920px;

    /* horrible css, whoever did this commenting it out
    padding: 0 20px; */
    margin: 0 auto;
}

#header
{
    position: relative;
    height: 103px;
}

h1 > a
{
    position: absolute;
    left: 0;
    bottom: 21px;
    color: #742423;
    width: 482px;
    height: 44px;
    display: block;
    text-indent: -1000000px;
    background: #fff url(../images/redesign/logo_hofinet.jpg) top left no-repeat;
}

#header > ul#sponsors
{
    position: absolute;
    bottom: 21px;
    right: 0;
}

#header > ul#sponsors li
{
    float: left;
    padding-right: 13px;
    padding-left: 13px;
    border-right: 1px solid #877c7e;
}
    #header > ul#sponsors li.last
    {
        border-right: none;
        padding-right: 0;
    }

#header > ul#sponsors li a
{
    display: block;
    text-indent: -10000px;
}
    #header > ul#sponsors li a#wharton
    {
        width: 68px;
        height: 17px;
        background: url(../images/redesign/logo_wharton.jpg) top left no-repeat;
    }
    #header > ul#sponsors li a#ifc
    {
        width: 123px;
        height: 17px;
        background: url(../images/redesign/logo_ifc.jpg) top left no-repeat;
    }
    #header > ul#sponsors li a#worldbank
    {
        width: 74px;
        height: 17px;
        background: url(../images/redesign/logo_wb.jpg) top left no-repeat;
    }
    #header > ul#sponsors li a#fmo
    {
        width: 50px;
        height: 17px;
        background: url(../images/redesign/logo_fmo.jpg) top left no-repeat;
    }

#search
{
    position: absolute;
    top: 15px;
    right: 0;
}


ul#navigation
{
    background-color: #762024;
    float: left;
    font-size: 12px;
    width: 920px;
}

ul#navigation a
{
    display: block;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 11px 12px 9px 14px;
}
    ul#navigation a:hover 
    {
        background-color: #91383c;
    }
    ul#navigation a#homelink
    {
        padding: 11px 20px 9px 19px;
    }


ul#navigation li
{
    float: left;
    border-bottom: 6px solid #7f9f9c;
    
}
    ul#navigation li.selected
    {
        border-bottom: 6px solid #0b7788;
    }



#left-column
{
    float: left;
    width: 308px;
    padding-top: 15px;
    margin-right: 20px;
}


#content
{
    float: left;
    width: 592px;
    padding-top: 15px;
}



#footer
{
    width: 920px;
    padding: 0 20px;
    margin: 0 auto;
    clear: both;
}

#footer #social-media
{
    float: left;
}
#footer #social-media li
{
    float: left;
    margin-right: 4px;
}
    #footer #social-media li a
    {
        display: block;
        width: 27px;
        height: 25px;
        text-indent: -100000px;
    }
        #footer #social-media li a#twitter { background: url(../images/redesign/twitter_logo.jpg) top left no-repeat; }
        #footer #social-media li a#linkedin { background: url(../images/redesign/linkedin_logo.jpg) top left no-repeat; }
        #footer #social-media li a#facebook { background: url(../images/redesign/hofinet_facebook_icon.jpg) top left no-repeat; }

#footer #footer-links
{
    float: left;
    background-color: #7f9f9c;
    height: 25px;
    width: 820px;
    text-align: center;
    margin-bottom: 10px;
}
    #footer #footer-links li
    {
        display: inline;
        border-right: 1px solid #fff;
        padding: 0 10px 0 10px;
        vertical-align: top;
        line-height: 25px;
    }
        #footer #footer-links li.last
        {
            border-right: none;
        }
        #footer #footer-links li a
        {
            color: #fff;
            font-size: 10px;
            display: inline-block;
            text-decoration: none;
            font-weight: bold;
        }


    #footer p
    {
        color: #7f9f9c;
        font-size: 10px;
        text-align: center;
        padding: 0 0 20px 0;
    }


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* overrides */
#new-body
{
    text-align: left;
}

#new-body #contentcontainer
{
    width: 920px;
}
#new-body #colcontent
{
    width: 660px;
}
#new-body #breadcrumb
{
    width: 640px;
}

#new-body .colspan2
{
    width: 640px;
}
#new-body .col2
{
    width: 400px;
}

#new-body .bgo
{
    position: absolute;
    margin: 0;
    padding: 0;
    right: 0;
    padding: 0 4px;
}

#new-body .bottomForm > input
{
    bottom: 0;
}