body
{
	background-color: #1f2b31;
	font: 62.5% Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
#wrapper
{
	height: 735px;
	left:50%;
	margin:-375px auto 0 -530px;
	position:absolute;
	top:50%;
	width:1060px;
}


/** BASIC PAGE LAYOUT **/
#header, #content, #footer
{
	width:979px;
	padding:0 38px 0 44px;
}

#header
{
	background: transparent url(../gfx/page-header.jpg) no-repeat;
	height: 150px;	
	position:relative;
}

#nav-top
{
	bottom:0;
	color:black;
	font-size:1.2em;
	height:25px;
	left:60px;
	line-height:25px;
	position:absolute;
	width:950px;
	z-index:100;
}

#nav-bottom
{
	height: 35px;
	position:absolute;
}

#content
{
	background: transparent url(../gfx/page-content.jpg) no-repeat -1px 0;	
	height: 475px;
	position:relative;
	padding-top:25px;
	padding-bottom:34px;
}

#footer
{
	height: 55px;
	position: relative;
	background: transparent url(../gfx/page-footer.jpg) no-repeat;
	color: #FFF;
	font-size: 1.3em;
}


	#site-meta{
		color:#999999;
		font-size:0.7em;
		position:absolute;
		right:60px;
		top:40px;
	}

	#site-meta a:hover{
		color: #e8e65e;	
	}


/** IMAGE LAYOUTS **/
#container-outer
{
	width: 978px;	
	overflow: hidden;
	position:relative;
}

#container-inner
{
	height: 475px;
	width: 40000px;
	position: relative;
	overflow: hidden;
}

.image-block
{
	float: left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0px;
	margin-top:0;
	text-align:center;
	height: 475px;
	
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}


#goback
{
	height: 475px;
	width: 45px;
	position: absolute;
	left: 44px;
	top: 25px;
	background: transparent url(../gfx/edge-fade-l.png) no-repeat 0 0;
	z-index: 90;
	cursor:pointer;
	display:none;
}

#goforward
{
	height: 475px;
	width: 45px;
	position: absolute;
	right: 39px;
	top: 25px;
	background: transparent url(../gfx/edge-fade-r.png) no-repeat 0 0;
	z-index: 90;
	cursor: pointer;
}

#location
{
	bottom:0;
	color:#999999;
	font-size:1.3em;
	left:0;
	line-height:2.5em;
	position:absolute;
	text-align:center;
	width:100%;
}


/** THUMBNAIL DISPLAY **/
#thumb-layout
{
	height:534px;
	left:0;
	margin:0 37px 0 43px;
	position:absolute;
	top:0;
	width:980px;
	z-index:100;
	display:none;
	overflow: hidden;
}

.info-background{
	background-color:#435262;	
	height:534px;
	left:0;
	position:absolute;
	top:0;
	width:979px;
	z-index:110;
}

.thumb-holder{
	padding-top: 20px;
	height:514px;
	padding-left:20px;
	width:959px;
	position:absolute;
	top:0;
	z-index:115;
	left: 979px;	
}

#thumb-holder-1{
	left:0;
}


	#thumb-layout a{
		bottom:10px;
		clear:both;
		color:white;
		font-size:1.4em;
		left:455px;
		position:absolute;	
		z-index: 120;
		cursor: pointer;
	}

.thumb-block
{
	float:left;
	height:117px;
	overflow:hidden;
	padding:19px 20px;
	position:relative;
	text-align:center;
	width:115px;
	background: transparent url(../gfx/thumb-shadow.png) no-repeat center center;
	z-index:120;
}

.thumb-block img
{
}

#thumb-button
{
	background: transparent url(../gfx/show-thumbs.png) top left no-repeat;
	bottom:0;
	height:30px;
	position:absolute;
	right:39px;
	width:131px;
	z-index:200;
	cursor: pointer;
}


.blargh
{
	display:table-cell;
	position:relative;
	text-align:center;
	top:50%;
	cursor: pointer;
	vertical-align:middle;
}


