body {
    background: url(../img/bg.png);
}

.container {
    width: 808px;
    margin: 0 auto;
    background: #FFFFFF;
}

#header .container {
    overflow: hidden;
    height: 172px;
    margin-top: 1px;
    background: #ffffff url(../img/header.png) no-repeat right;
}

#logo {
    width: 300px;
    float: left;
    text-align: center;
    margin-top: 15px;
}

#logo img {
    max-width: 100%;
}

#slogan {
    color: #0b326d;
    width: 260px;
    text-align: center;
    font-family: Arial,serif;
    font-size: 16px;
    margin: 100px 20px 0;
}

#blue-bar{
    background: #395682;
    height: 20px;
    width: 300px;
}

#banner{
    margin-top: 15px;
}

#banner .container{
    text-align: center;
    font-weight: bold;
    font-family: Times New Roman,serif;
    background: #ffffff url(../img/paper.png) no-repeat center 5px;
    width: 652px;
    height: 129px;
    padding: 40px 78px 0;
}

/*CONTENT*/
#content {
    overflow: hidden;
}

#content .container {
    overflow: hidden;
    padding-bottom: 28px;
}

#primary {
    width: 380px;
    float: left;
    padding: 0 0 0 20px;
    text-align: center;
}

#primary p{
    font-family: Arial;
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;

}

#primary h2 {
    background: url(../img/bar.png) no-repeat;
    width: 396px;
    color: #ffffff;
    font-family: 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
    font-size: 18px;
    height: 40px;
    font-weight: normal;
    margin-bottom: 18px;
    padding-top: 8px;
    margin-top: 13px;
}

#primary .call{
    margin-top: 20px;
}

/*SIDEBAR*/
#sidebar {
    margin: 15px 38px 0 0;
    width: 370px;
    float: right;
}

#map{
    margin-left: 16px;
    width: 261px;
}

#map a{
    text-decoration: none;
    font-size: 12px;
}

#address{
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    padding-left: 98px;
    position: relative;
}

#address p{
    margin-top: 3px;
    margin-bottom: 18px;
}

#address .social{
    position: absolute;
    bottom: 47px;
    left: 20px;
}

/*FOOTER*/
#footer .container {
    background: #395682;
    overflow: hidden;
    padding: 10px 0;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

#copyright .container {
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
    background: none;
}

#copyright a {color:#ffffff;text-transform:uppercase;text-decoration:none;}
#copyright a:hover {text-decoration:underline;}