html,body,h1,h2,ul,li,p {  
	padding:0;  
	margin:0;  
}  
  
body {  
	font-family:BankGothic Lt BT, Hypatia Sans Pro, Helvetica, Arial, sans-serif;
	font-size:.8em;
	background:#000 url(images/port_bg_orangray.jpg) no-repeat center top;
	width: 100%;
	display: table;
	border-style:none;
}

a { 
	outline: none;
}

/*h2{
	background:#333;
	border-top:1px solid #555;
	border-bottom:1px solid #555;
	color:#011020;
	padding-left:10px;	
}*/

#reel_h2{
	background: url(images/reel_H2_orange.png) no-repeat;
	height: 30px;
	width: 672px;
	position: relative;
	text-indent: -9999px;
	display: block;
}

#graph_h2{
	background: url(images/graphic_H2_orange.png) no-repeat;
	height: 30px;
	width: 672px;
	position: relative;
	text-indent: -9999px;
	display: block;
}

#web_h2{
	background: url(images/web_H2_orange.png) no-repeat;
	height: 30px;
	width: 672px;
	position: relative;
	text-indent: -9999px;
	display: block;
}

#about_h2{
	background: url(images/about_H2_orange.png) no-repeat;
	height: 30px;
	width: 269px;
	position: relative;
	text-indent: -9999px;
	display: block;
}

#contact_h2{
	background: url(images/contact_H2_orange.png) no-repeat;
	height: 30px;
	width: 269px;
	position: relative;
	text-indent: -9999px;
	display: block;
}
  
#container { 
    width: 960px;
    padding-top: 0px;
    padding-bottom: 0px;	
    margin-left: auto;
    margin-right: auto;	
}  

#header {  
	width: 960px; 
	height: 300px;
	margin:auto;
}	

 #leftContent {
	background:#000;
	border: 1px solid #555;	
	float:left;
	margin-bottom:40px;
	width:70%;    
    filter:alpha(opacity=60);/* for IE */    
    opacity:0.6;/* CSS3 standard */
}

#video{
	padding:10px;
	margin: 0px 132px;
}

#graphics{
	padding:20px 0px;
	margin:0px 20px;
}

#web{
	padding:20px 0px;
	margin:0px 20px;
}

#rightContent{
	float:right;
	width:28%;
	background:#000;
	border: 1px solid #555;
	color:#45656a;
	margin:0;    
    filter:alpha(opacity=60);/* for IE */    
    opacity:0.6;/* CSS3 standard */
}

#about{
	padding:1em;
	margin-bottom:21px;
}

#contact{
	padding:1em;
}

#contact a{
	color:#5cbb7c;
	text-decoration:none;
	outline:none;
}

#footer {  
    border-top:1px solid #333333;
	color:#45656a;
	clear:both;
	padding:30px 0px;
	text-align:center;
}

/*GRAPHICS CSS Sprite*/
#img_links {
	width: 632px; 
	height: 120px; 
	position: relative; 
	margin: 0; 
	padding: 0; 
	background: url(images/graphic_sprite.png);
	list-style:none;
}

#img_links li  {
	float:left;
}

#img_links li a {
	position:relative;
	top:0;
	margin: 0;
	padding: 0;
	display: block; 
	height: 120px;
	background: url(images/graphic_sprite.png) no-repeat;
	overflow: hidden;
}

/*graphic normal state*/
li#graphic1 a{
	left:0;
	width:209px;
	background-position:0 0;
}

li#graphic2 a{
	left:209;
	width:214px;
	background-position:-209px 0;
}

li#graphic3 a{
	left:423;
	width:209px;
	background-position:-423px 0;
}

/*graphic hover state*/
li#graphic1 a:hover{
	background-position:0 -120px;
}

li#graphic2 a:hover{
	background-position:-209px -120px;
}

li#graphic3 a:hover{
	background-position:-423px -120px;
}

/*WEB CSS Sprite*/
#web_links {
	width: 632px; 
	height: 120px; 
	position: relative; 
	margin: 0; 
	padding: 0; 
	background: url(images/web_sprite.png);
	list-style:none;
}

#web_links li  {
	float:left;
}

#web_links li a {
	position:relative;
	top:0;
	margin: 0;
	padding: 0;
	display: block; 
	height: 120px;
	background: url(images/web_sprite.png) no-repeat;
	overflow: hidden;
}

/*web normal state*/
li#web1 a{
	left:0;
	width:209px;
	background-position:0 0;
}

li#web2 a{
	left:209;
	width:214px;
	background-position:-209px 0;
}

li#web3 a{
	left:423;
	width:209px;
	background-position:-423px 0;
}

/*web hover state*/
li#web1 a:hover{
	background-position:0 -120px;
}

li#web2 a:hover{
	background-position:-209px -120px;
}

li#web3 a:hover{
	background-position:-423px -120px;
}  


/*lightbox 2.04*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


	

