@charset "UTF-8";
/* CSS Document */

div#homeFlash {
	width: 900px;
	height: 278px;
	background-image: url(/images/flash_panels_bg.jpg);
	margin-bottom: 40px;
}


div.homeSection {
	float: left;
	width: 290px;
	margin-left: 10px;
}

div.homeSection h1 {
	font-family: "Gill Sans","Gill Sans MT","Helvetica Neue","Helvetica",Arial,sans-serif;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	color: #03558C;
	text-transform: uppercase;
	font-size: 14px;
}

div.homeSectionContent {
	height: 100px;
	margin-bottom: 10px;
}

div.homeSection a.homeSectionButton {
	display: block;
	float: left;
	background-image: url(/images/learnmore_bg.png);
	width: 107px;
	height: 20px;
	line-height: 20px;
	color: #0474b0;
	text-indent: 5px;
	text-decoration: none;
}

div.homeSection a.homeSectionButton:hover {	
	text-decoration: underline;
}