﻿@charset "utf-8";
/* CSS Document */

/*standard styles*/
body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
img{
	border:none;
}

a{
	text-decoration:none;
	color:#376091;
}

h1{
	margin:0px;
	padding:0px;
}
h2{
	font-size:14px;
}

em{
	font-size:smaller;
}
/*layout */
.header{
	text-align:center;
}

.nav{
	text-align:center;
	padding-bottom:0px;
}

.site{
	text-align:left;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

fieldset{
border:none;
}

.content{
	font-size: small;
	min-height:500px;
	padding-left:10px;
	padding-right:10px;
}

.contentNoPad{
	font-size: small;
	padding-left:10px;
	padding-right:10px;
}

.footer{
	font-size: x-small;
	text-align: center;
	border-top:1px solid #bfbfbf;
	padding-top:20px;
    margin-top:20px;
}

.rightpanel{
	width: 510px;
	float:right;

}
.leftpanel{
	width:265px;
	min-height:410px;
}

.download{
	border:5px solid #f2f2f2;
	position:relative;
	float:right;
	width:140px;
	top:0px;
	text-align:center;
}

.downloadbody{
	width:610px;
}

/* font */
.smalltext{
	font-size: x-small;
}

.centre{
	text-align:center;
}
.contacttable{
      width:90%;
}


/* Navigation tabs */
ul#nav,ul#nav li{
	list-style-type:none;
	margin:0;
	padding:0;
	}
ul#nav{
	font-size: 80%;
	padding-left:246px;
	}
ul#nav li{
	float:left;
	margin-right: 5px;
	text-align: center;
	}
ul#nav a{
	float:left;
	width: 70px;
	padding: 2px 0;
	background: #9d9d9d;
	text-decoration:none;
	color: #FFF;
	}
ul#nav a:hover{
	background: #2c5487;
	color: #FFFFFF;
	}
ul#nav li.activelink a,ul#nav li.activelink a:hover{
	background:#f2f2f2;
	color: #000000;
}

/* Light box */
#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(../lightbox/prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(../lightbox/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;
}

table.grid {border-width:0px;border-style:hidden;border-color:#ffffff;border-collapse:collapse;background-color:#FFFFFF;}
table.grid th {border-width:1px;padding:2px;border-style:solid;border-color:#bfbfbf;background-color:#FFFFFF;text-align:center;}
table.grid td {border-width:1px;padding:2px;border-style:solid;border-color:#bfbfbf;background-color:#FFFFFF;}

