/*
/////////////////////////////////////////////////////////////////
    Skip to Content Button
/////////////////////////////////////////////////////////////////
*/
a.ContentSkip {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.ContentSkip:focus, a.ContentSkip:active {
    color: #fff;
    background-color:#AF1E2D;
    left: auto;
    top: auto;
    width: 150px;
    height: auto;
    overflow:auto;
    padding:5px;
    border-radius: 0 0 20px 20px;
    text-align:center;
    font-size:14px;
    z-index:999;
}
