#mainContent {
	padding: 0 0 20px 7px;
}

/*--------------------------------------------------*/
/* .navBox styles						                    */
	
	#head {
		float: none;
		padding: 0;
		margin: 0 auto 20px auto;
		clear: both;
	}
	
	.homeType h3 {
		font-size: 1em;
	}
	
	.clearNavBox {
		clear: both;
	}
	
	#vodcastList {
		min-height: 65px;
		height: auto !important;
		height: 65px;
		margin: 0 10px 0 23px;
		clear: both;
	}
	
		#vodcastList ul {
			list-style-type: none;
			line-height: 65px;
		}
		
			#vodcastList ul li {
				float: left;
			}
			
				#vodcastList ul li a {
					border-left: 1px solid #a3a3a3; 
					color: #333;
					text-decoration: none;
					padding: 0 8px;
					text-transform: uppercase;
					font-weight: bold;
				}
				
					#vodcastList ul li:first-child a {
						border: none;
						padding-left: 0;
					}
					
					#vodcastList ul li a:hover,
					#vodcastList ul li.active a {
						color: #af2f20;
						text-decoration: none;
					}
