/* --- Primary Content
-------------------------------------------------------*/

#primary_content { position: static; }	/* IE6 Fix. I have no idea why. I hate you so much. */

.box .section {
	clear: both;
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #e6e6e6;
}

.box .last {
	border: 0;
}
	
	/* --- | Title Link Colors | --- */
	
	.box .section h2 a:link { color: #2c4459; }
	.box .section h2 a:visited { color: #2c4459; }
	.box .section h2 a:hover { color: #7BBEE7; }

	/* --- | Columns | --- */

	.box .section div.column {
		float: left;
		width: 350px;
	}
	
		.box .section ul {
			list-style: none;
			margin: 1em  0 2em;
		}
			
			.box .section ul li {
				clear: left;
				margin-bottom: .5em;
				padding-left: 30px;
				background: url(/images/site_map/bullets.gif) no-repeat 15px 5px;
			}
			
				.box .section ul li ul {}
					
					.box .section ul li ul li {
						background-position: 15px -995px;
					}
	
	
	/* --- | Columns in Columns - Used for What's ON FLO TV | --- */
	
	.box .section ul.column {
		float: left;
		width: 160px;
	}