/* footer navigation styles*/

.footer { 
	display: block;
	clear: both;
	width: 1020px;
	height: auto;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* widget foundation styles --------------------------------------- */


.footer-top {
	float: left;
	width: 1020px;
	padding: 0px 0px 0px 0px;
	height: 120px;
	margin: 0px;
	background-image: url('../images/footer-bg.jpg');
	background-repeat: no-repeat;
}

.footer-body {
	float: left;
	width: 1020px;
	height: auto;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

.ftitle-left {
	display: block;
	float: left;
	width: auto;
	height: 20px;
	margin: 0px;
	padding: 63px 0px 0px 35px;
	color: #999;
	font-size: 10px;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;
}

.ftitle {
	width: auto;
	margin: 0px;
	padding: 0px 10px;
	color: #999;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #999;
	text-decoration: none;
}

.ftitle:hover, .ftitle-last:hover { color: #036; }

.ftitle-last {
	width: auto;
	margin: 0px;
	padding: 0px 10px;
	color: #999;
	text-decoration: none;
}
	
.copyright { 
	display: block;
	float: left;
	width: auto;
	padding: 0px;
	margin: 0px 0px 25px 23px;
	font-size: 8pt;
	line-height: 11pt;
	color: #036;
	text-decoration: none;
	text-align: left;
}

.footernav { 
	display: block;
	float: right;
	width: auto;
	padding: 0px;
	margin: 0px 23px 25px 0px;
	font-size: 8pt;
	line-height: 11pt;
	text-transform: uppercase;
	text-decoration: none;
}

.footernav a {
	color: #036;
	padding: 0px 10px 0px 0px;
	text-decoration: none;
}

.footernav a:hover { color: #900; }

* html .footer, .footer-body, .footernav, .copyright { display:inline; }