@charset "utf-8";
/* CSS Document */

/* Top Level Structure */
html {
	background: url(images/bg-html.jpg) repeat-x #000;
}
body {
	margin: 0px;
	padding: 0px;
}
#outer {
	width: 900px;
	margin: 0 auto;
	display: block;
	background: url(images/bg-body.png) repeat-y;
	font-family: "Courier New", "Courier", monospace;
}

/* Header */
#header {
	background: url(images/bg-header.jpg) no-repeat;
	height: 210px;
	margin-left: 51px;
}
	#branding {
		position: relative;
		text-align: center;
		top: 20px;
		left: 40px;
	}
		h1 {
			margin: 0px;
		}
			h1 a {
				color: #000;
				text-decoration: none;
				font-size: 64pt;
				font-weight: normal;
			}
		#sub-h1 {
			font-size: 19pt;
		}

/* Main Navigation */
#menu {
	background: url(images/bg-menu.jpg) no-repeat;
	width: 215px;
	height: 519px;
	float: right;
	margin-right: 51px;
	text-align: right;
}
	#menu ul {
		list-style-type: none;
		margin: 15px 35px 0px 0px;
		padding: 0px;
	}
		#menu ul li {
			padding: 7px 0px;
			position: relative;
			left: 1px;
		}
			.menu-link {
				color: #000;
				text-decoration: none;
				font-size: 14pt;
			}
			#menu ul li:hover {
				border-bottom: 1px solid #000;
				padding: 7px 0px 6px 0px;
			}
			#menu ul li#active {
				border-bottom: 1px solid #000;
				padding: 7px 0px;
			}
			#active:hover {
				padding: 7px 0px 7px 0px;
			}

/* Main Content */
#content {
	float: right;
	width: 500px;
	margin-right: 35px;
	font-size: 10pt;
	padding-bottom: 50px;
}
	h4 {
		margin: 0px;
	}
	#content a {
		color: #883e33;
	}
	#content a:hover {
		color: #aa6f66;
	}
	.caption {
		font-style: italic;
		font-size: 8pt;
	}
	.atl {
		position: relative;
		top: 3px;
	}
	#tandc {
		margin-top: 20px;
	}
	
	/* Tables */
	table {
		width: 500px;
	}
		td {
			padding: 5px;
			font-size: 9pt;
		}
		.odd td {
			background: #e1e7e2;
		}
	.calculator td {
		border: 1px solid #000;
		padding: 5px;
	}
	
	/* Gallery */
	#gallery img {
		border: none;
	}
	
		/* 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; }
		
		#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; }

/* Footer and Sub Navigation */
#footer {
	background: url(images/bg-footer.png) no-repeat #000;
	height: 61px;
	clear: both;
	text-align: center;
	color: #fff;
	padding-top: 10px;
}
	#footer a {
		color: #fff;
		text-decoration: none;
		font-size: 7pt;
	}
	#footer a:hover {
		text-decoration: underline;
	}





@media screen and (max-width: 62.1875em) {

#outer {
	width: 800px;
	background-position: top center;
}
#header {
	margin-left: 0;
}
#menu {
	margin-right: 2px;
}
#footer {
	background-position: top center;
}

}





@media screen and (max-width: 51.125em) {

#outer {
	background: #fff;
	width: 100%;
}
#header {
	background-position: center;
	height: auto;
}
	#branding {
		top: 0;
		left: 0;
	}
		h1 a {
			color: #000;
			text-decoration: none;
			font-size: 32pt;
			font-weight: normal;
		}
		#sub-h1 {
			font-size: 10pt;
		}
#menu {
	background: #000;
	width: 100%;
	height: auto;
	text-align: center;
	float: none;
}
	#menu:after {
		content: "";
		display: block;
		clear: both;
	}
	#menu ul {
		margin: 0;
	}
		#menu ul li {
			width: 20%;
			float: left;
			left: 0;
		}
		#menu ul li#active {
			border: none;
		}
			.menu-link {
				color: #fff;
				font-size: 10pt;
			}
#content {
	width: 90%;
	margin: 0 auto;
	float: none;
}
#footer {
	background: #000;
	width: 90%;
	padding: 0 5%;
}

img {
	max-width: 100%;
	height: auto;
}
table {
	width: 100%;
	background: #fff;
}

}