/* Fliud 3 column layout */

body {
			min-width: 630px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
		}

		#container {
	padding-left: 200px;      /* LC fullwidth */
	padding-right: 190px;     /* RC fullwidth + CC padding */
	overflow: hidden;
	background-color: transparent;
		}
		
		#container .column {
			position: relative;
			float: left;
			padding-bottom: 20010px;  /* X + padding-bottom */
  			margin-bottom: -20000px;  /* X */
		}
		
		#centerpic {
	padding: 10px 20px;       /* CC padding */
	width: 100%;
	
		}
		
		#menuleft {
	width: 180px;             /* LC width */
	padding: 0 10px;          /* LC padding */
	right: 240px;             /* LC fullwidth + CC padding */
	margin-left: -100%;
	
		}
		
		#rightother {
	width: 130px;          /* RC width */
	padding: 0 10px;       /* RC padding */
	margin-right: -190px;  /* RC fullwidth + CC padding */
	
		}
		
		#footer {
	clear: both;
	position: relative;
	
		}
		
		/*** IE Fix ***/
		* html #left {
			left: 150px;              /* RC fullwidth */
		}
#container #centerpic #thumbs {
	float: left;
	border: thin solid #FFFFFF;
	margin: 2px;
	color: #FFFFFF;
}


		/*** Just for Looks ***/

		body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
		}

		#header {
	text-align: left;
	padding: 0.3em 0 0.3em 1em;
	background: #000;
	color: #FFFFFF;
				}
		#footer {
	text-align: center;
	padding: 0.3em 0 0.3em 1em;
	background: #000;
	color: #FFFFFF;
	font-size: x-small;
		}
		#menuleft {
			background: #000;
		}

		#centerpic {
			background: #000;
		}

		#rightother {
			background: #000;
		}

		#container .column {
			padding-top: 1em;
			text-align: justify;
		}
* html body {
  overflow: hidden;
}
* html #footer-wrapper {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10010px;
  margin-bottom: -10000px;
  background: #fff;         /* Same as body 
                               background */
}
/* End column layout */


/* Menu style */

 

	

	#nav, #nav ul { /* all lists */

		padding: 0;

		margin: 0;

		list-style: none;

		float : left;

		width : 11em;

	}

	

	#nav li { /* all list items */

		position : relative;

		float : left;

		line-height : 2.0em;

		margin-bottom : -1px;

		width: 11em;

	}

	

	#nav li ul { /* second-level lists */

		position : absolute;

		left: -999em;

		margin-left : 11.05em;

		margin-top : -2.35em;

	}

	

	#nav li ul ul { /* third-and-above-level lists */

		left: -999em;

	}

	

	#nav li a {

		width: 11em;

		w\idth : 10em;

		display : block;

		color : white;

		font-weight : bold;

		text-decoration : none;

		background-color : black;

		border : 0px solid white;

		padding : 0 0.5em;

	}

	

	#nav li a:hover {

		color : black;

		background-color : white;

	}

	

	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {

		left: -999em;

	}

	

	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */

		left: auto;

	}

	

	#content {

		margin-left : 12em;

		

	}

#menu {

	position: absolute;

	visibility: visible;

	z-index: 1;

	left: 15px;

	top: 150px;

	font-size: small;

	color: #666666;

	border-top: none;

	border-right: none;

	border-bottom: none;

	border-left: none;

}

	

	

	/*End menu styling*/

	
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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) no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) no-repeat right 15%; }

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
a {
	color: #FFFFFF;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
}
#centerpic #firstpage {
	text-align: center;
	margin-bottom: 1em;
}
#header h1 {
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
}

#centerpic #firstpic {
	text-align: center;
}
#container #centerpic .indexlinks {
	text-align: center;
	margin-bottom: 1em;
}
#container #centerpic .indexlinks a {
	text-align: center;
	clear: left;
}
#container #centerpic .indexlinks .linktext {
	clear: none;
	float: left;
}
#container #centerpic .linkslink {
	clear: left;
	float: left;
}
#container #rightother .navtext {
	margin: 1em;
	float: left;
}
.reps {
	padding-top: 5em;
	padding-right: 7em;
	padding-bottom: 5em;
	padding-left: 5em;
	text-align: justify;
}
#center_front #control_box {
	margin-left: 15em;
}
#center_front #contcapt {
	margin-left: 10em;
}
