/* Custom CSS  */

#SearchContainer {
	float: right;
	width: 191px;
	height: 33px;
}

#SearchText {
	float: left;
	font-size: 11px;
	color: #40515b;
	letter-spacing: 1px;
	margin-top: 12px;
	margin-left: 4px;
}

#SearchInput {
	float: right;
	height: 23px;
	width: 132px;
	background-image: url("/images/SearchBackground.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 6px;
	padding-top: 10px;
}

#SearchInput input {
	height:14px; 
	width:120px; 
	font-size: 9px; 
	border: 0; 
	color: #40515b;	
	background: none;
}

#TopContainer {
	clear: both;
	height: 274px;
	width: 890px;
}


#FlashContainer{
	
	height: 166px;
	width: 854px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	clear: both;
}

#MainFlash {
	float: left;
	clear: both;
	padding-top: 4px;
	height: 162px;
	width: 854px;
	background-image: url("/images/flashbackground.png");
}


#MiddleContainer {
	clear: both;
	
	
}

#TextContainer {
	clear:both;
	width: 690px;
	font-size: 13px;
	padding-top: 30px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
	color: #171a51;
}

#ThreeColumnContainer {
	width: 890px;
	clear: both;
	font-size: 12px;

}

.ColumnTopFlash {
	padding-left: 2px;
	padding-bottom: 10px;	
}

#Column1Container {
	float: left;
	width: 259px;
	min-height: 250px;
	margin-left: 43px;
	background-image: url("/images/ColumnSeparator.png");
	background-repeat: no-repeat;
	background-position:right;
	padding-bottom: 20px;
}

#Column1Container .ColumnTop {
	clear: both;
	height: 80px;
	background-image: url("/images/BenefitsColumn.png");
	background-repeat: no-repeat;
	
}

#Column2Container {
	width: 259px;
	min-height: 250px;
	float: left;
	margin-left: 27px;
	background-image: url("/images/ColumnSeparator.png");
	background-repeat: no-repeat;
	background-position:right;
	padding-bottom: 20px;

}

#Column2Container .ColumnTop {

	height: 80px;
	clear: both;
	background-image: url("/images/RetirementColumn.png");
	background-repeat: no-repeat;

}

#Column2Container .ColumnTop a {
	display: block;

}

#Column3Container {
	width: 259px;
	min-height: 250px;
	float: left;
	margin-left: 27px;
	padding-bottom: 20px;
}

#Column3Container .ColumnTop {
	height: 80px;
	clear: both;
	background-image: url("/images/WealthColumn.png");
	background-repeat: no-repeat;

}

#ChannelLogo{
	float: left;
	margin-left: 24px;
	height: 85px;
	width: 54px;
	background-image: url("/images/CFLogo.png");
	background-repeat: no-repeat;
}
