body{
    background-color:#b37500;
    color:#007bff;
}
footer{
    height:24px;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    text-align:center;
    background:black;
    color:#b37500;
}
.footLeft{
    width:calc(100%-75px);
    float:left;
    margin-left:10px;
} 
.footRight{
    width:65px;
    float:right;
} 
.footRight > a {
    color:#b37500;
} 
.footLeft > a {
    color:#b37500;
} 
ul,address{
    margin-bottom:0rem;
}
#filterButton {
    background:black;
    color:#DDD;
}
.cButtonUl{
    background-color:black;
    color:#DDD;
    top:-7px;
    left:-1px;
}
.cButtonUl > li > a{
    background-color:black;
    color:#DDD;
}
.cButtonUl > li > a:hover{
    background-color:black;
    color:#b37500;
}
.cGreen {
    color:#b37500;
}
.boxsize {min-height:378px;}
.imgsize {max-width:50%;max-height:250px;float:right;}

#csslist {overflow:hidden;background-color:#fff;padding:15px;}
#csslist > li {width:80%;padding-top:20px;list-style-type: none;}
#csslist > li > ul > li {width:100%;padding-left:20px;list-style-type: none;}
#csslist > li > ul > li > ul > li {width:100%;padding-left:20px;list-style-type: none;}

.pad0 {padding:0}
.mar0 {margin:0}