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

.body {
margin: 0;
padding: 0;
height:100%;
background-color:#000000;
}

.container {
width:950px;
height:100%;
margin-left:auto;
margin-right:auto;
}

.header {
width:950px;
height:113px;
background-colour:#000000;
background-image:url(images/header-logo.jpg);
background-position:bottom;
background-repeat:no-repeat;
float:left;
font-family:Century Gothic, Verdana, Arial;
font-size:16px;
line-height:18px;
color:#FFFFFF;
text-align:left;
}

.inside {
width:950px;
height:100%;
}

.menu {
width:218px;
height:500px;
background-image:url(images/menu-logo.jpg);
background-position:top;
background-repeat:no-repeat;
float:left;
text-align:right;
padding-right:10px;
text-decoration:none;
color:#dbf00f;
list-style:none;
font-family:Century Gothic, Verdana, Arial;
font-size: 14px;
line-height:22px;
}

.menu li a {
text-decoration:none;
color:#dbf00f;
}

.menu li a:hover {
color:#999999;
}

.content_title {
float:left;
width:682px;
background-image:url(images/content-background.jpg);
background-repeat:repeat-y;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
font-family:Century Gothic, Verdana, Arial;
font-size:30px;
color:#999999;
text-align:left;
}

.content {
float:left;
width:682px;
height:auto;
background-image:url(images/content-background.jpg);
background-repeat:repeat-y;
padding-left:20px;
padding-right:20px;
font-family:Century Gothic, Verdana, Arial;
font-size:12px;
line-height:24px;
color:#ffffff;
text-align:left;
}

.content a {
color:#ffffff;
text-decoration:none;
}

.content a:hover {
color:#999999;
}

.contactform {
float:right;
margin: 0;
padding: 0;
}

contact {
float:left;
width:200px;
height:500px;
background-color:#333333;
padding-left:10px;
padding-right:10px;
font-family:Century Gothic, Verdana, Arial;
font-size:12px;
line-height:24px;
color:#ffffff;
text-align:left;
}

.contact a {
color:#ffffff;
text-decoration:none;
}

.contact a:hover {
color:#999999;
}

.footer {
float:left;
width:950px;
height:50px;
font-family:Century Gothic, Verdana, Arial;
font-size:11px;
color:#999999;
text-align:right;
background-image:url(images/footer-telephone.jpg);
background-position:top;
background-repeat:no-repeat;
}

.footer a {
color:#999999;
text-decoration:none;
}

.footer a:hover {
color:#dddddd;
text-decoration: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: 50%; height: 500px; background-color: #000; }
