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

* {
margin: 0;
padding: 0;
}


BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(1images/bkg.jpg);
	background-position: center top;
	font-weight: lighter;
}
a {
	color: #999999;
	text-decoration: none;
}

#WRAPPER {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}
#HEADER {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 75px;
	width: 750px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	height: 55px;
}
#LOGO {
	float: right;
	height: 100px;
	width: 99px;
	display: block;
	font-size: 15px;
	text-align: center;
	letter-spacing: 1px;
	position: absolute;
	top: -50px;
	right: 0px;
}
#SUBLINKS {
	float: left;
	height: 15px;
	width: 300px;
	position: relative;
	top: 24px;
	right: 0px;
	text-align: left;
}
#CONTENT {
	padding: 0px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: 90px;
}
#GALLERY {
	float: right;
	height: 515px;
	width: 515px;
	text-align: right;
}
#CONTACT {
	float: right;
	height: 350px;
	width: 280px;
	text-align: right;
}



ul {
	list-style-type: none;
	height: 10px;
	width: 750px;
	position: absolute;
	top: 15px;
}

li {
	float: left;
	padding-right: 18px;
	padding-left: 0px;
}

ul a {
	display: block;
	line-height: 10px;
	text-decoration: none;
	font-size: 12px;
	color: #999999;
	letter-spacing: 1px;
}

ul a:hover {
	color: #000000;
	letter-spacing: 1px;
}

.imgs {
	color: #000000;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.imgs2 {
	color: #000000;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.gal-imgs {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.gal-imgs2 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 0px;
}

.gal-imgs3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.hi-lite {
	font-weight: 800;
	color: #666666;
}

.low-lite {
	color: #999999;
	text-transform: uppercase;
}


input {
margin: 1px;
padding: 2px; 
float: left;
width: 300px;
border: 1px solid #cccccc; 
background-color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px
color: #000000;
}

textarea {
margin: 1px;
padding: 2px; 
float: left;
width: 300px;
border: 1px solid #cccccc; 
background-color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

.button {
padding: 2px; 
float: left;
width: 100px;
border: 1px solid #cccccc; 
background-color: #e1e1e1;
margin-top:3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

form{
margin-top:0px;
margin-bottom:0px;
}



/* LIGHTBOX */
#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; }
