* { margin: 0; padding: 0 }

body {
    background-color:#d9c8ae;
    min-width: 100%;
    top: 0;
    bottom: 0;
    margin: 0;
    }
   
div.mainbody_container {
    width: 94%;
    background-color: #292929;
    max-width: 1275px;
    min-width: 900px;
    margin-left: auto;
    margin-right: auto;
    overflow:auto;
    -webkit-box-shadow: 0px 0px 22px 6px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 22px 6px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 22px 6px rgba(0,0,0,0.35);
   }
    
div.header {
    background-color: #292929;
}

div.navbar {
    background-color: #000000;
    width: 100%;
    height: 47px;
}

div.navlinkcontainer {
    width: 752px;
    height: 33px;
    padding-top: 7px;
    margin-left: auto;
    margin-right: auto;
}

a.nav:link, a.nav:visited {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #909090;
    text-decoration: none;
    display: block;
    text-align: center;
    }
    
a.nav:hover {
    color: #ffffff;
    }


div.navlinkbox {
    width: 250px;
    float: left;
}

div.navlinkboxm {
    width: 250px;
    float: left;
    border-left: thin solid #707070;
    border-right: thin solid #707070;
}
    
div.mainbody {
    min-height: 500px;
    background-color: #ffffff;
    padding-bottom: 40px;
}

div.abouttext {
    display: inline-block;
    width: 90%;
    margin-left: 5%;
    margin-top: 33px;
    padding-bottom: 20px;
    overflow: auto;
}

p.aboutfont {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

h1.aboutheading {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

div.buildingimage {
    float: right;
    height: 309px;
    width: 600px;
    margin-left: 25px;
    margin-top: 10px;
}

div.stockimages {
    display: inline-block;
    width:90%;
    margin-left: 5%;
    margin-top: 20px;
    
    float: clear;
}

div.imfloat {
    width: 33.33%;
    float: left;
}

div.footer {
    float: clear;
    height: 170px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

div.blackbar{
    float: clear;
    width: 100%;
    height: 10px;
    background-color: #000000;
}

div.footercol{
    margin-top: 20px;
    width: 33.33%;
    height: 140px;
    float: left;
}

div.footercolcont{
    margin-right: 10%;
    width: 90%;
    height: 120px;
}

div.footercolcontm{
    border-left: thin solid #707070;
    border-right: thin solid #707070;
    height: 120px;
    width: 100%;
}

div.footercolcontl{
    margin-left: 10%;
    width: 90%;
    height: 120px;
}

a.footer:link, a.footer:visited {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #909090;
    text-decoration: none;
    
    }
    
a.footer:hover {
    color: #ffffff;
    }


p.copy{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #909090;
    text-align: center;
}

div.contact {
    display: inline-block;
    width: 42.5%;
    margin-left: 5%;
    margin-top: 20px;
    vertical-align: top;
}

div.map {
    display: inline-block;
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    vertical-align: top;
}

p.contactfont {
    padding-left: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

h1.aboutcontact {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

h1.aboutcontact2 {
    margin-top: 20px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

div.resource {
    display: inline-block;
    width: 90%;
    margin-left: 5%;
    margin-top: 0px;
    vertical-align: top;
}

h1.resourcetitle {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

a.resourcelink:link, a.resourcelink:visited {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    text-decoration: none;
    display: block;
    text-align: center;
    }
    
a.resourcelink:hover {
    color: #808080;
    }
