/* ==================================  FOOTER =====================================*/

.footWrapWide {
    padding: 15px 1em;
    width: 100%;
    font-size: 1.1em;
    background: #224909;
    color: #ffffff;
}
.footer {
    padding: 15px  1em;
    background-color: #224909;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
    text-align: center;
    font-size: 0.9em;
    color: white;
    overflow: hidden;
    font-stretch: condensed;
    line-height:1.7em;
}

.footer a:link {
    color:#ffffff;
    text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.footer a:visited {
    color: #ffffff;
    text-decoration: none;
}
.footer a:hover, .footer a:active, .footer a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    text-decoration: none;
}

