/* footer */

#innerFooter{
	width:100%; 
	margin: 0;
	padding: 0;
}

#innerFooter .content {
	margin: 0;
	padding: 0;
}

#footerNav {
	background-color: #000000;
	color: #ffffff;
	padding-left:3px;
}

#footerNav a {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	text-transform : lowercase;
}

#footerNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footerNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footerNav a:hover {
	color: #FF5D02;
	text-decoration: none;
}

#footerNav a:active {
	color: #FF5D02;
	text-decoration: none;
}

#leftColFooter {
	background-color: #DEDEDE;
}

#outerFooter{ 
	width: 755px; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
	background-color: #FFFFFF;
	color: #000000;
}

#outerFooter .content {
	margin: 0;
	padding: 0;
	color: #FF5D02;
	background-color: #FFFFFF;
}

#outerFooter a {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-transform : lowercase;
}

#outerFooter a:link {
	color: #FF5D02;
	text-decoration: underline;
}

#outerFooter a:visited {
	color: #FF5D02;
	text-decoration: underline;
}

#outerFooter a:hover {
	color: #000000;
	text-decoration: underline;
}

#outerFooter a:active {
	color: #000000;
	text-decoration: underline;
}