﻿
#whole
{
    width: 100%;
}


#header #navigation ul li a:hover
{
    color: #FFF;
    background: url(/images/template/nav_bg_hover.png) repeat-x;
}
#header #navigation #greeting .logout a:hover
{
    background-color: #4DA7D7;
    color: #FFF;
}
.clearme
{
    clear: both;
}

#content
{
    position: relative;
    width: 940px;
    margin: 0 auto;
}
#footer
{
    font-family: "Open_sans_semibold";
    font-size: 13px;
    color: white;
    background-color: #808285;
    height: 28px;
    width: 940px;
    margin: 0 auto;
    border: 1px solid #808285;
}
#footer p
{
    float: left;
    position: relative;
    top: -8px;
    left: 10px;
}

a.rollover
{
    display: block;
    width: 52px;
    height: 52px;
    text-decoration: none;
    margin: 6px 9px 6px 6px;
    background: url("/images/home/search-icon.jpg");
}

a.rollover:hover
{
    background-position: -52px 0;
}

.displace
{
    position: absolute;
    left: -5000px;
}
