body {
        margin: 0px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
}

img {
        border: 0;
}


#wrapper {
        position: relative;
        min-height: 100%;
}

/*HEADER AND NAVIGATION*/


#header {
        position: fixed;
        left: 0;
        top: 0;
        height: 88px;
        line-height: 88px;
        width: 100%;
        opacity: .94;
        background: #f8f8f8;
        box-shadow: 0 0 4px rgba(0, 0, 0, .2);
        border-bottom: solid #ccc 1px;
        z-index: 99999;
}

#header .header-container {
        height: 88px;
        max-width: 800px;
        margin: 0 auto;
        position: relative;
    
}


#header .logo {
        float: left;
        display: inline;
}

.logo img {
       vertical-align: middle;
}


#navigation {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 400;
        display: inline;
        float: left;
        width: 450px;
        max-height: 88px;
        margin: 0 auto;
        text-align: center;    
}

#navigation ul {
        display: inline-block;
        margin: 0 auto;
        list-style: none;
        padding: 0;
}

#navigation li {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
}

#navigation a {
        text-decoration: none;
        color: #909090;
        cursor: pointer;
}

#navigation a.active {
        text-decoration: none;
        color: #707070;
        cursor: pointer;
        font-weight: bold;
}

#navigation a:hover {
        color: #454545;
}

#phone-number {
        font-family: 'Roboto', sans-serif;
        float: right;
        display: inline;
        font-size: 14px;
        color: #606060;
        font-weight: 400;
        
}

#phone-number img {
       vertical-align: middle;
       margin-bottom: 5px;
       padding-right: 10px;
}

#banner {
        height: 630px;
        width: 100%;
        background: url(../images/banner.jpg) center;
        text-align: center;
}

#content {
        float: left;
        width: 100%;
        position: relative;
        z-index: 9999;
}

#overview {
        position: relative;
        max-width: 800px;
        margin: 0 auto;
        padding-top: 30px;
}

#services {
        position: relative;
        max-width: 800px;
        margin: 0 auto;
        padding-top: 30px;
}

#contact {
        position: relative;
        max-width: 800px;
        margin: 0 auto;
        padding-top: 30px;
}

.our-mission {
        color: #666666;
        display: inline-block;
        font-size: 15px;
        font-weight: 300;
        width: 725px;
        text-align: left;
        margin-top: 60px;
}

.service-list {
        color: #666666;
        display: inline-block;
        font-size: 15px;
        font-weight: 300;
        width: 725px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 60px;
}

.content {
        text-align: center;
        display: inline-block;
        margin-bottom: 20px;
        width: 800px;
}

.content h2 {
        font-family: 'Roboto', sans-serif;
        color: #202020;
        font-size: 47px;
        font-weight: 100;
        font-style: normal;
        width: 100%;
        margin-bottom: 0;
}

.content p {
        font-family: 'Roboto', sans-serif;
        color: #909090;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        width: 100%;
        padding-top: 16px;
        margin: 0 0 60px 0;
}

.value-box {
        float: left;
        width: 235px;
        text-align: center;
        margin-right: 47px;
        margin-top: 10px;
}

.value-box:last-child {
        margin-right: 0;
}

.value-box h3 {
        font-size: 22px;
        color: #666;
        float: left;
        width: 100%;
        text-align: center;
        font-weight: 300;
        margin-bottom: 12px;
}

.value-box p {
        color: #666666;
        float: left;
        font-size: 15px;
        font-weight: 300;
        line-height: 27px;
        text-align: center;
        width: 100%;
}

.value-box img {
        margin-bottom: 15px;
}

#contact-container {
        display: inline-block;
        width: 750px;
}

.contact-left {
        display: inline-block;
        float: left;
        width: 60%;
        margin-top: 10px;
}

.contact-left img {
        float: left;
}

.contact-right {
        display: inline-block;
        float: right;
        width: 40%;
        margin-top: 10px;
}

.contact-right img {
        margin-right: 20px;
}

.questions {
        float: left;
        font-size: 15px;
        font-weight: 300;
        color: #666666;
        text-align: left;
}

.office-title {
        float: left;
        font-size: 22px;
        color: #666;
        font-weight: 300;
        text-align: left;
        display: block;
        margin-top: 20px;
}

.contact-name {
        float: left;
        font-size: 18px;
        font-weight: 300;
        color: #454545;
        text-align: left;
        display: block;
        margin-top: 30px;
}


.contact-phone {
        float: left;
        font-size: 15px;
        font-weight: 300;
        color: #666666;
        text-align: left;
        display: block;
        margin-top: 15px;
}

.contact-email {
        float: left;
        font-size: 15px;
        font-weight: 300;
        color: #666666;
        text-align: left;
        display: block;
        margin-top: 20px;
}

.contact-title {
        font-size: 22px;
        color: #666;
        font-weight: 300;
        margin-right: 15px;
}
.address {
        float: left;
        font-size: 15px;
        font-weight: 300;
        color: #666666;
        text-align: left;
        display: block;
        clear: both;
}

#divider {
        position: relative;
        max-width: 860px;
        height: 1px;
        width: 860px;
        margin: 0 auto;
        background: url(../images/divider.png) center;
        
}

#divider img {
        height: 1px;
        width: 860px;
}

#footer {
        position: relative;
        height: 90px;
        line-height: 90px;
        width: 100%;
        background: #353535;
        display: inline-block;
        margin-top: 80px;
}

#footer .footer-container {
        height: 90px;
        max-width: 800px;
        margin: 0 auto;
        position: relative;
        text-align: center;
    
}

.copyright {
        font-size:12px;
        color: #909090;
}

