﻿

#commonBanner {
    background: url('../images/VA_Common_Banner_background.png') repeat-x;
    font-family: Verdana, sans-serif;
    height: 40px;
    color: #fff;
    font-size: 12px;
}


@media print {
    #commonBanner {
        display: none;
    }
}


#commonBanner .virginiaLogo {
    border: none;
    float: left;
    display: block;
    width: 151px;
    height: 40px;
    text-decoration: none;
    background: url('../images/Virginia_dot_Gov_logo.png') center no-repeat;
}


#commonBanner .alignLeft {
    float: left;
    margin-left: 20px;
    padding-top: 11px;
}


#commonBanner a:hover {
    color: #ccc;
}


#commonBanner a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}


#commonBanner #virginiaSearch {
    float: right;
    padding-top: 11px;
    padding-right: 10px;
}


#commonBanner .screenReaderOnly {
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}
