@charset "UTF-8";
/* CSS Document Videos - includes code from the videolightbox.css file */
* { margin: 0; padding: 0; border: 0; outline: 0;font-weight: inherit; font-style: inherit; font-size: 100%; font-family: Trebuchet MS; vertical-align: baseline;}
:focus { outline: 0; }
body { line-height: 1; color: #b1b1b1; font-size: 12px; background:  #000000 url(bg_y_repeat.gif) top center repeat-y; behavior:url("csshover.htc"); }
ol, ul { list-style: none; }
a img,:link img,:visited img { border:none; }
.clearer {float: none; clear: both; line-height: 0; display: block; }

strong { font-weight: bold; }
a:link { color: #b1b1b1;  }
a:hover { color: #ff0000; }
a:active { color: #ffffff; }
a:visited { color: #ffffff; }

h1 { font-size: 18px; color: #FF0000; margin-bottom: 15px; }
h2 { font-size: 14px; color: #8B8B8B; margin-bottom: 15px; }
p { line-height: 1.5; margin-bottom: 10px; }

#container { width: 100%; position: relative; min-height: 100%; background: url(page_bg_repeat-y.gif) top center repeat-y; }
#container .wrap { width: 985px; margin: 0px auto; position: relative; }

#header { width: 100%; position: relative; background: url(header_bg-sm.jpg) top left no-repeat; width: 984px; height: 180px; }


/* Added the Pursuit logo to enable a link back to the front page  */
#logo { position: absolute; top: 0px; left:0px; width: 500px; height: 100px; background: url(spacer.gif) top left no-repeat; z-index: 999; }





#content { 
width: 100%; 
height: 640px; 
background-color: #000; 
border-top: 2px solid #ccc; 
border-bottom: 2px solid #ccc; 
z-index: 1; 
background: url(page_bg_repeat-bk.gif)  top center repeat-y; 

}


#videogallery{
		
		cursor:pointer;
		margin-bottom: 25px;
		margin-top: 25px;
		
		width: 909px;
		
		padding:10px;
		text-align: left;
		font-weight:normal;

		border:1px solid #ccc;
		
		background-color:#000000;

		position: relative;
		top: 5px;
		bottom: 0px;
		left: 25px;
	}

	
#videogallery { zoom:1; }
#videogallery span{ display:block; }
#videogallery a{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:5px;	
	padding:3px;	 /* padding around thumbnail */
	width:160px;
	border:solid 1px #a9a9a9;  /* colour of outline around thumbnail */
	background-color:#f000000;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.80;   /* opacity of thumbnail */
	color:#ffffff
}
#videogallery a img{
	display:block;
	border:none;
	margin:0px;
}
#videogallery a:hover{
	opacity:1;   /* opacity of thumbnail with mouse over */
}


#videogallery .menuheader{
		
		cursor:default;		
		width: 909px;
		
		padding:10px;
		text-align: left;
		font-weight:normal;

		border:1px solid #ccc;
		
		background-color:#000000;
		color:#990000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		position: relative;
		top: 20px;
		left: 25px;
	}


#content .menuheader{
		
		cursor:default;		
		width: 909px;
		
		padding:10px;
		text-align: left;
		font-weight:normal;

		border:1px solid #ccc;
		
		background-color:#000000;
		color:#990000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		position: relative;
		top: 20px;
		left: 25px;
	}
	

#footervideo { width: 100%; text-align: center; background-color: #333; padding: 5px 0px; }
#footervideo .footer_content { width: 950px; margin: auto; color: #f3f8fd; position: relative; }


#nav {
	width: 900; height: 45px;
	display: block;
	/*
	position: absolute; top: 137px; padding-left: 45px;
	Removed left hand padding
	*/
	
	position: absolute; top: 137px; padding-left: 0px;
	
}
#nav ul {
	height: 45px;
	padding: 0px;
	/*background: url(images/nav/navBar_bg.gif) top left repeat-x;*/
}
#nav ul li { 
	position: relative;
	float: left;
	/* 
	width: 148px; height: 30px;
	modified the width  to accomodate more text from 148 */
	width: 985px; height: 30px;	
	
	margin: 0px 0px 0px 25px; padding-top: 15px;
	/*
	background: url(nav_bg.jpg) top left no-repeat;
	Removed the background highlighting
	*/
	
	/* this positions the text on the top of the page in the divid=nav section - ie. return to main page */
	text-align: left; font-weight: bold; font-size: 16px;
}
#nav ul li:hover { background-position: 0px -45px; }

/*
#nav ul li a { text-decoration: none; display: block; width: 145px; height: 30px; color: #b3b3b3; }
Changed the width so text does not wrap

*/
#nav ul li a { text-decoration: none; display: block; width: 300px; height: 30px; color: #b3b3b3; }

#nav ul li a:hover { color: #fff; }

#nav ul ul {
	position: absolute;
	top: 45px; left: 0px;
	padding: 15px 0px; margin: 0px 0px;
	/* modified the width of the dropdown box to accomodate more text from 200 */
	width: 222px; height: auto;
	background: none;
	background: url(dd_bg_repeat-x.gif) top left repeat-x;
	display: none;
	z-index: 998;
}
#nav ul ul li {
	background: none;
	width: 200px; height: auto;
	margin: 0px; padding: 0px 0px 0px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; line-height: 2; text-align: left;
	z-index: 999;
}

#nav ul ul li a { display: inline; color: #b3b3b3; font-family: Verdana, Geneva, sans-serif; }
#nav ul ul li a:hover { color: #fff; }

#nav ul li:hover ul { display: block; }
