body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;font-size: 15px;
	color: #ffffff;
}
body {
	background-image: url(graphics/bg.gif);
}

a {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana;
	font-weight: bold;padding: 0;
	margin: 0px;
}
h1 {
	font-size: 18px; font-family:Georgia, Times New Roman, Times, serif;
	color: #e60d06;font-weight: bold;
}
h2 {
	font-size: 13px;
	color: #000000;font-weight: normal;
}

.page:link{
	font-size: 11px; color: #ffffff; text-decoration: none;  font-family: arial;font-weight: bold;
	}
.page:visited {
	font-size: 11px;color: #ffffff;text-decoration: none;font-family: arial;font-weight: bold;
}
.page:hover {
	font-size: 11px;color: #ffffff;text-decoration: underline;font-family: arial;font-weight: bold;
}
.page:active {
	font-size: 11px;color: #ffffff;text-decoration: none;font-family: arial;font-weight: bold;
}

.thick-border {
	border: 3px solid #e60d06;
	padding-top: 6px;
	padding-bottom: 6px;
	
}
.thin-border {
	border: 1px solid #e60d06;
}
.menu-bg {
	background-image: url(graphics/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.red:link{
	font-size: 11px; color: #e60d06; text-decoration: none;  font-family: arial;font-weight: bold;
	}
.red:visited {
	font-size: 11px;color: #e60d06;text-decoration: none;font-family: arial;font-weight: bold;
}
.red:hover {
	font-size: 11px;color: #e60d06;text-decoration: underline;font-family: arial;font-weight: bold;
}
.red:active {
	font-size: 11px;color: #e60d06;text-decoration: none;font-family: arial;font-weight: bold;
}

.pic-box {
	border: 1px solid #e60d06;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
}
.style4 {
	font-size: 11px;
	font-weight: bold;
}


.email:link{
	font-size: 13px; color: #ffffff; text-decoration: underline;  font-family: arial;font-weight: bold;
	}
.email:visited {
	font-size: 13px;color: #ffffff;text-decoration: underline;font-family: arial;font-weight: bold;
}
.email:hover {
	font-size: 13px;color: #e60d06;text-decoration: underline;font-family: arial;font-weight: bold;
}
.email:active {
	font-size: 13px;color: #ffffff;text-decoration: underline;font-family: arial;font-weight: bold;
}

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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #230102;
	width: 300px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 30px;
	}

#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(graphics/blank.gif) no-repeat; /* Trick IE into showing hover */
display: block;
}
#prevLink { left: 0; float: left; background: url(graphics/prev.gif) left 0 no-repeat; }
#nextLink { right: 0; float: right; background: url(graphics/next.gif) right 0 no-repeat; }
/*
#prevLink:hover, #prevLink:visited:hover { background: url(graphics/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(graphics/next.gif) right 15% no-repeat; }
*/ 


#imageDataContainer{
	font: 12px arial;color: #e60d06;
	background-color: #230102;
	margin: 0 auto;
	line-height: 1em;
	}

#imageData{
	padding:5px;padding-bottom: 5px;
	}
#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: center;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #996633;
	filter:alpha(opacity=40);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

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