@charset "utf-8";
/* CSS Document */

body {
margin: 0 0 20px 0;
padding: 0;
text-align: center;
background-color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #fff;
}

#container {
margin: 21px auto 6px;
text-align: left;
border: 1px solid #666;
width: 632px;
}

#copyright {
background: #000;
height: 27px;
text-align: left;
padding: 12px 0 0 12px;
width: 250px;
float: left;
}

#pagehdr {
padding: 12px 12px 0 5px;
text-align: right;
clear: none;
float: right;
font-weight: bold;
color: #ccc;
}


#header {
}

.banner {
background: #99cc33;
height: 10px;
clear: both;
}

/* NAVIGATION */

#nav {
background: #323232;
margin: 10px 0 0 0;
padding: 0px;
height: 28px;
}


#nav ul {
margin: 0;
padding: 0;

}

#nav li {
display: inline;
float: left;
margin: 0px;
padding: 0px;
list-style: none;
}

#nav li a {
text-decoration: none;
display: block;
padding: 8px 0px 0px 3px;
margin: 0px;
height: 20px;
overflow: hidden;
width: 155px;
text-align: center;
color: #ccc;
}

#nav li a:hover {
padding: 8px 0 0 3px;
height: 20px;
color: #fff;
text-decoration: none;
background: url(../images/bg_navigation.jpg);
}

#nav h4 {
text-align: center;
margin: 0;
padding: 7px 0;
font-size: 1em;
font-weight: normal;
}

/* MAIN CONTENT  */

#content {
margin: 5px;
padding: 5px;
text-align: left;
}

#content a {
color: #fff;
}

#content h1 {
padding: 0;
margin: 4px 0;
text-align: center;
}

#content ul {
list-style: none;
padding: 0;
margin: 0 15px 15px 15px;
}

#content li {
background: url(../images/bullet.gif) no-repeat #000;
padding: 1px 0 1px 15px;
margin: 0;
}

#content ol li {
background: none;
list-style: lower-alpha;
}

h2 {
font-weight: bold;
color: #ccc;
font-size: 1em;}


#left {
width: 150px;
height: 150px;
float: left;
padding: 0;
margin: auto 0;
}

#left img {
vertical-align: middle;
margin-top: 10px;
}

#main {
margin: 0 0 0 160px;
padding: 0 0 0 10px;
}

#about {
}

/** 

GALLERY POP OVER

**/

#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{
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.6em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding: 0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 1.0em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

.border {
padding: 8px;
margin: 0 8px 8px 0;
border: 1px solid #99cc33;
}
/* FOOTER  */

#footer {
clear: both;
height: 26px;
background: #323232;
text-align: center;
padding: 10px 0 0 0;
font-weight: bold;
margin: 0;
color: #ccc;
}

.lower {
clear: both;
background: #99cc33;
height: 5px;
}


#footer a {
color: #ccc;
text-decoration: none;
}

#footer a:hover {
color: #000;
}

#footer a:visited {
color: #ccc;
text-decoration: none;
}

#signature {
text-align: center;
font-size: 10px;
}

#signature a {
color: #ccc;
text-decoration: none;
font-weight: bold;
}

#homelink {
padding: 0 22px 0 12px;
float: left;
font-weight: bold;
}

#homelink a:hover {
color: #000;
}

#qld {
float: right;
padding: 0 12px 0 0;
}
.right {
	float: right;
}

#gallery_links {
display: inline;
margin: 0;
padding: 0;
}

#main td {
padding: 2px 0 8px;
}

.boldinline {
font-weight: bold;
color: #ccc;
}


