/* Copyright 2026 Virtual Interconnect Software, LLC.  All rights reserved. */
html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 90%;
}

#Left, #Center, #Right
{
	float: left;
	width: 25%;
}

#Left
{
	text-align: right;
}

#Logo
{
	margin-top: 200px;
	margin-bottom: 12px;
	padding: 0 12px;
}

#NavContainer
{
	position: relative;
	left: 50%;
	#left: 0%;
	width: 50%;
}

#QuickText, #Left ul
{
	margin: 0 12px;
}

#QuickText
{
	position: relative;
}

#Left ul
{
	position: relative;
	list-style: none;
	display: block;
	padding: 0;
}

#Left li
{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#Left li a
{
	display: block;
	text-decoration: none;
}

#GraphicContainer, #Content
{
	position: relative;
	margin-top: 130px;
}

#Contact
{
	position: absolute;
	bottom: 100%;
	width: 300%;
	left: 0px;
	font-size: medium;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}

#Content
{
	margin-top: 135px;
	margin-left: 12px;
}

#Content h3
{
	line-height: 250%;
	margin: 0;
	padding: 0;
}

#Content div.Gallery
{
	position: relative;
	width: 195%;
	border-top: 0px hidden transparent;
}

#Content div.Gallery ul.GalleryThumbs
{
	height: 600px;
}

#Content div.GalleryExpanded
{
	position: absolute;
	right: 100%;
	width: 50%;
}

#Content div.GalleryLargePictureTitle, #Content div.GalleryLargePicture
{
	width: 100%;
	float: none;
	clear: both;
	border-right: 0px hidden transparent;
}

#Content div.GalleryLargePicture img
{
	vertical-align: top;
}

#Content div.GalleryExpanded div.GalleryDescriptionTitle
{
	position: absolute;
	left: 0;
	top: 390px;
	width: 100%;
}

#Content div.GalleryExpanded div.GalleryDescription
{
	position: absolute;
	left: 0;
	top: 430px;
	width: 100%;
	height: 210px;
}

#Copyright
{
	position: relative;
	left: 25%;
	width: 50%;
	padding-top: 100px;
	clear: both;
}

