/* general */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

h1 {
	padding: 10px 0 10px 0;
	font-size: 18px;
	}
	
p {
	padding: 10px 0 0 0;
	}
	
a {
	color: #900;
	text-decoration: none;
	}
	
	a:hover {
		color: #000;
		}

#container img {
	padding: 1px;
	border: 1px solid #900;
	}

#container {
	margin: 0 auto;
	width: 750px;
	background: url(images/bg.jpg) repeat-y;
	}
	
	#navigation {
		float: left;
		padding: 150px 0 0 0;
		width: 150px;
		background: url(images/nhr-logo.gif) no-repeat;
		}
	
		#navigation ul {
			margin: 0 0 10px 0;
			list-style: none;
			}
			
			#navigation ul li {
				display: inline;
				}
				
				#navigation ul li a {
					display: block;
					padding: 4px 8px;
					border-right: 1px solid #900;
					border-bottom: 1px solid #900;
					border-left: 1px solid #900;
					text-decoration: none;
					background: #fff;
					color: #000;
					}
					
					#navigation ul li a:hover {
						background: #900;
						color: #fff;
						}
		#navigation p {
			padding: 0 0 10px 0;
			text-align: center;
			}
			
			#navigation p img {
				padding: 1px;
				background: #fff;
				border: 1px solid #900;
				}
	
	#content {
		float: right;
		padding: 0 0 10px 0;
		width: 600px;
		}
		
		#header {
			background: url(images/top-logotext.gif) no-repeat #900;
			margin: 0;
			padding: 49px 0 0 0;
			}
		
			#header img {
				display: block;
				border: none;
				border-bottom: 1px solid #900;
				padding: 0;
				}
		
		#full {
			width: 590px;
			padding: 0 0 10px 10px;
			}
			
		#left {
			float: left;
			width: 380px;
			padding: 0 0 10px 10px;
			}
		
		#right {
			float: right;
			width: 200px;
			}
		
			.box-black {
				margin: 10px 0 0 0;
				border: 1px solid #000;
				}
				
				.box-black h1 {
					padding: 4px;
					color: #fff;
					font-size: 10px;
					background: #000;
					}
					
					.box-black p {
						padding: 4px 4px 10px 4px;
						background: #eee;
						}
						
						.box-black p.row {
							padding: 4px;
							}
						
						.box-black p.info {
							padding: 4px;
							text-align: right;
							}
			
			.box-red {
				margin: 10px 0 0 0;
				border: 1px solid #900;
				}
				
				.box-red h1 {
					padding: 4px;
					color: #fff;
					font-size: 10px;
					background: #900;
					}
					
					.box-red p {
						padding: 4px 4px 10px 4px;
						background: #eee;
						}
						
						.box-red p.row {
							padding: 4px;
							}
						
						.box-red p.info {
							padding: 4px;
							text-align: right;
							}
	
	#copy {
		clear: both;
		padding: 0 4px;
		height: 22px;
		line-height: 22px;
		background: #900;
		color: #fff;
		font-weight: bold;
		font-size: 9px;
		}

	#footer {
		padding: 4px;
		background: #fff;
		color: #000;
		font-size: 9px;
		}
		
		#footer img {
			border: none;
			padding: 0;
			}
		
		#footer a {
			color: #000;
			text-decoration: none;
			}
			
			#footer a:hover {
				color: #ccc;
				}
		
		#footer p {
			margin: 0;
			padding: 0;
			float: right;
			}
			

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightbox a img{ padding: 0; border: 0; }
#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/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/next.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 */
}		
