/* Copyright 2026 Virtual Interconnect Software, LLC.  All rights reserved. */
#Body
{
    font-family: Arial, sans-serif;
    font-size: 60%;
}

#TopSection, #LowerSection, #Copyright
{
    position: relative;
    padding-left: 100px;
    width: 781px;
}

.Shadow
{
    width: 904px;
}

.ShadowRight
{
    width: 880px;
    padding-right: 24px;
    background: transparent url("http://data.virtualinterconnect.com/images/dropshadow/r24.png") repeat-y;
    background-position: top right;
}

.ShadowBottomRight
{
    float: right;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: transparent url("http://data.virtualinterconnect.com/images/dropshadow/br24.png") repeat-y;
}

.ShadowBottom
{
    line-height: 24px;
    height: 24px;
    margin-right: 24px;
    background: transparent url("http://data.virtualinterconnect.com/images/dropshadow/b24.png") repeat-x;
}

#TopMain
{
    position: relative;
    min-height: 4em;
    _height: 4em;
}

#TopSection img
{
    margin-bottom: 0;
    padding-bottom: 0;
    vertical-align: bottom;
}

#PublishForm #HeaderImage
{
    position: relative;
    min-height: 10em;
}

#PublishForm #HeaderImage .EditImageInsert
{
    text-align: left;
}

#HeaderBottom
{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 500;
}


#ShortBusinessDescription
{
    position: absolute;
    bottom: 100%;
    right: 0;
    text-align: right;
}

#TopNav
{
    #margin-bottom: -1px;
    /*padding: 9px 0 8px 0;*/
}

#TopNav ul
{
    list-style: none;
    display: block;
    width: 580px;
    text-align: right;
    margin: 0 0 0 auto;
    padding: 0;
    font-size: 0;
}

#TopNav ul li
{
    display: inline;
    font-size: medium;
}

#TopNav ul li a
{
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 60%;
}

#LeftSection, #Content
{
    padding: 5px;
}

#LeftSection
{
    float: left;
    width: 190px;
}

#Content
{
    margin-left: 200px;
}

#CopyrightMain
{
    padding: 1em 5px 2em 5px;
}

