@charset "iso-8859-1";
/*The background colour has to be the same for the coloured layer of the bg.png file.*/

	body {
		/*background-color: #ffffff;*/
		background-image: url('bg.png');
		background-repeat: repeat-y; background-position: center top;
		margin: 0px;
		padding: 0px;
		border: none;
		}
		
	#container {
		width: 800px;
		margin: auto;
		text-align: left;
		Xbackground-color: black;
		/* min-height: 800px; */
		border-left: 1px black solid;
		border-right: 1px black solid;
		background-color: white;
		background-image: url('bar.gif');
		}

	#header {
		width: 800px;
		height: 140px;
		background-image: url('images/top.jpg');
		background-color: white;
		}
		
	#header * {
		display: none;
		color: white;
		font-size: 8px;
		margin: 0px;
		padding: 0px;
		}
		
	#spacer {
		width: 800px;
		height: 1px;
		background-color: black;
		}

	#navcontainer {
		position: relative;
		margin: 0px; padding: 0px;
		background-color: black;
		font-size: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		background-image: url('nav_bg.gif');
		background-repeat: repeat-x;
		}
		
	#navcontainer ul {
		margin: 0px; padding: 0px;
		Xfont-size: 10px;
		}
		
	#navcontainer ul li {
		display: inline;
		Xfont-size: 10px;
		}
		
	#navcontainer ul li a {
		margin-left: 15px;
		margin-right: 15px;
		font-weight: bold;
		font-family: Tahoma, Arial, Arial Narrow, Helvetica;
		font-size: 12px;
		letter-spacing: 1px;
		color: black;
		text-decoration: none;
		text-transform: uppercase;
		}
		
	/*	#navcontainer ul li a:hover {
		border-top: 2px black solid;
		border-bottom: 2px black solid;
		} */

	#faux {
 background: black;
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
	
	#leftpanel {
		float: right;
		width: 200px;
		margin: 0px; padding: 0px;
		background-image: url('colour3.png'); AND background-repeat: no-repeat;
		font-size: 11px;
		line-height: 130%;
		font-family: verdana, arial;
		}
		
	#leftpanel ul {
		margin: 0px; padding: 0px;
		margin-top: 30px;
		margin-bottom: 30px;
		list-style: none;
		font-family: verdana, helvetica, tahoma, arial;
		color: white;
		text-decoration:none;
		font-size: 9px;
		letter-spacing: 0px;
		line-height: 100%;
		background-color: #DC3B00;

		}
		
	#leftpanel ul li {
		margin: 0px; padding: 0px;
		}
		
	#leftpanel ul li a{
		display: block;
		width: 190px;
		Xheight: 28px;
		background-image: url('/themes/normal/hookmoor/button_bg.png');
		font-family: verdana, helvetica, tahoma, arial;
		color: white;
		text-decoration:none;
		font-size: 11px;
		letter-spacing: 0px;
		line-height: 100%;
		padding-left: 10px;
		padding-top: 9px;
		padding-bottom: 8px;
		}
		
	#leftpanel ul li a:hover{
		background-image: url('/themes/normal/hookmoor/button_bg_hover.png');
		color: white;
		}
	
	#leftpanel img {
		border-top: 2px white solid;
		border-bottom: 2px white solid;
		}

	#leftpanel h3 {
		margin: 0px;
		padding-top: 5px;
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
		font-weight: bold;
		}
				
	#leftpanel p {
		margin: 0px;
		padding-top: 5px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		}

/* removed - */
		
	.content {
		width: 800px;
		float: left;
		color: black;
		}
		
	.content * {
		font-family: Verdana, Arial, Helvetica;
		}
		
	.content p, .content ul, .content li {
		font-size: 12px;
		line-height: 180%;
		color: white;
		text-align: left;
		Xborder: 1px yellow solid;
		}
		
	.content ul {
		list-style: square;
		}

/* removed - border-bottom: 2px #F14D05 solid; border-right: 10px #F14D05 solid;*/

	.content h1 {
		font-size: 19px;
		line-height: 100%;
		color: white;
		Xtext-transform: uppercase;
		letter-spacing: -1px;
		font-weight: normal;
		padding-bottom: 5px;
		}
		
	.content h2 {
		font-size: 16px;
		line-height: 100%;
		color: white;
		letter-spacing: -1px;
		font-weight: bold;
		}
		
	.content p a {
		text-decoration: none;
		border-bottom: 1px white dotted;
		color: white;
		}
		
	.content p a:hover {
		text-decoration: none;
		border-bottom: 2px white solid;
		color: white;
		}
		
	.content blockquote {
		padding-right: 80px;
		padding-left: 20px;
		padding-top: 5px;
		margin: 0px;
		line-height: 130%;
		background-image: url('quotes.gif');
		background-repeat: no-repeat; background-position: center top;
		}
		
	.content blockquote p{
		line-height: 150%;
		margin-top: 10px;
		text-align: center;
		}
	#innercontent {
		padding-left: 20px;
		padding-right: 40px;
		margin-top: 30px;
		padding-bottom: 50px;
		}
		
#footer { 
 
		margin: 0px; padding: 0px;
		background-color: black;
		font-size: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 5px;
		text-align: right;
		}	

/* #navcontainer {
		width: 800px;
 clear: both;
 color: #333;
 background: #ABBEBE;
 margin: 0px 0px 0px 0px;
 padding: 5px;
		}

	#footer {
		position: absolute;
		width: 75%;
		left: 10%;
		margin-top: -40px;
		font-family: Arial Narrow, Arial, Helvetica;
		font-size: 10px;
		letter-spacing: 1px;
		font-weight: normal;
		color: #bbbbbb;
		text-align: right;
		} */
.caption {
	font-size: 8px;
	color: white;
	font-weight: bold;
	}
			
	#footer a {
		color: #808080;
		}


	#footer a:hover {
		color: #7373B9;
		}

.clear { clear: both; background: none; }


#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; }