/* Sub Menu */
.subArea {
	background-position:top;
	width:962px;
	min-height:100%;
	*min-height:600px;
	background-color: #FFF;
}
.subArea div{
	display: inline-block;
}
.subcategories{
	float: left;
	background: url('../images/subcategories.jpg') no-repeat #FFF;
	border-right: 1px solid #DDD;
	padding-top: 5px;
	padding-left: 10px;
	margin-left: -8px;
	width:245px;
	font-size:14px;
	min-height: 400px;
	*min-height:600px;
}
.subcatItem a{
	text-decoration: none;
	font-size: 0px;
}
a>.subcategory{
	margin-top: -2px;
}
.subcategory{
	font-size: 12px;
	font-weight: bold;
}
.subcatTop{
	width: 235px;
	height: 11px;
	background: url('../images/subcatBG_top.png') no-repeat;
}
.subcatMid{
	width: 235px;
	padding-left: 15px;
	padding-top: 3px;
	background: url('../images/subcatBG_mid.png') repeat-y;
}
.subcatMid div{
	*display: inline;
}
.subcatBottom{
	width: 235px;
	height: 13px;
	background: url('../images/subcatBG_btm.png') no-repeat;
}
.subcatActiveTop{
	width: 235px;
	height: 11px;
	background: url('../images/subcatActiveBG_top.png') no-repeat;
}
.subcatActiveMid{
	width: 235px;
	padding-left: 15px;
	padding-top: 3px;
	background: url('../images/subcatActiveMidBG.png') repeat-y;
}
.subcatActiveMid div{
	*display: inline;
}
.subcatActiveBottom{
	width: 235px;
	height: 13px;
	background: url('../images/subcatActiveBtmBG.png') no-repeat;
}
.subcatLink{
	width: 190px;
	color: #053299;
}
.subcatActiveLink{
	width: 190px;
	color: #FFF;
}
.subcatIcon{
	width: 11px;
	height: 11px;
	background: url('../images/plusicon.png') no-repeat;
}
.subcatActiveIcon{
	width: 9px;
	height: 8px;
	background: url('../images/arrow.png') no-repeat;
	*height: 10px;
}
.subcatPendingIcon {
	width: 11px;
	height: 11px;
	background: url('../images/plusicon_white.png') no-repeat;
}
/* Subcategory Hover States */
.subcategory:hover{
	cursor: pointer;
}
.subcategory:hover .subcatTop{
	width: 235px;
	height: 11px;
	background: url('../images/subcatActiveBG_top.png') no-repeat;
}
.subcategory:hover .subcatMid{
	width: 235px;
	padding-left: 15px;
	padding-top: 3px;
	background: url('../images/subcatActiveMidBG.png') repeat-y;
}
.subcategory:hover .subcatBottom{
	width: 235px;
	height: 13px;
	background: url('../images/subcatActiveBtmBG.png') no-repeat;
}
.subcategory:hover .subcatLink{
	width: 190px;
	color: #FFF;
}

