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

#Header
{
    background: #000 url("http://data.virtualinterconnect.com/images/backgrounds/150glassblack.jpg") repeat-x;
    _height: 150px;
    min-height: 150px;
    position: relative;
}

#HeaderImage
{
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 0;
}

#HeaderImageBox
{
    width: auto;
    height: 150px;
}

#Logo
{
    position: relative;
    margin-left: 200px;
    z-index: 100;
    color: #000;
}

#BusinessDescription
{
    border-top: 1px solid #000;
    background-color: #999;
    color: #000;
    border-bottom: 1px solid #000;
}

#MainDiv
{
    _height: 75%;
    min-height: 75%;
    position: relative;
}

#LeftBar
{
    width: 200px;
    /*float: left;*/
    position: absolute;
    left: 0px;
    top: 0px;
}

#LeftBarTop
{
    margin-top: 10px;
    color: #fff;
    margin-bottom: 10px;
}

#NavBar ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #000;
    margin-bottom: 20px;
}

#NavBar ul li
{
    display: block;
    margin: 0px;
    padding: 0px;
    border: 1px solid #000;
    border-top: 0px none;
    border-right: 0px none;
}

#NavBar ul li a
{
    width: 194px;
    display: block;
    padding: 2px;
    color: #060;
    text-decoration: none;
    text-transform: lowercase;
}

#NavBar ul li a:hover
{
    background-color: #000;
    color: #fff;
}

#QuickText
{
    color: #060;
}

#Content
{
    margin: 10px 10px 10px 220px;
}

#Copyright
{
    border-top: 1px solid #000;
    padding-left: 220px;
}
