@charset "utf-8";
/* CSS Document */


.module_container {
	padding: 25px 25px 0px 25px;
	*width: 1001px;
	right: 0;
	background-color: #FFFFFF;
	background-image: url(../images/homemodule_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	
	text-align:center;

}



.intro_module {
	width:33%;
	float:left;
}

.intro_module #title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #191919;
	text-align:center;
	padding:22px;
}
.intro_module #imageholder{
	
	text-align:center;
	bottom-padding:0px;
}
.intro_module #title a:link{
	text-decoration:underline;
	color: #191919;
}

.intro_module #title a:visited{
	text-decoration:underline;
	color: #191919;
}

.intro_module #title a:hover{
	text-decoration:underline;
	color:#666666;
}


.cta_container {

	*width: 1001px;
	right: 0;
	text-align:center;
}
.cta{
padding:25px;
}

.cta #headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	padding-bottom:16px;
}

.cta #legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-bottom:16px;
	font-weight: bold;
}
.cta #legal a:link, a:visited, a:active{
	
	color: #FFFFFF;
	text-decoration:underline;
}
.cta #legal a:hover{
	
	color: #666666;
	text-decoration:underline;
}

.large_headline {
	position:relative;
	width:100%;
	text-align:center;

	margin-top:100px;
	margin-bottom:100px;

}


.large_headline #text{
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	color: #FFFFFF;
	width:800px;
}
