/* Header */
body {
    min-width: 998px;
    font-size: 11px;
}

p {
    font-size: 11px;
}

img {
    border: none;
}

#header-table {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
}
#user-info-table {
    height: 23px;
    width: 100%;
    background-color: #012b5b;
}
#user-info-table td {
    color: #fff;
    font-size: 10px;
    padding-left: 6px;
    white-space: nowrap;
    padding-right: 5px;
}
#user-info-table a, 
#user-info-table a:visited 
{
    color: #fff;
    background-color: inherit;
    line-height: 20px;
}
#login-row p#global-links a:hover {
    color: #fff;
    background-color: inherit;
    text-decoration: underline;
}

#company-logo-table {
    width: 100%;
    height: 84px;
    background-color: #062f5d;
    background-image: url(./gradient.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}
#company-logo-table #site-logo {
    width: 177px;
    background-color: #fff;
    color: inherit;
    background-image: url(./logo.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
#company-logo-table #site-name, #site-search {
    color: #fff;
    border-top: solid 1px #92a4b8;
}
#company-logo-table #site-name {
    font-size: 24px;
    padding-left: 25px;
    font-family: arial, sans-serif;
    font-size: 22.2px;
    font-weight: bold;
}
#company-logo-table #site-search {
    width: 150px;
    text-align: right;
    padding-right: 10px;
}
#company-logo-table #site-search form {
    width: 150px;
    margin: 0;
    padding: 0;
}

#company-logo-table #site-search * {
    font-size: 10px;
}

#navigation-table {
    width: 100%;
    background-color: #062f5d;
    border-collapse: collapse;
}

#langChooser {
    margin: 1px 0;
    _margin: 3px 0 0 2px;
}

td#primary-navigation {
    height: 24px;
}
