/* @override http://www.roadfly.com/web20/css/mainFooter.css */

#mainFooter {
	text-align: center;
	font: 12px Verdana, Helvetica, helv, Arial;
}

#mainFooter ul {
	list-style: none;	padding: 0;
	margin: 20px 0 0;
}


#mainFooter li {
		display: inline;
   border-left: 1px dotted silver;
	padding-left: 8px;
	padding-right: 4px;
}

#mainFooter li:first-child {
	border-left: none;
}    
    
#mainFooter li a {
	text-decoration: none;
}

#mainFooter li a:hover {
	text-decoration: underline;
	color: orange;
}

.footerQuestions {
	color: gray;
	font: 11px/30px Verdana, Helvetica, helv, Arial;
}

.footerQuestions a {
	color: blue;
	font: 11px Verdana, Helvetica, helv, Arial;
}

.footerQuestions a:hover {
	color: orange;
	text-decoration: underline;
}



.footerCopyright {
	font: 11px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
}
