/* ------------------------------ Header --------------------------------- */

#header {
    margin: 0 0px 14px 0px;
}

/* -- Header / Title -- */

    #header h1 {
        padding: 5px 0 0px 58px;
        font-size: 42px;
        font-weight: bold;
        margin: 2px 0 12px 0;
    	height: 0px !important;
    	height /**/:71px;        
        padding-top: 71px;
        width: 308px;
        overflow: hidden;
        display: block;
        color: #0d0d0d;
        background: url(/images/logo_header.gif) left top no-repeat;
        float: left;
        cursor: pointer;        
    }
    
    #header h1 a {
        color: #050505;
        display: block;
    }

    #header h1 a:hover {
        border: 0;   
    }

/* -- Search UI -- */

    #header form {
        float: right;
        padding: 20px 0 32px 0;    
        margin: 0;
    }

    input.search_input {
        /* see forms.css */
    }

    #header form .search_button {
        /* see forms.css */
    }

/* -- Primary Navigation -- */

    #inner-wrapper ul#nav {
        clear: both;
        margin: 0px 0 0px 0;
        padding: 0px 0 0 28px;
        overflow: hidden;
        width: auto;
        height: 34px;
        overflow: hidden;
        background: url(/images/primary_nav_bg_NEW.png) repeat-x;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-topleft: 10px;            
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;        
    }

    #inner-wrapper ul#nav li {
        list-style: none;
        float: left;
        margin-right: 7px;
    }

    #inner-wrapper ul#nav li a {
        font-size: 12px;
        border: none;
        height: 34px;
        float: left;
        line-height: 32px;
        display: block;
        color: #4D4D4D;
        font-weight: bold;
        text-shadow: 0px 1px 0px #fff;
        font-size: 13px;
        padding: 2px 10px 0 10px;
    }

    #inner-wrapper ul#nav li a:hover {
        color: #1268B8;
        text-shadow: 0px 1px 0px #fff;
        background: #dfeef1;        
    }

    #inner-wrapper ul#nav li.current a,
    #inner-wrapper ul#nav li.current a:hover {
        background: #fff;
        font-weight: bold;
        font-size: 14px;
        text-shadow: none;
    }

    #inner-wrapper ul#nav li.far-right {
        float: right;
    }
    #inner-wrapper ul#nav li.far-right a {
        font-weight: bold;
        color: #1268B8;   
    }
