/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET */

html{
	padding-top:25px;
	padding-bottom:25px;
}

#everything {
	width:905px;
	border:2px #CCCCCC solid;
	margin:auto;
	vertical-align:middle;
}

#menu{
	text-align:center;
	float:left;
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	padding-top:10px;
	margin-bottom:15px;
}

#mainTable {
	height:640px;
}

a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#main{
	margin-left: 200px;
	border-left:2px #CCCCCC solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#menu a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	line-height:30px;
}
#menu img{
	padding-bottom:15px;
}
.address{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	padding-bottom:15px;
	padding-right:25px;
	padding-left:25px;
	text-align:left;
}

h1{
	color:#5E7BBD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:40px;
	padding-left:25px;
	font-weight:bold;
}

h2{
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:25px;
	padding-left:25px;
	padding-bottom:0;
}

.smallTitle{
	color:#5E7BBD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}

.blueText{
	color:#5E7BBD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.tableInfo{
	width:650px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin-left:25px;
	margin-right:25px;
}

.tableInfo tr td{
	border-bottom:#5E7BBD solid 1px;
	padding:2px;
}

.tableGallery{
	width:620px;
	margin-left:40px;
	margin-right:40px;
	border-spacing:15px;
}

.tableGallery tr{
	height:85px;
}

.tableGallery tr td{
	width:85px;
}

.image img {
	height:85px;
	width:85px;
}

.darkblue{
	background-color:#5E7BBD;
}

.blue{
	background-color:#96A4D3;
}

.lightblue{
	background-color:#D7DBEE;
}

.darkmustard{
	background-color:#B69C00;
}

.mustard{
	background-color:#CAB745;
}

.lightmustard{
	background-color:#EFE4C5;
}



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