/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('graphics/BG.jpg') center top repeat-x #2F3C27; 
	font-family: verdana, san-serif; 
	font-size: 9pt; 
	color: #ffffff;
}

H1 {
font-size:16px;
           color: #ffffff;
           margin-top:-2px;
           margin-bottom:-2px;
      }


td {font-size: 9pt;}
p {margin: 0px; padding: 0px;}
hr {maring: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 15px 0px 20px;}
.welcome {padding: 0px 20px 0px 12px;}

.i1 {padding: 0px 5px 0px 14px;}
.i2 {padding: 0px 10px 0px 14px;}
.i3 {padding: 0px 12px 0px 12px;}

.footer, .copyright {color: #463716; text-align: center; font-size: 7pt; background-color: #344103;}

/* ----- links ----- */
a:link {text-decoration: none; color: #c0d372;}
a:visited {text-decoration: none; color: #c0d372;}
a:hover {text-decoration: underline; color: #ffffff;}
a:active {text-decoration: none; color: #ffffff;}

.footer a:link, .copyright a:link {text-decoration: none; color: #463716;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #463716;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #463716;}
.footer a:active, .copyright a:active {text-decoration: none; color: #463716;}


/* ----- backgrounds ----- */
.top_l {background: url('graphics/TL.jpg') right top no-repeat;}
.top_r {background: url('graphics/TR.jpg') left top no-repeat;}

.content_bg {background: url('graphics/content_bg.jpg') left top repeat-y;}
.welcome_bg {background: url('welcome_bg.jpg') left top no-repeat;}
.main_bg {background: url('graphics/Z1.jpg') left top no-repeat;}
.content_news {background: url('graphics/newa.jpg') left top no-repeat;}

.icon_bg {background: url('icon_bg.jpg') left top repeat-y;}
.icon_bg2 {background: url('icon_bg2.jpg') left bottom no-repeat;}

.grad_x {background: url('grad_x.jpg') center bottom repeat-x;}

.foot_bg {background: url('graphics/FOOT_BGT.jpg') center top repeat-x #2F3C27;}
.foot_bg_sub {background: url('graphics/BB.jpg') center top repeat-x #142611;}

.b_l {background: url('graphics/BL.jpg') right top no-repeat;}
.b_r {background: url('graphics/BR.jpg') left top no-repeat;}


/* ----- other stuff ----- */
ul li {
	margin-left: -20px; 
	padding-bottom: 10px;
	list-style-image: url('bullet.png');
}

#fader {height: 388px; width: 824px; overflow: hidden;}

#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(js/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(js/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; }