/*-----------------------------------------------------------------------------------------------------------------------
  [SUB PAGE STYLESHEET]
  
  Project:		Professional Development
  URL:			northlandcollege.edu/excellence
  Version:		1.0
  Last Change:	06/11/08 [ created ]
  Copyright:	(c)2005-2008 Northland College. All Rights Reserved.
-----------------------------------------------------------------------------------------------------------------------*/	


/*-------------------------------------------------------------
	TABLE OF CONTENTS
---------------------------------------------------------------
	00. VIDEO BOX
	01. TITLE
	02. TITLE
	03. TITLE
	04. TITLE
    05. TITLE
---------------------------------------------------------------*/

#main {
	margin: 0 auto;
	height: 100%;
	background-color:#FFF;
	background-image: url(../images/bg/main-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;}	
#main-wrap {
	width:982px;
	_width:982px;
	min-height:440px;
	_min-height:440px;
	position:relative;
	margin-top:0px;
	margin-bottom:30px; /* gives separation from footer */
	padding-top:0;
	padding-bottom:0;
	margin-right:auto;
	margin-left:auto;}
#video {
	margin: 0 auto;
	height: 100%;
	background-color:#000000;
	background-image: url(../images/bg/bg-page-video.gif);
	background-repeat: repeat-x;
	background-position: center top;}	
#video-wrap {
	width:982px;
	_width:982px;
	min-height:800px;
	_min-height:800px;
	position:relative;
	margin-top:0px;
	margin-bottom:0px; /* gives separation from footer */
	padding-top:0;
	padding-bottom:0;
	margin-right:auto;
	margin-left:auto;}







/*-------------------------------------------------------------
	00. VIDEO BOX
---------------------------------------------------------------*/
#video-box {
	width:100%;
	height:420px;
	position:relative;
	z-index:9998;
	margin-top:0px;
	margin-bottom:0;
	padding-top:0px;
	padding-bottom:0;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	overflow: visible;}
#video-box-wrap {
	width:982px;
	height:420px;
	background-image: url(bg-videoplayer-box.png);
	background-position: center top;
	position:relative;
	z-index:9998;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;}
/* IE HACKS */	
* html #video-box-wrap { /* for IE6 */
	padding-top:0px;}
*:first-child+html #video-box-wrap { /* for IE7 */
	padding-top:0px;}
	

#video-player {
	float:left;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:10px;
	max-width:962px;
	min-width:962px;
	height:400px;
	overflow: hidden;
	text-align: center;}	
	

/*-------------------------------------------------------------
	01. VIDEO PROMOS
---------------------------------------------------------------*/
#promos {
	padding-top:0px;
	padding-right:0;
	padding-bottom:25px;
	padding-left:0;}
#promos .inner {
	overflow: hidden;}
	
#promos ol {
	margin: 0 -20px 0 0;
	background-image: url(promos.gif);
	background-repeat: repeat-y;
	background-position: left top;}
#promos li {
	margin: 0 20px 0 0;
	display: block;
	position: relative;
	float: left;
	width: 180px;}
/* IE HACKS */	
* html #promos li { /* for IE6 */
	margin: 0 16px 0 0;
	display: block;
	position: relative;
	float: left;
	width: 180px;}
*:first-child+html #promos li { /* for IE7 */
	margin: 0 16px 0 0;
	display: block;
	position: relative;
	float: left;
	width: 180px;}
	
		
#promos h2 {
	position: absolute;
	left: -1000em;}
	
#promos h3 {
	z-index: 10;
	background: #000;
	font-family: Arial, Helvetica, "Helvetica Neue", "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 1.1em;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0.01em;
	height: 140px;
	min-height:140px;
}
#promos h3 a {
	display: block;
	z-index: 10;
	position: relative;
	background: no-repeat  1px 1px;
	color: #FFFFFF;
	padding-top: 113px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;}
	
#promos img {
	border: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	display: block;}
#promos li:hover img{
	border: 1px solid #0387b4;}
	
/* icons */
#promos li.question h3 a {
	background-image: url(icon-question.png);}
#promos li.show h3 a {
	background-image: url(icon-show.png);}
#promos li.watch h3 a {
	background-image: url(icon-watch.png);}
#promos li.shop h3 a {
	background-image: url(icon-shop.png);}
#promos li.cinema h3 a {
	background-image: url(icon-cinema.png);}

