@charset "utf-8";
body {	
  font-family: Arial, sans-serif;
  background-image: url(../pics/bg_tile.jpg);
}
#page {
  display: block;
  width:800px; height:auto; /* was 660 */
  margin-left: auto;
  margin-right:auto;
  border-top: 1px solid black;
	border-left: 1px solid black;
	padding:0;
	color: #fff;
	background-color: #000099;
}
#layout01 {
	color: #fff;
	background: #000099;
}


#id_screen {
  display: block;
	float: right;
  width:20px; height:100%;
  margin: 0;
  padding: 0;
	color: #fff;
	background: #000099;
}
#id_screen img{
  color: #ffffff; 
	background: transparent; 
	border: 0px; 
	margin:0;
	margin-top: 5px; 
	margin-bottom: 5px;
}
#id_screen a:link {
  color: #ffffff; 
	background: transparent;
}
#id_screen a:hover {
  color: #ffffff; 
	background: #006699; 
}
#id_print {
	display: none;
}

#menu {
	display:block;
	width: 175px; 
  clear:right;
	float: right;
	margin: 0;
 	padding: 0 10px 0 0;
	height:auto; 
}

#menu ul, #menu ul ul{
	margin: 0;
	padding: 5px 0px 5px 10px;
	/*float: left;*/
	list-style-type: none;
}
#menu ul ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li{
	margin: 2px 0px 2px 0px;
	padding: 0;	
}

#menu ul ul li a{
	width: 140px;
	padding: 2px 10px 2px 20px; 
}

#menu a {
	width: 150px;
	border-right: #000099 1px solid; 
	border-bottom: #000099 1px solid; 
	color: #000; 
	background: url(../pics/bg_button.png) transparent; 
	text-decoration: none;
	font-weight: normal; font-size: 90%; text-align: left;
	padding: 2px 10px 2px 10px; 
	margin: 0; 
	display: block;
}

#menu a:visited {
	
}
#menu a:hover {
	border-right: #000 1px solid; 
	border-bottom: #000 1px solid;
	color: #fff;
	background: url(../pics/bg_hover.png) transparent; 
	font-weight: bolder;
	text-decoration: none;
}

#menu a.this_page{
	border-right: #000099 1px solid; 
	border-bottom: #000099 1px solid; 
	background: url(../pics/bg_button.png) transparent;    
	color: #000099; text-decoration: none;
	font-weight: bold;
}

#content {
	width: 560px;
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
}

#footers {
  display: block;
  width:800px; height:auto;
  margin-left: auto;
  margin-right:auto;
  border-bottom: 1px solid black;
	border-left: 1px solid black;
	padding:0;
	color: #fff;
	background-color: #000099;
}

#footers p {
	margin:0;
	padding: 2px;
	font-size: 60%;

}/**/

p.bg_caption{
  margin: 50px 0 10px 0;
	font-size: 60%;
	width: 400px;
	color: #333399;
	background-color: transparent;
}

img.screen_logo {
  float: right; margin-left: 10px; margin-right: 10px;
}

h1.title {
	/*background: url(../pics/50th.jpg) no-repeat top left;*/
	clear: left;
	color: #0066aa; 
	padding: 60px 200px 0 40px;
	margin: 0;
	
}

.dropcap {
  font-size: 200%;
	margin: -1% 0.05em 0 0;
	padding: 0;
	float: left;
}

p.paypalbutton {
  display: block;
	width: 350px;
	float: left;
	text-align: left;
}

/*=========================== LIGHTBOX =====================================*/
#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; margin-left: -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:../pics/lightbox/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(../pics/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../pics/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; }
