body
{
    margin: 0px;
    padding: 0px;
    font: 62.5%/1.3em Verdana, Geneva, sans-serif;
    color: #000; /*background: #ECECEF;*/
    background: #fff;
}
a img
{
    border-style: none;
}
hr.clear
{
    margin: 0px;
    padding: 0px;
    clear: both;
    height: 1px;
    border-style: none;
    visibility: hidden;
}
.imgCenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*****************footer******************/
#footer
{
    clear: both;
}
#footer #contactInfo
{
    font-size: .9em;
    color: #666;
    float: left;
    width: 200px;
    text-align: center;
    line-height: normal;
}
#footer h3
{
    font-weight: bold;
    color: #036;
    text-transform: uppercase;
    text-align: center;
}
#content
{
    background: #FFF url(images-Design/background-ContentWrap.png) repeat-x left top;
    margin: 0px auto;
    padding: 35px 35px 20px 35px;
    width: 890px;
    font-size: 1.4em;
    line-height: 1.6em;
}

.landing
{
    background: none !important;
}
/************************************ LANDING PAGE STYLES ***************************************/

.landing h1#pageTitle
{
    font-size: 2.0em;
    font-style: italic;
    text-align: center;
}

.landing .grayBar
{
    height: 29px;
    background: url(images-Design/graybar.png) repeat-x;
}

.landing #nav
{
    height: 29px;
    background: url(images-Design/bluebar.png) repeat-x;
    padding: 0 40px;
}

.landing #nav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 810px;
    height: 29px;
}
.landing #nav li
{
    margin: 0;
    padding: 0;
    float: left;
    color: #fff;
    line-height: 29px;
}
.landing #nav a
{
    color: #CCCCCC;
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    display: block;
    font-weight: normal;
    line-height: 29px;
}

.landing #nav a:active, .landing #nav a:hover
{
    color: #ffcc33;
}

.landing #nav #last
{
    float: right;
}
.landing .companies
{
    width: 443px;
    float: left;
    height: 200px;
    padding: 25px 0;
    font-size: .9em;
}

.landing #comm
{
    border-left: solid 1px #999;
    border-bottom: solid 1px #999;
}
.landing #telecom
{
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
}

.landing .companies ul
{
    list-style-image: url(images-Design/UL-grey.png);
    margin-left: 100px;
}
.landing .companies ul li ul
{
    margin-left: 0px;
}

.landing .seperator
{
    width: 2px;
    height: 200px;
    border-bottom: solid 1px #999;
    background: url(images-Design/dividerVert-Grey.png) no-repeat left 25px;
    padding: 25px 0;
    float: left;
}


