﻿.RESPONSIVEHEADER {
    background-color: /*#93B3D7*/ #667788;
    color: White;
    clear: both;
    position: fixed;
    height: 130px;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: solid 2px;
    border-bottom-color: blue;
    min-width: 500px;
}

.RESPONSIVEHEADERLOGO {
    float: left;
    padding-left: 0px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.RESPONSIVEHEADERPARTNERLOGO {
    float: right;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    /*position: relative;*/
    /*text-align: center;*/
    color: white;
}

.RESPONSIVEHEADERPARTNERLOGOSHADOW {
    position: absolute;
    top: 18px;
    right: 12px;
    width: 100px;
    height: 100px;
    background-color: navy;
}

.RESPONSIVEHEADERPARTNERLOGOIMG {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 100px;
    height: 100px;
}

.RESPONSIVEHEADERPARTNERLOGOTEXT {
    position: absolute;
    top: 15px;
    right: 40px;
    font-size: 0.9em;
}

.RESPONSIVEBODY {
    position: fixed;
    top: 130px;
    left: 0;
    width: 100%;
    overflow: auto;
    clear: both;
    background-color: #e5e5e5;
}

.RESPONSIVEBODYCONTENT {
    /*border: 1px solid black;*/
    float: left;
}

.RESPONSIVEMENU {
    float: left;
    width: 330px;
    text-align: left;
}

.RESPONSIVEMENUITEM {
    clear: both;
    background-color: white;
    padding: 0px;
    margin-top: 3px;
    width: 330px;
    height: 48px;
    overflow: hidden;
}

.RESPONSEMENUITEMIMG {
    float: left;
    /*clear:left;*/
    padding-left: 2px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    width: 48px;
    height: 48px;
}

.RESPONSIVEFOOTER {
    background-color: /*#93B3D7*/ #667788;
    font-size: 0.9em;
    color: White;
    clear: both;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: solid 2px;
    border-top-color: blue;
}

@media only screen and (max-width:620px) {
    /* For mobile phones: */
    .RESPONSIVEMENU, .RESPONSIVEBODY {
        width: 100%;
    }
}
