body {
	margin:0px;
	padding:0px;
	font-family: verdana, helvetica, ariel, sans-serif;
	color:#000;
	font-size:76%;
	background-color:#000;
	text-align:center;  /*MSIE/Win benefit*/
}

h1 {    /*hidden h1 if necessary*/
}

h2 { 	/*STYLES PROJECT TITLES*/
	font-family: georgia, verdana, helvetica, ariel, sans-serif;	
	font-size:1.8em;
	line-height:1.0em;
	font-weight:normal;
	margin: 0px 6px 0.3em 6px; 
	padding:0px 0px 0px 0px; 
}

p {  
	font-size:0.75em;
	line-height:1.4em;
	font-weight: normal;
	margin: 0px 6px 6px 6px; 
	padding:0px 0px 0px 0px;
}

#footer p {
	font-size:0.75em;
	text-align:centre;
	color:#666;
}

blockquote { /*THIS IS FOR ITALIC QUOTE TEXT*/
	font-size:0.75em;
	line-height:1.4em;
	font-weight: normal;
	margin: 0px 16px 6px 16px; 
	padding:0px 0px 0px 0px;
	font-style: italic;   /*ifIE5-6 shows , see solutions http://www.positioniseverything.net/explorer/italicbug-ie.html*/
}

.alt {  /*class used to hide text if necessary*/
	margin:0;
	display:block;
	width:0;
	height:0;
	overflow:hidden;
}

/*APPEARANCE OF GENERAL DOCUMENT LINKS-------------------------------------------------------------*/

a {
	color:#000;
	text-decoration:underline;
}

a:link {
	color:#000;
	text-decoration:underline;
}

a:visited {
	color:#000;
	text-decoration:underline;		
}

a:hover {
	color:#CC0066;
	text-decoration:underline;	
}

/*PAGE LAYOUT DIV AREAS---------------------------------------------------------------------------*/

#outerwrapper {
	position:relative;
	margin:0px auto 0px;
	text-align:center; 
	width:800px;   
	background-color:#FFF; 
}

#splashimages {
	position:relative;
	margin:50px auto 0px;
	text-align:center; 
	width:600px;   
}

#banner {   
	margin:0px 16px 56px 16px; /*THIS MAKES UNDER BANNER WHITE SPACE*/
	padding:0px 0px 0px 0px; 
	height:94px;
	background-color: #FFF;
	background-image:url(/images/kingpins_banner.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#content {
	margin:0px;
	padding:0px;
	text-align:left;
	height:auto;
	width:800px;
	float:left;
	background-color:#FFF;
}

.clearboth {
	clear: both;
}  

.floatleft {    	/* THIS IS THE PROJECT PICTURES COLUMN*/
	float: left; 
	margin: 0px 16px 0px 0px;       
	padding: 0px 0px 32px 0px; 	/*PROVIDES WHITE GAP BETWEEN PROJECTS*/
}

.floatmiddle {		/* THIS IS FOR THE MIDDLE COLUMN TEXT */   
	float: left;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 380px;
	background-color: #FFF;
}

.floatright {  	/*THIS IS FOR THE LINKS COLUMN TEXT*/
	float: right;
	clear: right;
	margin: 0px 0px 0px 16px;  
	width: 178px;
	padding: 2.8em 0px 0px 0px; 
	/*top padding value makes links line up with middle columns paragraph-to calculate get sum of (h2 font size)+(h2 margin bottom)+(p line height/2) or thereabouts*/
	background-color: #FFF;
}

.list {		/* THIS SURROUNDS EACH PROJECTS INFO*/
	clear: both;  
	padding: 0px;
	margin: 0px 16px 0px 16px; /*PROVIDES RIGHT AND LEFT WHITE MARGINS OUTSIDE EACH PROJECT*/
}

#footer {
	margin:0px;
	padding: 8px 0px 0px 0px; 
	background-color: #000;
    height: 30px;
	clear: both;
	}
/*----------------------END PAGE LAYOUT DIV AREAS---------------------------------------------------------------------------*/

/*----------------------BEGIN SLIDESHOW (LIGHTBOX V2) STYLES---------------------------------------------------------------------------*/

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

#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: transparent url(../images/blank.gif) no-repeat; /* 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-family: Georgia, Verdana, Helvetica, sans-serif;*//*font verdana was here*/
	/*font-size: 10px;*/
    background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;	
	}

#imageData{	padding:0 20px;  }/*padding was 10px, revert to that if any problems*/ /*color was here as 333*/
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-family: Georgia, Verdana, Helvetica, sans-serif; font-weight: bold; }
#imageData #numberDisplay{ color: #666; font-size: 10px; display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

