@charset "utf-8";
/* CSS Document */

#flash_holder{
	background: #FFF url(../images/home/content_bg.png) repeat-y top left;
}

#flash{
	height: 420px;
	background: #FFF url(../images/home/content_top_bg.png) no-repeat top left;
	border-bottom: 3px solid #1e3b03;
	margin-bottom: 25px;
}

#callouts{
	height: 172px;
}

.callout{
	background: url(../images/home/home_callout.png) no-repeat top left;
	width: 228px;
	margin-left: 12px;
	height: 172px;
	float: left;
}

#leftCall{
	margin-left: 0;
	
}

#leftCall a{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #3c600a;
	font-size: 15px;
	font-weight: bold;
	padding: 25px;
}

#middleCall a{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #3c600a;
	font-size: 15px;
	font-weight: bold;
	padding: 25px 12px 25px 12px;
}

.callout img{
	margin-top: 14px;
}

.callout img.callpad{
	padding-left: 25px;
}

.callout h3{
	color: #006892;
	font-size: 15px;
	text-align: center;
	height: 37px;
	line-height: 37px;
	
}


h1{
	font-size: 22px;
	line-height: 22px;
	padding-bottom: 20px;
}

#callout p{
	padding-bottom: 10px;
}