#video_wrapper {      /* This one is for pages without left nav, like pictures page */
	position:absolute; 
	left:0px; 
	top:193px; 
	width:980px; 
	height:600px;	
	line-height: 13.5pt; 
	text-align: left;
	font-size: 9pt;
	background: #ffffff; /*url(/images/content-background.png) repeat-y left top;*/
	font-family:verdana,helvetica,arial,courier
}


.video{
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;
}


#videopage_title{
	font-size: 18pt; 
	color: #002060; 
	font-family: Times New Roman; 
	padding-top:20px;
	font-weight: bold;
	text-align: center;
}

#video_button {
	position: absolute;
	z-index: 2;
	top: 530px;  
	left: 380px;
}

#video_button a.button-type1 {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	font-weight: bold;
}

/******************************* front video ***********************/
.front_video{
	position		: absolute; 
	z-index			: 3;
	left			: 734px; 
	top				: 82px; 
	width			: 246px; 
	padding			: 0px;
	text-decoration	:none;
	display:block;
	width:246px;
	height:203px;
}

a.front_video:link {text-decoration:none;}
a.front_video:active {text-decoration:none;}
a.front_video:visited {text-decoration:none;}
a.front_video:hover {text-decoration:none;}

/******************************* fast track video ***********************/
.fasttrack_video{
	position		: absolute; 
	z-index			: 999;
	left			: 380px; 
	top				: 145px; 
	width			: 246px; 
	padding			: 0px;
	text-decoration	:none;
	display:block;
	width:280px;
	height:180px;
}