body{
    margin: 0; padding: 0;
    background: #FFFFFF;
    font-family: 'Raleway', sans-serif;
}
a{ text-decoration: none; }
#banner{ width: 100%; height: 320px; }
#banner div{
    width: 100%; height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
#nav{ background: #0054a6; text-transform:uppercase; }
#nav a { color: #FFF; text-decoration: none; font-size: 16pt; }
#nav ul, #nav ul li{
    list-style-type: none;
    margin: 0; padding: 0;
}
#nav ul{ width: 845px; margin: auto; }
#nav ul li{ float: left; }
#nav ul li a{
    display: block;
    padding: 10px 34px;
    margin: 17px 0 18px; 
}
#nav ul li a:hover, #nav ul li.active a{
    background: #FFFFFF;
    color: #000000;
    margin: 5px 0 0;
    padding: 22px 34px 28px;

    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

#content{
    width:750px;
    margin: auto;
      min-height: 480px;
}
#content h1{
    font-size: 28pt;
    font-weight: 600;
}
#content a{ color: #0054a6 }
#content a:hover{ border-bottom: 1px dotted #0054a6 }


#footer{
    background: #0054a6;
    text-align: center;
    color: #FFFFFF;
    padding: 7px 0;
    width: 100%;
}