#nhc-main
{
   margin:0 auto;
   font-size: 13px;
   font-familyx: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   position: relative;
   width: 100%;
   min-height: 100%;
   left: 0;
   top: 0;
   cursor:default;
   overflow:hidden;
}

.nhc-header {
    margin: 0 auto;
    background-repeat: no-repeat;
    height: 80px;
    position: relative;
    background-position: center top;
    background-color: #206276;
}
@media (min-width: 1200px) {
    .nhc-shapes {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        z-index: 0;
        background-color: #206276;
    }
}

.nhc-shapes {
    background-color: #0E4853;
    border-bottom: 1px solid #dedede !important;
}
ul {
    list-style-type: none;
}

ol {
    list-style-position: inside;
}

html, body {
    height: 100%;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    padding: 0;
    margin: 0;
    min-width: 400px;
}
form {
    padding: 0 !important;
    margin: 0 !important;
}
.nhc-footer {
    background: #0E4853;
    margin: 0 auto;
    position: relative;
    color: #CED4D4;
    font-size: 13px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-align: center;
    padding: 0;
}
.nhc-footer-inner {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    padding: 20px;
    padding-right: 35px;
    padding-left: 35px;
}

.nhc-footer a,
.nhc-footer a:link,
.nhc-footer a:visited,
.nhc-footer a:hover,
.nhc-footer td,
.nhc-footer th,
.nhc-footer caption {
    color: #CED4D4;
    font-size: 13px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}