#header{
    background-image: -ms-linear-gradient(top, #1F366C 0%, #224678 40%, #275586 60%, #43B3E1 100%);
    background-image: -moz-linear-gradient(top, #1F366C 0%, #224678 40%, #275586 60%, #43B3E1 100%);
    background-image: -o-linear-gradient(top, #1F366C 0%, #224678 40%, #275586 60%, #43B3E1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1F366C), color-stop(40, #224678), color-stop(60, #275586), color-stop(100, #43B3E1));
    background-image: -webkit-linear-gradient(top, #1F366C 0%, #224678 40%, #275586 60%, #43B3E1 100%);
    background-image: linear-gradient(to bottom, #1F366C 0%, #224678 40%, #275586 60%, #43B3E1 100%);
}

#branding h1, #branding h1 a:link, #branding h1 a:visited{
    color: white;
}

#branding h1{
    font-weight:bold;
}

input[type="submit"]{
    background-color: #013082;
}

input[type="submit"]:hover{
    background-color: #275586;
}

div.breadcrumbs{
    background-color: #013082;;
}

.contact-us{
    margin-top:2em;
    margin-bottom:.5em;
    text-align:center;
    color:grey;
    font-size: small;
}
