/* Form Styles */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, th, td {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	background-color:#fff;
}

div#container {
	background: #ededed;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 820px;
	border: 1px solid #ccc;
}

h1 { 
	font-size: 1.5em; 
	margin-bottom: 0.167em;
}

p { margin-bottom: 1.5em; }

.class4 A:link {	text-decoration: none; 
			padding:10px;
			color: #fff;
			font-size: 12px; 
			text-align:center;
			border-right: 1px  solid #000;
			border-bottom: 1px  solid #000;
			background-color : #3b5aa3;
			display: block;
			width:100px;
			}
.class4 A:visited {			text-decoration: none; 

			padding:10px;
			color: #fff;
			font-size: 12px; 
			text-align:center;
			border-right: 1px  solid #000;
			border-bottom: 1px  solid #000;
			background-color : #3b5aa3;
			display: block;
			width:100px;
			}
.class4 A:active {			text-decoration: none; 

			color: #3b5aa3;
			font-size: 12px; 
			text-align:center;
			border: 1px  solid #333435;
			}
.class4 A:hover {			text-decoration: none; 
			color: #3A73AD;
			font-size: 12px; 
			text-align:center;
			border-right: 1px  solid #000;
			border-bottom: 1px  solid #000;
			background-color : #eee;
			display: block;
			}

#Top {
	border: 0px solid red;

	} 
#Person {
	border: 1px solid #ccc;
	background-color:#fff;
	width: 505px;
		}
#Logo	{
	border: 2px solid red;
	background-color:#fff;
	text-align:center;
       width: 810px;
		}
#Header	{
		font-weight: 900;
		font-family: Times New Roman, Times, serif; font-variant: small-caps;
		font-size: 1.8em; 
		color: red;
		}
#Header2	{
	display: block;
	padding: 3px;
	width: 505px;
	font-size:1.5em;
	background-image:  url(http://www.yorkbia.com/07/Images/BckNews.jpg);
	border: 1px solid #3A73AD;
	text-align:center;
	font-variant: normal; color: #FFFFFF
		}
#Line	{
		border-top: 1px solid #ccc;
		}
#Thanks {
		color: #3A73AD;
		border: 1px solid #3A73AD;
		}
#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; }


#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color : #ededed;
color: White;
font-size: 18px; 
width: 820px;
text-align:center;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color : #000;
color: White;
font-size: 18px; 
text-decoration: none;
border: 1px solid red;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
font-size: 18px; 
}
#middle  {
	text-align:center;
	}