﻿.logo
{
	margin: 13px 0 0;
}

.contactUs
{
	margin: 10px 15px;
}

.contactUs .field
{
	min-width: 350px;
}

#main
{
	width: 100%;
	float: none;
}

/* photoGallery */

#photoGallery{
	position: relative;
	width: 100%;
	height: 100%;
}

#photoSets{
	width: 34%;
	float: right;
	position: relative;
}

#photoSets ol
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#photoSets ol li div{
	height: 225px;
	position: relative;
	overflow-y: scroll;
}
#photoSets ol li div a{
	display: block;
	float: left;
	width: 90px;
}

#photoPreviewWrapper{
	position: relative;
	width: 60%;
	padding: 0 1%;
}

#photoPreview{
	position: relative;
	width: 100%;
}

#photoPreview img{
	display: block;
}

#photoPreview a{
	position: absolute;
	width: 94px;
	height: 100%;
	top: 0;
}

#photoPreview a.prev{
	left: 0px;
}

#photoPreview a.next{
	right: 0;
}

#photoPreview a img{
	position: absolute;
	bottom: 40px;
}

#photoPreview img.loading{
	position: absolute;
	top: 5px;
	left: 10px;
}

#photoCaption{
	bottom:0;
	left:0;
	position:absolute;
	width:100%;
	z-index:0;
}

#photoCaptionBG, #centerBG{
	display:block;
	background:#fff;
	width:100%;
	height:100%;
	position:absolute;
	top: 0;
	z-index: -1;
}

#photoCaptionContent #contents, #contentsExtra {
	z-index: 2;
	position:relative;
}

#photoSets li h2{
	padding: 0.25em;
	margin: 0;
}

#photoSets li.open h2{
	padding: 0.25em 0;	
}

#photoSets li h2 a{
	padding: 0.25em;
}

#photoCaptionBG, #centerBG{
	opacity: 0.30;
}

/*photo gallery */
div.photoset
{
	background: #EEA337;
}

#photoSets .photoset a
{
	
}

#photoSets .photoset a img
{
	border-color: #424445;
	border-style: solid;
	border-width: 5px 5px 20px;
}

#photoSets .photoset a:hover img
{
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 5px 5px 20px;
	color: #FFFFFF;
}

#gallery ul a:hover
{
	color: #FFFFFF;
}

#photoCaption p{
	color: #000;
	font-size: 2.2em;
	text-indent: 0.25em;
}

#photoPreview, #photoSets{
	border:1px solid #000000;

}

#photoSets{
	border-right: none;
	border-top: none;
}

#photoSets li h2{
	background: #dedede;
	color: #000;
}

#photoSets li h2 a{
	color: #000;
}

#photoSets li.open h2 a{
	background: #3E3E3E;
	color: #fff;
	text-decoration: none;
}

#photoSets li.open h2 a:hover{
	text-decoration: none;
	color: #fff;
}

#photoSets li h2 a:hover{
	text-decoration: underline;
	color: #555;
}

#photoSets li.set{
	border-top: 1px solid #000;
}

