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