@import "header.css";

#content {	
	margin-bottom: 12px;
	font-size: 11px;
}


#content h1 { padding: 7px 0; font-size: 22px; width: 920px; margin: 0 auto; }
#content h1 span { color: #666; font-size: 18px; }

#videoWrapper { width: 932px;  margin-left: auto; margin-right: auto; }
#schlVideoCategory { width: 134px; float: left; }
#schlVideoCategory ul { margin: 0; padding: 0; list-style: none; }
#schlVideoCategory li { font-family: "Trebuchet MS", Trebuchet, arial, sans-serif; font-size: 11px; border-bottom: 1px solid #6BB6E7; } 
#schlVideoCategory li.btm {  border-bottom: none; }
#schlVideoCategory li a { display: block; background: url(/content/presentation/www/images/video_bg.gif) no-repeat; padding-left: 15px; padding-right: 15px; width: 104px; color: #333; text-decoration: none; height: 48px; vertical-align: middle; }
#schlVideoCategory li.top a { background: url(/content/presentation/www/images/video_top.gif) no-repeat; }
#schlVideoCategory li.top a:hover { background: url(/content/presentation/www/images/video_top.gif) -134px 0 no-repeat; }
#schlVideoCategory li.btm a { background: url(/content/presentation/www/images/video_btm.gif) no-repeat; }
#schlVideoCategory li.btm a:hover { background: url(/content/presentation/www/images/video_btm.gif) -134px 0 no-repeat; }
#schlVideoCategory li a:hover, #schlVideoCategory li a.on { background: url(/content/presentation/www/images/video_bg.gif) -134px 0 no-repeat; }
#schlVideoCategory li.top a.on { background: url(/content/presentation/www/images/video_top.gif) -134px 0 no-repeat; }
#schlVideoCategory li.btm a.on { background: url(/content/presentation/www/images/video_btm.gif) -134px 0 no-repeat; }
#schlVideoCategory li.one a { padding-top: 15px; height: 33px; }
#schlVideoCategory li.two a { padding-top: 9px; height: 39px; }

#schlVideos { width: 798px; float: left; border: none; height: 642px; overflow: hidden; }

#videoWrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#videoWrapper { display:inline-block; } /*this trips hasLayout for ie7*/
#videoWrapper { display:block; } /*this returns it back to normal*/
