body  {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-style: normal;

	font-weight: normal;

	text-decoration: none;

	background: #FFFFFF;

	margin-top: 5px;

	padding: 0;

	text-align: center;

	color: #999999;



	}

	

a:link,

a:visited,

a:active

{

	border: none;

	color:#666666;

	text-decoration:none;

}

.image-holder{
	float:left;
	width:500px;
	height:313px;
	padding:10px;
	margin:10px;
	border:1px solid #ddd;
	background:#eee url(loading.gif) 50% 50% no-repeat;
	display:inline;
}



a:hover

{

	color: #eee99c;

}





.style1 {font-size: 16px}



.style2 {

	color: #666666;

	font-weight: bold;

}



.style3 {

	font-size: 12px;

	font-weight: bold;

}

.style5 {color: #666666; font-size: 16px; font-weight: bold; }

.style6 {font-size: 12px}

.style7 { font-size: 14px; color: #666666; }

.style8 {font-size: 10px}

.style9 {color: #666666}

.style10 {font-size: 12px; color: #666666; }

.style11 {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
}
.style12 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}
.style13 {
	color: #00FF00;
	font-size 12px;
	}
.style14 {color: #FFFFFF; font-size: 14px; }
.style15 {color: #DD3A90}
.style16 {color: #FFFFBB}
.style17 {color: #FF0000; font-size:12px; }



.oneCol #holder {

	text-align: left; /* this overrides the text-align: center on the body element. */

	position: absolute;

	left: 50%;

	top: 50%;

	width: 800px;

	height: 462px;

	margin-left: -400px; /* half of width */

	margin-top: -231px;  /* half of height */

	}



.oneCol #holderList {

	width:780px;

	position: absolute;

	left: 50%;

	background: #FFFFFF;

	margin-left: -400px; /* the left and right margin should be given to every element that will be placed in the side columns */

	text-align: left;

	padding: 15px 0;

} 



.oneCol #page {

	text-align: left;

	margin: 0;

	padding: 0;

	height: 400px;

	background-position: center;

	width: 800px;

	}



.oneCol #page img { 

	border: 0 none; 

	}



.oneCol #menu, td {

	font-size: 9px;

	font-family: Arial, Helvetica, sans-serif;

	color: #CCCCCC;

	text-align:right;

	}

	

#photodiv { border:solid #999999 1px; color:#999999; width:160px; height:155px; vertical-align:bottom; padding-top:5px; background:#eee url(images/ajax-loader.gif) 50% 50% no-repeat; }



#descripdiv { border:solid #999999 1px; color:#999999; width:450px; height:160px; }

#descripviewdiv { border:solid #999999 1px; color:#999999; height:160px; }

#imageviewdiv { border:solid #999999 1px; color:#999999; width:70px; height:160px; padding-left:0: }

	

.twoCol #container {

	width:800px;

	text-align: left;

	padding: 15px 0;

} 



.twoCol #sidebar {

	float: left;

	width: 180px; /* since this element is floated, a width must be given */

	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */

	height: 600px;

}



.twoCol #mainContent {

	margin-top: 80px;

	margin-right: 1.5em;

	margin-bottom: 0;

	margin-left: 200px;

} 



.twoCol #mainContent bordertable {

	border:1px;

	border-color:#666666;

	background-color: #FFFFFF; 	

}



/* Miscellaneous classes for reuse */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

	

/* this is a test for the test pages 

and will be deleted later please make note to deleta all 

line not needed

*/	

	

#outer {height: 400px; overflow: hidden; position: relative;}

#outer[id] {display: table; position: static;}



#middle {position: absolute; top: 50%;} /* for explorer only*/

#middle[id] {display: table-cell; vertical-align: middle; position: static;}



#inner {position: relative; top: -50%} /* for explorer only */

/* optional: #inner[id] {position: static;} 



end of test code*/



#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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}






/* the old one I messed up

#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: #000;

	height: 450px;

	}



#imageContainer{

	padding: 10px;

	}

	

#imageContainer img {

	width:500px;

	height:500px;

	}



#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: 100%;

	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;

	line-height: 1.2em;

	width: 600px;	

	}



#imageData{ width:500px; padding:5px; color: #666; }

#imageData #imageDetails{ width: ; 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;

	}

	

/* end of loghtbox  */

	









.twoColHybRt {

	background: url(../images/background_patch.gif); /* the auto margins (in conjunction with a width) center the page */

	border-top-width: 0px;

	padding-top: 10px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

	border-right-width: 0px;

	border-bottom-width: 0px;

	border-left-width: 0px;

}	

	

	

.twoColHybRt #container {

	width: 800px; /* this will create a container 80% of the browser width */

	background: url(../images/background_patch.gif); /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

	padding-left: 15px;

	padding-top: 0px;

	color: #333333;

} 





.twoColHybRt #sidebar1 {

	float: right;

	width: 350px; /* top and bottom padding create visual space within this div  */

	height:100%;

	padding-top: 15px;

	padding-right: 0;

	padding-bottom: 15px;

	padding-left: 5px;

	background-color: #EAEAEA;

	border: thin solid #666666;

	color: #333333;

}



.twoColHybRt #sidebar1 a {

	color: #FFFFFF;

}



.twoColHybRt #sidebar1 h3, .twoColHybRt #sidebar1 p {

	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */

	margin-right: 10px;

}



.twoColHybRt #mainContent {

  margin: 0 3px 0 0;

  float: left;

  clear:both;

}





/* Miscellaneous classes for reuse */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}
