body {
	font-family: sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #CCCCCC;
}
h1 {
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
	color: #444143;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 30px;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}

p {
	text-align: left;
	color: #444143;
}
p.dark {
	color: #333333;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #333333;
}


ul {
	text-align: left;
	color: #FFFFFF;
	list-style-type: none;
}
ul li {
	padding-bottom: 2px;
	padding-top: 2px;

}
ul li a {
	color: #494647;
}
ul li a:hover {
	color: #333333;
}
ul li a.active {
	color: #FFFFFF;
}


img.logo {
	padding-top: 200px;
	padding-left: 20px;
}
img.wowlogo {
	position: relative;
	left: 210px;
	top: 15px;
}

img.facebook {
	position: relative;
	left: 150px;
	top: 55px;
}
.container {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	background-color: #939598;
}

#nav ul {
	margin: 0px;
	float: right;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-color: #939598;
	list-style-image: url(images/dot.gif);
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	background-color: #939598;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
}
#nav ul li a:hover {
	color: #5C5A5A;
}
#nav ul li a:active {
	color: #5C5A5A;
}
#nav ul li a.active {
	color: #5C5A5A;
}


#photos {
	float: right;
	width: 482px;
	height: 576px;
}
#page {
	clear: both;
	background-color: #CCCCCC;
}
#pagecontent {
	float: right;
	width: 450px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #CCCCCC;
}
#pagecontent p {
	line-height: 18px;
}

#pagecontent img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}


#maincontent {
	float: left;
	width: 300px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #CCCCCC;
}
#sidenav {
	background-color: #CCCCCC;
	float: left;
	width: 300px;
	padding-right: 3px;
	padding-left: 3px;
}

#sidenav img {
	vertical-align: middle;
	padding-right: 10px;
}
#sidenav ul {
	list-style-type: none;
}
#sidenav ul li {
	padding-top: 7px;
	padding-bottom: 7px;
}
#sidenav ul li a {
	text-decoration: none;
}
#sidenav ul li a:hover {
	text-decoration: underline;
}
#sidenav ul li a.active {
	color: #444143;
	font-weight: bold;
}





/* Slideshow CSS */

#slideshow {
	width: 475px;
	height:546px;
	position:relative;

}

#slideshow IMG {
	position:absolute;
	top:0;
	left:2px;
	z-index:8;
	opacity:0.0;
	margin: 0px;
	padding: 0px;
}

#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
	margin: 0px;
	padding: 0px;
}

#slideshow IMG.last-active {
    z-index:9;
}
.clearer {
	clear: both;
}
#footer {
	clear: both;
	background-color: #939598;
	padding-top: 15px;
	padding-bottom: 15px;
}

#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: 100%; height: 500px; background-color: #000; }
