@charset "utf-8";

.background {
    background-image: url(images/background.jpg);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    margin: 0px 0px 30px 0px;
}
.navigation {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #5e5d5d;
    text-align: center;
}
.navigation a {
    background-image: url(images/button_bg_normal.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #5e5d5d;
    width: 85px;
    height: 21px;
    display: block;
    padding-top: 5px;
    text-decoration: none;
}
.navigation a:hover {
    background-image: url(images/button_bg_hover.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #FFFFFF;
    width: 85px;
    height: 21px;
    display: block;
    padding-top: 5px;
    text-decoration: none;
}
.navigation_active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #5e5d5d;
    text-align: center;
}
.navigation_active a {
    background-image: url(images/button_bg_hover.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #FFFFFF;
    width: 85px;
    height: 21px;
    display: block;
    padding-top: 5px;
    text-decoration: none;
}
.navigation_active a:hover {
    background-image: url(images/button_bg_hover.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #FFFFFF;
    width: 85px;
    height: 21px;
    display: block;
    padding-top: 5px;
    text-decoration: none;
}
.contbox_top_bg {
    background-image: url(images/contbox_top_bg.jpg);
    background-repeat: repeat-x;
}
.contbox_bott_bg {
    background-image: url(images/contbox_bottom_bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}
.contbox_left_bg {
    background-image: url(images/contbox_left_bg.jpg);
    background-repeat: repeat-y;
}
.contbox_right_bg {
    background-image: url(images/contbox_right_bg.jpg);
    background-repeat: repeat-y;
    background-position: right;
}
.empbox_top_bg {
    background-image: url(images/empbox_top_bg.jpg);
    background-repeat: repeat-x;
    background-color: #f1e7ce;
}
.empbox_bott_bg {
    background-image: url(images/empbox_bott_bg.jpg);
    background-repeat: repeat-x;
}
.empbox_right_bg {
    background-image: url(images/empbox_right_bg.jpg);
    background-repeat: repeat-y;
}
.empbox_left_bg {
    background-image: url(images/empbox_left_bg.jpg);
    background-repeat: repeat-y;
    background-color: #f1e7ce;
}
.jsbox_top_bg {
    background-image: url(images/jsbox_top_bg.jpg);
    background-repeat: repeat-x;
}
.jsbox_bott_bg {
    background-image: url(images/jsbox_bott_bg.jpg);
    background-repeat: repeat-x;
}
.jsbox_right_bg {
    background-image: url(images/jsbox_right_bg.jpg);
    background-repeat: repeat-y;
}
.jsbox_left_bg {
    background-image: url(images/jsbox_left_bg.jpg);
    background-repeat: repeat-y;
    background-color: #f9d6d7;
}
.searchbox_top_bg {
    background-image: url(images/searchbox_top_bg.jpg);
    background-repeat: repeat-x;
    background-color: #E1F1CA;
}
.searchbox_bott_bg {
    background-image: url(images/searchbox_bott_bg.jpg);
    background-repeat: repeat-x;
}
.searchbox_left_bg {
    background-image: url(images/searchbox_left_bg.jpg);
    background-repeat: repeat-y;
}
.searchbox_right_bg {
    background-image: url(images/searchbox_right_bg.jpg);
    background-repeat: repeat-y;
}
.heading_1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #343434;
}
.heading_2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #343434;
    border-bottom: 1px solid #343434;
    padding-bottom: 2px;
}
.heading_3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #cf0c15;
    border-bottom: 1px solid #cf0c15;
    padding-bottom: 2px;
}

.heading_4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #50a723;
   /* color: #CC0607;  */
    border-bottom: 1px solid #50a723;
    padding-bottom: 2px;
}
.heading_4_1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000000;
   /* color: #CC0607;  */

    padding-bottom: 2px;
}
.sub_heading_1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #835509;
    TEXT-DECORATION: none;
}


.sub_heading_1 a {
    text-decoration: none;
}

.sub_heading_1:hover
{
    TEXT-DECORATION: underline;
}




