@charset "UTF-8";
/* CSS Document */

#footercontainer {
	color: #bbb;
	text-decoration: none;
	text-align: center;
}
/*Footer Nav*/
#navFooter {
	list-style: none;
	padding: 0;
	margin: 0;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #bbb;
	text-decoration: none;
}
#navFooter li {
	display: inline;
	padding: 0px;
	margin: 20px 2px 15px;
	color: #bbb;
	text-decoration: none;
	letter-spacing: 1px;
}
#navFooter li a {
	color: #bbb;
	text-decoration: none;
	padding: 4px;
}
#navFooter li a:hover {
	color: #ddd;
}
#navFooter li:before {
	content: ": ";
}
#navFooter li:first-child:before {
	content: "";
}
/*IE workaround*/
/*All IE browsers*/
* html #navFooter li {
	border-left: 1px solid black;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
}
/*Win IE browsers - hide from Mac IE\*/
* html #navFooter {
	height: 1%;
}
* html #navFooter li {
	display: block;
	float: left;
}
/*End hide*/
/*Mac IE 5*/
* html #navFooter li:first-child {
	border-left: 0;
}
