/* Copyright 2026 Virtual Interconnect Software, LLC.  All rights reserved. */
#DesignLogo
{
	position: absolute;
	z-index: 100;
}

#DesignNav
{
	float: right;
	width: 45%;
}

#DesignNav ul
{
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	width: 100%;
}

#DesignNav ul li
{
	display: block;
	float: left;
	white-space: nowrap;
	width: 20%;
}

#DesignNav ul li a
{
	display: block;
	padding: 0.5em;
	margin: 4px 0;
}

#DesignHeaderImage
{
	position: relative;
	overflow: hidden;
	z-index: 50;
}

#DesignLeft, #DesignRight
{
	margin-top: 2em;
}

#DesignLeft
{
	float: left;
	width: 55%;
	text-align: right;
}

#DesignRight
{
	float: right;
	width: 44.75%;
	border-left: 1px solid #666;
}

.DesignContentMargin
{
	margin: 0 1em 1em 1em;
}

#DesignCopyright
{
	clear: both;
	float: right;
	width: 45%;
	margin-top: 2em;
}

#DesignContentMargin2
{
	margin: 0 3em;
}

#PageFullscreenGraphicExpanded
{
	position: fixed;
	z-index: 100;
	top: 64px;
	bottom: 0;
	height: auto;
	_height: expression((this.parentNode.clientHeight - 64) + "px");
}