/* Level 3 */
ul.subLevel3{
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
ul.subLevel3 li{
	font-size: 11px;
	padding: 4px 0 4px 15px;
}
ul.subLevel3 a{
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}
ul.subLevel3 a:hover{
	color: #333333; //#515357;
	text-decoration: none;
}

/* Video Grid */
.vidGridArea{
	width:327px;
	margin-right: 60px;
	font-size: 14px;
	float:right;
	*width: 654px;
}
.vidGrid{
	width: 707px;
	min-height: 400px;
	background: url('../images/videoGridBG.jpg') no-repeat #FFF;
	padding: 8px 0px 0 18px;
	margin-left: -4px;
	margin-top: 0px;
	color: #666;
}
.vidGrid .heading{
	font-size: 12px;
	font-weight: bold;
	color: #ce7012;
	*float: left;
}
.videos{
	margin-top: 5px;
	margin-bottom: 15px;
	/*min-height: 810px;*/
}
.item, .item-third{
	height: 200px;
	width: 221px;
	font-size: 12px;
	padding-right: 8px;
	margin: 10px 0 0px;
}
.vidGrid .item, .vidGrid .item-third{
	display: inline-block;
	zoom: 1; *display:inline;
	vertical-align:top;
	
}
.thumbnail{
	width: 221px;
	height: 124px;
	border: none;
	margin-bottom: 6px;
}
.videoName a{
	text-decoration: none;
	font-weight: bold;
	color: #333;
	word-break: normal;
}
.videoName a:hover{
	text-decoration: none;
}
div.item:hover, div.item-third:hover{
	text-decoration: none;
}
div.item:hover img, div.item-third:hover img{
	width: 221px;
	height: 124px;
}
div.item:hover .videoName, div.item-third:hover .videoName{
	width: 221px;
	word-break: normal;
}
.vid_stats{
	display: block !important;
	margin-top: 7px;
	font-size: 11px;
}
.vid_stats div{
	*display: inline;
	*padding-right: 3px;
}


/* Overlay */
div.overlay {
	display:none;
}
.selected div.overlay, div.item:hover div.overlay, div.item-third:hover div.overlay {
    display: block;
	position: relative;
	margin-top: -124px;
	width: 221px;
	opacity: .8;
	filter: alpha(opacity=40);
	border: none;
	*margin-top: -127px;
}

/* Pagination */
.vidGrid .paging_bar{
	width: 687px;
	border-bottom: 1px solid #DDD;
	margin-right: 30px;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
}
.vidGrid-footer .paging_bar{
	width: 687px;
	border-top: 1px solid #DDD;
	border-bottom: none;
	margin-right: 15px;
	font-size: 11px;
	font-weight: bold;
	*height: 25px;
	*padding-bottom: 5px;
}
.delimiter{
	color: #ccc;
}
.vidGrid-footer{
	margin-bottom: 20px;
}
.paging_bar a{
	text-decoration: none;
	color: #666;
}
.paging-text div{
	padding: 0px;
}
.paging_bar div{
	display: inline-block;
	padding: 8px 1px 2px;
}
.sortActive a{
	text-decoration: none;
	color: #5880f4;
}
.sortInactive a{
	text-decoration: none;
	color: #003366;
}
.pagination{
	float: right;
	padding-top: 3px;
	font-size: 11px;
	*margin-top: -38px;
	margin-right: 1px;
}
.pagination a{
	text-decoration:none;
}
.pagination a:hover{
	color: #3e95d1;
}
.pagination div{
	display: inline;
}
.paging-numbers{
	margin-left: 7px;
	margin-right: 9px;
}
.paging-numbers span{
	padding: 0 2px;
}
.paging-buttons{
	//position: absolute;
	float: right;
	margin-top: -8px;
	margin-left: 9px;
	width: 101px;
	height: 18px;
	*margin-top: -35px;
	*position: relative;
}
.paging-buttons a{
	color: #003366;
}
.paging-buttons div{
	*float: none;
	*height: 6px;
}
.previous div{
	display: inline;
}
.previous{
	*margin-top: -24px;
}
.previousPage{
	float: left;
	margin-top: -8px;
	*margin-top: 1px;
}
.previousText{
	margin: 0 3px;
}
.next div{
	display: inline;
	height: 8px;
}
.next{
	position: absolute;
	margin-top: -8px;
	width: 50px;
	*margin-top: -7px;
}
.nextText{
//	margin: 0 3px;
	margin: 0 4px 0 3px;
}
.nextPage{
	position: absolute;
	margin-top: -8px;
	*margin-top: 0px;
}

li.leftnavActive a, li.leftnavActive a:hover {
	color:#333333;
}
/* No Results */
.no-vids{
	color: #666;
	font-weight: 200;
	margin-top: 80px;
	text-align: center;
	width:100%;
}