﻿.footer, .push {
	height: 135px;
}

.footer {
	position: relative;
	width: 100%;
	margin: 20px auto;
	background-color: #003300;
	background-image: url(../images/layout/footerstripe.png);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
}

.footer a {
	color: #999999;
	font-weight: bold;
}

.footer a:hover {
	color: #CCCCCC;
}

.footerwrap {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #333;
}

.footertop {
	background-image: url(../images/layout/headertop.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
}

.footercontent {
	color: #FFF;
	text-align: left;
	padding-left: 12px;
	padding-top: 0px;
	background-image: url(../images/layout/headerfill.gif);
	background-repeat: repeat;
	font-size: 12px;
	margin-top: 0px;
	overflow: hidden;
}

.footercontent ul {
	margin-top: 0px;
	padding-left: 20px;
	margin-left: 0px;
}

.footercontent li {
	background-image: url(../images/layout/listdot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #999999;	
	padding-left: 12px;	
	padding-bottom: 5px;
}

.footerbottom {
	background-image: url(../images/layout/headerbottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-align: center;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */