/* CSS Document */


A:link, A:visited
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:link img, a:visited img { 
	border-color: #000; 
	font-weight: bold;
	}



A:active, A:hover {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

a:active img, a:hover img { 
	border-color: #999; 
	font-weight: bold;
	}



a {
outline: 0;
}




body
{
	/*background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;*/
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: white;
}






#sideImage
{
	width: 200px;
	height: 207px;
	float: right;
	clear: left;
 	margin: 5px 0px 20px 20px
}










#wrap
{
	width: 950px;
	margin: 20px auto 0px auto;
	background-color: #DDD;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	text-align: left;
}

#indexwrap
{
	width: 950px;
	height: 550px;
	margin: 20px auto 0px auto;
	background-color: #ddd;
	background-image: url(images/random/1.jpg);
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	text-align: left;
}










.imgBooks
{
	padding: 5px;
	border: 1px #33 solid;
	background-color: #ddd;
	margin: 0px 10px 10px 0px;
}









.tableBorder
{
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	outline-style: none;
	line-height: inherit;
}



.bufferBorder
{
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	outline-style: none;
	line-height: inherit;
	padding: 5px;
}














	#navigation
	{
		height: 550px;
		/*background-color: #dedede;*/
		filter: alpha(opacity=95);
		-moz-opacity: .95;
		opacity: .95;
		padding: 0px 0px 0px 0px;
		width: 220px;
		font-size: 12px;
		font-family: Helvetica, Arial, sans-serif;
	}

	#navigation ul
	{
        border-top: 1px #dedede solid;
		text-transform: uppercase;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}

	ul.top-level
	{
		background-color: #CCC;
	}
	}
		
	#navigation li 
	{ 
		list-style: none; 
	}

    ul.top-level li
    {
    	border-width: 0px 1px 1px 0px;
    	border-color: #dedede;
    	border-style: solid;
    }

	#navigation a
	{
		font-weight: normal;
		color: #000;
		cursor: pointer;
		height: 24px;
		line-height: 26px;
		text-indent: 10px;
		text-decoration: none;
		list-style: none;
		width: 100%;
		display: block;
	}

	#navigation a:hover { 
		text-decoration: none; 
		list-style: none; 
	}
			
	#navigation li:hover {
		background: #f90;
		position: relative;
		list-style: none; 
	}

	ul.sub-level
	{
		font-size: 10px;
		display: none;
	}

	li:hover .sub-level
	{
		border-width: 1px 0px 0px 0px;
		border-color: #dedede;
		border-style: solid;
		position: absolute;
		left: 219px;
		top: -1px;
		text-decoration: none;
		list-style: none;
		background-color: #999;
		display: block;
	}

	ul.sub-level li {
		float:left;
		width:250px; 
	}

	#navigation .sub-level { background-color: #efefef; }
		
						
	/*IE RESET HELPER*/
	li:hover .sub-level .sub-level { display: none; }
	.sub-level li:hover .sub-level { display:block; }	














h1
{
	color: #333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	margin: 20px 0px 5px 0px;
}


h2
{
	color: #666;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0px 0px 0px;
}

.pullQuote
{
	color: #333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0px 0px 0px;
}





.txtBody
{
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	margin: 0px;
}




.txtClick
{
	color: #666;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin: 5pt 0pt 5pt 0pt;
}


.txtCopyright
{
	color: #333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	margin: 5px 0px 0px 0px;
	text-align: center;
}
















#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:images_lightbox/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_lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images_lightbox/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; outline: none;}	 	

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

