body {
	background: #FFFFFF url(images/bg.jpg) scroll;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #FFFFFF url(images/bodybg.jpg);
	width: 913px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #1a4488;
	text-decoration: underline;
	}
	
a:hover {
	color: #035934;
	text-decoration: underline;
	}

.left { float: left;}
.right { float: right; }

.logo {
	float: left;
	height: 62px;
	overflow: hidden;
	}

#contactinfo {
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 5px 10px 0px 10px;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.image-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.image-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.image-caption p.image-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

	.footertext  { font-size:11px;color:#55606f; text-decoration:none; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif }
	a.footertext:link { color: #04683d; background-color: transparent; text-decoration:none;}
	a.footertext:visited { color: #04683d; background-color: transparent; text-decoration:none;}
	a.footertext:hover { color: #1d4c9b; background-color: transparent; text-decoration:underline;}
	a.footertext:active { color: #1d4c9b; background-color: transparent; text-decoration:underline;}	

	.footertxt  { font-size:11px;color:#55606f; text-decoration:none; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif }
	a.footertxt:link { color: #55606f; background-color: transparent}
	a.footertxt:visited { color: #55606f; background-color: transparent}
	a.footertxt:hover { color: #1d4c9b; background-color: transparent}
	a.footertxt:active { color: #1d4c9b; background-color: transparent}
	
/*  Lightbox CSS  */

#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; }

/************************************************
*	Secure Site									*
************************************************/

	.login_box {
		width: 220px;
		padding: 10px;
		border: 3px solid #8EA1CB;
		background: #f1f3f7;
		margin: 50px auto 50px auto;	
		-moz-box-shadow: 3px 3px 4px #555;
		-webkit-box-shadow: 3px 3px 4px #555;
		box-shadow: 3px 3px 4px #555;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555');
	}
	
	.login_title {
		font-weight: bold;
	}
	
	.login_text {
		font-weight: bold;
		color: #555862;
	}
	
	.login_input {
		width: 210px;
		padding: 5px;
		margin: 2px 0 2px 0;
		border: 1px solid #aaa; 
	}
	
	.error {
		font-weight: bold;
		color: #C30;
	}