/* CSS Document */
body
{
    margin: 0px;
}

.TemplateHeader
{
    background-color: #FFFFFF;
}

.bodyContent
{
    background-color: #fff;
    width: 90%;
}

td, p
{
    font-family: arial;
    font-size: 10pt;
}

a
{
    text-decoration: none;
}

ul
{
    list-style-image: url(images/arrow_red.gif);
}

.homePageContent
{
    padding: 10px;
}
.compDetails
{
    background-color: #F0F0EC;
    height: 47px;
    padding-left: 15px;
}
.companyname
{
    font: bold 16px Verdana;
}

.slogan
{
    font: bold 11px Verdana;
}

.pageHeader
{
    font: bold 14pt arial;
    color: #474747;
    height: 30px;
}

.subhead
{
    font-weight: bold;
    color: #454545;
    height: 30px;
}

.heading
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    height: 26px;
    padding-left: 10px;
}


/* Agent info */
.agentPhotoBg
{
    text-align: center;
}

.agentPhoto
{
    border: solid 1px #000000;
    padding: 5px;
    background-color: #DBEBF8;
}
.agentNameTop
{
    color: #fff;
    font-family: Arial;
    font-size: 10pt;
}
.agentname
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #1B62B2;
}

.agentinfo
{
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
}

.agentPhotoBg a
{
    font-family: Verdana;
    font-size: 11px;
    color: #1B62B2;
}

.agentPhotoBg a:hover
{
    font-family: Verdana;
    font-size: 11px;
    color: #1B62B2;
    text-decoration: underline;
}

.morelink
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #276d87;
    background-image: url(images/arrow_red.gif);
    padding-left: 15px;
    background-repeat: no-repeat;
}
.morelink:hover
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #276d87;
    text-decoration: underline;
}

/* Headerlinks */

.headercell
{
    background-image: url(images/header_bg.gif);
    width: 60%;
}

.maincell
{
    background: url(images/bg_headertop.gif) #fff repeat-y left 0%;
    text-align: right;
    height:40px;
}

.headerlinks
{
    background-image: url(images/toplink.gif);
    background-repeat: no-repeat;
    width: 156px;
    height: 26px;
    text-align: center;
}

.headerlinkshover
{
    background-image: url(images/toplink_h.gif);
    background-repeat: no-repeat;
    width: 156px;
    height: 26px;
    text-align: center;
}

.headerlinks a
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
}
.headerlinkshover a
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
}
/* Headerlinks Ends*/

/* Leftlinks */
.leftcell
{
    width: 190px;
    text-align: left;
    background-image: url(images/leftCell_bg.gif);
}

.leftlinks
{
    background-image: url(images/leftlink.gif);
    width: 189px;
    height: 31px;
    padding-left: 20px;
}

.leftlinkshover
{
    background-image: url(images/leftlink_h.gif);
    width: 189px;
    height: 31px;
    padding-left: 20px;
}

.leftlinks a
{
    font-family: Verdana;
    font-size: 11px;
    color: #fff;
}
.leftlinkshover a
{
    font-family: Verdana;
    font-size: 11px;
    color: #fff;
}
.leftlink_margin
{
    background-image: url(images/leftlink_margin.gif);
    width: 15px; /*background-repeat: repeat-x;*/
}

/* Leftlinks Ends*/

/* Footer Links */
.footerCell
{
    /*	background-color: #DBEBF8;*/
    text-align: center;
    padding: 5px;
}
.footerlinks
{
    font-family: Verdana;
    font-size: 11px;
    color: #1B62B2;
}
.footerlinks a
{
    color: #1B62B2;
}
.footerlinks a:hover
{
    color: #C80A0A;
    text-decoration: underline;
}

.footerCellTop
{
    height: 35px;
    text-align: center;
    background-color: #1B62B2;
    color: #ffffff;
}
.footerCellTop a
{
    font-family: Verdana;
    font-size: 11px;
    color: #ffffff;
}
.footerCellTop a:hover
{
    font-family: Verdana;
    font-size: 11px;
    color: #ffffff;
    text-decoration: underline;
}

.bannerbox
{
    text-align: center;
    height: 80px;
    vertical-align: 50%;
}

.copywr
{
    font-family: Verdana;
    font-size: 11px;
    text-align: center;
    height: 20px;
    vertical-align: 50%;
}

/* Footer Links Ends*/

/* Form Elements */

.formTable
{
    border: solid 1px #71A2D9;
}
.formTable th
{
    background-color: #71A2D9;
    font-size: 10pt;
    height: 22px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 5px;
    text-align: left;
}

.formTable td
{
    background-color: #eee;
}

.formTable .alternateTd
{
    background-color: #fff;
}

.formTable .tdFooter
{
    background-color: #6D68D9;
}

.button
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #1B62B2;
    height: 25px;
    width: auto;
    border: 1px solid #1B62B2;
}

.select
{
    width: 90%;
}

/* Form Ends */

.capitalise
{
    text-transform: capitalize;
}

.txtBox
{
    border: solid 1px #CCCCCC;
    width: 90%;
}

.alert
{
    color: #FF0000;
}
/*by namrata on */
.bannerImage1
{
    background-image: url(images/bannerImage1.gif);
    width: 351px;
    height: 67px;
    text-align: left;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.tdBanner
{
    background-image: url(images/top_banner_2.jpg);
}
.tdBannerImg
{
    background-image: url(images/top_banner_1.jpg);
    height: 187px;
    width: 583px;
}
