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

#PictureAndLogo
{
	position: relative;
	min-height: 40px;
	_height: 40px;
}

#Picture, #Logo, #Nav1, #Nav2, #ContentContainer, #QuickText, #Copyright
{
	display: block;
	margin-left: 150px;
	margin-right: 150px;
}

#Nav
{
	position: absolute;
	_position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}

#Nav ul
{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

#Nav ul li
{
	display: block;
	float: left;
	margin: 0;
	padding: 4px 10px;
}

#Nav ul li a
{
	text-decoration: none;
	line-height: 200%;
}

#Nav1 ul li a
{
	font-size: 125%;
}

#LowerArea
{
	position: relative;
}

#QuickText
{
	position: relative;
	left: 0;
	top: 0;
	width: 200px;
	float: left;
	margin-right: 0;
	_margin-left: 80px;
	#position: absolute;
	_position: relative;
}

#QuickTextMargin
{
	margin: 1em;
}

#Content
{
	position: relative;
	margin-left: 200px;
	margin-left: calc(200px + 1em);
	padding: 1em;
	padding: calc(1em - 1em);
}

#DesignContentFloat
{
	float: left;
	width: 100%;
	width: calc(100% - 1em);
	margin-top: calc(1em);
	margin-bottom: calc(1em);
	padding: 0;
}

#Copyright
{
	position: relative;
}

@media only screen and (max-width: 1024px)
{
	#Picture, #Logo, #Nav1, #Nav2, #ContentContainer, #QuickText, #Copyright
	{
		margin-left: 50px;
		margin-right: 50px;
	}
	
	#QuickText
	{
		margin-right: 0;
	}
}