/* footer */

.footer-bg {
	clear: both;
	width: 100%;
	min-width: 975px;
	background: url(/graphics/footer/footer-bg.png) repeat-x;
}

#footer_custom {
	background: url(/graphics/footer/footer-bg.png) repeat-x;
}

#footer_custom ul.img-list {
	width: 975px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;/* centre the imgs */
}

#footer_custom ul.img-list li {
	float: left;
	list-style: none;
/*	padding: 0 50px 10px 25px;*/
/*	padding: 0 90px 10px 25px; centre the imgs across 960px */
	width: 240px;
}

#footer_custom ul.img-list li img {
	float: left;
	margin: 0;
	border: none;
}

.footer-columns {
	clear: both;
	min-width: 975px;
	padding: 0 0 20px 0;
	overflow: hidden;
}

#footer_custom ul.nav {
	margin: 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

.modified {
	color: #666;
	font-size: 80%;
}/* modified date txt */

body p#cricos {
	color: #666;
}/* cricos number matches date txt */

#footer_custom ul.nav li {
	float: left;
	list-style: none;
	padding: 0 4px 0 25px;
	font: 120%/120% Arial,sans-serif;	
}

#footer_custom ul.nav li a {
	text-decoration: underline;
/*	color: #4343f6;*/
	color: #4682c4;/* cip blue */
}

#footer_custom ul.nav li a:hover {
	text-decoration: none;
}

#footer_custom p {
	font: 120%/120% Arial, sans-serif;
	margin: 0 0 0 26px;
	color: #343333;
}

#footer_custom p a {
	color: #343333;
}

.footer-columns .sidecolumn {
	float: right;
	width: 305px;/* match left padd from left links */
}
