﻿a { color: #00498F; font-weight: bold; text-decoration: underline; }
a:hover { color: #00498F; }
a.red-link { color: #00498F; }
.b-top-bar, 
.content-featured {
    background: #00498F; /* Old browsers */
    background: -moz-linear-gradient(top,  #00498F 0%, #00498F 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00498F), color-stop(100%,#00498F)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00498F 0%,#00498F 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00498F 0%,#00498F 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00498F 0%,#00498F 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00498F 0%,#00498F 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00498F', endColorstr='#00498F',GradientType=0 ); /* IE6-9 */    
}
.top-bar-text { color: #fff; }
.top-bar-phone, .top-bar-phone span, .top-bar-phone a, .home-promo-text { color: #fff !important; }
.header {
    height: 86px;
    padding-top: 4px;
    background: #F8F7F5;
}
.menu > li > a { height: 86px; }
.menu #kidzZone { color: #00498F; }
.b-social.social-header a:hover, .menu a.active {
    color: #00498F;
}
.b-titlebar {
    background: #00498F; /* Old browsers */
    background: -moz-linear-gradient(top,  #00498F 0%, #00498F 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00498F), color-stop(100%,#00498F)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00498F 0%,#00498F 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00498F 0%,#00498F 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00498F 0%,#00498F 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00498F 0%,#00498F 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00498F', endColorstr='#00498F',GradientType=0 ); /* IE6-9 */    
}
.page-title { color: #00498F; }
.content.red {
    background: none repeat scroll 0 0 #00498F;
}
table#cash-rebate-table #table-header 
{
    background: #00498F;
    background: -moz-linear-gradient(left,  #00498F 0%, #00498F 40%, #00498F 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00498F), color-stop(40%,#00498F), color-stop(100%,#00498F));
    background: -webkit-linear-gradient(left,  #00498F 0%,#00498F 40%,#00498F 100%);
    background: -o-linear-gradient(left,  #00498F 0%,#00498F 40%,#00498F 100%);
    background: -ms-linear-gradient(left,  #00498F 0%,#00498F 40%,#00498F 100%);
    background: linear-gradient(to right,  #00498F 0%,#00498F 40%,#00498F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00498F', endColorstr='#00498F',GradientType=1 );   
}