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

#BG
{
    position: relative;
    width: 100%;
    height: 0px;
    z-index: 0;
}

#BGImage
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

#BGImage a
{
    #width: expression(this.parentNode.offsetWidth + "px");
    #height: expression(this.parentNode.offsetHeight + "px");
}

#LeftBG
{
    position: absolute;
    min-height: 100%;
    margin: 0;
    padding: 0;
    left: 0px;
    right: 220px;
    #position: relative;
    #right: auto;
    #width: expression((this.parentNode.clientWidth - 220) + "px");
}

.CenterWidth
{
    position: relative;
    margin: 0px 0px 0px 220px;
}

#TopColorElement
{
    line-height: 20px;
    height: 20px;
}

#Logo
{
    float: left;
}

#PhoneNumber
{
    text-align: right;
    font-size: x-large;
    line-height: 100px;
    color: #fff;
}

#PhoneNumber .EditButtons
{
    line-height: 1.2em;
}

#LeftBar
{
    float: left;
    width: 170px;
}

#Nav, #QuickText
{
    width: 150px;
    margin-left: 20px;
    color: #fff;
}

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

#LeftBar a
{
    color: #fff;
    text-decoration: none;
}

#ContentArea
{
    position: relative;
}

#PageGraphicContainer
{
    float: left;
    width: 48%;
    line-height: 0px;
    font-size: 0px;
    background-image: url("http://data.virtualinterconnect.com/images/transparent/black50.png");
    #background-image: none;
    #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://data.virtualinterconnect.com/images/transparent/black50.png');
}

.PageGraphicMargin, .PageGraphicCaptionMargin
{
    margin: 15px 15px 30px 15px;
}

.PageGraphicCaptionMargin
{
    font-size: medium;
    line-height: 1.2em;
    color: #fff;
}

.PageGraphicCaptionMargin>div
{
    font-size: 90%;
}

#Content
{
    float: right;
    width: 48%;
    left: 52%;
}

#Copyright
{
    clear: both;
    padding-top: 15px;
}
