/*********************************
FRONT 
**********************************/



#sectionBoxes {
	
	border-top:1px solid #999;
	
	font-size:12px;
	
	background:#41698E url(../images/front-bar.png) top center repeat-y;
	
	color:white;

	
	
}

#sectionBoxes a {
	color:white;
	text-decoration:none;
}

#sectionBoxes a:hover {
	
	text-decoration:underline;
}

#sectionBoxes h4 {
	
	font-size:large;
	font-weight:normal;
}

.col,.colAlt  {
	
	width:25%;
	
	float:left;
	
	text-align:center;
	
	padding-top:1em;
	padding-bottom:1em;
	
}



.clear {
	
	height:0px;
}


#front-image {
	
	margin-top:50px;
	margin-bottom:50px;
	
	text-align:center;
	
	float:none; 
	
}