/** CONTACT FORM **/
#contact-button{
	cursor: pointer;	
}

#contact-layout
{
	height:534px;
	left:0;
	margin:0 37px 0 43px;
	position:absolute;
	top:0;
	width:979px;
	z-index:200;
	display:none;
	background: transparent url(../gfx/page-info.png) no-repeat 0 0;
	display:none;
	font-size:1.4em;
}

	#contact-form-l
	{
		border-right:1px solid black;
		color:black;
		float:left;
		height:325px;
		line-height:1.6em;
		margin:75px 0 0 165px;
		padding-right:25px;
		padding-top:50px;
		text-align:right;
		width:300px;
	}

	#contact-form-r
	{
		color:black;
		float:left;
		line-height:1.6em;
		margin:75px 0px 0 0;
		padding:50px 0 0 25px;
		width:300px;
	}
	
	input[name=email-form-name], 
	input[name=email-form-email],
	textarea[name=email-form-msg]
	{
		font-family:Helvetica,Arial,sans-serif;
		font-size:0.9em;
		padding: 1px 2px;
		width:200px;
		color: #666;
	}
	
	
/** INFO PAGE **/	
#info-button
{
	cursor: pointer;	
}

#info-layout
{
	height:534px;
	left:0;
	margin:0 37px 0 43px;
	position:absolute;
	top:0;
	width:979px;
	z-index:200;
	display:none;
	background: transparent url(../gfx/page-info.png) no-repeat 0 0;
	display:none;
	font-size:1.4em;
	color: #000;
}


	#info-page
	{
		float:left;
		font-size:0.93em;
		height:325px;
		letter-spacing:0.025em;
		line-height:1.5em;
		margin:50px 0 0 245px;
		padding-top:50px;
		text-align:justify;
		width:480px;
	}
	
	
	
	
/** REQUEST FORM **/

#request-button
{
	cursor: pointer;	
}

#request-layout
{
	height:534px;
	left:0;
	margin:0 37px 0 43px;
	position:absolute;
	top:0;
	width:979px;
	z-index:200;
	display:none;
	background: transparent url(../gfx/page-info.png) no-repeat 0 0;
	display:none;
	font-size:1.4em;
	color: #000;
}

#request-close, #contact-close, #info-close{
	position: absolute;
	right: 132px;
	top: 21px;
	cursor: pointer;
}

	#request-form-l
	{
		float:left;
		height:325px;
		margin:75px 0 0 255px;
		padding-top:50px;
		text-align:right;
		width:100px;
	}
	
		#request-form-l span
		{
			display:block;
			line-height:22px;
			margin-bottom:13px;
		}
	
	#request-form-r
	{
		float:left;
		margin:75px 0px 0 20px;
		padding:50px 0 0px;
		width:300px;
	}
		#request-form-r input[type=text]
		{
			margin-bottom: 13px;
			display:block;
			width:250px;
		}	
		
		#request-form-r textarea
		{
			font-family:Helvetica,Arial,sans-serif;
			font-size:0.825em;
			margin-bottom:13px;
			padding:2px;
			width:250px;
		}
		
		#request-form-r submit
		{
			width: auto;
		}
	
/** NAV MENUS **/
#nav-top a
{
	margin-left:20px;
	margin-right: 12px;
	text-transform: uppercase;
}
	#nav-top a + a
	{
		margin-left: 0;
		border-left: 1px solid #000;
		padding-left: 12px;
	}
	
	a:link, a:visited, a:active
	{
		text-decoration: none;
		color: inherit;
		outline: none;
	}
	
	a:hover{
		text-decoration: none;
		color: #186692;
		outline: none;
	}
	
	#nav-top a.blue{
		color: #186692;	
	}

#footer ul
{
	list-style: none;
	padding: .5em 0 0 0;
	margin: 0px 0px 0px 35px;
	
}

ul li
{
	padding:0 10px 0 0;
	margin: 0;
	float:left;
}

ul li + li
{
	border-left: 1px solid white;
	padding-left: 10px;
}

