body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration:none;
	color: #4E563D;
}
a:visited {
	text-decoration:none;
	color: #4E563D;
}
a:hover {
	text-decoration:underline;
	color: #4E563D;
}
#PageLayer {
	position: relative;
	background-color: #F0F3EB;
	margin: 0 auto;
	width: 900px;
	z-index: 2;
	top: -210px;
}
#BannerBgnd {
	position: relative;
	background-image: url(images/bannerBgnd.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 210px;
	z-index: 1;
	top: 0px;
}
#FooterGradDiv {
	position: relative;
	background-image: url(images/footerGrad.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 102px;
	z-index: 0;
	left: 0px;
	bottom: 210px;
}
#BannerDiv {
	position: absolute;
	background-image:url(images/banner.jpg);
	width: 916px;
	height: 204px;
	z-index: 2;
	left: -8px;
	top: 0px;
}
#FooterDiv {
	position:absolute;
	width:900px;
	height:15px;
	z-index:0;
	bottom: -33px;
}
#FooterPhone {
	position:absolute;
	left: 20px;
	top: 0px;
}
#FooterEmail { position:absolute; right: 22px; top: 0px; width: 270px; 
}
#FooterBtns {
	position:absolute;
	left: 18px;
	top: 40px;
}
#FooterCredit {
	position:absolute;
	right: 2px;
	top: 40px;
	width: 162px;
}
.blockquote
{
	margin: 10px 20px 10px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4E563D;
	padding: 0 0 0 28px;
	background-image: url('images/quote.png');
	background-position: left top;
	background-repeat: no-repeat;
	/* makes blockquote not align behind the image if they are in the same line */
	overflow: auto;
	clear:both;
}
p {
	margin: 12px 0 16px 0;
	padding: 0;
}
ul {
	margin: 6px 0 6px 0;
	list-style: none;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/liBgnd.jpg) no-repeat;
	background-position: 0 3px;
	padding-left: 54px;
	color: #4E563D;
	font-size: 14px;
	margin: 4px 0 6px -32px;
}
ul {
	margin: 0;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4E563D;
	text-align: justify;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E563D;
	font-weight: normal;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E563D;
	font-weight: bold;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4E563D;
	text-align: justify;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E563D;
	font-weight: normal;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
	color: #4E563D;
	text-align: right;
}

#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;
}
