/*Body Css Start*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
.h1 
{ font: 16px font-family:Arial, Helvetica, sans-serif; color: #1E3D6C; font-weight: bold }
.h2 
{ font: 14px font-family:Arial, Helvetica, sans-serif; color: #1E3D6C; font-weight: bold }
.h3 
{ font: 14px font-family:Arial, Helvetica, sans-serif; color: #1E3D6C; font-weight: bold }
.h4 
{ font: 14px font-family:Arial, Helvetica, sans-serif; color: #1E3D6C; font-weight: bold }
.h5 
{ font: 14px font-family:Arial, Helvetica, sans-serif; color: #1E3D6C; font-weight: bold }
.h6 
{ font: 14px font-family:Arial, Helvetica, sans-serif; color: #1E3D6C; font-weight: bold }
.h7 
{ font: 14px font-family:Arial, Helvetica, sans-serif; color: #1E3D6C; font-weight: bold }

html,body{ margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#000; background:url(../images/bkg.jpg);}
*{ margin:0px; padding:0px;}
img{ border:none;}
.maintable{ background:#fff;}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/

/*header Css Start*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
.toplink{ background:url(../images/topbg.gif) left top repeat-x; padding-right:20px;}
.toplink a{ text-decoration:none; color:#000; padding:0 5px;}
.toplink a:hover{ text-decoration:underline;}
.banner{ font-size:2px;}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/


/*Menu Css Start*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
.menu{ background:url(../images/menubg.gif) left top repeat-x;}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/

/*Middle Css Start*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
.homeimges{ padding-right:10px; padding-bottom:8px;}
.home h1{ font-size:16px; color:#08181e; border-bottom:solid 1px #000; float:left; width:349px; padding-bottom:3px; margin-bottom:5px;}
.home p{ padding:8px 0px 0px 0px; text-align:justify; line-height:16px;}

.INDEXimges{ padding-right:10px; padding-bottom:8px;}
.INDEX h1{ font-size:16px; color:#08181e; border-bottom:solid 1px #000; width:349px; padding-bottom:3px; margin-bottom:5px;}
.INDEX p{ line-height:16px;}

.shadowbg{ background:url(../images/shadowbg.jpg) right bottom no-repeat;  height:200px; width:23px;}
.bgline{ background:url(../images/bgline.jpg) right top repeat-y;}
.rightgreen{ background:#6889BF url(../images/right-green-bg.jpg) left top repeat-x;}
.greencurve{ background:url(../images/green-curve.gif) right top no-repeat;}
.get{ font-size:14px; font-weight:bold; color:#f2f083; padding-left:20px;}
.greencor{ background:url(../images/gogreen.gif) left top repeat-y;}
.grebtopcor{ background:url(../images/greentopcor.gif) right top no-repeat;}
.gotext{ padding-left:20px; line-height:16px; color:#fff;}
.bottomline{ background:url(../images/backbg.gif) left bottom no-repeat;}
.secondbox{ background:#153469; border:solid 1px #D7C768;}
.question{ font-size:14px; font-weight:bold; color:#f2f083;}
.name{ color:#fff;}
.textf{ border:none; background:#e1d9d9; width:150px; height:13px; padding:2px 0px 2px 4px; font-size:12px; line-height:16px;}
.textsel{ border:none; background:#e1d9d9; width:170px; height:20px; padding:2px 0px 2px 4px; font-size:12px; line-height:16px;}
.multibox{ width:225px; border:none;background:#e1d9d9; height:80px; padding:4px; font-size:11px; }
.Textbox3, textarea { border: 1px solid #333333; width: 300px;}
.redtext{ color:#CC0000; font-size:13px;}
.bluetext{ color:#073881; font-size:15px;}
.linktext:link{ color:#21479C; text-decoration:underline; font-size:13px;}
.linktext:active{ text-decoration:none; text-decoration:underline; color:#21479C;}
.linktext:visited{ text-decoration:none; color:#21479C;}
.linktext:hover{ text-decoration:none; color:#21479C;}

.mlinktext:link{ color:#21479C; text-decoration:underline; font-size:11px;}
.mlinktext:active{ text-decoration:none; text-decoration:underline; color:#21479C;}
.mlinktext:visited{ text-decoration:none; color:#21479C;}
.mlinktext:hover{ text-decoration:none; color:#21479C;}


.sitlink:link{ color:#005594; text-decoration:none; font-size:16px;}
.sitlink:active{ text-decoration:none; text-decoration:underline; color:#005594;}
.sitlink:visited{ text-decoration:none; color:#005594;}
.sitlink:hover{ text-decoration:underline; color:#005594;}

.seotext2 { font: 11px arial, sans-serif; color: #717271; font-weight: regular;}
.seotext { font: 10px arial, sans-serif; color: #717271; font-weight: regular;}
.seo:link { font: 10px arial, sans-serif; color: #717271; font-weight: regular; text-decoration: none; cursor: default;}
.seo:active { font: 10px arial, sans-serif; color: #717271;font-weight: regular; text-decoration: none; cursor: default;}
.seo:visited { font: 10px arial, sans-serif; color: #717271; font-weight: regular; text-decoration: none; cursor: default;}
.seo:hover { font: 10px arial, sans-serif; color: #717271; font-weight: regular; text-decoration: underline; cursor: default;}

.button {
    padding: 5px 10px;
    display: inline;
    background: #777 url(button.png) repeat-x bottom;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #666;
    }
.button:hover {
    background-position: 0 -48px;
    }
.button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
    }
.button.red { background-color: #e50000; }
.button.purple { background-color: #9400bf; }
.button.green { background-color: #58aa00; }
.button.orange { background-color: #ff9c00; }
.button.blue { background-color: #2c6da0; }
.button.black { background-color: #333; }
.button.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }
.button.small { font-size: 75%; padding: 3px 7px; }
.button.small:hover { background-position: 0 -50px; }
.button.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.button.large { font-size: 125%; padding: 7px 12px; }
.button.large:hover { background-position: 0 -35px; }
.button.large:active { padding: 8px 12px 6px; background-position: 0 top; }


.box{ background:#FFF; border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; #204366; color:#061C33; padding:8px 8px 8px 8px; font-size:13px;}

.news{ background:#E4E5E7; border:dashed 1px #7187AE; padding:8px 8px 8px 8px; font-size:11px; color:#333;}
.testimonial{ background:#DAE0EE; border:dashed 1px #5472B5; padding:8px 8px 8px 8px; font-size:11px; color:#333;}
.story{ background:#efefef; border:dashed 1px #cccccc; padding:12px 12px 12px 12px; font-size:13px; color:#333;}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/

/*footer Css Start*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
.footergreen{ background:url(../images/footer-green.jpg) left top repeat-x; color:#fff;}
.footershadow{ background:url(../images/footer-top-shadow.jpg) left top repeat-x; font-size:11px; color:#333;}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/

