.column {
	width: 235px;
	float: left;
	margin-right: 65px;
	margin-top: 15px;
}	
.column.last {
	margin-right: 0;
}
.column ul.section {
	margin-bottom: 30px;
}
	.column ul.section li {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.column ul.section li.title {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 19px;
		color: #032850;
		padding-top: 10px;
		border-bottom: 1px solid #e7e5e1;
	}
	
	.column ul.section ul {
		margin-left: 20px;
	}
		.column ul.section ul li {
			font-size: 12px;
		}
		
		
/* SITES NAV TOGGLE */		
#sites_subnav {
	height: 275px;
}



/* LOGIN POD */
#sitemap_content #side_rail {
	margin-top: 75px;
}
	#sitemap_content #side_rail #login_pod {
		width: 214px;
		background: #112842 url(../images/pages/homepage/bg_sidebar_login.jpg) repeat-x left top;
		padding: 15px;
		margin-bottom: 0;		
	}
		#sitemap_content #side_rail #login_pod h3 {
			color: #fff;
			margin-bottom: 5px;
		}



/* LOGIN POD SELECT LIST */
#account_selector .elSelect {
	width:190px;
	height:27px;
	background:url(../images/select_lists/homepage_select_bg.gif) no-repeat 0% 0%;
}
	#account_selector .elSelect .selectedOption {
		float: left;
		padding: 5px 0 0 6px;
		width: 154px;
		font-weight: normal;
		font-size: 12px;
		color: #103156;
		overflow: hidden;
	}
	#account_selector .elSelect .dropDown {
		width: 30px;
		height: 25px;
		float: right;
		margin-top: 1px;
		background:url(../images/select_lists/homepage_select_arrow.gif) no-repeat 0% 0%;
	}
	#account_selector .elSelect .optionsContainerTop {
		position:absolute;
		background: #fff;
		width:100%;
		height:4px;
		font-size: 1px;
	}
		#account_selector .elSelect .optionsContainerTop div {
			background: url(../images/select_lists/homepage_select_top_left.gif) no-repeat 0% 0%;
			width:100%;
			height:4px;
		}
		#account_selector .elSelect .optionsContainerTop div div {
			background: url(../images/select_lists/homepage_select_top_right.gif) no-repeat 100% 0%;
			width:100%;
			height:4px;
		}
	#account_selector .elSelect .optionsContainerBottom {
		position:absolute;
		margin:-4px 0 0 0;
		background: #fff;
		width:100%;
		height:4px;
		font-size: 1px;
	}
		#account_selector .elSelect .optionsContainerBottom div {
			background:url(../images/select_lists/homepage_select_bottom_left.gif) no-repeat 0% 0%;
			width:100%;
			height:4px;
		}
		#account_selector .elSelect .optionsContainerBottom div div {
			background:url(../images/select_lists/homepage_select_bottom_right.gif) no-repeat 100% 0%;
			width:100%;
			height:4px;
		}
	#account_selector .elSelect .option {
		padding:7px 0 7px 7px;
		background-color: #fff;
		border-left: 0px;
		border-right: 0px;
		border-bottom: 1px solid #e7e7e7;
		text-align: left;
		font-weight: normal;
		font-size: 12px;
		color: #114166;
	}
	#account_selector .elSelect .selected {
		background-color:#ebf2f8 !important;
		color:#114166 !important;
	}
	#account_selector .elSelect .optionsContainer {
		margin-top: 1px;
		margin-left: 1px;
	}
	

/* FINANCIAL PROFESSIONALS POD */
.content_container #side_rail #financial_professionals_pod {
	background: #0d3e62 url(../images/common/bg_side_bar_mini_menu.jpg) repeat-x;	
	padding: 15px 15px 20px 15px;
	width: 214px;
}
	#financial_professionals_pod h3 {
		color: #fff;
		margin-bottom: 10px;
	}
	#financial_professionals_pod p {
		color: #d3e5f5;
	}
	#financial_professionals_pod a {
		color: #fff;
	}
	#financial_professionals_pod a:hover {
		color:#a5bcd6;
	}
	
	
/* ALL OUR SITES HEADERS */
h5 {
	font-size: 12px;
	color: #ffffff;
}	