<!--

body {
	margin-top: 15px; 
	margin-bottom: 15px;
	background-color: #3366CC;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

td 	 {
color: #333333;
font-size: 13px;
font-family: Arial;
text-align: left;
vertical-align: middle }


h1	{font-family: Arial; font-size: 18px; font-style: normal; font-weight: bold; margin-bottom:.0005pt;}
h2	{font-family: Arial; font-size: 15px; font-style: normal; font-weight: bold; margin-bottom:.0005pt;}

ul {list-style-type: square; text-align: left;}

p		{font-size:13px; font-family:Arial; color:#333333;}
p.bold	{font-family: Arial; font-size: 13px; font-style: normal; font-weight: bold;}

.t08	{font-size: 10px;}
.t08b	{font-size: 10px; font-weight: bold;}

.t08p5	{font-size: 11px;}
.t08p5b	{font-size: 11px; font-weight: bold;}

.t09	{font-size: 12px;}
.t09b	{font-size: 12px; font-weight: bold;}

.t10	{font-size: 12px;}
.t10b	{font-size: 12px; font-weight: bold;}

.t11	{font-size: 14px;}
.t11b	{font-size: 14px; font-weight: bold;}

.t12	{font-size: 15px;}
.t12b	{font-size: 15px; font-weight: bold;}

.t14	{font-size: 18px;}
.t14b	{font-size: 18px; font-weight: bold;}

.pagetitle {text-align: center; font-family: Impact; font-size: 30px; color: #006600;}

.pagetitle2 {text-align: center; font-family: Impact; font-size: 55px; color: #B40014;}

.pagetitle3 {text-align: center; font-family: Impact; font-size: 25px;}

.pagetitle4 {text-align: center; font-family: Impact; font-size: 34px;}

.headerlinks {text-align: center; font-family: Tahoma; font-size: 11px;}

.headerslogan {text-align: center; font-family: Tahoma; font-size: 12px; font-weight: bold; color: white;}

.backtotop {text-align: right; font-size: 10px;}


	a:link {text-decoration: none; color: #0000FF}
	a:visited {text-decoration: none; color: #0000FF}
	a:hover {text-decoration: underline; color: #CC0000}
	
	.navigationSIDE a:link {text-decoration: none; color: white; font-size: 14px; font-weight: bold;}
	.navigationSIDE a:visited {text-decoration: none; color: white; font-size: 14px; font-weight: bold;}
	.navigationSIDE a:hover {text-decoration: none; color: #FFFF66; font-size: 14px; font-weight: bold;}
	
	.navigationTOP a:link {text-decoration: none; color: white; font-size: 14px; font-weight: bold;}
	.navigationTOP a:visited {text-decoration: none; color: white; font-size: 14px; font-weight: bold;}
	.navigationTOP a:hover {text-decoration: underline; color: #FFFF66; font-size: 14px; font-weight: bold;}
    
	.footer a:link {text-decoration: none; color: white}
	.footer a:visited {text-decoration: none; color: white}
	.footer a:hover {text-decoration: underline; color: #FFFF66}
	
	.stellar a:link {font-size: 11px; text-decoration: none; color: #0058AB}
	.stellar a:visited {font-size: 11px; text-decoration: none; color: #0058AB}
	.stellar a:hover {font-size: 11px; text-decoration: underline; color: #CC0000}
	
	
table.zebra thead tr	{ background-color: #006699; }
table.zebra tr			{ background-color: #F3F1E9; }
table.zebra tr.udda		{ background-color: #D5CDB3; }

hr {border:0; border-top: 1px solid #CCCCCC; height: 0;}
form {display:inline;}

#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: #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(/includes/lightbox/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(/includes/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/includes/lightbox/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;
	}
#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;
	filter:alpha(opacity=60);
	-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 */
	}	

.search_form{
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

.search_form input{
	border: 1px solid #CCCCCC;
	height: 20px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;	
}

.search_form .button{
	background-color: #E2E2E2;	
}

.search_form select{
	border: 1px solid #CCCCCC;
	height: 20px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;	
}

-->