@charset "UTF-8";

/******ID's******/
#topCol1{
	background-image:url("/wfs/images/homepage/topEBenefits.jpg");
	width:167px;
	height:85px;
	background-repeat:no-repeat;
	float:left;
	padding:45px 5px 0px 0px;
}

#topCol2{
	background-image:url("/wfs/images/homepage/topInsurance.jpg");
	width:167px;
	height:85px;
	background-repeat:no-repeat;
	float:left;
	padding:45px 5px 0px 0px;
}

#topCol3{
	background-image:url("/wfs/images/homepage/topInvestment.jpg");
	width:166px;
	height:85px;
	background-repeat:no-repeat;
	float:right;
	padding:45px 5px 0px 0px;
}

#lowerCol1{
	background-image:url("/wfs/images/homepage/bottomBackground.jpg");
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#e4e0d4;
	width:248px;
	overflow:visible;
	height:120px;
	padding-top:10px;
	margin-top:-1px;
}

#bottomCol1 ul {
	margin-top:5px;	
}

#lowerCol2{
	background-image:url(/wfs/images/homepage/bottomBackground.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#e4e0d4;
	width:256px; 
	float:left;
	height:120px;
	padding-top:10px;
	margin-top:-1px;
}

#bottomCol2 ul {
	margin-top:10px;	
}

#lowerCol3{
	background-image:url(/wfs/images/homepage/bottomBackground.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#e4e0d4;
	width:250px;
	float:left;
	height:120px;
	padding:10px 5px 0px 0px ;
	margin-top:-1px;
}
  
#lowerColR{
	background-image:url(/wfs/images/homepage/bottomBackground.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#e4e0d4;
	width:252px;
	float:right;
	height:120px;
	padding:10px 5px 0px 0px ;
}

#individualMenu a {
	display:block;
	width:84px;
	height:15px;
	text-decoration: none;
	}

#businessMenu a {
	display:block;
	width:150px;
	height:15px;
	text-decoration: none;
	}

#industryMenu a {
	display:block;
	width:119px;
	height:15px;
	text-decoration: none;
	}

#lowerRow UL {
	text-align: left;
	vertical-align: middle;
	margin-bottom: 6px;
	padding-left:30px;
	margin-left:0px;
		}
	
#lowerRow LI {	
	text-align: left;
	vertical-align: middle;
	margin-bottom: 6px;
	margin-left:10px;
}

#lowerRow a:link, #lowerRow a:visited, #lowerRow a:active {
	color: #04442a;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
}

#lowRow a:hover {	
	color: #04442a;
	font-size:11px;
	font-weight: bold;
	text-decoration:underline;
}


#lowerHalf a:link, #lowerHalf a:visited, #lowerHalf a:active{
	color:#3F403F; 
}

#lowerHalf a:hover {	
	color:#3F403F;
	text-decoration:none;	
}

#lowerHalf LI {	
	text-align: left;
	vertical-align: middle;
	margin-bottom: 3px;
}

/******Classes*****/

.floatLeft{
	float:left;
	}
	
.floatRight{

	float:right;
	
	}
	
.clearThem{
	clear:both;
	}

.dropDowns{
	font-size:11px;
	width:100%;
}

.topText{	
	margin-left:15px;
	height:60px;
}

.lowerBullet{
	margin:0px 5px 0px 5px;


}

.lowerLinkText{
	padding:0px 20px 0px 35px;


}

.greenLinks{
	color:#004023;

}

.greenLinks:hover{
	text-decoration:none;

}

.greyLinks{
	color:#3F403F;
	
}

.greyLinks:hover{
	color:#3F403F;
	text-decoration:none;
	
}

