#nonFooter {
	position:relative;
	min-height:100%;
	background:#dddddd;
}
* html #nonFooter {
	height:100%;
}
#footer {
	position:relative;
	margin:-195px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	width:100%;
	height:175px;
	background:#575757 url(../images/layouts/backgrounds/footer.gif) repeat-x;
}
#footer #bottom_nav {
	background:url(../images/layouts/backgrounds/bottom_nav.gif) left 15px no-repeat;
}
#footer #bottom_nav ul li.column {
	float:left;
	width:225px;
	font-size:1.2em;
	list-style:none;
	color:#ffffff;
	padding:0px 0px 40px 0px;
}
#footer #bottom_nav ul li.first {
	width:245px;
}
#footer #bottom_nav ul li.last {
	width:205px;
}
#footer #bottom_nav ul li.column ul li {
	list-style:none;
}
#footer #bottom_nav ul li.column ul li.title {
	text-transform:uppercase;
	list-style:none;
	font-weight:bold;
	color:#979797;
	padding:0px 0px 5px 0px;
}
#footer #bottom_nav ul li.column ul li a {
	color:#ffffff;
	line-height:14px;
	text-decoration:none;
}
#footer #bottom_nav ul li.column ul li a:hover {
	color:#a5f0f3;
	text-decoration:none;
}
#footer #logos {
	padding:0px 0px 10px 0px;
	text-align:center;
}
#footer #logos img {
}
#footer #copyright {
	color:#979797;
	text-align:center;
}
