﻿/* CSS for VITA required header */

/* 
    The naming conventions for the VITA .css file and associated
    image files do not follow the naming conventions for abc.virginia.gov.
*/

#commonBanner {
    background:url('../images/vita-common-banner-images/Common_Banner_background.png') repeat-x;
    font-family:Verdana, sans-serif;
    height:40px;color:#fff;
    font-size:12px;
}
#commonBanner .virginiaLogo{
    border:none;float:left;
    display:block;width:151px;
    height:40px;
    text-decoration:none;
    background:url('../images/vita-common-banner-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;
}
