/* footer navigation styles*/

#footer { 
	display: block;
	clear: both;
	width: 980px;
	height: auto;
	margin: 0px 15px;
	padding: 10px 0px 0px 0px;
}

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


#footer-top, #footer-column, #footer-bottom {
	float: left;
	width: 980px;
	padding: 0px;
}

#footer-top {
	height: 33px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
	background-image: url('../images/980ft.gif');
	background-repeat: no-repeat;
}

#footer-column {
	margin: 0px;
	height: autopx;
	background-color: #FFF;
	border-style: solid;
	border-width: 1 0 0 0;
	border-color: #999;
}

#footer-bottom {
	height: 18px;
	margin: 0px 0px 10px 0px;
	font-size: 0px;
	line-height: 0px;
	background-image: url('../images/980fb.gif');
	background-repeat: no-repeat;
}

#ftitle-left {
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 1px 0px 0px 15px;
	color: #82210E;
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	text-transform: uppercase;
}

#footer-box {
	display: block;
	float: left;
	width: 180px;
	padding: 0px;
	margin: 10px 0px 20px 15px;
}

* html #footer-box,  { display:inline; }

#footer-item {
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	width: 164px;
	text-decoration: none;
	text-transform: uppercase;
}

* html #footer-item {
	display: inline;
}

#footer-item a {
	color: #000;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

#footer-item a:hover {
	color: #900;
	text-decoration: none;
	text-transform: uppercase;
}

#copyright { 
	display: block;
	float: left;
	width: 50%;
	padding: 0px;
	margin: 0px 0px 25px 0px;
	font-size: 8pt;
	line-height: 11pt;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}

#in2ition { 
	display: block;
	float: left;
	font-size: 8pt;
	line-height: 11pt;
	color: #FFF;
	width: 50%;
	padding: 0px;
	margin: 0px 0px 25px 0px;
	text-align: right;
}

#in2ition a {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	line-height: 11pt;
	color: #FFF;
	text-decoration: none;
	text-align: right;
}

#in2ition a:hover { color: #900; }


