@charset "UTF-8";
/* CSS Document */



#main_column_wide {
	width: 930px;
	margin: 10px auto 40px auto;
	height: 1%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;

}

#section_header {
	width: 911px;
	background: #588186 url(images/section_box_top.jpg) no-repeat left top;
	padding: 10px 10px 0 10px;
	margin: 0;
}

#section_header h3 {
	color: #184753;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
	text-transform:  none;
	margin: 0;
	padding: 0;

	
}


/* VIDEO MAIN FRAME  */
#video_gallery {
	float: left;
	width: 936px;
}


/* MAIN VIDEO TOP HEADER INFO */
#video_header_block {
	float: left;
	width: 936px;
}


#header_vid_info {
	float: left;
	width: 260px;
}

#header_vid_info p {
	font-size: 12px;
	font-weight: 400;
}

a.video_podcast:link, a.video_podcast:hover, a.video_podcast:visited, a.video_podcast:active {
	font-size: 10px;
	color: #FF0000;
}

#header_vid_info h2 {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #990000;
	background: none;
	font-weight: bold;
	text-transform: none;
}


/* VIDEO PLAYER */
#gallery_flash_player {
	float: left;
	margin: 0 10px 0 10px;
	padding: 0 0 8px 0;
}

.flash_player {
	float: left;
	margin: 0;
	padding: 0;
	background-position: none;
}


/* Medium Rectangle */
#vid_gallery_rectangle {
	float: left;
	margin: 34px 0 0 10px;
	padding: 0 0 8px 0;
	width: 300px;
	height: 250px;
}

/* SORT BY STRUCTURE */



.tab_hide {
	float: left;
	margin-left: -9999px;
}

#sortby {
	width: 931px;
	height: 90px;
	background: #588186 url(images/section_box_bottom.jpg) no-repeat 0% 100%;
	margin: 0 0 0 3px;
}

#sortby a {
	display: block;
}

#sortby ul {
	padding: 0;
	margin: 0;
    list-style: none;
}

#sortby li {
	float: left;
	padding: 0;
}

#sortby a:link, #sortby a:visited, #sortby a:active {
	width: 108px;
	height: 25px;
	background: url(images/section_header_sub_tab.jpg) no-repeat;
		background-position: 0% 100%;

	color: #fff;
	text-align: center;
	padding: 24px 0 0 0;
	margin: 0;
	font-size: 14px;
	text-decoration: none;
}

#sortby a:hover {
	background: url(images/section_header_sub_tab_hover.jpg) no-repeat;
	background-position: 0% 100%;

}

#sortby a.active:link, #sortby a.active:visited, #sortby a.active:hover, #sortby a.active:active {
	width: 108px;
	height: 25px;
	background: url(images/section_header_sub_tab_up.jpg) no-repeat;
	background-position: 0% 100%;
	color: #333;
	text-align: center;
	padding: 24px 0 0 0;
	margin: 0;
	font-size: 14px;
	text-decoration: none;
}

/* VIDEO THUMBNAIL STRUCTURE */
a img { border: 0; } 

#video_tmb_block a:active, a:focus {outline: 0; border: 0}

#video_tmb_block a {
	text-decoration: none;
	color: #000;
}

#video_tmb_block {
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 0 5px 0;
	width: 936px;
}

.video_tmb {
	margin: 0 5px 0 7px;
	padding: 3px 3px 3px 3px;
	float: left;
	background-color:#e4e4e4;
}

#vid1 {
	float: left;
	width: 220px;
	height: 120px;
	font-size: 9px;
	padding: 0;
	margin: 17px 0 0 0;
}

#vid1 .category {
	color: #2c71f8;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#vid1 p {
	padding: 0;
	margin: 0;
}

#vid1 h6 {
	font-size: 10px;
	margin: 0 0 3px 7px;
	font-weight: bold;
	color: #000000;
	padding: 0;
}

/* End Video Gallery Style */
