@charset "utf-8";
/* CSS Document */

html,body {
	 background-color:#222007;
	 margin:0;
	 padding:0;
	 height:100%;
	 color:#fff;
	 font-family:Arial, Helvetica, sans-serif;
	 
	


}

p {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	line-height:22px;
	letter-spacing:1px;
	
}



p2 {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	letter-spacing:1px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#778010;
	width:200px;
	letter-spacing:2px;

}


h2 {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	letter-spacing:2px;
}


/*Outside Box for Iframe*/

#contentBox {
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin:0;
	background:none;
	

}

/*Main Box inside Iframe*/
#main {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:700px;
	margin:0;
	padding:0;
	background-color:#222007;

	


}

#logoMain {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin:0;
}

#logo {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:40px;
	padding:0;
}


#head {
	width:700px;
	height:28px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

#elementsBox {
	width:700px;
	height:65px;
	margin-left:auto;
	margin-right:auto;
	
}
.boxElements{
	list-style:none;
	margin:0;
	padding:0;
}

.boxElements li{
	list-style:none;
	float:left;
	width:60px;
	height:55px;

}


img {
	border:none;
	
}


#YellowBox {
	width:700px;
	height:120px;
	border:#778010;
	border-style:solid;
	border-width:thin;
	margin-left:auto;
	margin-right:auto;
	z-index:0;
	padding:0;

}



#contentYellow {
	width:650px;
	height:115px;
	margin-left:auto;
	margin-right:auto;
	overflow:scroll;
	overflow-x:hidden;
	margin-top:5px;
}


#brows {
	border: none;
	text-decoration:none;
	margin-left:auto;
	margin-right:auto;
	width:175px;
	margin-top:80px;
}


#bottomBand {
	width:auto;
	height:24px;
	background-image:url(images/bottomBAND.gif);
	background-repeat:repeat-x;
	text-align:center;
	z-index:10;

}
	
	
/* Bottom Link */



#Blink {
	height:65px;
	width:700px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;

}

#Blink p {
	font-family:Arial, Helvetica, sans-serif;
	color:#778010;
	font-size:10px;
	word-spacing:1px;
	text-align:center;
	letter-spacing:1px;

}

#Blink a {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#F2E18B;
	letter-spacing:1px;

	
}

#Blink a:hover {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#778010;
	letter-spacing:1px;
	
}

/* Footer */

 div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:70px;
  background-color:#fff;
  background-image:url(images/bottom.jpg);
  background-repeat:repeat-x;
  background-position:center;
 }
 @media screen{
  body>div#footer{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
















#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:#2A2A06; width:60px; height:60px; 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; padding:0; left: 0; z-index: 90; width: 100%; height:100%; background-color:#666; }

