/* common to all pages */
body {
	margin: 0px;
	background-color: #333333;
	background-image: url(images/BG.gif);
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align:center;
	font-size: 12px;
	background-repeat: repeat-x;
}
#TopPictures {   /* this holds the top bar */
	float: left;
	margin: 0px;	
	padding: 0px;	
	background-image: url(images/homeHeader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 430px;
	width: 1206px;
	}
#TopPictures2 {   /* this holds the top bar */
	float: left;
	margin: 0px;	
	padding: 0px;	
	background-image: url(images/SmallHeader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 172px;
	width: 1196px;
	}
#nav {
	float: left;
	width: 1077px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#nav p {
	padding-top: 37px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-size: 16px;
	text-align: right;
}
#nav a {
	color: #727171;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
	color: #000099;
}
#greybox {  /* this is the big box that holds everything */
	background-color:#000000;
	margin: 0px 0px 0px 157px;
	width: 920px;
	float: left;
	padding: 2px 5px 5px;
	}
#PortElement {  /* this holds the content for all the pages */
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	width: 920px;
	float: left;
	text-align:left;
	}	
#PortElement p {
	padding: 0px 20px;
}
#PortElement ul {
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 0px 0px 0px 40px;
}
#PortElement li {
	font-size: 11px;
	padding: 0px;
	line-height: 14px;
}
#PortElement li a{
	color: #000066;
	text-decoration: none;
}
#PortElement li a:hover {
	color: #000099;
	text-decoration: none;
	}
#PortElement h1 {
	color: #727171;
	font-size: 16px;
	margin: 0px;
	padding-top: 20px;
	padding-left: 17px;
}
#PortElement a {
	color: #000066;
	text-decoration: none;
}
#PortElement a:hover {
	color: #000099;
	text-decoration: none;
}
#PortDispBox {
	width: auto;
	margin: 0px;
	padding: 8px 0px 0px 40px;
	float: left;
	}
#PortDisp {
	margin: 0px;
	width: 277px;
	float: left;
	padding: 4px;
	text-align:center;
	}
#PortDisp p {
	margin: 0px;
	padding: 4px 0px 0px 4px;
}
#AboutDisp {
	margin: 5px;
	float: left;
	padding: 15px;
	border: 1px solid #999999;
	}
#AboutDisp p {
	margin: 0px;
	padding: 4px 0px 0px 4px;
	text-align: left;
}
#PortDisp a {
	color: #000066;
	text-decoration: none;
}
#PortDisp a:hover {
	color: #000099;
	text-decoration: none;
}
PortDisp.img {
	padding: 3px;
	margin: 0px;
	}
#PortDisp ul {
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
#PortDisp li {
	font-size: 11px;
	padding: 0px;
	line-height: 14px;
}
#PortDisp li a{
	color: #000066;
	text-decoration: none;
}
#PortDisp li a:hover {
	color: #000099;
	text-decoration: none;
	}
#PortDisp h1 {
	color: #727171;
	font-size: 14px;
	margin: 0px;
	padding-top: 20px;
	text-transform: uppercase;
}
#footer {
	float:left;
	width: 920px;
	margin: 0px;
	padding: 0px 0px 0px 157px;
}
#footerWhite {
	float:left;
	background-color:#FFFFFF;
	text-align: center;
	font-size: 9px;
	text-decoration: none;
	width: 920px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
#footer p {
	margin: 0px;
	padding: 8px 0px 0px;
}
#footer a{
	color: #000066;
	text-decoration: none;
}
#footer a:hover {
	color: #000099;
	text-decoration: none;
	}
#LBholder {
	width: 650px;
	margin: 20px 135px 25px 130px;
	padding: 0px;
	float: left;
	}
#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-image: url(images/lightbox/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/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; }