@charset "utf-8";
body {
	font-size: 0.7em; /* 11px equivalent */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #FFF;
}

* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}

#container {
	width: 998px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	position: absolute;
	top: 0;
	width: 998px;
	height: 85px;
}

#menu {
	position: absolute;
	top: 85px;
	width: 998px;
	height: 20px;
}

ul#main {
	width: 767px;
	float: left;
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
ul#main li {
	display: inline;
	padding: 0;
	margin: 0;
}
ul#tools {
	width: 230px;
	float: left;
	list-style: none;
	list-style-image: none;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}
ul#tools li {
	float: left;
	color: #a6a7a7;
	padding: 4px 0 0 0;
	margin: 0;
}
ul#tools li a {
	float: left;
	color: #a6a7a7;
	text-decoration: none;
	display: block;
	padding: 0 8px 0 8px;
}
ul#tools li a:hover {
	color: #FFF;
	font-weight: bold;
}

#banner {
	clear: both;
	position: absolute;
	top: 105px;
	width: 998px;
	height: 160px;
}

#content {
	position: absolute;
	top: 266px;
	width: 998px;
}
#border {
	border: 1px solid #cc0000;
	padding: 15px 15px 0 15px;
}
#content div#info {
	float: left;
	width: 800px;
}
#content div#gallery {
	float: right;
	width: 140px;
	text-align: center;
}
#content div#info div#infoLeft {
	width: 450px;
	float: left;
}
#content div#info div#infoRight {
	width: 325px;
	float: right;
}

#footer {
	clear: both;
	margin: 4px 0 0 0;
	background-color: #cc0000;
	padding: 2px 10px;
}
#footer ul {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	display: inline;
	font-size: 0.8em;
	padding: 0 4px;
}
#footer ul li a {
	color: #FFF;
}
#footer ul li#NKA {
	padding-right: 20px;
}

#webheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	padding: 4px 12px 0 0;
}
#webheads a {
	color: #a6a7a7;
	text-decoration: none;
}
#webheads a:hover {
	text-decoration: underline
}

.clear {
	clear: both;
}
.floatRight {
	float: right;
	margin: 0 0 0 10px;
}
.floatLeft {
	float: left;
	margin: 0 10px 0 0;
}
.small {
	font-size: 0.9em;
	color: #CCCCCC;
}
.grey {
	color: #CCCCCC;
}	
.caption {
	background-color: #cc0000;
	padding: 2px 3px 3px 5px;
	font-size: 0.9em;
}
.caption a {
	color: #FFF;
}
.caption h2 {
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	border: 0;
}
.caption .floatLeft {
	margin-left: -5px;
	margin-top: -2px;
	margin-bottom: -3px;
}

.blockWhite {
	padding: 8px 8px 0 10px;
	background-color: #FFF;
	color: #000;
	border-top: 6px solid #cc0000;
	border-bottom: 3px solid #cc0000;
}
.blockWhite a {
	color: #000;
}
.blockWhite .small {
	color: #999999;
}
.blockWhite ul li {
	font-size: 0.9em;
	color:#999999;
	padding: 0 0 2px 0;
}
.blockWhite ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #cc0000;
}

.topPadder {
	padding-top: 10px;
}
.red {
	color: #cc0000;
}

p {
	padding: 0 0 15px 0;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
	padding: 0 0 10px 0;
	margin-left: 20px;
	list-style: square;
	list-style-image: url(../images/bullet.gif);
}
ul li, ol li {
	padding: 0 65px 4px 0;
}
ul ul, ol ol {
	padding-top: 10px;
}
ul ul {
	list-style-image: none;
	list-style: none;
}
h1 {
	height: 40px;
	border-left: 1px solid #cc0000;
	background-image: url(../images/bkg_h1.gif);
	background-position: right;
	background-repeat:no-repeat;
	font-size: 2.6em;
	font-weight: normal;
	color: #FFF;
	padding: 5px 0 0 10px;
}
h2 {
	font-size: 1.2em;
	padding: 8px 0 4px 0;
	border-bottom: 1px solid #cc0000;
	margin-bottom: 12px;
}
h3 {
	font-size: 1em;
	padding-bottom: 10px;
}

/* forms */

form {
	padding: 10px 0;
}

.formLine {
	height: 27px;
	clear: both;
}
.formLineLarge {
	height: 100px;
	clear: both;
}
label {
	font-weight: bold;
}
input {
	font: 1em Arial, Helvetica, sans-serif;
}
.formLine label, .formLineLarge label {
	width: 150px;
	float: left;
	padding: 3px 0 0 0;
}
.formLine input.text {
	width: 250px;
	float: left;
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #000;
}
.formLineLarge textarea {
	width: 250px;
	float: left;
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #000;
	font: 1em Arial, Helvetica, sans-serif;
}
table th {
	text-align: center;
}


/* Light Box pop up */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}