.field_txt_1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6d6d6d;
    padding-left: 5px;
}
.field_txt_2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding-left: 5px;
}
.link_1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #d78602;
}
.link_1 a {
    color: #d78602;
}
.link_1 a:hover {
    color: #d4252d;
}
.txt_1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #484848;
    text-align: justify;
}
.txt_2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #484848;
    text-align: left;
}
.txt_3 {
    font-family: Tahoma;
    font-size: 20px;
    font-weight: bold;
    color: #2c2c2c;
}
.txt_4 {
    font-family: Tahoma;
    font-size: 14px;
    color: #262626;
}
.txt_4 a {
    color: #262626;
    text-decoration: none;
}
.txt_4 a:hover {
    color: #ab7720;
    text-decoration: underline;
}
.txt_5 {
    font-family: Tahoma;
    font-size: 25px;
    font-weight: bold;
    color: #ab7720;
}
.txt_6 {
    font-family: Tahoma;
    font-size: 25px;
    font-weight: bold;
    color: #c8343a;
}
.txt_7 {
    font-family: Tahoma;
    font-size: 14px;
    color: #262626;
}
.txt_7 a {
    color: #262626;
      text-decoration: none;
}
.txt_7 a:hover {
    color: #c8343a;
    text-decoration: underline;
}
.lpbox_top_bg {
    background-image: url(images/lpbox_top_bg.jpg);
    background-repeat: repeat-x;
}
.lpbox_bottom_bg {
    background-image: url(images/lpbox_bott_bg.jpg);
    background-repeat: repeat-x;
}
.lpbox_cont_bg {
    background-color: #f5f5f5;
    border-left: 1px solid #e5bf80;
    border-right: 1px solid #e5bf80;
}
.lp_txt {
    background-image: url(images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #52504d;
    padding-left: 15px;
    padding-bottom: 5px;
    text-decoration: none;
}

.lp_txt a {
    color: #52504d;
    text-decoration: none;
}
.lp_txt a:hover {
    color: #c8343a;
}

.link_2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #9c6101;
}
.link_2 a {
    color: #9c6101;
}
.link_2 a:hover {
    color: #9c6101;
    text-decoration: underline;
}
.footer_txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #484747;
    line-height: 18px;
}
.footer_txt a {
    color: #484747;
    text-decoration:none;
}
.footer_txt a:hover {
    color: #db4a51;
    text-decoration:none;
}
.txt_8 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #353535;
}
.link_3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #d52830;

}
.link_3 a {
    color: #d52830;
    text-decoration: none;
}
.link_3 a:hover {
    color: #d52830;
    text-decoration: none;
}
.mytd
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 5px;
    text-decoration:none;

}

.mytd_head
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 5px;
    background-image: url(images/lpbox_top_bg.jpg);
    background-repeat: repeat-x;
    border-bottom: 1px solid #000000;

}

.tblheader
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana;
    FONT-WEIGHT: bolder;
    BACKGROUND-COLOR: #F4B851;
    border-bottom:1px solid #000000;
}

.textbox
{
    BORDER-RIGHT: #868686 1px solid;
    BORDER-TOP: #868686 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #868686 1px solid;
    BORDER-BOTTOM: #868686 1px solid;
    FONT-FAMILY: Verdana
}
.sreg
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 5px;

}

.heading_5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #c8343a;
    padding-left: 1px;
    background-image: url(images/lpbox_top_bg.jpg);
    background-repeat: repeat-x;
    /*border-bottom: 1px solid #000000;*/

}
.sreg_head
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana;
    FONT-WEIGHT: bolder;
    COLOR: #19688D
}
.s_alert
{
    text-align: center;
    font-family: Tahoma;
    font-size: 11px;
    color: #EF5A16;
    font-weight: bold;
}

.lpbox_cont_bg_1 {
    background-color: #f5f5f5;
    border-left: 1px solid #d79fa1;
    border-right: 1px solid #d79fa1;
}
.lpbox_bottom_bg_1 {
    background-image: url(images/lpbox_bott_bg_1.jpg);
    background-repeat: repeat-x;
}
.lpbox_top_bg_1 {
    background-image: url(images/lpbox_top_bg_1.jpg);
    background-repeat: repeat-x;
}

.lp_txt_1 {
    background-image: url(images/bullet_1.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #52504d;
    padding-left: 15px;
    padding-bottom: 5px;
    text-decoration: none;
}
.lp_txt_1 a {
    color: #52504d;
    text-decoration: none;
}
.lp_txt_1 a:hover {
    color: #c8343a;
}
.mybutton
{
    BORDER-RIGHT: #FA7E85 1px solid;
    BORDER-TOP: #FA7E85 1px solid;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #FA7E85 1px solid;
    border-top: #FA7E85 1px solid;
    border-right: #FA7E85 1px solid;
    COLOR: white;
    BORDER-BOTTOM: #FA7E85 1px solid;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #FA7E85;
    TEXT-DECORATION: none
}

.mybutton1
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #F1E7CE;
    TEXT-DECORATION: none
}
.seektable
{
    BORDER-RIGHT: #FA848A 1px solid;
    BORDER-TOP: #FA848A 1px solid;
    BORDER-LEFT: #FA848A 1px solid;
    BORDER-BOTTOM: #FA848A 1px solid;
}
.emptable
{
    BORDER-RIGHT: #E5BF81 2px solid;
    BORDER-TOP: #E5BF81  2px solid;
    BORDER-LEFT: #E5BF81  2px solid;
    BORDER-BOTTOM: #E5BF81  2px solid;
}
.myth {
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 2px;
    background-color:#FB7E86;
    height:8px;
    border-style:none;
}
.myth1{
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    padding-left: 2px;
    background-color:#F1E7CE;
    height:9px;
    border-style:none;
}








