﻿body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 0px;
    text-align: center;
    background: url(../images/bodybg.gif);
}
p, li
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
a { color: #465F77; }
a:hover { color: #465F77; }
a:visited { color: #465F77; }

#mainDiv
{
    width: 800px;
    text-align: left;    
    margin-left: auto;
    margin-right: auto;
    /*border-right: 3px groove #cc1f32;
    border-left: 3px groove #cc1f32;*/
    background: #FFFFFF;
}

.Header
{
    /*background-image: url(images/header_bg.gif);border: 1px solid #000000;*/
    background-repeat: repeat-x;
    background-position: left top;
    width: 800px;
    height: 84px;
    
}

.logoImg
{
    padding: 5px 15px 10px 25px;
    float: left;
}

.Header H1
{
    float: right;
    padding: 10px 10px; 
    border: thin solid #dadbec;
    margin: 15px 10px 0 0;
    font-family: Arial, Sans-Serif;
    font-size: 24px;
    background-color: #ebecf5;
    width: 300px;
    white-space: nowrap;
    color: #465F77;
    text-align: center;
    
}
.NavMenu
{
    margin: 5px 0 0 0;
    background: url(../images/menuTBG.gif);/**/
    height: 30px;
}
#leftcontent
{
    width: 140px;
    float: left;
    padding: 20px;
}
#maincontent
{    
    background: url(../images/dotted_hori.gif);
    background-position: left;
    background-repeat: repeat-y;
    padding: 10px;
    margin: 10px;
    display: block;
    float: left;
    width: 555px;
}
#maincontent img
{
    padding: 20px;
    vertical-align: middle;
    float: left;
    clear: both;
}

#maincontent H1
{
      /*display: inline;*/
      font-family: Arial, Sans-Serif;
      font-size: 22px;
      padding-top: 20px;
      
}
#maincontent H2
{
    /*display: inline;*/
}
#maincontent li
{
    list-style: bullet;
    clear: both;
}
#maincontent .horizontal ul 
{
        clear: both;
}
#maincontent .horizontal li
{
    clear: none;
    display: block; 
    float: left;
}
#maincontent .horizontal li img
{
    float: none;
}

.copyright
{
    text-align: center;
    clear: both;    
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
    color: #465F77;
    /*
    background-color: #ebecf5;
    border: thin solid #dadbec;
    border-left: 0px;
    border-right: 0px; 
    */
}
.footer
{
    clear: both;
    width: 800px;
    text-align: center;
    margin-bottom: 10px;
}

div.footer ul  
{
    text-align: center;
    margin: 0;
    padding: 15px 0px; /* 15px;  */
    display: table;
}

div.footer li { float: left; display: inline; padding: 0px 22px 0px 22px; }
div.footer a 
{
    float: left; 
    text-align: center; 
    padding-top: 62px; 
    width: 155px; 
    background-position: center top; 
    background-repeat: no-repeat;
    text-decoration: none;
    font: verdana 11px;
}
div.footer a:hover
{
    text-decoration: underline;
}
div.footer a.compnetwork { background-image: url(../images/computer_network_services.gif); }
div.footer a.certified { background-image: url(../images/certified_engineers.gif); }
div.footer a.software { background-image: url(../images/custom_software.gif); }
div.footer a.branded { background-image: url(../images/name_brand_products.gif); }

.LoginTitle
{
    padding-bottom: 12px;
    font-weight: bold;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
}

.formItem
{
    font-size: 11px;
    padding-bottom: 5px;
}
.formItemLabel
{
    padding-right: 6px;
}
.messages
{
    color: #FF0000;
   
}
.msgBox
{
    border: 1px solid black;
    background: #ffa8a8; 
    padding: 6px;
    
}
.CustomerLinkItem
{
    text-align: center;
    padding: 6px;
}
.CustomerLinkImage
{
    padding: 5px;
}
.CustomerLinkText
{
}
.CustomerLinkText a
{
    text-decoration: none;
}
.CustomerLinkText a:hover
{
    text-decoration: underline;
}

.PackageDetailTitle
{
    font-size: 9px;
    width: 120px;
    font-weight: bold;
    vertical-align: top;
}
.PackageDetail
{
    
}

.NewsItem
{
    vertical-align: middle;
    background-color: #FFFFFF;
    padding: 10px;
    padding-bottom: 0px;
   border: thin solid #465F77; /* #dadbec; */
}
.NewsItem a
{
 text-align: center;
   
}
.NewsItemImg
{
    padding: 0 15px 30px 15px !important;
    margin: 0;
    float: left;
}

.supportlinks 
{
    list-style-type: none; 
    margin-left: 0px;
}
.supportlinks li
{
    padding: 15px;
    text-align: center;
}