/* CSS Document */

html{
font-size:100%;


}

body {
	font-family:Helvetica, sans-serif;
	color:#999999;
	background-image:url(images/htmlbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
}
p {
	font-size: .8em;
	color:#999999;
	padding: 5px;
	text-align:left;
	}
	
#exhib{
	font-size: .8em;
	color:#999999;
	padding-left: 170px;
	text-align:left;
	}

#content a:link {
	color:#666666;
}
#content a:hover {
	color: #009999;
}


h1 {
font-family:Trebuchet MS, Helvetica, sans-serif;
color:#999999;
padding-bottom:-30px;

}

h2 {
font-family:Trebuchet MS, Helvetica, sans-serif;
letter-spacing:25px;
color:#999999;
}

h3{
font-family:Trebuchet MS, Helvetica, sans-serif;
font-size:1.2em;
text-align:center;
color:#999999;
margin-bottom:0px;
}

#wrapper {
	width: 400px; 
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 400px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;

	}


#content img{
	border-width: 0px;
	border-color: white;
}

#nav {
	float:left;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	color:#CCCCCC;
	margin-top:135px;
}

#nav a:link {
	text-decoration:none;
	color:#777777;
	font-size:.9em;
	font-weight:bold;
}
#nav a:visited {
	color:#777777;
	text-decoration:none;
	font-weight:bold;
	font-size:.9em;
}
#nav a:hover{
	text-decoration:none;
	color:#000000;

}

#nav li{
	padding-bottom:5px;
}

#titlenav {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	color:#CCCCCC;
	font-weight:bold;
}

#titlenav a:link {
	text-decoration:none;
	color:#777777;
	font-size:.9em;

}
#titlenav a:visited {
	color:#777777;
	text-decoration:none;

	font-size:.9em;
}
#titlenav a:hover{
	text-decoration:none;
	color:#000000;
}

#titlenav ul{
	list-style:square;
}

#titlenav li{
	display:inline;
	padding: 0px 30px 0px 30px;
}


#contactc{
	margin-left:320px;
}

.cMethod{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	float:left; width:78px;
	text-align:left;
}

.cDetails{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	float:left; width:194px;
	text-align:left;
}

#form{
	font-size:.8em;
}

ul {
	list-style:none;
}

.iText{
	text-align:justify;
	color:#555555;
}

.centre{
	text-align:center;
}

.year{
	padding-top:10px;
	padding-bottom:5px;
}

.exit{
	font-size: .8em;
	color:#999999;
	padding-right: 40px;
	text-align:right;

}

.exit a{
	color:#999999;

}

.paintNav {
	padding-bottom:-15px;

}

#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(LightboxImages/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(LightboxImages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(LightboxImages/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #fff;
	}
