@charset "UTF-8";
/* Keith Kocsis.com CSS */



body {
	font-family: Arial, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
}
p, h1, h2, h3, h4, h5, h6, li {
	margin: 1ex 1em;
}
/* outerDiv wraps around the rest of the page */

div#outerDiv {
	width: 800px;
	margin: 0 auto;
}
div#header {
	height: 500px;
	position: relative;
	width: 800px;
}
div#content {
	background-color: #fff;
	padding: 5px;
}
#outerDiv a:link, #outerDiv a:visited {
	text-decoration: none;
	color: #ffff00;
}
#outerDiv a:hover, #outerDiv a:active {
	color: #ffff00;
}
/* ===== main navigation links ===== */

a {
	outline: none;
}
#header #mainMenu {
	position: absolute;
	left: 470px;
	top: 106px;
	padding: 0px;
	width: 303px;
}
#mainMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainMenu li {
	float: left;
	margin: 0;
	padding: 0;
}
#mainMenu li a:link, #mainMenu li a:visited {
	font-family: Arial, sans-serif;
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 24px;
	border: none;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#mainMenu li a:hover, #mainMenu li a:active {
	color: #333;
	background: url(../images/CurrentPageTab.png) no-repeat;
	line-height: 24px;
	height: 24px;
}
#mainMenu li a.current {
	height: 24px;
	background: url(../images/CurrentPageTab.png) no-repeat;
	color: #ffff66;
	line-height: 24px;
}
#mainMenu li a.curent:hover {
	cursor: default;
}
/* ====- main content ===== */

#content div#mainContent {
	position: absolute;
	background: url(../images/TextBox_Home.png) no-repeat;
	left: 45px;
	top: 155px;
	width: 260px;
	height: 285px;
	margin: 0;
	padding: 0;
	background-image: url(../images/TextBox_Home.png);
	overflow: auto;
}
#mainContent p {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	line-height: 1.4em;
	color: #333;
	margin: 18px 19px;
}
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
	font-family: Arial, sans-serif;
}
#mainContent h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #666;
	margin: 0 0 .4ex 0;
}
#mainContent h2 {
	font-size: 1.2em;
	color: #666;
	margin: .4ex 0;
}
#mainContent h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	margin: 1ex 0 -.2ex 0;
}
#mainContent ul {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	margin: 0 0 1.4ex 0;
}
/* ===== footer ===== */

div#footerLeft {
	clear: both;
	background: transparent;
	margin: 0 auto;
	padding: 5px;
}
#footerLeft p {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #ffff66;
	margin: 0;
	padding: 0;
	text-align: left;
	position: absolute;
	top: 469px;
	left: 45px;
	width: 300px;
}
div#footerRight {
	clear: both;
	background: transparent;
	margin: 0 auto;
	padding: 5px;
}
#footerRight p {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #ffff66;
	margin: 0;
	padding: 0;
	text-align: right;
	position: absolute;
	top: 469px;
	right: 46px;
	width: 300px;
}
/* ===== 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;
}
#thumbnail {
	height: 250px;
	width: 250px;
	position: absolute;
	top: 150px;
	right: 28px;
	padding: 0px;
	text-align: left;
	list-style-position: inside;
	list-style-type: square;
}
#thumbnail img {
	width: auto;
	height: auto;
	float: left;
	padding: 5px;
}
#thumbnail 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 a:link, #imageDataContainer a:visited {
	color: #333;
	font: 10px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	border: none;
}
#imageDataContainer a:hover, #imageDataContainer a:active {
	color: #999;
}
#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;
}

