body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	/*background-color: #FFFFFF;*/
	background-image: url(../bg.jpg);
}
a:link {
	COLOR: #000000; TEXT-DECORATION: underline;
}

a:visited {
	COLOR: #000000; TEXT-DECORATION: underline;
}

a:active {
	COLOR: #000000; TEXT-DECORATION: underline;
}

a:hover {
	COLOR: #D96C00; TEXT-DECORATION: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Courier New, Courier, monospace;
	font-style: italic;
}
h1 {
	font-size: 36px;
	color: #FFFFFF;
}
h2 {
	font-size: 24px;
	color: #000000;
}
ul li {
	list-style: none;
	display: inline;
}
img {
	border: none;
}
p {
	text-align: justify;
}
a.border img { 
	border: 1px solid #000;
	padding: 4px;
} 

a.border:hover img{ 
	border: 1px solid #D96C00;
	padding: 4px;
}
a.border {
	text-decoration: none;
	border: none;
}

a.homeborder img { 
	border: 1px solid #fff;
	padding: 2px;
} 

a.homeborder:hover img{ 
	border: 1px dashed #D96C00;
	padding: 2px;
}
a.homeborder {
	text-decoration: none;
	border: none;
}
#myMenu a {
  display: block;
  padding-right: 0.4em;
  padding-left: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  text-decoration: none;
}

#myMenu a:link {
  background-color: #D96C00;
  FONT-FAMILY: "Times New Roman", Times, serif;
	COLOR: #000000; TEXT-DECORATION: none; Font-Size:20px; font-weight:bold; letter-spacing: 8px;
}

#myMenu a:visited {
  background-color: #D96C00;
  FONT-FAMILY: "Times New Roman", Times, serif;
	COLOR: #000000; TEXT-DECORATION: none; Font-Size:20px; font-weight:bold; letter-spacing: 8px;
}

#myMenu a:active {
  background-color: #D96C00;
  FONT-FAMILY: "Times New Roman", Times, serif;
	COLOR: #000000; TEXT-DECORATION: none; Font-Size:20px; font-weight:bold; letter-spacing: 8px;
}

#myMenu a:hover {
  background-color: #840000;
  FONT-FAMILY: "Times New Roman", Times, serif;
	COLOR: #FFFFFF; TEXT-DECORATION: none; Font-Size:20px; font-weight:bold; letter-spacing: 8px;
}

#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;
	}

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

#dropmenudiv{
position:absolute;
background-color: #D96C00;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #840000;
color: white;
}
	