.lpbox_top_bg_2 {
    background-image: url(images/lpbox_top_bg_2.jpg);
    background-repeat: repeat-x;
}
.lpbox_bott_bg_2 {
    background-image: url(images/lpbox_bott_bg_2.jpg);
    background-repeat: repeat-x;
}
.lpbox_cont_bg_2 {
    background-color: #f5f5f5;
    border-left: 1px solid #e8a9ac;
    border-right: 1px solid #e8a9ac;
}

.all_anc
{
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    COLOR: #F39301;
    FONT-FAMILY: Verdana;
    font-weight: bold;
    TEXT-DECORATION: none;
}
.all_anc:hover
{
    COLOR: #FF0000;
    TEXT-DECORATION: underline;
}
.mytd a
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #FF5E27;
    padding-left: 2px;
    border-style:none;
    text-decoration:none;
}
.mytd a:hover 
{
    font-family: Tahoma;
    font-size: 11px;
    color: #FF5E27;
    padding-left:2px;
    text-decoration:none;
    border-style:none;
}
.seek_td
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana;
    FONT-WEIGHT: bolder;
    COLOR: #3E3E3E
}
.seek_td1
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana;
    FONT-WEIGHT: normal;
    COLOR: #3E3E3E
}

.emp_anc
{
    FONT-SIZE: 20px;
    FONT-WEIGHT: normal;
    COLOR: #F39301;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}



.emp_anc:hover
{
 color:#FF0000;
}


.link_4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #d78602;
    TEXT-DECORATION: none;
}
.link_4 a {
    color: #d78602;
    TEXT-DECORATION: none;
}
.link_4 a:hover {
    color: #d4252d;
    TEXT-DECORATION: underline;
}


.navigation_1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #5e5d5d;
    text-align: center;
}
.navigation_1 a {
    background-image: url(images/button_bg_normal_1.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #5e5d5d;
    width: 133px;
    height: 21px;
    display: block;
    padding-top: 5px;
    text-decoration:none;
}
.navigation_1 a:hover {
    background-image: url(images/button_bg_hover_1.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #FFFFFF;
    width: 133px;
    height: 21px;
    display: block;
    padding-top: 5px;
    text-decoration:none;
}



.navigation_1_active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #5e5d5d;
    text-align: center;

}
.navigation_1_active a {
    background-image: url(images/button_bg_hover_1.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #FFFFFF;
    width: 133px;
    height: 21px;
    display: block;
    padding-top: 5px;
    text-decoration:none;
}
.navigation_1_active a:hover {
    background-image: url(images/button_bg_hover_1.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #FFFFFF;
    width: 133px;
    height: 21px;
    display: block;
    padding-top: 5px;
    text-decoration:none;
}


.mytd_largetext {
    font-family: Tahoma;
    font-size: 16px;
    font-weight:bold;
    color: #606060;
    padding-left: 2px;
}
.mytd_miduamlargetext {
    font-family: Tahoma;
    font-size: 13px;
    font-weight:bold;
    color: #606060;
    padding-left: 2px;
}



.title {
    background-color: #f1e7ce;
    border-bottom: 1px solid #e3c080;
    border-top: 1px solid #e3c080;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color:#333333;
    padding: 5px 0px 5px 15px;
    text-align: left;
}

.title_1 {
    background-color: #FAD6D8;
    border-bottom: 1px solid #e3c080;
    border-top: 1px solid #e3c080;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color:#333333;
    padding: 5px 0px 5px 15px;
    text-align: left;
}
.mytd2 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color:#484848;
    text-align: left;
}

.heading_6 {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 18px;
   color: #343434;
}

.title_3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color:#333333;
    padding: 15px 0px 0px 0px;
    text-align: left;
}



.link_5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #9c6101;
}
.link_5 a {
    color: #9c6101;
    text-decoration: none;
}
.link_5 a:hover {
    color: #CC3300;
    text-decoration: underline;
}


.txt_9 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #484848;
    text-align: center;
}