/* Copyright 2026 Virtual Interconnect Software, LLC.  All rights reserved. */
html
{
    width: 100%;
}

body
{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

#NavBar
{
    position: relative;
    z-index: 100;
    clear: both;
    min-height: 5px;
}

#NavBar ul
{
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 30px;
}

#NavBar ul li
{
    display: inline;
}

#NavBar ul li a
{
    text-decoration: none;
    white-space: nowrap;
    padding: 8px 10px;
}

#LeftShadow, #BottomShadow, #Copyright
{
    width: 848px;
    margin: 0px auto;
}

#LeftShadow
{
    background-image: url("http://data.virtualinterconnect.com/images/dropshadow/l24.png");
    background-repeat: repeat-y;
    _background-image: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://data.virtualinterconnect.com/images/dropshadow/lr24wide.png');
}

#RightShadow
{
    margin-left: 24px;
    background-image: url("http://data.virtualinterconnect.com/images/dropshadow/r24.png");
    background-repeat: repeat-y;
    background-position: top right;
    _background-image: none;
}

#MainSection
{
    position: relative;
    margin-right: 24px;
}

#PictureAndLogo
{
    position: relative;
    min-height: 100px;
    line-height: 1px;
    z-index: 1;
    overflow: hidden;
}

#Pictures
{
    position: absolute;
}

#Pictures div.SmallPic
{
    width: 200px;
    float: left;
}

#Pictures div.BigPic
{
    width: 600px;
    float: left;
}

#Logo
{
    position: relative;
    z-index: 40;
    line-height: normal;
    padding: 20px 0px 0px 0px;
}

#Logo h1, #Logo h2, #Logo h3, #Logo h4
{
    margin-top: 0px;
    margin-bottom: 0px;
}

#LogoBottomSpacer
{
    clear: both;
    width: 1px;
    height: 20px;
    float: left;
}

#ShortBusinessDescription
{
    line-height: 50px;
    _height: 30px;
    min-height: 30px;
}

#LowerArea
{
    position: relative;
}

#QuickText
{
    position: relative;
    float: left;
    width: 180px;
    margin: 10px;
}

#Content
{
    position: relative;
    margin-left: 200px;
    border-left: 1px solid #999;
    padding: 10px;
    _height: 400px;
    min-height: 400px;
    z-order: 2000;
}

#BottomShadow
{
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://data.virtualinterconnect.com/images/dropshadow/blr24wide.png');
}

#BottomLeftShadow
{
    float: left;
    width: 24px;
    height: 24px;
    background-image: url("http://data.virtualinterconnect.com/images/dropshadow/bl24.png");
    _background-image: none;
}

#BottomRightShadow
{
    float: right;
    width: 24px;
    height: 24px;
    background-image: url("http://data.virtualinterconnect.com/images/dropshadow/br24.png");
    _background-image: none;
}

#BottomCenterShadow
{
    margin-left: 24px;
    margin-right: 24px;
    height: 24px;
    background-image: url("http://data.virtualinterconnect.com/images/dropshadow/b24.png");
    _background-image: none;
}

#Copyright
{
    text-align: center;
}

