/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */
 
 
#section-header {
    background: url("../images/header-background-bridge-norm.jpg") no-repeat scroll center top #2172b1;
    height: 563px;
    width:100%;
}

.not-front #section-header {
    background: url("../images/header-bg-internal-bridge-norm.jpg") no-repeat scroll center top #2172b1;
    height: 221px;
    width: 100%;
}