div#Header
{
    width: 880px;
    height: 100px;
    margin: 0 auto;
    font-size: 0.8em;
    line-height: 1.0;
    text-align: left;
    background-image: url(img/HeaderBG.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}
img#Logo
{
    float: left;
    margin-top: 28px;
    margin-left: 30px;
}

div#HeadNAVContainer
{
    float: right;
    height: 80px;
    text-align: right;
}

/* For Head Navigation */

ul#HeadNAV
{
    white-space: nowrap;
    margin-top: 20px;
    margin-left: 84px;
    height: 20px;
}
* html ul#HeadNAV
{
    /* V.S. IE6 Below */
    float: right;
    margin-right: 10px;
}
*+html ul#HeadNAV
{
    /* V.S. IE7 */
    margin-left: 0;
    margin-right: 20px;
}
*+html>/**/body ul#HeadNAV
{
    /* V.S. Opera 8 Below */
    margin-left: 84px;
}

ul#HeadNAV li
{
    display: block;
    float: left;
    list-style-type: none;
    font-size: 11px;
}
ul#HeadNAV li#Search
{
    white-space: nowrap;
    height: 20px;
}
ul#HeadNAV form, ul#HeadNAV label
{
    margin: 0;
    padding: 0;
}
ul#HeadNAV li#Search label
{
    vertical-align: bottom;
}
ul#HeadNAV input
{
    font-size: 12px;
    height: 15px;
    padding: 0;
    border: 1px solid #dddddd;
    -moz-box-sizing: content-box;
}
ul#HeadNAV li input#SearchButton
{
    height: 20px;
    vertical-align: middle;
    border: none;
}
*+html ul#HeadNAV input#SearchButton, * html ul#HeadNAV input#SearchButton
{
    /* V.S. IE7 Below */
    vertical-align: top;
}

/* For Visitor Navigation */
div#VisitorNAV
{
    height: 40px;
    white-space: nowrap;
    margin-right: 25px;
    margin-top: 10px;
}
div#VisitorNAV img
{
    margin-left: 5px;
}

