body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url("images/splashBackground.jpg");
	background-repeat:repeat-x;


}
.clear{
	clear:both;
	position:relative;
}

#container{
	width:800px;
	margin:auto;
	
}

#splash{
	margin-top:100px;
}
#logo1{
	padding:0px;
	float:left;
}

#logo2{
	text-align:right;
	float:right;
}

#financialEnter{
	float:left;
	
}

#associationEnter{
	float:right;
	
}

#splashText{
	clear:both;
}

#financialText{
	width:375px;
	float:left;
	font:Arial;
	padding:5px;
}


#associationText{
	width:395px;
	text-align:right;
	float:right;
	font:Arial, Helvetica, sans-serif;
	padding:5px;
}

.splashBlue{
	color:#253B49;
	font-size:16px;
}

.splashLightblue{
	color:#336B8C;
	font-size:16px;
}

#beach{
	background:url("images/beachRollover.jpg") no-repeat top left;
	width:375px;
	height:141px;
	display:block;
		
}
#beach:hover{
	background:url("images/beachRollover.jpg") no-repeat top right;
	width:375px;
	height:141px;
	display:block;
}

#golf{
	background:url("images/golfRollover.jpg") no-repeat top left;
	width:395px;
	height:141px;
	display:block;
		
}
#golf:hover{
	background:url("images/golfRollover.jpg") no-repeat top right;
	width:395px;
	height:141px;
	display:block;
}

#flogo{
	background:url("images/financial.jpg") no-repeat;
	display:block;
	width:375px;
	height:94px;
	
	
}

#blogo{
	background:url("images/Association.jpg") no-repeat;
	display:block;
	width:395px;
	height:94px;
	

}

/*#enterSite{
	clear:both;
}*/