﻿body
{
    margin: 0 auto;
    background-color: #FFDB19;
    width: 100%;
    height: 100%;
    font-family: Tahoma;
    font-size: 12px;
}
.lnkseperator
{
    width: 90%;
    margin: 0 auto;
    height: 5px;
    background-color: Green;
    cursor: pointer;
}
.lnkseperator:hover
{
    width: 90%;
    margin: 0 auto;
    height: 5px;
    background-color: orange;
    cursor: pointer;
}
.hContainer
{
    width: 100%;
    z-index: 2;
    opacity: 0.1;
    filter: alpha(opacity=1); /* For IE8 and earlier */
    position: absolute;
    background-color: White;
    height: 400px;
}
.oContainer
{
    width: 90%;
    margin: 0 auto;
    border-left: solid 1px #a2a2a2;
    border-right: solid 1px #a2a2a2;
    background-color: White;
    z-index: 1;
}
.header
{
    width: 98.5%;
    padding: 10px;
    clear: both;
}
.title
{
    font-weight: bold;
    font-size: 25px;
    margin-left: 50px;
    float: left;
}
.titleGreen
{
    color: #228B22;
}
.titleBlue
{
    color: #1E90FF;
}
.titleGray
{
    color: #DCDCDC;
}
.mnu
{
    float: right;
    margin-right: 30px;
}
.mnuimg
{
    width: 40px;
}
.mnulbl
{
    font-weight: bold;
    font-size: 15px;
    padding-top: 5px;
    cursor: pointer;
}
.logo
{
    margin:0 0 0 -40px;
}
.footer
{
    font-size: 12px;
    padding: 2px;
    text-align: center;
    clear: both;
    background-color: #DCDCDC;
}
.banner
{
    height: 200px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    clear: both;
}
.mainmnu
{
    text-align: center;
    width: 100%;
}
.lnk
{
    color: #1E90FF;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
}
.imgborder
{
    border: solid 2px #c2c2c2;
    float: left;
    padding: 2px;
    width: 165px;
    height:165px;
    text-align: center;
    margin: 5px;
}
.imglnk
{
    width: 98%;
    height:98%;
}
/* Custom Theme */
#superbox-overlay
{
    background: #e0e4cc;
}
#superbox-container .loading
{
    width: 32px;
    height: 32px;
    margin: 0 auto;
    text-indent: -9999px;
    background: url(styles/loader.gif) no-repeat 0 0;
}
#superbox .close a
{
    float: right;
    padding: 0 5px;
    line-height: 20px;
    background: #333;
    cursor: pointer;
}
#superbox .close a span
{
    color: #fff;
}
#superbox .nextprev a
{
    float: left;
    margin-right: 5px;
    padding: 0 5px;
    line-height: 20px;
    background: #333;
    cursor: pointer;
    color: #fff;
}
#superbox .nextprev .disabled
{
    background: #ccc;
    cursor: default;
}
/*Light Box end*/

.roundedcontent
{
    border: 1px solid #a2a2a2;
    border-radius: 15px;
    width: 98%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    line-height: 2.2em;
    font-size: 14px;
}
.subhead
{
    font-weight: bold;
    font-size: 15px;
    color: Orange;
    margin-left: 15px;
    clear: both;
}
.lblclient
{
    font-size: 14px;
    font-weight: bold;
    clear: both;
    width: 100%;
}
.clientimg
{
    width: 100px;
    clear: both;
}
.divclientimg
{
    width: 100%;
}
.divclient
{
    float: left;
    text-align: center;
    margin-right: 30px;
    border: solid 2px #e2e2e2;
    padding: 10px;
}
.txt
{
    width:300px;
    height:20px;
    border:solid 1px #a2a2a2;
}
.txa
{
    width:300px;
    height:150px;
    border:solid 1px #a2a2a2;
}
.btn
{
    width:100px;
    height:20px;
}