#masthead:after,
#masthead .menu_item:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html #masthead,
* html #masthead .menu_item
{
   height: 1%;
}


#masthead,
#masthead .menu_item
{
   zoom:1;
}

header
{
    width:100%;
    min-width:974px;
    text-align:center;
}

header ul#masthead
{
    width:974px;
    margin:0 auto;
    border-top:6px solid #0063c8;
    text-align:left;
}

#masthead .compartment
{
    float:left;
    width:195px;
    margin-right:10px;
    height:68px;
}

#masthead .logo
{
    text-indent:-9999px;
    line-height:0;
    font-size:0;
}

#masthead .logo img
{
    display:block;
    margin-top:23px;
}

#masthead .moto
{
    font-size:15px;
    color:#555;
    font-weight:normal;
    line-height:15px;
    padding:0 5px;
    margin-top:15px;
    line-height:18px;
}


#masthead .compartment.secondary_nav
{
    margin-right:0;
    width:154px;
}

#masthead .feature_point a
{
    display:block;
    color:#0063C8;
    border-bottom:1px solid #8D8D8D;
    font-size:14px;
    line-height:14px;
    padding:27px 5px;
}

#masthead .feature_point a:hover
{
    background-color:#0063C8;
    color:#fff;
    text-decoration:none;
    border-bottom:1px solid #0063c8;
}

#masthead .secondary_nav .menu_item a
{
    display:block;
    padding:6px 5px 5px 5px;
    font-size:11px;
    line-height:13px;
    height:11px;
    font-weight:normal;
    color:#0063c8;
    border-bottom:1px solid #8d8d8d;

}

#masthead .secondary_nav .menu_item a:hover
{
    color:#fff;
    background-color:#0063c8;
    text-decoration:none;
    border-bottom:1px solid #0063c8;
    
}

#masthead .secondary_nav .menu_item a.sign_in:hover
{
    background-color:#ffffaa;
    color:#0063c8;
    border-bottom:1px solid #ffffaa;
}

#masthead .inline_nav_item
{
    float:left;
    width:64px;
    padding:0 5px;
    margin-left:5px;
}

#masthead .inline_nav_item:first-child
{
    margin-left:0;
}

#masthead .secondary_nav .logout a:hover
{
    background-color:#ff2222;
    border-bottom:1px solid #ff2222;
    color:#fff;
}