/* Copyright 2026 Virtual Interconnect Software, LLC.  All rights reserved. */
body
{
	font-family: arial, sans-serif;
	font-size: 80%;
	color: #333;
}

#PicturePanel, #TopMenu, #ContentSection, #Copyright
{
	width: 75%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#PicturePanel
{
	min-height: 100px;
	_height: 100px;
}

#TriSections, #ContentPanel
{
	width: 100%;
}

#Pic1, #Pic2, #Pic3, #Section1, #Section2, #Section3
{
	width: 33.33%;
	#width: 33%;
	float: left;
}

#Section1
{
	clear: left;
}

#TopPanel
{
	position: relative;
	height: 125px;
	z-index: 5;
}

#LogoSection
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 125px;
}

#LogoSection td
{
	align: left;
	vertical-align: middle;
}

#LogoOverlay
{
	margin-left: 0px;
	margin-right: auto;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 50000;
}

#LogoOverlay td
{
	vertical-align: center;
}

#TopMenuSection
{
	position: absolute;
	right: 0px;
	bottom: -1px;
}

#TopMenuSection ul
{
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
	width: 100%;
}

#TopMenu
{
	min-height: 25px;
	line-height: 25px;
}

#TopMenu ul
{
	display: block;
	margin: 0px;
	padding: 0;
	font-size: 75%;
}

#TopMenuSection li, #TopMenu li
{
	display: block;
	float: left;
}

#TopMenuSection a.ListItem, #TopMenu a.ListItem
{
	display: block;
	height: 25px;
	padding: 0px 10px;
	margin: 0;
}

#LeftMenu
{
	width: 33.3%;
	vertical-align: top;
	z-index: 5;
}

#MenuHeader
{
	padding: 10px 20px;
	text-transform: lowercase;
}

#Menu ul
{
	margin: 4px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}

#Menu ul li
{
	display: block;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

#Menu a.ListItem
{
	display: block;
	padding-left: 20px;
	margin-right: -20px;
	width: 100%;
	text-decoration: none;
}

#Content
{
	padding: 10px 20px;
}

#Pic1 .SmallPic, #Pic2 .SmallPic, #Pic3 .SmallPic
{
	position: relative;
	overflow: hidden;
}

