/*

STYLES SPECIFIC TO THE FOOTER REGION

*/



#Footer { 
	color: #FDFCEA;
	text-align: center;
	padding: 20px;
	border-top: 2px solid #fff;  /**/
	font-size: 10px;
	background: #251E1F;
	margin: 0px;
}

#Footer .NavLinks ul {
	display: inline;
	margin: 100px;
	padding: 10px;
}

#Footer .NavLinks li {
	display: inline;
}

#Footer .NavLinks a,
#Footer .NavLinks a:link {
	/*color: #251E1F;*/
	color: #ffffff;
	text-decoration: none;
	/*border: 1px solid #FDFCEA;
	background-color: #FFDA77;
	margin: 10px 50px;*/
	padding: 15px 32px;
	font-size: 1.1em;
	/*background: transparent url('/images/nav-button.gif') center no-repeat;*/
}

#Footer a:hover,
#Footer .NavLinks a:hover {
	text-decoration: none;
	/*padding: 15px 40px;*/
	background-color: #251E1F;
	border: none;
	font-size: 1.1em;
	/*border: 1px solid #251E1F;*/
	/*background: transparent url('/images/nav-button_over.gif') center no-repeat;*/
	/*color: #FDFCEA;*/
	color: #cc0000;
	
}


#Footer .NavLinks2 a,
#Footer .NavLinks2 a:link {
	/*color: #251E1F;*/
	color: #CCB399;
	text-decoration: none;
	/*border: 1px solid #FDFCEA;
	background-color: #FFDA77;
	margin: 10px 50px;*/
	padding: 15px 0px;
	font-size: 0.9em;
	/*background: transparent url('/images/nav-button.gif') center no-repeat;*/
}

#Footer .NavLinks2 a:hover {
	text-decoration: none;
	/*padding: 15px 40px;*/
	background-color: #251E1F;
	border: none;
	font-size: 0.9em;
	/*border: 1px solid #251E1F;*/
	/*background: transparent url('/images/nav-button_over.gif') center no-repeat;*/
	/*color: #FDFCEA;*/
	color: #cc0000;
	
}


#Footer p.legalNotice {
	margin: 1em 0px 0px;
	text-align: center;
	font-weight: bold;
}