.style1 {font-size: 14px}

body {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	SCROLLBAR-FACE-COLOR: #DE5503;
	SCROLLBAR-HIGHLIGHT-COLOR: #FD9E66;
	SCROLLBAR-SHADOW-COLOR: #FD9E66;
	SCROLLBAR-3DLIGHT-COLOR: #DE5503;
	SCROLLBAR-ARROW-COLOR: #FEC29E;
	SCROLLBAR-TRACK-COLOR: #FEC29E;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;

}
.style2 {
	color: #FD6103;
	font-weight: bold;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.style10 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px; }
.style12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style13 {font-size: 12px}
.style14 {color: #FD6103; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.style15 {color: #FD6103}
.style16 {color: #FFFFFF}
.style17 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.style20 {color: #004E9B; font-weight: bold; }
.style21 {color: #666666}
.style22 {font-size: 24px}
.style23 {color: #FD6103; font-size: 14px; }
.form1 {
	BORDER-RIGHT: #FD6103 1px solid; BORDER-TOP: #FD6103 1px solid; FONT: 12px Arial, Helvetica, sans-serif; BORDER-LEFT: #FD6103 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #FD6103 1px solid; BACKGROUND-COLOR: #FD6103; font-weight: bold
}
.form2 {
	BORDER-RIGHT: #FD6103 1px solid; BORDER-TOP: #FD6103 1px solid; FONT: 12px Arial, Helvetica, sans-serif; BORDER-LEFT: #FD6103 1px solid; COLOR: #FD6103; BORDER-BOTTOM: #FD6103 1px solid; HEIGHT: 15px; BACKGROUND-COLOR: #ffffff
}
.form3 {
	BORDER-RIGHT: #FD6103 1px solid; BORDER-TOP: #FD6103 1px solid; FONT: 12px Arial, Helvetica, sans-serif; BORDER-LEFT: #FD6103 1px solid; COLOR: #FD6103; BORDER-BOTTOM: #FD6103 1px solid; HEIGHT: 50px; BACKGROUND-COLOR: #FFFFFF
}
A:link IMG { border: 1px solid black }
A:visited IMG { border: 1px solid black }
A:active IMG { border: 1px solid black }
A:hover IMG { border: 1px solid black }



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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #f7f6f1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px #CCC solid;
border-bottom:0px;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
	z-index: 0;
	}
#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; }
#prevLink2, #nextLink2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#060;
	font-weight:bold;
         cursor:pointer;
         }

#imageDataContainer{
	font: 14px Arial, Helvetica, sans-serif;
	background-color: #f7f6f1;
	height: 35px;
	border:1px #ccc solid;
border-top:0px;
margin:auto;
	}

#imageData{
	padding:0px 10px 10px 10px;
	}
#imageData #imageDetails{ width: 50%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; font-size:11px; color:#666; max-height:20px; }
#imageData #numberDisplay{ display: block; clear: left; font-weight: normal; font-size:14px; color:#333; padding-bottom: 5px; }
#imageData #slideshowLink{ width: 55px; float: right; padding:5px 0px 0 0px;}
#imageData #bottomNavClose{ width: 55px; float: right; padding:5px 0px 0 0px; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

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

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

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

