.headerDiv
{
    background-color: #2257AD;
    height: 70px;
    width: 100%;
}

.logoImage
{
    border-style: none;
}

/* top menu list styles */
.topMenu
{
    font-family: Arial,Verdana,san-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    height: 30px;
}

.topMenu a
{
    color: #FFFFFF;
    text-decoration: none;
}

.topMenu .menuList
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 30px;
    float: right;
}

.topMenu .menuList li
{
    display: inline;
    float: left;
    height: 30px;
    border-style: none;
    padding: 0;
    margin: 0;
}

.topMenu .menuList .menuItem
{
    background: #DDA852 url(Images/headerMenuInert.gif) no-repeat scroll left top;
}

.topMenu .menuList .activeItem
{
    background: #ECE6CF url(Images/headerMenuInertActive.gif) no-repeat scroll left top;
    color: #FFFFFF;
}

.topMenu .menuList .leftActive
{
    background: #DDA852 url(Images/headerMenuActiveInert.gif) no-repeat scroll left top;
}

.topMenu .menuList .firstItem
{
    background: #DDA852 url(Images/headerMenuFirstInert.gif) no-repeat scroll left top;
}

.topMenu .menuList .firstActive
{
    background: #ECE6CF url(Images/headerMenuFirstActive.gif) no-repeat scroll left top;
}

.topMenu .menuList span
{
    padding: 7px 10px 0 25px;
}

.topMenu .menuTitle
{
    float: left;
    padding-top: 7px;
}

.topMenu .menuContent
{
    padding-left: 12px;
}

.topMenu .menuCaption
{
    vertical-align: 10px;
}
.topMenu .menuImage
{
    border-style: none;
}

/* End of top menu */

/* slogan */
.slogan
{
    text-align: right;
    margin-top: 20px;
}

/* info panel */
.infoPane
{
    margin-bottom: 3px;
    background-color: #CCD3D8;
    height: 25px;
    padding-top: 2px;
}

.outerInfo
{
    height:31px;
    background-color:White;
    padding-top: 3px;
}

.customerInfoPanel
{
    float: left;
    padding-left: 10px;
}

.loginInfo
{
    color: #666666;
    font-family: Arial,Verdana,san-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
}

.customerInfo
{
    font-family: Arial,Verdana,san-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
}

.logoutPanel
{
    float: right;
    padding-right: 10px;
    padding-top: 2px;
}

.logout
{
    font-family: Arial,Verdana,san-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
}

a.logout
{
    color: Black;
}

.logoutImg
{
    text-decoration: none;
}
