/* Home Page Styles ===================== */
#focus {
	background: url('../images/focus.jpg') 0 0 no-repeat;
	height: 348px;
	padding-top: 1px;
	overflow: hidden;
}
	#focus-content {
		color: #fff;
		width: 300px;
		float: right;
		text-align: justify;
		margin-top: 20px;
		padding-right: 20px;
		height: 186px;
	}
	#focus-inset {
		background: url('../images/inset-bg.gif') 0 0 no-repeat;
		height: 59px;
		width: 305px;
		color: #fff;
		padding: 15px;
		float: right;
		margin-top: 38px;
		display: none;
	}
		#focus-inset h3 {
			color: #fff;
			font-weight: normal;
			font-size: 18px;
			margin: 0;
			padding: 0;
		}
		#focus-inset #focus-go {
			position: relative;
			top: 15px;
		}
		
/* Home Columns ========================= */
#home-cols {
	margin-bottom: 40px;
}

#home-cols .home-col {
	color: #002469;
	font-size: 12px;
	width: 305px;
	text-align: justify;
	float: left;
}
	#home-cols .home-col h3 {
		color: #236db7;
		font-size: 14px;
		border-bottom: 8px solid #bbd23b;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
		#home-cols .home-col h3 a {
			text-decoration: none;
			color: #236db7;
		}
		#home-cols .home-col h3 span {
			color: #002469;
			font-size: 16px;
		}

#home-col1 {
	margin-right: 15px;
}
#home-col2 {
	margin-right: 15px;
}
#home-col3 {

}