/* CSS Document */
body
{
    margin: 20px;
    background: #31312F;
    text-align: center;
}

a
{
    color:#888888;
    text-decoration: none;
}

#bodyDiv
{
    border: solid 1px #888888;
    width: 950px;
}

/**/
.TemplateHeader
{
    background-image: url(images/header_topbg.gif);
    height: 9px;
}
.dottedline
{
    height: 2px;
    background: #31312F url(images/dot2px.gif);
}
.bodyContent
{
    width: 85%;
}

td, p
{
    font-family: tahoma;
    font-size: 11px;
    text-align: left;
    line-height: 14px;
    color: #878787;
}


ul
{
    list-style-image: url(images/arrow_blue.gif);
}

.homePageContent
{
    border: 1px solid #888888;
    padding: 10px;
}

.companyname
{
    font-size: 14px;
    font-weight: bold;
    color: #CFCFCF;
}

.slogan
{
    font-size: 11px;
    font-weight: bold;
    color: #888888;
}

.pageHeader
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14pt;
    color: #CFCFCF;
    height: 30px;
    border-bottom: solid 1px #CFCFCF;
}

.subhead
{
    font-weight: bold;
    color: #AFAFAF;
    height: 30px;
}

/* Agent info */
.agentPhotoBg
{
    background-color: #41413F;
    text-align: center;
}

.agentPhoto
{
    padding: 5px;
    background-color: #878787;
}
.agentNameTop
{
    font-weight: bold;
    color: #A9A9A9;
}
.agentname
{
    font-weight: bold;
    color: #A9A9A9;
}

.agentinfo
{
    color: #A9A9A9;
}

.agentPhotoBg a
{
    color: #A9A9A9;
}

.agentPhotoBg a:hover
{
    color: #A9A9A9;
    text-decoration: underline;
}

.morelink
{
    font: bold 11px tahoma;
    color: #CFCFCF;
    text-decoration: none;
}
.morelink:hover
{
    text-decoration: underline;
}

/* Headerlinks */

.headercell
{
    background: #020202 url(images/header_img.jpg) no-repeat right 0%;
    height: 180px;
}

.maincell
{
    text-align: right;
    vertical-align: top;
}

.headerlinks
{
    padding: 0px 8px 0px 10px;
    border-right: solid 1px #9E9E9E;
}

.headerlinkshover
{
    padding: 0px 8px 0px 10px;
    border-right: solid 1px #AAAAAA;
}

.headerlinks a
{
    color: #9E9E9E;
    font-weight: bold;
    text-decoration: none;
}
.headerlinkshover a
{
    color: #AAAAAA;
    font-weight: bold;
    text-decoration: underline;
}
/* Headerlinks Ends*/

/* Leftlinks */
.leftcell
{
    background: #41413F url(images/bg_left.jpg);
    width: 200px;
    vertical-align: top;
    text-align: left;
}

.leftlinks
{
    background-image: url(images/leftlink.gif);
    width: 200px;
    height: 32px;
    padding-left: 30px;
}

.leftlinkshover
{
    background-image: url(images/leftlink_h.gif);
    width: 200px;
    height: 32px;
    padding-left: 30px;
}

.leftlinks a
{
    font-family: tahoma;
    font-size: 11px;
    color: #A9A9A9;
    text-decoration: none;
}
.leftlinkshover a
{
    font-family: tahoma;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: underline;
}
/* Leftlinks Ends*/

/* Footer Links */
.footerCell
{
    background-color: #3A3A39;
    text-align: center !important;
    padding: 12px;
}

.footerlinks a
{
    font: bold 11px tahoma;
    color: #858585;
    text-decoration: none;
}
.footerlinks a:hover
{
    font: bold 11px tahoma;
    color: #CFCFCF;
    text-decoration: underline;
}

.footerCellTop
{
    height: 25px;
    text-align: center;
    background-color: #CFCFCF;
    color: #3A3A39;
}
.footerCellTop a
{
    color: #3A3A39;
}
.footerCellTop a:hover
{
    color: #3A3A39;
    text-decoration: underline;
}

.bannerbox
{
    text-align: center;
    height: 80px;
    vertical-align: 50%;
}

.copywr
{
    font: 11px tahoma;
    text-align: center;
    height: 30px;
    vertical-align: middle;
    color: #5F5D5D;
}

.copywr a
{
    color: #7B7C7B;
    text-decoration: none;
}
/* Footer Links Ends*/

/* Form Elements */

.formTable
{
    border: solid 1px #575656;
}
.formTable th
{
    background-color: #575656;
    font-size: 10pt;
    height: 22px;
    font-weight: bold;
    color: #CFCFCF;
    padding-left: 5px;
    text-align: left;
}

.formTable td
{
    background-color: #CCCCCC;
    color: #31312F;
}

.formTable .alternateTd
{
    background-color: #EBEBEB;
    color: #31312F;
}

.formTable .tdFooter
{
    background-color: #CFCFCF;
}

.button
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #41413F;
    height: 25px;
    width: auto;
    border: 1px solid #41413F;
}

.select
{
    width: 90%;
}

/* Form Ends */

.capitalise
{
    text-transform: capitalize;
}

.txtBox
{
    border: solid 1px #CCCCCC;
    width: 90%;
}

.alert
{
    color: #FF0000;
}
