/* CSS Document */

body {
	background: url(../images/bg_page.gif) repeat-x;
	margin-top: 0px;
	}

#globalContainer {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	}
	
#imageRow {
	width: 750px;
	height: 340px;
    overflow: scroll;
	overflow-y: hidden;
	scrollbar-y: hidden;
	scrollbar-3dlight-color: #E1E1E1;
	scrollbar-arrow-color: #FFF;
	scrollbar-base-color: #FFF;
	scrollbar-darkshadow-color: #555;
	scrollbar-face-color: #E1E1E1;
	scrollbar-highlight-color: #E1E1E1;	
	scrollbar-shadow-color: #FFF;
	}
	
#imageRowTable td {
	padding-right: 60px;
	}
	
#logo {
	margin-top: 36px;
	}
	
#nlContent {
	width: 750px;
	margin: 10px 0px 0px 0px;
	background: #FFF;
	float: left;
	}
	
#row1 {
	height: 25px;
	width: 750px;
	}
	
	#row1 ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		float: left;
		}
	
	#row1 li {
		margin: 0px;
		padding: 0px;
		float: left;
		position: relative;
		}
		
	#row1 a {
		font: 10px Arial, Helvetica, sans-serif;
		text-decoration: none;
		text-transform: uppercase;
		color: #999;
		letter-spacing: 4px;
		display: block;
		background: #FFF;
		padding: 4px 20px 4px 8px;
		float: left;
		}
		
	#row1 a:hover {
		color: #FFF;
		background: #9C9A12;
		}
		
	
	#row1 li ul {
		text-indent: 10px;
		margin: 0px;
		padding: 0px;
		border: 1px solid #999;
		background: #FFF;
		width: 200px;
		top: 16px;
		top: 100%;
		left: 0;
		}

	#row1 li ul li {
		width: 150px; /* controls the width of the subnav item */
		display: block; /* width doesnt work without it */
		padding: 0px;
		margin: 0px;
		clear: left;
		}
	
	#row1 li li a {
		display: block;
		padding: 4px 0px 4px 0px;
		width: 200px;
		color: #FFF;
		background: #777;
		letter-spacing: 2px;
		}

	#row1 li li a:hover {
		color: #FFF;
		}
	
#row1 li:hover ul, li.over ul {
	display: block;
	}
	
#row2 {
	width: 750px;
	height: 147px;
	}
	
#row3 {
	width: 750px;
	margin: 10px 0px 0px 0px;
	}
	
#row3_1 {
	width: 400px;
	float: left;
	padding: 5px;
	background: #FFF;
	}
	
#row3_2 {
	width: 310px;
	margin-left: 30px;
	float: left;
	clear: right;
	background: #FFF;
	}
	
#row4 {
	width: 750px;
	height: 20px;
	background: #006633;
	margin: 10px 0px 0px 0px;
	}
	
.shim {
	width: 750px;
	clear: both;
	}
		
.subNav 
	{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	}

/* GALLERY STRUCTURE */

#galleryContain { margin:10px -2px 0 -2px; text-align:left; background:#FFF;}	
	
#galleryContain img {
	padding:4px; 
	margin:1px; 
	border:#CCCCCC 1px solid; 
	background:#FFF;
}

#galleryContain a img:hover {
	padding:4px; 
	margin:1px; 
	border:#999 1px solid; 
	background:#FFF;
}


/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #1c1c1c;
	cursor: pointer;
}

#lbCenter {
	padding-bottom:50px;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #1c1c1c;
}

#lbBottomContainer{
	
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 30px;
	border: 10px solid #1c1c1c;
	border-top-style:none;
	background-repeat: no-repeat;
}

#lbImage img {
	border:1px #FFFFFF solid;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 25px;
	width: 30%;
	outline: none;
}

#lbPrevLink {
	left: 0;
	background: transparent url(prevlabel.gif) no-repeat 0% 100%;
}

#lbPrevLink:hover {
	background: transparent url(prevlabelOver.gif) no-repeat 0% 100%;
}

#lbNextLink {
	right: 0;
	background: transparent url(nextlabel.gif) no-repeat 100% 100%;
}

#lbNextLink:hover {
	background: transparent url(nextlabelOver.gif) no-repeat 100% 100%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color:#CCC;
	line-height: 1.6em;
	text-align: left;
	word-spacing:3px;
	border: 10px solid #1c1c1c;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin:0;
}

#lbCloseLink:hover {
	background: transparent url(closelabelOver.gif) no-repeat center;
}

#lbCaption, #lbNumber {
	margin-right: 0px;
}

#lbCaption {
	font-weight: bold;
}
