﻿html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#wrapper {
   min-height:100%;
   position:relative;
}

.body-content {
    /*padding-left: 15px;
    padding-right: 15px;
    /-*padding-top:45px;*/   /* Needed for fixed headers/menu */
    padding-bottom:100px;   /* Height of the footer */
}

footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:100px;    /* Height of the footer */
   /*background:ffffff; /*#eee;*/*/
}



.banner-container {
	width: 100%;
	padding: 3px;
	min-height: 100px;
    height: auto;
    vertical-align: middle;
}

.banner-container div {
	display: table;
	float: left; 
	height: 60px;
    width: 150px;
	margin: 3px;
	padding: 0px 0px 0px 45px;
	border: double 1px grey;
	border-radius: 5px;
	vertical-align: middle;
	box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, .8);
    background-position: 0 50%; 
}
.banner-container div:hover {
	border: solid 1px grey;
    background-position: 0 50%; 
	/*box-shadow:
				 10px 10px 10px -10px rgba(0, 0, 0, .8),
				0 0 5px rgba(0, 0, 230, .5) inset; */
}


.banner-container div span {
	display: table-cell;
	/*float: right;*/
	/*min-height: 30px;*/
	padding: 3px;
	text-align: right;
    font-size: 0.8em;
    line-height: 0.9em;
    vertical-align: middle;
    /*height: 100%;*/
}

.ban1       { background: url('/Content/img/banner-13.png') no-repeat;  }
.ban1:hover { background: url('/Content/img/banner-13-hover.png') no-repeat; }

.ban2       { background: url('/Content/img/banner-14.png') no-repeat; }
.ban2:hover { background: url('/Content/img/banner-14-hover.png') no-repeat; }

.ban3       { background: url('/Content/img/banner-16.png') no-repeat; }
.ban3:hover { background: url('/Content/img/banner-16-hover.png') no-repeat; }

.ban4       { background: url('/Content/img/banner-17.png') no-repeat; }
.ban4:hover { background: url('/Content/img/banner-17-hover.png') no-repeat; }

.ban5       { background: url('/Content/img/banner-18.png') no-repeat; }
.ban5:hover { background: url('/Content/img/banner-18-hover.png') no-repeat; }

.ban6       { background: url('/Content/img/banner-19.png') no-repeat; }
.ban6:hover { background: url('/Content/img/banner-19-hover.png') no-repeat; }

.ban7       { background: url('/Content/img/banner-24.png') no-repeat; }
.ban7:hover { background: url('/Content/img/banner-24-hover.png') no-repeat; }
