﻿html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#header {
    background: #ededed;
}

#content {
    padding-bottom: 100px; /* Height of the footer element */
}

#footer {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #E0E1DC;
    background: #35454d;
    font-family: arial,verdana,sans-serif;
    font-size: 11px;
    text-align: center;
}

h2#logobanner {
    background: url(../Images/ui/logobanner.png) no-repeat;
    background: url(../Images/ui/logobanner-ie.png) no-repeat\9; /* IE 8 and below */
    background-size: 315px 75px;
    width: 315px;
    height: 75px;
    display: block;
    font-size: 0;
    margin: 0 0 0 350px;
    padding: 0;
}

#topbanner {
    background-color: #009FDA;
    /*margin: 0 auto;*/
    position: relative;
    text-align: left;
    /*width: 980px;*/
    z-index: 3;
}

.box {
    width: 800px;
    margin: 0 auto;
}

h3 {
    text-shadow: 1px 1px 0 #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
