/****** the float column block nav links ****/


.floatleft {
position: relative; float: left; width: 49%;
}

.floatright {
position: relative; float: right; width: 49%;
}

div.clearer {width: 100%; clear: both; line-height: 0; height: 0;}


.links {
	float: left;
	width: 100%;
}

.links ul {
	margin: 0;
	padding: 10px;
	list-style-type: none;
}

.links li {
	border: 1px dashed #999;
	border-width: 1px 0 0 0;
	margin: 15px 0 15px 0;
}

.links li a {
	color: #BA1433;
	display: block;
	font: bold 120% Arial;
	padding: 5px;
	text-decoration: none;
}

* html .links li a {
	width: 98%;
}

.links li a:hover {
	background: #C8DFCC;
}

.links a em {
	color: #333;
	display: block;
	font: normal 85% Arial;
	line-height: 125%;
}

.links span {
	color: #53945E;
	font: bold 100% Arial;
	line-height: 110%;
}

.links a:hover span {
	color: #EEF6E5;
	font: bold 100% Arial;
	line-height: 110%;
}

