﻿a { color: #003366; font-weight: bold; }
a:hover { color: #003366; }
a.red-link { color: #003366; }
.b-top-bar, 
.content-featured {
    background: #0055AA; /* Old browsers */
    background: -moz-linear-gradient(top,  #0055AA 0%, #003366 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0055AA), color-stop(100%,#003366)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0055AA 0%,#003366 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0055AA 0%,#003366 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0055AA 0%,#003366 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0055AA 0%,#003366 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055AA', endColorstr='#003366',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: 90px;
    padding-top: 4px;
}
.menu > li > a { height: 90px; }
.menu #kidzZone { color: #003366; }
.b-social.social-header a:hover, .menu a.active {
    color: #003366;
}
.b-titlebar {
    background: #0055AA; /* Old browsers */
    background: -moz-linear-gradient(top,  #003366 0%, #0055AA 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003366), color-stop(100%,#0055AA)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #003366 0%,#0055AA 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #003366 0%,#0055AA 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #003366 0%,#0055AA 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #003366 0%,#0055AA 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003366', endColorstr='#0055AA',GradientType=0 ); /* IE6-9 */    
}
.page-title { color: #003366; }
.content.red {
    background: none repeat scroll 0 0 #0055AA;
}
table#cash-rebate-table #table-header 
{
    background: #003366;
    background: -moz-linear-gradient(left,  #003366 0%, #0055AA 40%, #003366 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#003366), color-stop(40%,#0055AA), color-stop(100%,#003366));
    background: -webkit-linear-gradient(left,  #003366 0%,#0055AA 40%,#003366 100%);
    background: -o-linear-gradient(left,  #003366 0%,#0055AA 40%,#003366 100%);
    background: -ms-linear-gradient(left,  #003366 0%,#0055AA 40%,#003366 100%);
    background: linear-gradient(to right,  #003366 0%,#0055AA 40%,#003366 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003366', endColorstr='#003366',GradientType=1 );   
}