#footer-nav{
	/*padding-left: 180px;*/
	padding: 2em 0 3em 180px;
	background-color: #9c9;
	color: #363;
	text-align:left;
	}
#footer-nav div.clear{
	clear: both;
	float: none;
	border-left: none;
	line-height: 1px;
	}
#footer-nav div {
	width: 13em;
	border-left: solid 2px #74A774;
	padding: 0 6px 0 6px;
	float: left;
	}
#footer-nav div.first {
	/* border-left: none; */
	}

/* List */
#footer-nav li, #footer-nav ul, #footer-nav h4{
	margin: 0;
	padding:0;
	}
#footer-nav li{
	list-style: none;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	}
#footer-nav h4{
	font: bold small-caps 1.2em "Times New Roman", Times, serif;
	color:#fff;
	margin: 0.5em 0 0.5em 0;
	}

/* anchors */
#footer-nav a:link, #footer-nav a:hover, #footer-nav a:visited{
	text-decoration: none;
	}
#footer-nav a:link{
	color: #333;
	}
#footer-nav a:hover{
	background-color: #fff;
	}
#footer-nav a:visited{
	color: #666;
	}
