@charset
"utf-8"
;
/* CSS Document */

#headerContainer {
    text-align: center;
    height: auto;
    overflow: hidden;
    background-image: url( ../../../images/simple/common/pageHeaderBgH46.jpg );
    background-repeat: repeat-x;
    background-position: 0 71px;
}

#header {
    height: 118px;
    width: 776px;
    margin: 0 auto;
}

#logo {
    float: left;
    clear: left;
    margin-top: 30px;
    height: 72px;
    width: 200px;
}

#logoLeftCorner {
    margin-top: 41px;
    float: left;
    width: 12px;
    height: 46px;
    background-image: url( ../../../images/simple/common/pageHeaderCornerRight.jpg );
    background-repeat: no-repeat;
}

#logoCenter {
    float: left;
    width: 160px;
    height: 72px;
    background-color: #fff;
    background-image: url( ../../../images/simple/common/logo.jpg );
    background-repeat: no-repeat;
    background-position: center;
}

#pageHeaderIndexButton {
    position: relative;
    left: 90px;
    top: 20px;
    border: 0;
}

#logoRightCorner {
    margin-top: 41px;
    float: left;
    width: 12px;
    height: 46px;
    background-image: url( ../../../images/simple/common/pageHeaderCornerLeft.jpg );
    background-repeat: no-repeat;
}

#headerContentContainer {
    float: right;
    clear: right;
    height: 118px;
    width: 576px;
}

#headerContent {
    height: 42px;
    width: 576px;
    text-align: right;
    margin: 30px 0 0;
}

#headerHelpCenterPic {
    vertical-align: middle;
}

#headerNav {
    height: 46px;
    width: 576px;
    line-height: 40px;
    overflow: hidden;
}

#headerNav li {
    float: left;
    list-style: none;
    margin: 0 10px 4px;
    font-weight: bold;
    font-size: 14px;
}

.headerNavSelected {
    background-image: url( ../../../images/simple/common/pageHeaderSelectBg.jpg );
    background-repeat: repeat-x;
    background-position: 0 5px;
    color: white;
}

.headerNavSelected div {
    float: left;
}

.headerNavSelected div img {
    margin: 5px 0 0;
}

.headerNavUnSelected a:link, .headerNavUnSelected a:visited, .headerNavUnSelected a:active {
    text-decoration: none;
    color: #fff;
    background: transparent;
}

.headerNavUnSelected a:hover {
    text-decoration: underline;
    color: #FD6201;
    background: transparent;
}

.headerNavSelected a:link, .headerNavSelected a:visited, .headerNavSelected a:active {
    text-decoration: none;
    color: #fff;
    background: transparent;
}

.headerNavSelected a:hover {
    text-decoration: none;
    color: #fff;
    background: transparent;
}
