﻿body
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;*/ /*background: #E6E6E6;*/ /* IE10 Consumer Preview */ /* IE10 Consumer Preview */ /* IE10 Consumer Preview */ /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #0F89BD 100%); /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #0F89BD 100%); /* Opera */
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #0F89BD 100%); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #0F89BD)); /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #0F89BD 100%); /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #FFFFFF 0%, #0F89BD 100%);
}

#container
{
    width: 1000px;
    margin: 0 auto; /*background-color: Silver;*/ /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E8E8F2 100%); /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E8E8F2 100%); /* Opera */
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #E8E8F2 100%); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E8E8F2)); /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E8E8F2 100%); /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #E8E8F2 100%);
}

#content_wrapper
{
    width: 980px;
    float: left;
    background: #FFF;
    padding: 10px;
}

.header
{
    width: 980px;
    float: left;
    border-top: 1px solid #bfc1c0;
    border-bottom: 1px solid #bfc1c0;
}

a
{
    color: #666666;
}

.logo
{
    float: left;
    padding: 0px;
    margin-left: 7px;
    background: url(../Images/anant-services-logo-png.png) no-repeat;
    display: block;
    width: 103px;
    height: 61px;
    text-indent: -9999px;
    position: relative;
    top: 10px;
}

/* headings
------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    color: #252724;
    font-family: 'Droid Sans' , Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
h1
{
    font-size: 18px;
}
h2
{
    font-size: 17px;
    margin-bottom: 5px;/*added by me*/
}
h3
{
    font-size: 16px;
}
h4
{
    font-size: 15px;
}
h5
{
    font-size: 14px;
}
h6
{
    font-size: 13px;
}

/*******************  NAVIGATION **************/


#navigation
{
    float: right;
    padding-right: 5px; /*padding-top: 5px;*/
    width: 385px;
}

#navigation ul
{
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    list-style-type: none;
    font-weight: bold;
}
#navigation ul li
{
    float: left;
    padding-left: 25px;
    position: relative;
}
#navigation ul li a
{
    color: #676767;
}
#navigation ul li a:hover, #navigation ul li a.active
{
    color: #ff9a2f;
}
#navigation ul li ul
{
    display: none;
    margin: 0px;
    padding: 0px;
}
#navigation ul li:hover ul
{
    position: absolute;
    display: block;
    top: 20px;
    left: 20px;
    right: 0px;
    background: #664801;
}
#navigation ul li:hover ul li
{
    width: 180px;
    text-align: left;
    padding-left: 5px;
    background: #cc6b2a;
    border-bottom: 1px dashed #ffffff;
}
#navigation ul li:hover ul li a
{
    background: none !important;
    margin: 0px;
    color: #ffffff;
    line-height: 40px;
    padding: 0 15px;
}
#navigation ul li:hover ul li:hover
{
    background: #9c9c9c;
    color: #000000;
}

#navigation ul li ul ul
{
    display: none;
    margin: 0px;
    padding: 0px;
}
#navigation ul li:hover ul ul
{
    display: none;
    margin: 0px;
    padding: 0px;
}
#navigation ul li ul li:hover ul
{
    position: absolute;
    top: 0px;
    left: 190px;
    display: block;
    margin: 0px;
}
#navigation ul li ul li:hover ul li
{
    border-bottom: 1px dashed #fff;
    margin: 0px;
    padding: 0px;
    background: #9c9c9c;
}
#navigation ul li ul li:hover ul li a
{
    background: none !important;
    margin: 0px;
    padding: 0px 180px 0px 5px;
    color: #ffffff;
    line-height: 40px;
}
#navigation ul li ul li:hover ul a:hover
{
    background: #cc6b2a;
    color: #ececec;
}

/*******************  drop down **************/
#navigation ul li:hover ul ul ul
{
    display: none;
    margin: 0px;
    padding: 0px;
    background: #000;
}
#navigation ul li:hover ul ul ul
{
    display: none;
    margin: 0px;
    padding: 0px;
    background: #000;
}
#navigation ul li ul li ul li:hover ul
{
    position: absolute;
    top: 0px;
    left: 190px;
    display: block;
    margin: 0px;
}
#navigation ul li ul li ul li:hover ul li
{
    border-bottom: 1px dashed #ffffff;
    margin: 0px;
    padding: 0px;
    background: #cc6b2a;
}


