html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-image:url('images/bk.gif');
  background-repeat:repeat;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #646432;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}
h2 {
  color: #646432;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  padding: 0;
  margin: 0;
}
a,  a:link {
  color: #646432;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #646432;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #aba9a5;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}

/*List Navigation :: main menu*/
#nav, #nav ul {
	padding: 0;
	width: 500px;
	margin: 0;
	list-style: none;
	text-align: center;	
}
#nav li {
	float: left;
	font-size: 1.5em;
	width: 6.5em;
	padding: 0 0.2em 0 0.4em;
}
#nav a:link, #nav a:visited {
	display: block;
	text-decoration:none;
	padding-top: 0.6em;
	padding-left: 0.1em;
	color: #646432;
}
#nav a:hover {
	color: #aba9a5;
	text-decoration:underline;
}
* html #nav a {
	width: 100%;
}
#nav ul {
	display: none;
	position: absolute;
	padding: 0;
}
#nav ul li {
	font-size: 100%;
	text-align: center;
}
#nav li:hover ul {
	display: block;
}


#outerWrapper {
  margin: 0 auto 0 auto;
  width: 955px;
  text-align: left;
  height: 500px;
}
#outerWrapper #header {
  background-image: url("images/header.png");
  background-repeat:no-repeat;
  height: 130px;
  width: 955px;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 0px;
}
#outerWrapper #contentWrapper #subheader {
  background-image: url("images/subheader.png");
  background-repeat:no-repeat;
  height: 55px;
  width: 955px;
  margin: 0 0 0 0;
	padding-right: 100px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  line-height: 45px;
  text-align:right;
}
#outerWrapper #contentWrapper #content {
  background-image: url("images/main.png");
  background-repeat:no-repeat; 
  background-color:#FFFFFF;
  height: 345px;  
   width: 955px;
   padding: 0px;
}
#outerWrapper #contentWrapper #content #text{
  width:400px;
  height: 355px;
  float: right;
  margin: 0px 30px 0px 10px;
  padding: 0px;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-align:left;
}
#outerWrapper #contentWrapper #content #flash{
  width:350px;
  height: 350px;
  float: right;
  margin: 0px 40px 30px 0;
  padding: 0px;
}
#outerWrapper #footer {
  background-image: url("images/footer.png");
  background-repeat:no-repeat;  
  height: 60px;  
    width: 955px;
	padding: 0px;
}

.inputValue{
	width: 23em;
	margin: 0;
	padding: 0 0 0 0;
}
.inputText{
	width: 20em;
	height: 5em;
	margin: 0;
	padding: 0;
}

.clearFloat {
   clear: both;	
}

/*Lightbox by Lokesh Dhakar - http://www.lokeshdhakar.com*/
#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; }