@charset "utf-8";
/* CSS Document */
/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1em; list-style: decimal; }
ul { padding-left: 1em; list-style:square; }
q:before, q:after { content:''; }
/* end reset */

body {
	background-color: #000000;
}

#banner {
	width: 960px;
	margin: 3px auto 0 auto;
	padding-left: 10px;
	background-color: #c1c1c1;
}

#badge {
	padding: 0 0 0 20px;
}

/*this is the div wrapper for the body of the site*/
#wrapper {
	font-family: 'ArialMT', 'Arial', sans-serif;
	width: 970px;
	margin: 3px auto 0 auto;
}

#wrapper a:link {
	color: #FFFFFF;
}

#wrapper a:hover {
	color: #300ffd;
}

#wrapper a:visited {
	color: #990099;
}

h1 {
	text-align: left;
	padding-left: 10px;
}

#navbar {
	border: 1px solid #c1c1c1;
	background-color: #949494;
	min-height: 1px; /* haslayout for pre IE9*/
}

ul.nav {
	font-family: 'ArialMT', 'Arial', sans-serif;
	font-size: 12px;
	list-style: none;
	margin-left: 260px;
	background-color: #949494;
	overflow: hidden;
}

ul.nav li {
	float: left;
}

ul.nav a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

#main {
	font-family: 'ArialMT', 'Arial', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 958px;
	color: #fff;
	background-color: #626262;
	margin-top: 3px;
	padding: 30px 0px 30px 10px;
	border: 1px solid #c1c1c1;
	float: left;
}

.photo img {
	border: 1px solid #c1c1c1;
	background-color: #000000;
	padding: 4px;
}

.figure p{
	font-family: 'ArialMT', 'Arial', sans-serif;
	font-size: 8px;
	text-align: center;
	color: #fff;
	margin: 0 5px 10px 5px;
}

.figure {
	float: left;
	width: 95px;
	position: relative;
	padding: 0 10px;
}

#gallery1 {
	font-family: 'ArialMT', 'Arial', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #626262;
	height: 480px;
	padding: 30px 20px;
	margin: 3px auto;
	border: 1px solid #c1c1c1;
	z-index: 10; /*resets the stack order of the list items*/
}

.figure span {
	position:absolute;
	left: -9999px; /*moves the span off the page, effectively hiding it from view*/
}

/***Bring large image back onto page by reducing left from -9999px to figures below***/
.photo:hover span { /*positions the <span> when the <div> (which contains the thumbnail) is hovered*/
	z-index: 50; /*places the popups infront of the thumbnails, which we gave a z-index of 0 in step 1*/
	top: -313px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
	left: -170px; /*distance from the left of the thumbnail to the left of the popup image*/
}

#gallery2 {
	font-family: 'ArialMT', 'Arial', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #626262;
	height: 330px;
	padding: 10px 20px 30px 20px;
	border: 1px solid #c1c1c1;
	z-index: 10; /*resets the stack order of the list items*/
}

.comments {
	font-style: italic;
}

