

* { padding: 0; margin: 0; }

body {
 font-family: Helvetica, arial, sans-serif;
 font-size: 11px;
 background-image: url(images/bg.jpg);
 background-repeat: no-repeat;
 color: #999999;
}

#wrapper { 
 position: relative;

 margin-left: 100px;
 margin-right: auto;
 width: 550px;
 border: none;
 min-height: 850px;
 }
* html #wrapper {height:850px} 

#homelink {
	position: absolute;
	top: 555px;
	left: 0px;
}

#header {
 color: #333;
 background-image: url(images/header.jpg);
 background-repeat: no-repeat;
 width: inherit;
 height: 100px;
 margin: 0px 0px 0px 0px;
 overflow: hidden;
}


#headerlinks {
	position: absolute;
	top: 210px;
	left: 215px;
}

#leftcolumn { 
 position: absolute;
 top: 220px;
 left: 0px;
 margin: 15px;
 color: #999999;
 padding: 10px;
 width: 158px;
 line-height: 18px;
 border-style: none;
}

#rightcolumn { 
 position: relative;
 color: #000000;
 margin: 145px 25px 45px 215px;
}

#portfolio_rightcolumn { 
 position: relative;
 color: #000000;
 margin: 145px 25px 45px -7px;
}

#chester {
 position: absolute;
 color: #000000;
}

#icons {
	
}

#icons img{
	padding: 0px;
	margin: -3px 0px 0px 0px;
}

* {
	
}

#footer { 
 width: 757px;
 background-image: url(images/footer.jpg);
 margin-left: auto;
 margin-right: auto;
 height: 37px;
 border-color: #666666;
 border-right-style: solid;
 border-right-width: 1px;
 border-left-style: solid;
 border-left-width: 1px;
 border-bottom-style: solid;
 border-bottom-width: 1px;
}

#footerlinks {
	position: relative;
	top: 13px;
	left: 13px;
	width: 600px;
}

#contactinfo {
	text-align: right;
}

p {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #666666;
  line-height: 18px;
}

.mini {
	margin-top: -4px;
	font-size: 11px;
	color: #555555;
}


a {
  color: #666666;
  text-decoration: none;
  
}
a:hover {
  color: #999999;
  text-decoration: none;
  
}

a.white {
  color: white;
  text-decoration: none;
}

a.white:hover {
  color: #000;
  text-decoration: underline;
}

h1 {
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 10px;
  font: small-caps 20px Courier, Helvetica, Arial, sans-serif;
  word-spacing: 
  }
h2 {
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 10px;
  font: small-caps 18px Courier, Helvetica, Arial, sans-serif;
  word-spacing: 
}

h3 {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  background-repeat: no-repeat;
  color: #00457B;
  font-size: 12px;

}

#rightcolumn ul li {
	list-style:disc;
	margin-left: 20px; 
	line-height: 18px;
	color: #666666;
	}
	
#rightcolumn ol li {
	margin-left: 20px; 
	line-height: 18px;
	color: #666666;
	
}

.breaker {
  clear: both;
}

img {
	border: none;
}

#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{
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}


