/***************************************************************
Style Sheet for Justice Systems

Copyright 2008 by Justice Systems, All Rights Reserved
***************************************************************/



#footer {
	width:960px;
	text-align:left;
}
#footerWrapper {
	position:relative;
	padding-bottom:10px;
	width:960px;
}



#footerLinks {
	margin:0;
	padding:0 0 3px 0;

	border-bottom:1px solid #bbb;
}
	#footerLinks ul {
		margin:0;
		padding:.4em 0 .5em 10px;
		height:1em;
		background-color:#d52020;
	}
		#footerLinks ul li{
			display:block;
			float:left;
			width:234px;
			text-align:center;
		}
			#footerLinks a:link, #footerLinks a:visited {
				text-transform:uppercase;
				text-decoration:none;
				font-weight:bold;
				
				color:#fff;
			}
			#footerLinks a:hover, #footerLinks a:active {
				text-decoration:underline;
			}


#footerAction {
	margin:6px 10px 0 10px;
	padding-bottom:8px;
	background:#f3f3f3;
}

.section {
	position:relative;
	top:-6px;
	float:left;
	padding:61px 24px 4px 24px;
	width:186px;
	
	min-height:100px;
	/* IE6 Mumbo-jumbo */
	height:auto !important;
	height:100px;	
	
	font-size:90%;
	
	border-right:1px solid #bbb;
}
#footerAction .last { border-right:none; }

	.header {
		position:absolute;
		top:12px;
		left:24px;
	}
	h2.header {
		top:35px;
		left:0;
		width:234px;
		text-transform:uppercase;
		text-align:center;
		font-size:120%;
		color:#ee3026;
	}
	.section p {
		margin-bottom:0;
	}