/* Copyright 2026 Virtual Interconnect Software, LLC.  All rights reserved. */
#TopBar
{
	position: relative;
}

#Logo
{
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
}

#QuickText, #Phone, #Nav, #PhoneBorderTop, #PhoneBorderBottom
{
	float: right;
	clear: right;
	width: 50%;
	text-align: right;
}

#QuickText
{
	width: 80%;
}

#QuickTextMargin
{
	float: right;
	width: 75%;
	text-align: right;
}

#Nav
{
	width: auto;
	min-width: 50%;
	max-width: 80%;
	margin-left: -15em;
	padding-left: 15em;
}

#Nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#Nav li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#Nav li a
{
	display: block;
	margin: 0.25em;
	padding: 0.25em 1em;
	border: 1px solid rgba(0, 0, 0, 0.5);
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	box-shadow: 0 0 1px #fff;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 50%);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 50%);
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 50%);
	white-space: nowrap;
}

#HomeSecondaryNav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#HomeSecondaryNav ul li
{
	margin: 0;
	padding: 0;
	display: block;
	text-align: right;
}

#HomeSecondaryNav ul li a
{
	display: block;
	text-align: right;
	padding: 0.5em 2em;
}

#TopSection, #Content
{
	padding: 2em 4em;
}

#TopSection
{
	min-height: 8em;
}

#DesignBottomRight
{
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 480px;
}

#Copyright
{
	clear: both;
	float: right;
	width: 79.45%
}

#DesignLowerSection
{
	margin-top: -1px;
	clear: left;
	float: left;
	width: 100%;
}

#HomeGraphicCaption
{
	clear: left;
	float: left;
	width: 20.5%;
}

#HomeGraphic
{
	position: relative;
	overflow: hidden;
	float: right;
	width: 79.45%;
	line-height: 0;
}

#HomeSecondaryNav
{
	clear: both;
	float: left;
	width: 20.5%;
}

#HomeBottomRight
{
	clear: right;
	float: right;
	width: 79.45%;
}

#HomeBottomRightMargin
{
	margin: 1em 2em;
}

fieldset.Form
{
	border-color: #aaa;
	border-radius: 2em;
	padding: 0 2.5em 2.5em 2.5em;
}

fieldset.Form legend
{
	margin-left: -0.5em;
	padding: 0.5em;
	border: none;
	color: #aaa;
	font-size: 200%;
	text-shadow: 1px 1px 0 #fff;
}

form input[type="text"]
{
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	border-width: 1px;
	background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.05) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.05) 100%);
	background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.05) 100%);
	outline: none;
	padding: 0 0.5em;
}
