.content_container {
	padding: 30px 20px 20px;
}
	.content_container h1 {
		margin-bottom: 25px;
	}

/* HEADER NAV -------------------------------------------------------------------------- */
.header_nav {
	width: 100%;
	overflow: hidden;
	margin: 17px 0 23px 0;
}
	.header_nav h2 {
		float: left;
		margin: 4px 15px 0 0;
	}
	
	.header_nav .quick_store_lookup {
		float: right;
		background: url(../../images/frame/background/quick_lookup_left.gif) no-repeat left top;
	}
	.header_nav .quick_store_lookup .inner {
		background: url(../../images/frame/background/quick_lookup_right.gif) no-repeat right top;
		margin-left: 11px;
		padding: 6px 11px 6px 0;
	}
		.header_nav .quick_store_lookup .inner label {
			float: left;
			margin-top: 3px;
			font-size: 14px;
			font-weight: bold;
			color: #fff;
			letter-spacing: -0.3px;
			margin-right: 10px;
		}
			.header_nav .quick_store_lookup .inner label .icon {
				margin-bottom: -3px;
				margin-right: 5px;
			}
		.header_nav .quick_store_lookup .inner input {
			border: none;
			padding: 3px;
			font-size: 14px;
			font-weight: bold;
			color: #292828;
		}

/* DIRECTORY CONTAINER ------------------------------------------------------------------ */
.column_container {
	overflow: visible;
}

#directory_container .wide_column {
	width: 940px;
	overflow: hidden;
	float: left;
	padding-top: 12px;
}
	
#directory .column {
	width: 204px;
	float: left;
	border-right: 1px solid #dedede;
	padding-right: 20px;
	margin-right: 20px;
	min-height: 505px;
}
	#directory .column.last {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
	}
		
#directory ul {
	margin-bottom: 35px;
	padding-left: 45px;
}
	#directory ul li.heading a {
		font-weight: bold;
		font-size: 16px;
		letter-spacing: -0.2px;
	}
		#directory ul li.heading a {
			color: #004760;
		}
		
		#directory ul li {
			margin-bottom: 10px;
		}
		
		
#browse_directory {
	padding-top: 35px;
	padding-left: 15px;
}
		
#browse_directory .column {
	width: 150px;
	float: left;
	border-right: 1px solid #dedede;
	padding-right: 20px;
	margin-right: 20px;
	min-height: 960px;
}
	#browse_directory .column.last {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
	}

#browse_directory ul {
	margin-bottom: 35px;
}
	#browse_directory ul li.heading {
		font-weight: bold;
		font-size: 16px;
		letter-spacing: -0.2px;
		color: #004760;
	}
		
		#browse_directory ul li {
			margin-bottom: 10px;
		}
		
#directory_container .narrow_column {
	width: 240px;
	float: right;
	margin-right: -15px;
}


/* SIDE RAIL MODULE ---------------------------------------- */
#directory .module.pink,
#directory .module.yellow {
	width: 188px;
	padding: 8px;		
}
	#directory .module.pink .module_content,
	#directory .module.yellow .module_content {
		padding: 15px 15px 0;
	}
	#directory .module.pink ul,
	#directory .module.yellow ul {
		padding-left: 45px;
	}
		#directory .module.pink ul li,
		#directory .module.yellow ul li {
			margin-bottom: 10px;
		}
		
	#directory .module.pink {
		background: url(../../images/frame/background/side_rail_pink_top.png) no-repeat left top;
	}			
	#directory .module_bottom.pink {
		background: url(../../images/frame/background/side_rail_pink_bottom.png) no-repeat 1px top;
		height: 13px;
	}
	
		#directory .module.pink ul li.heading {
			font-size: 16px;
			font-weight: bold;
			color: #c50040;
		}
		#directory .module.pink ul li a {
			color: #e6004b;
		}
			#directory .module.pink ul li a:hover {
				color: #b4003a;
			}
			
	#directory .module.yellow {
		background: url(../../images/frame/background/side_rail_yellow_top.png) no-repeat left top;
	}			
	#directory .module_bottom.yellow {
		background: url(../../images/frame/background/side_rail_yellow_bottom.png) no-repeat 1px top;
		height: 13px;
	}
	
		#directory .module.yellow ul li.heading {
			font-size: 16px;
			font-weight: bold;
			color: #444;
		}
		#directory .module.yellow ul li a {
			color: #555;
		}
			#directory .module.yellow ul li a:hover {
				color: #333;
			}