/* REI Adventures link color */

.adv a:link, .adv a:visited {
    color: #51749F;
}

.adv a:hover, .adv a:focus, .adv a:active {
    color: #51749F;
    text-decoration: underline;
}

.adv .button a.btnStyle1:hover {
    text-decoration:none;
    }
.adv .button a.btnStyle1 {
    text-decoration:none;
    }

.adv #pageContent .hideContent {
    display:none;
    }