body {
    margin: 0px;
    padding: 0px;
    color: #FFF;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    background-color: #ccc;
    background-image: url(../siteimages/body-bg-img.jpg);
    background-repeat: repeat;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

#mainwrapper {
    width: 1280px;
    margin: 0 auto;
}

#mainheader {
    width: 100%;
    max-width: 1280px;
    height: 190px;
    font-family: Georgia, "Times New Roman", Times, serif;
    background: url(../siteimages/logo-top-revisedx1024.jpg) no-repeat top left;
    background-position: center;
    background-color:#414141;
}

#mainmenubar {
    width: 1280px;
    height: 40px;
    background: #414141;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(0deg, #414141, #141414, #414141);
}

#mainmenubar a {
    text-decoration: none;
    font-size: 1.5em;
}

#maincontainer {
    position: relative;
    width: 100%;
    background-color: #414141;
    min-height: 60vh;
    display: flex;
    flex-direction: row;
}

#maincontent {
    padding: 10px;
    width: 80%;
    border-bottom: 1px dashed #646464;
    border-right: 1px dashed #646464;
}

#sidebar {
    width: 20%;
    height: 100%;
    max-width: 256px;
    background-color: #414141;
    overflow: hidden;
}

#sidebar ul {
    margin: 5px;
    padding-left: 25px;
    color: #646464;
}

#sidebar li a {
    text-decoration: none;
    font-weight: normal;
}

.sidebarTitle {
    background-color: #1F1F1F;
    width: 90%;
    border-radius: 5px;
    margin-left: 10px;
}

.scrollContainer {
    height: 240px;
    overflow-x: hidden;
    overflow-y: hidden;
}

#mainfooter {
    width: 100%;
    height: 120px;
    margin: 0 auto;
    background: linear-gradient(0deg, transparent, #414141);
}

#footerLinks {
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

#footerCopyright {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

#mainfooter a {
    text-decoration: none;
}

.contentDivider {
    border-bottom: 1px dashed #646464;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tables {
    border: 2px solid #646464;
}

.tablesCenter {
    border: 2px solid #646464;
    margin: 0 auto;
}

.tables td, .tablesCenter td {
    border: 1px solid #646464;
    text-align: center;
    padding: 5px;
}

.tableContainer {
    /* text-align: center;*/
}

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

.postBox {
    border-bottom: 1px dashed #646464;
    padding: 10px;
}

.postBox img {
    float: left;
    margin-right: 15px;
}

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

.portfolioListing {
    display: inline-block;
    width: 100%;
}

.portfolioImg {
    margin: 10px 0;
    height: 100%;
    width: 25%;
    float: left;
    text-align: center;
}

.productsListing {
    display: inline-block;
}

.productsListing img {
    float: right;
    margin: 10px;
    height: 100%;
    width: 25%;
}

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

.socialIcon {
    width: 50px;
    height: 50px;
}

/*
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
*/

h2 {
    line-height: 1.25em;
    margin-top: 0;
}

h3 {
    margin-left: 10px;
    margin-bottom: 5px;
}

h5 {
    font-size: 1.5em;
    margin: 10px 10px 10px 0;
    color: #2AACE3;
}

a, a:link, a:visited {
    color: #2AACE3;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    color: #CC0000;
    text-decoration: none;
}

a.active {
    color: #CC0000;
}