html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    box-sizing: border-box;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    height: 100%;
}

body {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    background: #ffffff;
    color: #4a4a4a;
    font-family: Tahoma, Helvetica, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -90px;
}

.footer, .push {
    height: 90px;
}

.header {
    background-image: url("../i/top.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 403px;
    position: relative;
}

.logo {
    position: absolute;
    top: 25px;
    left: 30px;
}

.menu {
    text-align: right;
    padding-right: 10px;
    position: absolute;
    top: 90px;
    width: 600px;
    left: 350px;
}

.menu a {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    padding-right: 7px;
    padding-left: 7px;
}

.menu a:hover {
    text-decoration: underline;
}

.subheader,
.subheader2 {
    position: absolute;
    top: 115px;
    left: 0px;
    width: 960px;
    color: #103652;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 14px;
}

.subheader2 {
    background-color: #ffffff;
}

.content {
    padding-top: 30px;
}

.main {
    float: left;
    width: 620px;
    margin-left: -100%;
    position: relative;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
}

.m2 {
    margin-left: 20px;
}

h1 {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: #004a96;
}

h2 {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #004a96;
}

p {
    margin: 14px 0;
    line-height: 22px;
    text-align: justify;
}

ul {
    margin-left: 20px;
    list-style: disc;
    line-height: 20px;
}

.right {
    float: left;
    width: 100%;
}

.r2 {
    margin-left: 650px;
}

a.button1, a.button2 {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.news {
    background-image: url("../i/news2.png");
    background-position: left;
    background-repeat: repeat-y;
    font-family: Tahoma, Helvetica, sans-serif;
}

.news .wrap {
    background-image: url("../i/news3.png");
    background-position: bottom left;
    background-repeat: no-repeat;
}

.news .wrap2 {
    background-image: url("../i/news1.png");
    background-position: top left;
    background-repeat: no-repeat;
    padding: 10px;
    padding-right: 30px;
}

.news h2 {
    color: #111111;
    font-size: 19px;
    font-weight: normal;
}

.news .date {
    margin-top: 7px;
    font-size: 12px;
    font-weight: bold;
    color: #346588;
}

.news .body {
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 16px;
    color: #494949;
}

.news a,
.m2 a {
    color: #4477aa;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.news a:hover,
.m2 a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
}

.footer {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #4a4a4a;
    text-align: center;
}

.footer .wrap {
    padding-top: 50px;
}

input, textarea, select {
    border: #4477aa solid 1px;
    font-family: Tahoma, Helvetica, sans-serif;
    padding: 4px 6px;
}

@media (max-width: 980px) {
    body {
        max-width: 100%;
    }

    .header {
        height: auto;
        padding-bottom: 16px;
    }

    .logo {
        position: static;
        margin: 16px auto 8px;
    }

    .menu {
        position: static;
        width: 100%;
        text-align: center;
        padding: 0 12px 12px;
    }

    .menu a {
        display: inline-block;
        padding: 6px 8px;
    }

    .subheader,
    .subheader2 {
        position: static;
        width: 100%;
        margin: 0 auto;
    }

    .content {
        padding-top: 16px;
    }

    .right,
    .main {
        float: none;
        width: 100%;
        margin: 0;
    }

    .r2,
    .m2 {
        margin: 0;
    }

    .r2 {
        margin-top: 18px;
    }

    p {
        text-align: left;
    }
}

@media (max-width: 640px) {
    .menu a {
        display: block;
    }
}
