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

	
body {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

#print {
	margin: 250px 0 0 70px;
	}
#print img {
	border: 3px #fff solid;
	margin:5px;
	}

	
#web {
	margin: 0px 0 0 100px;
	}

#imageborder {
	border:#666666;
	}

#container{
	width:971px;
	height:503px;
	position:relative;
	margin:0 auto;
	padding:0 0 55px 0;
	text-align:center;
	}
	

#portfolio {
	position:absolute;
	width:220px;
	height:503px;
	top:139px;
	left:310px;
	background-color:#000;
	}

#portfolio a {
	display:block;
	text-decoration:none;
	background:url(images/portfolio.gif) no-repeat top left;
	width:220px;
	height:503px;
	}

#portfolio a:hover {background-position:-220px 0;}


#home {
	position:absolute;
	width:220px;
	height:503px;
	top:139px;
	left:75px;
	background-color:#000;
	}

#home a {
	display:block;
	text-decoration:none;
	background:url(images/home.gif) no-repeat top left;
	width:220px;
	height:503px;
	}

#home a:hover {background-position:-220px 0;}

	



#aboutme {
	position:absolute;
	width:220px;
	height:503px;
	top:139px;
	left:545px;
	background-color:#000;
	}
	
#aboutme a {
	display:block;
	text-decoration:none;
	background:url(images/aboutme.gif) no-repeat top left;
	width:220px;
	height:503px;
	}

#aboutme a:hover {background-position:-220px 0;}


#contactme {
	position:absolute;
	width:220px;
	height:503px;
	top:139px;
	left:780px;
	background-color:#000;
	}
	
#contactme a {
	display:block;
	text-decoration:none;
	background:url(images/contactme.gif) no-repeat top left;
	width:220px;
	height:503px;
	}

#contactme a:hover {background-position:-220px 0;}

#TopList ul {
	width: 980px;
	margin: 0;
	padding: 5px;
	list-style-type: none;
	text-align: right;
	word-spacing: 2px;
	font-size:14px;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}

#TopList ul li { 
	display: inline; 
	}
#TopList ul li a {
	text-decoration: none;
	color:#FFFFFF;
	}
#TopList ul li a:hover {
	color:#CEF696;
	}
	
.logo {
	float:left;
	padding:0px 0px 0px 10px;
	}
	
#home2 {
	position:absolute;
	width:220px;
	height:105px;
	top:146px;
	left:75px;
	background-color:#000;
	}

#home2 a {
	display:block;
	text-decoration:none;
	background:url(images/home2.gif) no-repeat top left;
	width:220px;
	height:105px;
	}

#portfolio2 {
	position:absolute;
	width:220px;
	height:105px;
	top:146px;
	left:310px;
	background-color:#000;
	}

#portfolio2 a {
	display:block;
	text-decoration:none;
	background:url(images/portfolio2.gif) no-repeat top left;
	width:220px;
	height:105px;
	}

#aboutme2 {
	position:absolute;
	width:220px;
	height:105px;
	top:146px;
	left:545px;
	background-color:#000;
	}

#aboutme2 a {
	display:block;
	text-decoration:none;
	background:url(images/aboutme2.gif) no-repeat top left;
	width:220px;
	height:105px;
	}

#contactme2 {
	position:absolute;
	width:220px;
	height:105px;
	top:146px;
	left:780px;
	background-color:#000;
	}

#contactme2 a {
	display:block;
	text-decoration:none;
	background:url(images/contactme2.gif) no-repeat top left;
	width:220px;
	height:105px;
	}
	
#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; }


	
