/*------------------------------------------

Elkins Construction styles

------------------------------------------*/

body {
    background: #1f307b;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}

a {
    color: #f4f000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#container {
    width: 800px;
    margin: 100px auto 0 auto;
}

#wordmark {
    width: 800px;
    height: 69px;
    margin: 0 0 10px 0;
    float: left;
    text-align: center;
}

#logo {
    float: left;
    margin: 0 0 0 180px;
}

h1 {
    color: #f4f000;
    font-size: 18px;
    font-weight: bold;
    width: 800px;
    text-align: center;
    float: left;
    margin: 40px 0 30px 0;
}

h2 {
    width: 400px;
    float: right;
    margin: 0 40px 0 0;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;

}

.name {
    color: #f4f000;
    font-weight: bold;
}

.info, address {
    width: 400px;
    float: right;
    margin: 8px 40px 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-style: normal;
}

.copyright {
    width: 800px;
    color: #bac1d8;
    text-align: center;
    font-size: 11px;
    float: left;
}