/*******************  NAVIGATION **************/




/*main content*/
#main_content_wrapper
{
    width: 100%;
}
.main_content
{
    width: 940px;
    margin: 0 auto;
    padding: 0;
}
.main_content ul
{
    padding-left: 0px;
    padding-top: 0;
    margin-top: 5px;
    list-style: none;
}
.main_content ul li
{
    line-height: 30px;
    background: url(../images/bullet.jpg) 4px no-repeat;
    padding-left: 20px;
}

.header_right
{
    margin: 25px 14px 0 0;
    float: right;
    width: 680px;
    text-align: right;
}


.followus
{
    width: 80px;
    float: left;
    padding-left: 545px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.facebook
{
    float: left;
    padding: 0px;
    background: url(../images/facebook.png) no-repeat;
    display: block;
    width: 19px;
    height: 17px;
}
.twitter
{
    float: left;
    margin-left: 5px;
    padding-left: 0px;
    background: url(../images/twitter.png) no-repeat;
    display: block;
    width: 17px;
    height: 17px;
}


.heading
{
    padding: 21px 0 0 0px;
    font-size: 25px;
    border-bottom: 0px solid #0067B4;
    color: #0067B4;
}
.breadcrumb
{
    padding: 0px 0 5px 0px; /*background:url(../images/line.png) left no-repeat;*/
}
.breadcrumb a
{
    color: #0067B4;
    text-decoration: none;
}
.breadcrumb a:hover
{
}

#newsticker
{
    padding: 5px 0;
    margin: 0px 0 0px 0;
    padding-left: 0px;
}
#newsticker .head
{
    color: #333333;
    font-size: 13px;
}
#newscontent
{
    margin-left: 0px;
}
#newscroller
{
    float: right;
    width: 855px;
    margin: 0;
    padding: 0;
    height: 17px;
}
#newscroller a
{
    text-decoration: none;
    color: #087ac3;
    text-decoration: none;
}
#newscroller a:hover
{
    text-decoration: underline;
}


/*#latest_news{}
#latest_news .head{ width:95px; float:left; color:#333333; font-size:13px;}
#latest_news .txt{ width:840px;float:left;}
#latest_news .txt a{ color:#087ac3; text-decoration:none;}
#latest_news .txt a:hover{}
*/
.profile
{
    float: left;
    width: 750px;
    height:130px;
}
.services
{
    border-left: 0px solid #E3E3E3;
    padding-left: 10px;
    width: 170px;
    float: right;
    background: url(../images/vr.jpg) no-repeat;
    height:130px;
}
.services ul
{
    padding-left: 0px;
    padding-top: 0;
    margin-top: 5px;
    list-style: none;
}
.services ul li
{
    line-height: 22px;
    background: url(../images/bullet.jpg) 4px no-repeat;
    padding-left: 20px;
}
.services ul li a
{
    color: #ff7500;
    text-decoration: none;
}
.services ul li a:hover
{
    color: #087ac3;
}


.expertise
{
    width: 250px;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}
.whychooseus
{
    width: 500px;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}
.getquote
{
    width: 150px;
    float: right;
    margin-right: 10px;
    margin-bottom: 20px;
}
/*.getquote{width:250px;float:right;margin-bottom:0px; background:#E3E3E3; padding:20px 10px; }*/
.signin
{
    width: 400px;
    margin: 0 auto;
    background: #E3E3E3;
    padding: 40px 10px;
    margin-top: 20px;
}
.register
{
    width: 500px;
    margin: 0 auto;
    background: #E3E3E3;
    padding: 40px 10px;
    margin-top: 20px;
}


hr
{
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #FFF;
    border-left: 0;
    border-right: 0;
    clear: both;
    height: 0;
}
.hr1
{
    background: url(../images/hr1.png) no-repeat;
    width: 100%;
    height: 52px;
}
.clr
{
    clear: both;
}

#footer_wrapper
{
    width: 100%;
    background: #ebebeb url(../Images/footerbg.jpg) repeat-x;
}

.footer_top
{
    width: 100%;
    color: #656565; /*height:121px;*/
}
.footer_top_inner
{
    width: 980px;
    margin: 0 auto;
}
.footer_link
{
    color: #bebebe;
    font-size: 12px;
    text-align: center;
    padding: 27px 0 20px 0;
}
.footer_link a
{
    color: #656565;
    text-decoration: none;
    padding: 0 13px;
}
.footer_link a:hover
{
    text-decoration: underline;
}
.footer_address
{
    color: #666666;
    font-family: 'Droid Sans' , Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 20px 0 35px 0;
}
.sep
{
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #FFFFFF;
}
.home_icon
{
    background: url(../Images/home.jpg) no-repeat;
    width: 18px;
    height: 18px;
    float: left;
}
.home_icon_txt
{
    float: left;
    width: 605px;
    padding: 3px 0 0 5px;
}
.contact_icon
{
    background: url(../Images/contact.jpg) no-repeat;
    width: 18px;
    height: 18px;
    float: left;
}
.email_icon
{
    background: url(../Images/email.jpg) no-repeat;
    width: 18px;
    height: 18px;
    float: left;
}
.email_icon_txt
{
    float: left;
    width: 100px;
    padding: 3px 0 0 5px;
}
.email_icon_txt a
{
    color: #666666;
    text-decoration: none;
}
.email_icon_txt a:hover
{
    text-decoration: underline;
}
.sep
{
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #FFFFFF;
}

.footer_bottom
{
    font-size: 11px;
    color: #7a7a7a;
    width: 100%;
    height: 38px;
    background: #1F1F1F url(../images/footer_bottom_bg.jpg) repeat-x;
}
.footer_bottom_inner
{
    width: 980px;
    margin: 0 auto;
    padding: 14px 0px 0px 0px;
}
.copyright
{
    width: 300px;
    float: left;
}
.jovial
{
    width: 200px;
    float: right;
    text-decoration: none;
}
.jovial a
{
    color: #7a7a7a;
    text-decoration: underline;
}

.contact_icon_txt
{
    float: left;
    width: 115px;
    padding: 3px 0 0 5px;
}



#navlist li
{
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}



#innerpage-rightcontent
{
    width: 990px;
    height: auto;
    float: right;
    margin: auto 0px;
    padding: 0px;
    padding-left: 8px;
    margin-left: 5px;
    border-left: 1px #CCCCCC;
    background-color: #FFFFFF;
}


.page-title
{
    color: #666666;
    font-size: 17px;
    font-weight: bold;
    margin: auto 0px;
    height: 25px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
    margin-top: 0px;
}

.tble_tr
{
    background-color: #eeeeee;
    font-size: 12px;
    width: 400px;
}

.tble_td
{
    background-color: #FFFFFF;
    padding-left: 5px;
}

.page-title
{
    color: #666666;
    font-size: 17px;
    font-weight: bold;
    margin: auto 0px;
    height: 25px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
    margin-top: 0px;
}

.clear-div
{
    clear: both;
}

.lft_flt
{
    float: left;
}

.lft_dep_info_containerrgt
{
    float: left;
    width: 200px;
    margin-left: 35px;
}

.right_panel
{
    float: left;
    width: 221px;
    margin-left: 6px;
    padding-top: 33px;
}
.accordion
{
    margin: 0;
    clear: both;
}

.lft_dep_info_container
{
    float: left; 
    /*width: 400px;*/
}


.page-title
{
    color: #666666;
    font-size: 17px;
    font-weight: bold;
    margin: auto 0px;
    height: 25px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
    margin-top: 0px;
}

.heading-text
{
    font-size: 12px;
    margin: auto 0px;
    padding: 0px;
    font-weight: bold;
    color: #ff9933;
}
