/*main styles*/
body{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #ffffff;
line-height:140%;
margin:0px;
padding:0px;
background-color:#000000;
}

P {
padding:0px 0px 8px 0px;
margin:0px;
}

:active, :focus{
    outline:none;
  }
  
FORM, UL, LI {
padding:0px;
margin:0px;
}

INPUT, TEXTAREA, SELECT {
padding:1px;
margin:0;
color:#666666;
font-size:96%;
}
  

a:link, a:visited{
color: #FF9900;
text-decoration: none;
border-bottom: #C47806 1px solid;
}

a:hover{
text-decoration: none;
color:#CCCCCC;
border-bottom: none;
border-bottom: #666666 1px solid;
}

h1{
 font: 24px Georgia, "Times New Roman", Times, serif;
 color: #A21C16;
 line-height:110%;
 margin: 0px;
 padding: 0px 0px 10px 0px;
}

h2{
 font: 20px Arial, Helvetica, sans-serif;
 color: #999999;
 line-height:110%;
 margin: 0px;
 padding: 0px 0px 8px 0px;
}

h3{
 font: 20px Georgia, "Times New Roman", Times, serif;
 color: #A21C16;
 line-height:110%;
 margin: 0px;
 padding: 0px 0px 10px 0px;
}

h4{
 font: 16px bold Arial, Helvetica, sans-serif;
 color: #999999;
 line-height:110%;
 margin: 0px;
 padding: 10px 0px 8px 0px;
}


h5{
 font: 20px Georgia, "Times New Roman", Times, serif;
 color: #666666;
 line-height:110%;
 margin: 0px 0px 10px 0px;
 padding:0;
}

h5 a:link, h5 a:visited{
 color: #C47806;
 text-decoration:none;
 border-bottom: #C47806 1px solid;
}

h5 a:hover{
 color: #666666;
 text-decoration:none;
 border-bottom: #666666 1px solid;
}
/*colour hover menu*/
#hovermenu ul{
font: 15px Arial, Helvetica, sans-serif;
color: #999999;
padding: 0;
margin: 0;
}

#hovermenu ul li{
list-style: none;
display: inline;
}

#hovermenu ul li a, #hovermenu ul li a:visited {
padding:8px 22px;
text-decoration: none;
font-weight: normal;
float:left;
color: #999999;
border-right: #999999 1px solid;
border-bottom:none;
}

#hovermenu ul li a:hover{
background: #E60005;
color: #FFFFFF;
}


#highlight p {
padding-bottom:4px;
line-height:125%;
}

#highlight {
width: 100%;
padding: 0px;
margin: 0px;
}

#highlight ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#highlight ul li {
margin: 0px;
padding: 0px;
}

#highlight ul li a {
background:;
border:#666666 1px solid;
margin-bottom:10px;
padding:6px;
color: #999999;
display: block;
widows:100%;
}

#highlight ul li a:hover, #highlight ul li a:focus {
background:#203751;
border:#37608C 1px solid;
margin-bottom:10px;
padding:6px;
color:#8CA6CC;
}

#home_right td {
font:12px Arial, Helvetica, sans-serif;
}

#home_right img {
padding:5px;
float:left;
border:#666666 1px solid;
margin-right:6px;
}

#home_right h1, #home_right h1 a:link, #home_right h1 a:visited{
 font: 20px Georgia, "Times New Roman", Times, serif;
 color: #666666;
 line-height:110%;
 margin: 0px;
 padding: 0px 0px 10px 0px;
}

#home_right h1 a:hover {
 font: 20px Georgia, "Times New Roman", Times, serif;
 color: #A21C16;
 line-height:110%;
 margin: 0px;
 padding: 0px 0px 10px 0px;
}

#button td {
background:url(../images/button_bg.jpg) left top no-repeat;
padding:0 20px 20px 0;
font:14px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFF;
line-height:110%;
}


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

#lightbox a img{ border: none; border-bottom: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;
	}
	
#loading a { border: none; border-bottom:none; }

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	border-bottom:none;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none; border-bottom: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 { background: url(../images/prevlabel.gif) left 15% no-repeat; border-bottom:none; }
#nextLink { background: url(../images/nextlabel.gif) right 15% no-repeat; border-bottom:none;}


#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; border-bottom:none;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
