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

body {
	margin:0px;
	padding:0px;
	background-color:#9cf;
	color:black;
	font-family:verdana, arial, helvetica, sans-serif;
}

a:link,a:visited {
	text-decoration: none;
	color:#009
}

a:hover {
	text-decoration: none;
}

#Header {
	margin:10px;
	text-align:center;
}

#PageBkgrnd {
	margin:10px;
	padding:10px;
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
	width:auto;
	height:auto;
}
/* In both #Menu and .ContentText, a margin had to be placed around an element,
in order to avoid extra space above and below the objects within the outermost
container; something to do with the margin/padding relationship??? */
#Menu {
	margin:20px 20px 20px 20px;
	padding:5px;
	width:150px;
	background-color:#ffc;
	border:solid #000;
	text-align:left;
	font-weight:bold;
}

#Menu ul {
	margin:5px;
	padding: 0px;
	list-style:none;
}

#Menu ul a {
	padding: 5px;
	margin: 0px;
	font-size:14px;
	display: inline-block;
}

#Menu ul a {
	display: block;
}

#Menu ul a:hover {	
	background-color: #69f
}

#contactinfo {
	text-align:center;
	padding: 5px;
}

.ContentText {
	margin:20px 20px 20px 20px;
	padding:5px;
	width:374px;
	background-color:#ffc;
	border:solid #000;
	text-align:left;
}

.ContentLightbox {
	margin:20px 20px 20px 20px;
	padding:5px;
	width:707px;
	background-color:#ffc;
	border:solid #000;
	text-align:left;
	font-size:12px;
}

.ContentLightbox img {
	margin:10px 10px 10px 10px;
}

p {
	margin:5px;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;	
}

h1 {
	margin:5px;
	font:18px verdana, arial, helvetica, sans-serif;
	font-weight:bold;
}

h2 {
	font:16px verdana, arial, helvetica, sans-serif;
}

h3 {
	font:14px verdana, arial, helvetica, san-serif;
}

.photocontainer img {
	margin:0px 0px 0px 20px;
    float: left;
    text-align: center;
	font-size:12px;
}

#validbadge {
    margin: 10px;
	text-align:center;
	border: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);
display : block;
}

#prevLink {
left : 0;
float : left;
}

#nextLink {
right : 0;
float : right;
}

#prevLink:hover, #prevLink:visited:hover {
background : url(../images/prevlabel.gif) no-repeat left 15%;
}

#nextLink:hover, #nextLink:visited:hover {
background : url(../images/nextlabel.gif) no-repeat right 15%;
}

#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 : 1em;
}

#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;
}
