/* */
#headerLogo a{
	background:url(/images/logo-wateratlas-orange.png) no-repeat;
	}
.countyLogo{
    margin:7px 0 0 15px;
}
#welcome{
	background:url(/images/welcome-orange.png) no-repeat;
}
.howcanyouhelp img, .populartools img { margin-top: 25px; }
#headerLogo a:after {
    content: url(/images/logo-wateratlas-orange.png)!important;
    display:none;
}

@media print {
    #headerLogo a:after {
        content: url(/images/logo-wateratlas-orange.png)!important;
    }
}