@font-face {
    font-family: 'Arial Narrow';
    src: url('Arialn.ttf')  format('truetype')
  }


html, body {
    height: 100%;
}

* {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

h1 {
    display: block;
    width: 100%;
    border-bottom: solid #000 1px;
    padding: 45px 0 10px 0;
    margin: 0 0 15px 0;
    color: #284F9B;
    font-family: 'Arial Narrow';
    font-size: 40pt;
    font-style: normal;
    font-weight: 400;
}

h1 span {
    font-size: 18pt;
    font-family: 'Arial Narrow';
}

h2 {
    margin: 10px 0 10px 0;
    font-style: bold;
    font-size: 12pt;
    color: #284F9B;
}

.wrapper {
    max-width: 990px;
    margin: 0 auto 0 auto;
    min-height: 100%;
    padding: 0 2%;
}
#contact{
    overflow: auto;
    padding-bottom: 50px;
}
#contact .left p {
    line-height: 15pt !important;
    padding: 0 0 0 2px;
}
#contact .left p.space {
    padding-top: 80px;
}
.map {
    margin: 10px 0 10px 0;
    width: 55%;
    height: 400px;
    float: left;
}

.left, .right {
    float: left;
    width: 40%;
}
.right {
    width: 60%;
    float: right;
}

@media only screen and (max-width: 1000px) {
    .left {
        width: 100%;
    }
    .right {
        clear: both;
        float: none;
        display: block;
        width: 100%;
        padding-top: 30px;
    }
    h1 {
        padding-top: 20px;
    }
    #contact .left p.space {
        padding-top: 10px;
    }
  }

#footer {
    background-color: #284F9B;
    clear: both;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
    position: relative;
    margin-top: -50px;
    clear: both;
}
#footer p, #footer p a {
    color: #fff !important;
    font-size: 11px;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 0 5px;
}
#footer p a:hover {
    text-decoration: underline;
}