@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/WW_background.jpg) repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

hr { 
	margin: 5px 0px; 
	margin-bottom: 15px; 
	border: 0px; 
	border-bottom: solid 1px #000; 
}	

a {
	color: #a75d23; 
	text-decoration: none;
}

a:hover {
	color: #853b01;
	text-decoration: underline;
}

/* FONTS */

.stdcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #897a6e;
}

.bigcopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #897a6e;
}

.headcpy {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
}

.bright {
	color: #a75d23;
}

.headtitle {
	display: block;

	background: url(images/WW_title_header.gif);
	width: 454px;
	
	height: 33px;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	
	padding: 8px 0px 0px 10px;
	margin-bottom: 0px;
}

/* PAGE STRUCTURE */

#mainblock {
	width: 801px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

	#header {
		width: 792px;
		height: 327px;
		background: #000;
		padding-left: 9px;
		padding-top: 5px;
	}
	
	#menu {
		height: 41px;
		background: #000;
		padding: 7px 0px 0px 10px;
	}
	
		#nav {
			font-family: Helvetica, Arial, sans-serif;
			color: #897a6e;
			text-align: center;
			vertical-align: middle;
			line-height: 32px;
			text-align: right;
			padding-right: 36px;
			font-size: 13px;
		}
			#nav a {
				color: #fff;
				font-size: 13px;
				text-decoration: none;			
			}
			
			#nav a:hover {
				text-decoration: none;
				color: #a75d23;
			}
	
	#mainbody { 
		width: 801px;
		border: solid 0px #000;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
		#submainbody {
			padding: 20px 0px 0px 0px; 
			margin: 0px; 
			margin-bottom: -2px; 
			background: url(images/WW_body_background.gif) #fff;
		}

		.left-vert {
			padding-bottom: 15px; 
			width: 464px; 
			_width: 479; 
			padding-left: 25px;		
		}

		.right-vert {
			float: right; 
			margin-right: 36px; 
			_margin-right: 18px; 
			width: 220px; 
			_width: 200px; 
			padding: 0px 15px; 			
		}

/*	
		#left-content {
			float: left;
			width: 356px;
			_width: 371px;
			padding-top: 15px;
			padding-left: 15px;
		}
		
		#right-content {
			float: right;
			width: 336px;
			_width: 351px;
			padding-top: 15px;
			padding-right: 15px;
		}
*/		
		
	#footer {
		margin-top: 25px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #fff;		
	}
		
.clear { clear: both; margin: 0px; padding: 0px; overflow: hidden; height: 0px; _height: 1px; }		
		


/* Specific CSS */	
	
table.technical_notes {
	margin: 0px;
	padding: 0px;
}
	
table.technical_notes td {
	padding-right: 10px;
}	
		
		
/* Slide show */

#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:220px;
	height:160px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}
		
		
		
/* Lightbox */

#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; }
		
	