﻿body, div, h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

h1, h2, h3 {
    font-size: 100%;
    font-weight: normal;
}

body {
    background-color: #d9d9d9;
    font-family: "Helvetica Neue",Helvetica,Arial;
}

.header {
    background-color: #5192b2;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    padding: 20px 20px 100px;
}

    .header h1,
    .header h2,
    .header h3 {
        font-family: Georgia,Helvetica,Arial;
        text-align: center;
    }

.title {
    margin-bottom: 30px;
}

.container {
    margin: 0 auto 36px;
    max-width: 768px;
}

.main {
    background-color: #dedede;
    border-top: 1px solid #dde4e8;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    width: 706px;
    min-height: 143px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    top: -93px;
    z-index: 100;
}

.glow {
    width: 1px;
    height: 1px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 200px 200px rgba(255,255,255,0.4);
    position: absolute;
    top: 100px;
    left: 50%;
}

.shadow {
    width: 748px;
    margin: 0 auto;
    position: relative;
    top: -93px;
    box-shadow: 0 -4px 25px 10px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 -4px 25px 10px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 -4px 25px 10px rgba(0,0,0,0.8);
}

.mr20 {
    margin-right: 20px;
}

a {
    color: #2a6888;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

h1 {
    font-size: 36px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 16px;
}

.box {
    border: 1px solid #ffffff;
    background: #ededed;
    box-shadow: 1px 2px 3px 0 rgba(198,197,197,1);
    -webkit-box-shadow: 1px 2px 3px 0 rgba(198,197,197,1);
    -moz-box-shadow: 1px 2px 3px 0 rgba(198,197,197,1);
    float: left;
    text-align: left;
    min-height: 100px;
    padding: 20px;
    width: 180px;
}

    .box h2 {
        color: #2a6888;
        margin-bottom: 8px;
    }

    .box p {
        font-size: 13px;
        color: #656565;
        line-height: 22px;
        margin-bottom: 10px;
    }

.social h2 {
    margin-bottom: 16px;
}

.social a {
    margin-right: 10px;
}

    .social a:last-child {
        margin-right: 0;
    }

    .social a img {
        height: 28px;
        width: 28px;
    }

.footer p {
    font-size: 10px;
    font-family: "Courier New",Courier,monospace;
    text-align: center;
    text-transform: uppercase;
}
