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

#mediaContainer { overflow:hidden; }
#mediaContainer div { float:left; display:inline-block; position:relative; overflow:hidden; }

#header h1 { float: left; }
#header #colRight { float:right; margin-right: 20px; margin-top: 50px;}

#mediaPanel { width:880px; height:400px; padding:20px; background-color: #888; }
#mediaPanel #videoScreenShell { width:580px; height:400px; background-color: #fff; }
#mediaPanel #videoScreen { width:580px; height:400px; background-color: #fff; }
#mediaPanel #thumbPanel { width:270px; height:380px; float:right; padding:10px; background: #ccc url(/img/media/bkgd_panel_thumbnail.png) repeat-x; }
#thumbHead1, #thumbHead2 { width:270px; margin:0 0 5px 0; }
.thumbnail { width:270px; margin:0 0 10px 0; }
.thumbnail:hover { cursor:pointer; }
#thumbImg { width:80px; height:50px; margin:0 10px 0 0; }
#thumbImg .thumbIcon { float:none; position:absolute; }
#thumbImg .thumbPlay { float:none; position:absolute; display:none; }
#thumbTxt { width:180px; height:50px; line-height:normal; }

#pdfPanel { width:920px; height:80px; background:url(/img/media/bkgd_panel_PDF.gif) repeat-x; }
#pdfSignUpNow { width:206px; height:65px; padding-top:15px; text-align:center; color: #fff; }
#pdfThumb { width:148px; height:63px; margin:4px; padding:5px 10px 2px 70px; color: #fff; border:solid 1px #666; }
#pdfThumb:hover { border:solid 1px #959595; cursor:pointer; }
#pdfThumb span { letter-spacing: 1px; font-size: .8em; color: #ccc; }

#medThumbnails { background: url(/img/divider.png) no-repeat; padding:20px; }
#medThumbnailHeader { width: 880px; margin: 20px 0; }
#medThumbnail { width:260px; height:70px; padding:10px; background:url(/img/media/bkgdOff_thumbnail.png) no-repeat; }
#medThumbnail:hover { background:url(/img/media/bkgdOn_thumbnail.png) no-repeat; cursor:pointer; }
#medThumbnailFooter { width:880px; margin-top:15px; }
#medThumbImg { width:110px; height:68px; margin:0 10px 0 0; }
#medThumbImg .medThumbIcon { float:none; position:absolute; }
#medThumbImg .medThumbPlay { float:none; position:absolute; display:none; }
#medThumbTxt { width:140px; height:68px; }


/* Links */

#thumbTxt a { font-size:14px; line-height:18px; }

