/* Copyright 2026 Virtual Interconnect Software, LLC.  All rights reserved. */
#DesignWidth
{
	width: 75%;
	margin: 0 auto;
}

#DesignTopSpacer
{
	height: 1.5em;
	margin-bottom: 2em;
}

#DesignLeftBar
{
	float: left;
	width: 20%;
}

#DesignLeftBarMargin
{
	margin: 2em 1em;
	position: relative;
}

#DesignContent
{
	float: right;
	width: 79.5%;
	min-height: 40em;
}

#DesignContentRight
{
	float: right;
	width: 69.5%;
}

#DesignContentMargin
{
	margin-left: 2em;
	margin-right: 2em;
}

#DesignPageGraphic
{
	float: left;
	width: 30%;
	margin-bottom: 1.5em;
	z-index: 900;
}

#DesignPageGraphicMargin
{
	margin-left: 2em;
}

#DesignPageGraphicContainer
{
	position: relative;
	overflow: hidden;
}

#DesignPageGraphicCaptionContainer
{
	z-index: 900;
	position: relative;
	margin-bottom: 1em;
}

#DesignNav
{
	clear: both;
}

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

#DesignNav ul li a
{
	display: block;
}