@charset "UTF-8";
/* CSS Document */

body  {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	min-width: 800px;
	min-height: 600px;
	background-color: #555;
}

h1 {
	font-size: 36px;
	line-height: 30px;
}

h2 {
	font-size: 24px;
	line-height: 26px;
}

h3 {
	font-size: 16px;
	line-height: 16px;
}

h4 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

p {
	font-size: 14px;
}

li {
	font-size: 14px;
}

a:link {
	color: #CCC;
	text-decoration:underline;
}

a:visited {
	color: #CCC;
	text-decoration: underline;
}

a:hover {
	
}

a:active {
	
}



#GalleryHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	border: none;
	background-color:#999;
	background-image:url(/masthead/GalleryHeaderBottomBackground.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#GalleryHeader img {
	border: none;	
}

.FrontPageGalleryHeader {
	height: 160px;	
}

.GalleryHeader {
	height: 80px;
}

#FrontPageHeaderHeader {
	position:absolute; 
	right:0px; 
	left:0px; 
	top: 0px; 
	height:80px; 
	border: none; 
	background-color: #555555;
	background-image:url(/masthead/HeaderHeaderBackground.gif);
	background-repeat: repeat-x;
	background-position: bottom; 
	text-align: left;
}

#GalleryMainImageContainer {
	position: absolute;
	left: 40px;
	right: 40px;
	text-align:center;
	border: none; 
}

.GalleryMainImageContainer {
	top: 80px;
	bottom: 60px;
}

.FrontPageGalleryMainImageContainer {
	top: 200px;
	height: 600px;
}

#GalleryMainImage { 
	background-color: #FFF;
	padding: 8px; 
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
	display: block;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px;
	visibility:visible;
}

#GalleryFooter {
	position: absolute;
	left: 0px;
	right: 0px;
	height: 120px;
	overflow: hidden;
	border: none;
}

.GalleryFooter {
	bottom: 0px;
}

.FrontPageGalleryFooter {
	top: 800px;
}

#GalleryThumbnails {
	position: absolute;
	display: table-cell;
	left: 10px;
	right: 10px;
	text-align: center;
	border: none;
	overflow: hidden;
	opacity: 0.4;
	filter:alpha(opacity=40);
}

.GalleryThumbnails {
	bottom: -50px;
}

.FrontPageGalleryThumbnails {
	bottom: -50px;
}

#GalleryThumbnails:hover {
	position: absolute;
	display: table-cell;
	bottom: 0px;
	left: 10px;
	right: 10px;
	text-align: center;
	border: none;
	overflow: hidden;
	opacity: 1.0;
	filter:alpha(opacity=100);
}


.GalleryThumbnalImage { 
	background-color: #999;
	padding: 2px; 
	border-color: #999;
	border-style: solid;
	border-width: 1px;
	display: block;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px;
}

.GalleryThumbnalImage:hover { 
	background-color: #FFF;
	padding: 2px; 
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	display: block;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px;
}

#GalleryNavPrev{
	position: absolute;
	width: 25px;
	display: table-cell; 
	vertical-align: middle; 
	left: 10px;
	border: none;
}

.GalleryNavPrev {
	top: 100px;
	bottom: 140px;
}

.FrontPageGalleryNavPrev {
	top: 200px;
	height: 600px;
}

#GalleryNavNext {
	position: absolute;
	bottom: 140px;
	width: 25px;
	display: table-cell;
	vertical-align: middle;
	right: 10px;
	border: none;
}

.GalleryNavNext {
	top: 100px;
	bottom: 140px;
}

.FrontPageGalleryNavNext {
	top: 200px;
	height: 600px;
}


.GalleryNavImage {
	position: absolute;
	top: 50%;
	margin-top: -30px;
}

#GalleryLoaderFloater {
	position:absolute;
	top: 33%;
	height: 75px;
	width: 100px;
	margin-left: -50px;
	left: 50%;
	visibility: hidden;
	text-align: center;
	vertical-align: middle;
	background-color: #999;
	border-style: solid;
	border-width: 2px;
	border-color: #CCC;
	z-index: 2;
	font-size: 12px;
	font-weight: bold;
	opacity: 0.6;
	filter:alpha(opacity=60);
}

.loaderContent {
	opacity: 1.0;
	filter:alpha(opacity=100);
}

.loadingAnimation {
	border: none;
}

#GalleryCopyright {
	position: absolute;
	right: 10px;
	color: #999;
	font-size: 10px;
}

.GalleryCopyright {
	bottom: 4px;
}

.FrontPageGalleryCopyright {
	top: 800px;
}

#GalleryIndexText { 
	font-size: 12px;
	color: #555;
}

#PhotographMainImageContainer {
	position: absolute;
	left: 0px;
	top: 120px;
	right: 0px;
	text-align:center;
	border: none;
}

#PhotographFooter {
	left: 0px;
	right: 0px;
	margin-top: 40px;
	border-top-color: #555555; border-top-style: solid; border-top-width: 1px;
	padding-top: 20px;
	background-image:url(/masthead/PhotographFooterBackground.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #999;
	height: 100%;
	color: #555;
}

.FrontPageContent {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 920px;
	border-top-color: #555555; border-top-style: solid; border-top-width: 1px;
	background-image:url(/masthead/FrontPageContentBackground.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #999;
}

.PhotographMetadataBlock {
	width: 400px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 10px;
}

#PhotographInfoSection
{
	margin-left: auto; 
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	width: 800px;
}

#FrontPageInfo
{
	margin-left: auto; 
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	width: 600px;
}


#FrontPageInfo h2 {
	margin-bottom: 2px;
	margin-top: 20px;
	padding-bottom: 2px;
	border-bottom: dotted 1px #555;
	color: #555;
}

#FrontPageInfo p { font-size: 14px;
	line-height: 24px;
}

#FrontPageInfo li { font-size: 14px;
	line-height: 24px;
}

.PhotographMetadataHeading {
	font-size: 14px;
	margin-bottom: 4px;
	margin-top: 20px;
	padding: 0px;
	border-top: dotted 1px #555555;
	
}

.PhotographMetadataValue {
	margin-left: 5em;
	font-size: 14px;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 2px;
}

.PhotographMetadataText {
	margin-left: 5em;
	font-size: 14px;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 6px;
}

.mainMenu {
	border: none;
	padding: 0;
	margin: 0;
}

.mainMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	margin-left: 16px;
	margin-top: 25px;
}

.mainMenu li {
	background-image: url(/graphics/ChevronButton_12x30.png);
	background-repeat: no-repeat;
	list-style: none;
	display: inline-block;
	height: 30px;
	border: none;
	padding-left: 16px;
	padding-right: 16px;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #CCC;
}

.mainMenu ul li:hover {
	background-image: url(/graphics/ChevronButton_12x30-light.png);
	text-decoration: underline;
}

.mainMenu ul li a {
	text-decoration: none;
}

