﻿@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI",Arial, "Helvetica Neue", Helvetica, Sans-serif;
    font-size: 12px;
    color: #595959;
    height: 100%;
    width: 100%;
}

input, textarea, select {
    font-family: inherit;
    color: inherit;
}


img, img a, img a:hover {
    border: none;
}

.clear {
    clear: both;
}

*:focus {
    outline: 0;
}



/*-----Header-----*/

#_header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 125px;
    border-bottom: #eeeeee solid 5px;
}

#header {
    margin: 0 auto;
    padding: 0;
    width: 1024px;
    height: 125px;
    position: relative;
}

#logo {
    width: 178px;
    height: 87px;
    position: absolute;
    top: 28px;
    left: 10px;
}

#navigation {
    width: 650px;
    height: 50px;
    position: absolute;
    top: 75px;
    left: 198px;
}

#   icklinks-top {
    width: 375px;
    height: 35px;
    position: absolute;
    top: 15px;
    right: 10px;
}

#guided-search {
    width: 200px;
    height: 35px;
    position: absolute;
    top: 55px;
    right: 10px;
}

#social-networking{
    width: 39px;
    height: 205px;
    top: 125px;
    right: 0;
    position: fixed;    
    z-index: 99;
}

.search-box {
    margin: 8px 0 0 0;
    padding: 0 30px 0 5px;
    width: 163px;
    height: 25px;
    border: 1px solid #0093d2;
    display: block;
    border-radius: 5px;
    position: relative;
}

.search-button a {
    width: 29px;
    height: 25px;
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    background-image: url(Images/Search-a.png);
}

    .search-button a:hover {
        background-image: url(Images/Search-a-h.png);
    }

input[type='text']::-ms-clear {
    display: none;
}

/*-----Header-----*/



/*-----Quicklinks-Menu-----*/

ul#ql-menu {
    margin: 0;
    padding-top: 10px;
    width: 375px;
    font-size: 14px !important;
   /* color: #858585 !important;*/
    text-align: right;
    float:right;
}

    ul#ql-menu > li {
        list-style-type: none;
        display: inline-block;
        position: relative;
        background-color: #FFFFFF;
        display: inline-block;
        border: 1px solid #FFFFFF;
        padding: 5px 10px;
    }

    ul#ql-menu li a {
        color: inherit;
        text-decoration: none;
    }

    ul#ql-menu li:hover {
        color: #0d77ad;
    }

    ul#ql-menu > li:first-child:hover {
        color: #0d77ad;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-top: 1px solid #ececec;
        border-left: 1px solid #ececec;
        border-right: 1px solid #ececec;
        background-color: #FFFFFF;
    }

    ul#ql-menu > li:last-child a {
        padding-right: 0 !important;
    }

    ul#ql-menu > li > ul.sub-menu {
        display: none;
        position: absolute;
        top: 30px;
        right: -1px;
        width: 100px;
        background-color: #FFFFFF;
        text-align: left !important;
        border-radius: 5px;
        border: 1px solid #ececec;
        z-index: 12;
        list-style-type: none;
        padding: 10px 10px 10px 15px;
    }

        ul#ql-menu > li > ul.sub-menu > li {
            color: #858585 !important;
            line-height: 30px;
        }

            ul#ql-menu > li > ul.sub-menu > li:hover {
                color: #0d77ad !important;
            }

    ul#ql-menu li:hover ul.sub-menu {
        display: block;
    }


/*-----Quicklinks-Menu-----*/




/*----- Social Networking Links-----*/

.fixedSocialIcon {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    font-weight: normal;
    height: 182px;
    position: fixed;
    right: 0;
    top: 162px;
    width: 34px;
    z-index: 9999;
}

    .fixedSocialIcon ul li {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: none repeat scroll 0 0 #FFFFFF;
        height: 24px;
        line-height: 24px;
        padding: 4px;
        position: absolute;
        width: 100px;
        border: 1px solid #FFF;
    }

        .fixedSocialIcon ul li.hover {
            border: 1px solid #C2C2C2;
        }

        .fixedSocialIcon ul li a {
            color: #333333;
            float: left;
            text-decoration: none;
            width: 100%;
        }

            .fixedSocialIcon ul li a span {
             
                display: block;
                float: left;
                height: 24px;
                margin-right: 5px;
                width: 24px;
            }

        .fixedSocialIcon ul li.twitter a span {
            background-position: 0 -31px;
        }

        .fixedSocialIcon ul li.googlePlus a span {
            background-position: 0 -63px;
        }

        .fixedSocialIcon ul li.linkedin a span {
            background-position: 0 -97px;
        }

        .fixedSocialIcon ul li.youtube a span {
            background-position: 0 -131px;
        }

        .fixedSocialIcon ul li.facebook {
            top: 6px;
        }

        .fixedSocialIcon ul li.twitter {
            top: 40px;
        }

        .fixedSocialIcon ul li.googlePlus {
            top: 74px;
        }

        .fixedSocialIcon ul li.linkedin {
            top: 108px;
        }

        .fixedSocialIcon ul li.youtube {
            top: 142px;
        }


/*----- Social Networking Links-----*/



/*-----Main Menu-----*/
#menu {
    margin: 4px 0 0 40px;
    padding: 0;
    height: 50px;
    list-style: none;
}

    #menu > li {
        float: left;
        display: block;
        text-align: center;
        position: relative;
        padding: 4px 7px;
        /*margin-right: 20px;*/
        margin-right: 30px;
        margin-top: 7px;
        border: none;
    }

        #menu > li:hover {
            padding: 4px 7px;
        }

        #menu > li > a {
            font-size: 17px !important;
            color: #cf0a0a !important;
            display: block;
            outline: 0;
            text-decoration: none;
        }

        #menu > li:hover > a {
            color: #383838 !important;
        }

        #menu > li .drop {
            padding: 0 2px 3px 2px;
        }

        #menu > li:hover .drop {
            border-bottom: 2px solid #8F8F8F;
        }

.drop > span {
    padding: 0 0 30px 0;
}

.dropdown_4columns,
.dropdown_3columns,
.dropdown_2columns,
.dropdown_1columns {
    margin: 12px auto;
    float: left;
    position: absolute;
    /*position: fixed; /*Jay wanted it*/
    left: -999em;
    text-align: left;
    padding: 10px 5px 18px 5px;
    border-bottom: 3px solid #000000;
    background: #232323;
    opacity: 0.9;
    z-index: 4;
}

.dropdown_4columns {
    width: 220px;
    /*height: 300px;*/ /*Jay wanted a fixed width and height*/
}

.dropdown_3columns {
    width: 260px;
    /*height: 300px;*/ /*Jay wanted a fixed width and height*/
}

.dropdown_2columns {
    /*width: 450px;*/
    width: 325px; /*Jay wanted a fixed width and height*/
    /*height: 300px;*/ /*Jay wanted a fixed width and height*/
}

.dropdown_1columns {
    /*width: 400px;*/
    width: 280px; /*Jay wanted a fixed width and height*/
    /*height: 300px;*/ /*Jay wanted a fixed width and height*/
}

#menu > li:hover .dropdown_4columns,
#menu > li:hover .dropdown_3columns,
#menu > li:hover .dropdown_2columns,
#menu > li:hover .dropdown_1columns {
    /*position: fixed; /*added*/ /*Jay wanted it*/
    left: -10px;
    /*left: 8%;*/ /*added*/ /*Jay wanted it*/
    right: 0; /*added*/ /*Jay wanted it*/
    top: auto;
}

.submenu {
    font-size: 14px !important;
    margin: 0;
    padding: 0;
    list-style-image: url('Images/Menu-Icon.png') !important;
}

    .submenu > li {
        list-style-type: none;
        float: left;
        margin: 10px 25px 10px 35px;
        color: #ffffff !important;
    }

    .submenu li a {
        text-decoration: none;
        color: #FFF !important;
    }

        .submenu li a:hover {
            color: #03deff !important;
        }

    .submenu > li > ul > li {
        list-style-type: none;
        margin: 5px 0 0 -15px;
    }

        .submenu > li > ul > li > ul > li {
            list-style-type: none;
            margin: 5px 0 0 -15px;
        }

/*-----Main Menu-----*/



/*-----Slider-----*/

#slider-wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 325px;
}

/*-----Slider-----*/



/*-----Slider Ralted Css-----*/

.slider {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    overflow: auto;
    text-align: center;
}

    .slider ul {
        list-style: none;
        width: 300%;
        padding: 0 !important;
        margin: 0 !important;
    }

        .slider ul li {
            display: block;
            float: left;
            height: 325px;
            -moz-background-size: 100% 100%;
            -o-background-size: 100% 100%;
            -ms-background-size: 100% 100%;
        }

    .slider .dots {
        position: absolute;
        right: 250px;
        bottom: 12px;
    }

        .slider .dots li {
            display: inline-block;
            width: 9px;
            height: 9px;
            margin: 0 3px;
            text-indent: -999em;
            background: #FFF;
            cursor: pointer;
            -webkit-transition: background .5s, opacity .5s;
            -moz-transition: background .5s, opacity .5s;
            transition: background .5s, opacity .5s;
        }

            .slider .dots li.active {
                background: #ff5c36;
                opacity: 1;
            }

.centering {
    margin: 0 auto;
    padding: 0;
    width: 1024px;
    height: 325px;
    position: relative;
    background-color: transparent;
}

.learnmore-s5 a {
    width: 115px;
    height: 30px;
    display: block;
    text-decoration: none;
    line-height: 30px;
    color: #FFF !important;
    font-size: 13px !important;
    font-style: italic;
    position: absolute;
    z-index: 3;
    top: 210px;
    right: 32px;
    background-color: #4c74b9;
}

.learnmore-s5 a:hover {
        background-color: #325ca3;
    }

.learnmore-s4 a {
    width: 115px;
    height: 30px;
    display: block;
    text-decoration: none;
    line-height: 30px;
    color: #FFF !important;
    font-size: 13px !important;
    font-style: italic;
    position: absolute;
    z-index: 3;
    top: 210px;
    right: 32px;
    background-color: #f78f50;
}

    .learnmore-s4 a:hover {
        background-color: #e9722b;
    }

.learnmore-s3 a {
    width: 115px;
    height: 30px;
    display: block;
    text-decoration: none;
    line-height: 30px;
    color: #FFF !important;
    font-size: 13px !important;
    font-style: italic;
    position: absolute;
    z-index: 3;
    top: 175px;
    left: 350px;
    background-color: #30952f;
}

    .learnmore-s3 a:hover {
        background-color: #207e1f;
    }

.learnmore-s2 a {
    width: 115px;
    height: 30px;
    display: block;
    text-decoration: none;
    line-height: 30px;
    color: #FFF !important;
    font-size: 13px !important;
    font-style: italic;
    position: absolute;
    z-index: 3;
    top: 182px;
    right: 28px;
    background-color: #3867b8;
}

    .learnmore-s2 a:hover {
        background-color: #2554a5;
    }


.learnmore-s1 a {
    width: 115px;
    height: 30px;
    display: block;
    text-decoration: none;
    line-height: 30px;
    color: #FFF !important;
    font-size: 13px !important;
    font-style: italic;
    position: absolute;
    z-index: 3;
    top: 150px;
    right: 250px;
    background-color: #0ac8ca;
}

    .learnmore-s1 a:hover {
        background-color: #3c3c3c;
    }


/*-----Slider Ralted Css-----*/


/*-----Content-----*/

#_content {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 1024px;
}

#cw-left {
    margin: 0 10px;
    padding: 0;
    width: 614px;
    float: left;
}

#cw-right {
    margin: 0 10px 0 0;
    padding: 0;
    width: 380px;
    height: 325px; /*Modified for social icons placing */
    float: right;
}

h1 {
    margin: 0;
    padding: 10px;
    font-weight: normal;
    font-size: 20px !important;
    color: #4970b1 !important;
    text-align: left;
}


#cw-left p {
    margin: 0;
    padding: 10px;
    font-size: 13px !important;
    line-height: 18px;
    text-align: justify;
}

.job-bullets {
    margin: 0 0 0 30px;
    padding: 7px 12px;
    font-size: 13px !important;
    color: #646567 !important;
    text-align: justify;
    line-height: 20px;
    font-weight: normal;
}

    .job-bullets li {
        list-style-image: url(/Css/Images/Bullet.jpg);
        vertical-align: text-top;
        padding-left: 5px;
    }

        .job-bullets li a {
            text-decoration: none;
            color: #0093d2;
        }

            .job-bullets li a:hover {
                color: #00d036;
            }

        .job-bullets li ul {
            margin: 3px 0 15px -15px;
        }

            .job-bullets li ul li {
                list-style-image: url(/Css/Images/SubBullet.jpg);
                vertical-align: text-top;
                padding-left: 5px;
            }
.clickhere-button{
	margin:0;
	padding:0;	
	float:right;
}

.job-border {
    margin: 20px 0 0 0;
    padding: 0;
    width: 664px;
    height: auto;
    float: left;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.job-border h1 {
        margin: 0;
        padding: 0 0 0 15px;
        width: 255px;
        height: 35px;
        line-height: 35px;
        color: #FFF !important;
        font-size: 16px !important;
        background-color: #0379a9;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }


    .job-border p {
        margin: 0;
        padding: 5px 12px;
        font-size: 9.4pt !important;
        color: #646567 !important;
        text-align: left !important;
        font-weight: normal;
        line-height: 19px;
    }

        .job-border a {
            margin: 0;
            padding: 5px 0 0 0;
            font-style: italic;
            color: #0066cc;
            text-decoration: none;
            //float: right;
        }

            .job-border p a:hover {
                color: #90b000;
            }







.borderclass {
    margin: 20px auto 5px auto;
    padding: 0;
    width: 90%;
    height: 1px;
    background-color: #dedede !important;
}




#cw-middle {
    margin: 0 10px;
    padding: 0;
    width: 512px;
    height: 280px;
    float: left;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    #cw-middle h1 {
        margin: 0;
        padding: 0 0 0 15px;
        width: 499px;
        height: 35px;
        line-height: 35px;
        color: #FFF !important;
        font-size: 16px !important;
        background-color: #0379a9;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    #cw-middle p {
        margin: 0;
        padding: 8px 12px;
        font-size: 9.3pt !important;
        color: #646567 !important;
        text-align: justify;
        font-weight: normal;
        line-height: 19px;
    }

        #cw-middle p a {
            margin: 0;
            padding: 0;
            font-style: italic;
            color: #0066cc;
            text-decoration: none;
            float: right;
        }

            #cw-middle p a:hover {
                color: #90b000;
            }

#cwr-top {
    margin: 0;
    padding: 0;
    width: 220px;
    height: 40px;
    float: right;
}

#sm-Icons {
    margin: 0;
    padding: 0;
    padding-left:60px;
    
}

#cwr-bottom {
    margin: 0;
    padding: 0;
    width: 218px;
    height: 240px;
    float: right;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#cwr-bottom img {
    margin-left:6px;
    margin-top:4px;    
    padding: 0;
    left:10px;
    border:solid 1px #dfdfdf;
}

#cwr-bottom p {
    margin: 0 7px;
    padding: 0;
    
}

#cwr-bottom p a{
    margin: 0;
    padding: 0;
    font-style: italic;
    color: #0066cc;
    text-decoration: none;
    float: right;
}

#cwr-bottom p a:hover{
     color: #90b000;
}

#home-twocolumns {
    margin: 20px auto 20px auto;
    padding: 0;
    width: 1024px;
}

#htc-left {
    margin: 0;
    padding: 0;
    width: 505px;
    height: 178px;
    float: left;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    #htc-left h1 {
        margin: 0;
        padding: 0 0 0 15px;
        width: 492px;
        height: 35px;
        line-height: 35px;
        color: #FFF !important;
        font-size: 16px !important;
        background-color: #0379a9;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

     #htc-left p {
        margin: 0;
        padding: 8px 12px;
        font-size: 9.4pt !important;
        color: #646567 !important;
        text-align: left !important;
        font-weight: normal;
        line-height: 19px;
    }

        #htc-left p a {
            margin: 0;
            padding: 0;
            font-style: italic;
            color: #0066cc;
            text-decoration: none;
            float: right;
        }

            #htc-right p a:hover {
                color: #90b000;
            }


 #htc-left-ul {
    margin: 0;
    padding: 0;
    width: 505px;
    height: 65px;
    float: left;   
   
}

  #htc-left-ull {
    margin: 0;
    padding: 0;
    width: 250px;
    height: 65px;
    float: left;   
   
}
     #htc-left-ull p {
        margin: 0;
        padding:0;       
        font-size: 9.4pt !important;
        color: #646567 !important;
        text-align: left !important;
        font-weight: normal;
        line-height: 19px;
    }

        #htc-left-ull p a {
            margin: 0;
            padding: 0;
            font-style: italic;
            color: #0066cc;
            text-decoration: none;
            float: right;
        }

            #htc-left-ull p a:hover {
                color: #90b000;
            }

 #htc-left-ulr {
    margin: 0;
    padding: 0;
    width: 250px;
    height: 65px;
    float: left;   
   
}
     #htc-left-ulr p {
        margin: 0;       
        font-size: 9.4pt !important;
        color: #646567 !important;
        text-align: left !important;
        font-weight: normal;
        line-height: 19px;
    }

        #htc-left-ulr p a {
            margin: 0;
            padding: 0;
            font-style: italic;
            color: #0066cc;
            text-decoration: none;
            float: right;
        }

            #htc-left-ulr p a:hover {
                color: #90b000;
            }

  .bullets-n {
    margin: 0 0 0 30px;
    padding: 0;
    font-size: 13px !important;
    color: #646567 !important;
    text-align: justify;
    line-height: 20px;
    font-weight: normal;
}

    .bullets-n li {
        list-style-image: url(/Css/Images/Bullet.jpg);
        vertical-align: text-top;
        padding-left: 5px;
    }



        .bullets-n li a {
            text-decoration: none;
            color: #0093d2;
        }

            .bullets-n li a:hover {
                color: #00d036;
            }

        .bullets-n li ul {
            margin: 3px 0 15px -15px;
        }

            .bullets-n li ul li {
                list-style-image: url(/Css/Images/SubBullet.jpg);
                vertical-align: text-top;
                padding-left: 5px;
            }



#htc-right {
    margin: 0 0 0 10px;
    padding: 0;
    width: 505px;
    height: 178px;
    float: right;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    #htc-right h1 {
        margin: 0;
        padding: 0 0 0 15px;
        width: 492px;
        height: 35px;
        line-height: 35px;
        color: #FFF !important;
        font-size: 16px !important;
        background-color: #0379a9;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    #htc-right p {
        margin: 0;
        padding: 6px 12px;
        font-size: 9.35pt !important;
        color: #646567 !important;
        text-align: left !important;
        font-weight: normal;
        line-height: 19px;
    }

        #htc-right p a {
            margin: 0;
            padding: 0;
            font-style: italic;
            color: #0066cc;
            text-decoration: none;
            float: right;
        }

            #htc-right p a:hover {
                color: #90b000;
            }

#clientele {
    margin: 5px auto;
    padding: 13px 0 0 20px;
    width: 982px;
    height: 65px;
    border: 1px solid #dedede;
    box-shadow: inset 0 0 10px #dcdcdc;
    -moz-box-shadow: inset 0 0 10px #dcdcdc;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    
}

/*-----Content-----*/

/*-----Spry Tabbed Panels-----*/

.TabbedPanels {
    overflow: hidden;
    margin: 13px 0 10px 0;
    padding: 0;
    clear: none;
    width: 380px;
}

.TabbedPanelsTabGroup {
    margin: 0px;
    padding: 0px;
}

.TabbedPanelsTab {
    position: relative;
    top: 1px;
    float: left;
    padding: 6px 10px;
    margin: 0px 10px 0px 0px;
    background-color: #eeeeee;
    background: #FFFFFF url(Images/TabsBg.jpg) bottom repeat-x;
    width: 90px;
    text-align: center;
    list-style: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
    border-top: solid 1px #dfdfdf;
    border-right: solid 1px #dfdfdf;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    color: #4970b1;
    font-size: 13px !important;
}

.TabbedPanelsTabHover {
    background-color: #CCC;
    color: #4a4a4a;
}

.TabbedPanelsTabSelected {
    background: #FFF;
    border-bottom: 1px solid #FFF;
    color: #4a4a4a;
}

.TabbedPanelsTab a {
    color: black;
    text-decoration: none;
}

.TabbedPanelsContentGroup {
    clear: both;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-left: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
    border-top: solid 1px #dfdfdf;
    border-right: solid 1px #dfdfdf;
    background-color: #FFF;
    height: 230px;
    font-size: 12px;
    color: #595959;
}

.TabbedPanelsContent {
    overflow: hidden;
    padding: 4px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels {
    overflow: hidden;
    zoom: 1;
    font-size: 16px !important;
}

    .VTabbedPanels .TabbedPanelsTabGroup {
        float: left;
        width: 10em;
        height: 20em;
        background-color: #EEE;
        position: relative;
        border-top: solid 1px #dfdfdf;
        border-right: solid 1px #dfdfdf;
        border-left: solid 1px #dfdfdf;
        border-bottom: solid 1px #dfdfdf;
    }

    .VTabbedPanels .TabbedPanelsTab {
        float: none;
        margin: 0px;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .VTabbedPanels .TabbedPanelsTabSelected {
        background-color: #EEE;
        border-bottom: solid 1px #FFF;
    }

    .VTabbedPanels .TabbedPanelsContentGroup {
        clear: none;
        float: left;
        padding: 0px;
        width: 30em;
        height: 20em;
    }

/*-----Spry Tabbed Panels-----*/


/*-----Footer-----*/

#_footer {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 48px;
    border-top: #bcbcbc solid 2px;
}

#footer {
    margin: 0 auto;
    padding: 0;
    width: 1024px;
    height: 48px;
}

#f-menu {
    margin: 0 10px;
    padding: 0;
    width: 694px;
    height: 48px;
    float: left;
}

#f-nav {
    margin: 0;
    padding: 0;
    line-height: 48px;
}

    #f-nav li {
        display: inline;
        list-style-type: none;
        padding-right: 20px;
    }

    #f-nav a, #f-nav a:link, #f-nav a:visited {
        color: #659cc8;
        text-decoration: none;
    }

        #f-nav a:hover {
            color: #00d036;
            text-decoration: none;
        }

#f-copyright {
    margin: 0 10px 0 0;
    padding: 0;
    width: 300px;
    height: 48px;
    float: right;
}

    #f-copyright p {
        margin: 0;
        padding: 0;
        
        color: #666666 !important;
        text-align: right;
        line-height: 48px;
    }

/*-----Footer-----*/




/*-----Inner Styles-----*/
#_banner {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 247px;
    background-color: #0093d2;
    border-bottom: 1px solid #588690;
}

#banner {
    margin: 0 auto;
    padding: 0;
    width: 1024px;
    height: 247px;
}

#banner-left {
    margin: 0;
    padding: 0;
    width: 375px;
    height: 247px;
    float: left;
}

    #banner-left p {
        margin: 85px 0 0 25px;
        font-size: 22px !important;
        color: #FFF;
        font-weight: normal;
    }

        #banner-left p span {
            font-size: 17px !important;
            color: #FFF;
            font-style: italic;
            font-weight: normal;
        }

#banner-right {
    margin: 0;
    padding: 0;
    width: 649px;
    height: 247px;
    float: right;
}

#inner-wrapper {
    margin: 0 auto;
    padding: 0;
    background-color: #FFFFFF;
    width: 1024px;
}

#breadcrumb {
    margin: 0;
    padding: 0;
    width: 1024px;
    height: 45px;
}

    #breadcrumb p {
        margin: 0;
        padding: 0 0 0 10px;
        color: #696767 !important;
        line-height: 45px;
    }

        #breadcrumb p a {
            color: inherit;
            padding: 5px 5px 5px 0;
            text-decoration: none;
        }

            #breadcrumb p a:hover {
                color: #00d036;
            }

#inner-content-wrapper {
    margin: 0;
    padding: 0;
    width: 1024px;
}

#cw-left h2 {
    margin: 0;
    padding: 15px 10px 0 10px;
    font-size: 15px !important;
    line-height: 18px;
    text-align: justify;
    color: #2b579a;
    font-weight: normal !important;
}

#icw-left {
    margin: 0 10px;
    padding: 0;
    width: 680px;
    min-height: 380px; /*TO BE REMOVED*/
    float: left;

}

#icw-left-c1 {
    margin: 0;
    padding: 0;
    width: 320px;
    min-height: 380px; /*TO BE REMOVED*/
    float: left;    
}

#icw-left-c2 {
    margin: 0 10px;
    padding: 0;
    width: 320px;
    min-height: 380px; /*TO BE REMOVED*/
    float: right;
}

#icw-left-title {
    margin: 0;
    padding: 0;
    width: 310px;
    height:25px;
    background-color:#0093d2;    
    float: left;
}

#icw-left-title p {
    margin: 0 10px;
    padding-top:2px;    
    font-size:15px;
    font-weight:bold;
    color:#FFF;    
    float: left;
}


#icw-right {
    margin: 0 10px 14px;
    padding: 0;
    width: 300px;
    float: right;
}

.icwr {
    margin: 0;
    padding: 0;
    width: 300px;
}

#icw-videogallery {
    margin: 0 auto;
    padding: 0;
    width: 979px;
}

.vg-table {
    width: 979px;
}

.video-cloumns {
    margin: 0;
    padding: 0;
    width: 220px;
}

.space-column {
    margin: 0;
    padding: 0;
    width: 33px;
}

.main-heading {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 20px !important;
    
    text-align: left;
    font-style: normal;
    font-weight: bold;
}

.heading-text {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 20px !important;
    color: #cc0a0a !important;
    text-align: left;
    font-style: italic;
    font-weight: normal;
}

.running-text {
    margin: 0;
    padding: 7px 0;
    font-size: 13px !important;
    color: #646567 !important;
    text-align: justify;
    font-weight: normal;
    line-height: 20px;
}

    .running-text a {
        color: #659cc8;
        text-decoration: none;
    }

        .running-text a:hover {
            color: #00d036 !important;
        }

    .running-text span a {
        color: blue;
        text-decoration: none;
        text-align: right !important;
    }

        .running-text span a:hover {
            color: #659cc8 !important;
        }

.partners-text {
    margin: 0;
    padding: 7px 0;
    font-size: 12px !important;
    color: #646567 !important;
    text-align: left;
    font-weight: normal;
    line-height: 16px;
}

    .partners-text a {
        color: inherit !important;
        text-decoration: none;
    }

        .partners-text a:hover {
            color: #0093d2 !important;
        }


.small-heading {
    margin: 0;
    padding: 7px 0 3px 0;
    font-size: 13px !important;
    color: #646567 !important;
    /*color: #0093d2 !important;*/ /*TLN Wanted it*/ /*Jay Said NO*/
    text-align: justify;
    font-weight: bold !important;
    line-height: 20px;
}

    .small-heading a {
        text-decoration: none;
        color: inherit;
    }

        .small-heading a:hover {
            color: #659cc8!important;
        }

.bullets {
    margin: 0 0 0 30px;
    padding: 7px 0;
    font-size: 13px !important;
    color: #646567 !important;
    text-align: justify;
    line-height: 20px;
    font-weight: normal;
}

    .bullets li {
        list-style-image: url(/Css/Images/Bullet.jpg);
        vertical-align: text-top;
        padding-left: 5px;
    }
	
		 .bullets a {
            text-decoration: none;
            color: #0093d2;
        }

        .bullets li a {
            text-decoration: none;
            color: #0093d2;
        }

            .bullets li a:hover {
                color: #00d036;
            }

        .bullets li ul {
            margin: 3px 0 15px -15px;
        }

            .bullets li ul li {
                list-style-image: url(/Css/Images/SubBullet.jpg);
                vertical-align: text-top;
                padding-left: 5px;
            }

#contact-table tr td {
    margin: 0;
    padding: 8px 0;
    font-size: 13px !important;
    color: #646567 !important;
    text-align: justify;
    font-weight: normal;
    line-height: 20px;
}

    #contact-table tr td span {
        color: red;
    }


.contactform-textbox {
    margin: 0;
    padding: 0 5px;
    width: 388px;
    height: 24px;
    border: 1px solid #99999a;
    border-radius: 2px;
    display: block;
    position: relative;
}

.contactform-textbox-multiline {
    margin: 0;
    padding: 0 5px;
    width: 388px;
    height: 100px;
    border: 1px solid #99999a;
    border-radius: 2px;
    display: block;
    position: relative;
}

.contactmain-heading {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 18px !important;
    color: #717171 !important;
    text-align: left;
    font-style: normal;
    font-weight: bold;
}

.contactheading-text {
    margin: 0;
    padding: 0;
    font-size: 16px !important;
    color: #0093d2!important;
    text-align: left;
    font-style: normal;
    font-weight: normal;
}

.submitbutton a {
    margin: 0;
    padding: 0;
    width: 100px;
    height: 25px;
    display: block;
    color: #FFF;
    text-align: center;
    background: #0093d2;
    text-decoration: none;
    line-height: 25px;
    border-radius: 2px;
    border: 1px solid #006a98;
}

    .submitbutton a:hover {
        background: #0483ba;
    }


.left-img {
    float: left;
    padding: 10px 15px 20px 0;
}


/*-----Search-Box-----*/

#page #searchForm {
    background-color: #a1a1a1;
    border-radius: 10px 10px 10px 10px;
    padding: 30px 30px 5px;
    position: relative;
    width: 540px;
}

#page fieldset {
    border: none;
}

#page #searchInputContainer {
    /* This div contains the transparent search box */
    width: 420px;
    height: 36px;
    background: url("/en-au/Pages/img/searchBox.png") no-repeat;
    float: left;
    margin-right: 12px;
}

#page #s {
    /* The search text box. */
    border: none;
    color: #888888;
    background: url("/en-au/Pages/img/searchBox.png") no-repeat;
    float: left;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    margin-right: 12px;
    outline: medium none;
    padding: 0 0 0 35px;
    width: 385px;
}

/* The UL that contains the search type icons */

#page .icons {
    list-style: none;
    margin: 10px 0 0 335px;
    height: 19px;
    position: relative;
}

    #page .icons li {
        background: url("/en-au/Pages/img/icons.png") no-repeat;
        float: left;
        height: 19px;
        text-indent: -9999px;
        cursor: pointer;
        margin-right: 5px;
    }

/* Styling each icon */

#page li.web {
    width: 15px;
}

    #page li.web.active,
    #page li.web:hover {
        background-position: left bottom;
    }

#page li.images {
    width: 22px;
    background-position: -18px 0;
}

    #page li.images.active,
    #page li.images:hover {
        background-position: -18px bottom;
    }

#page li.news {
    width: 14px;
    background-position: -44px 0;
}

    #page li.news.active,
    #page li.news:hover {
        background-position: -44px bottom;
    }

#page li.videos {
    width: 17px;
    background-position: right 0;
}

    #page li.videos.active,
    #page li.videos:hover {
        background-position: right bottom;
    }

#page span.arrow {
    /* The little arrow that moves below the icons */
    width: 11px;
    height: 6px;
    margin: 21px 0 0 5px;
    position: absolute;
    background: url('/en-au/Pages/img/arrow.png') no-repeat;
    left: 0;
}


/* The submit button */


#page #submitButton {
    background: url('/en-au/Pages/img/buttons.png') no-repeat;
    width: 83px;
    height: 36px;
    text-indent: -9999px;
    overflow: hidden;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

    #page #submitButton:hover {
        background-position: left bottom;
    }


/* The Search tutorialzine.com / Search the Web radio buttons */


#page #searchInContainer {
    float: left;
    margin-top: 12px;
    width: 330px;
}

#page label {
    color: #DDDDDD;
    cursor: pointer;
    font-size: 11px;
    position: relative;
    right: -2px;
    top: -2px;
    margin-right: 10px;
    white-space: nowrap;
    /*float:left;*/
}

#page input[type=radio] {
    cursor: pointer;
    /*float:left;*/
}


/* Styling the search results */


#page .pageContainer {
    /* Holds each page with search results. Has an inset bottom border. */
    border-bottom: 1px solid #5e7481;
    margin-bottom: 50px;
    /* Adding a dark bottom border with box shadow */
    -moz-box-shadow: 0 1px 0 #798e9c;
    -webkit-box-shadow: 0 1px 0 #798e9c;
    box-shadow: 0 1px 0 #798e9c;
}


#page p.notFound {
    text-align: center;
    padding: 0 0 40px;
}


/* Web & news results */


#page .webResult {
    color: #1f447c !important;
    /*text-shadow: 1px 1px 0 #586a75;*/
    margin-bottom: 20px;
}

    #page .webResult h2 {
        background-color: #5D6F7B;
        font-size: 18px;
        font-weight: normal;
        padding: 4px 20px;
        /* Applying CSS3 rounded corners */
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        #page .webResult h2 b {
            color: #fff;
        }

        #page .webResult h2 a {
            color: #eee;
            border: none;
        }

    #page .webResult p {
        line-height: 1.5;
        padding: 15px 20px;
    }

        #page .webResult p b {
            color: #1f447c;
        }

    #page .webResult > a {
        margin-left: 20px;
    }


/* Image & video search results */


#page .imageResult {
    float: left;
    height: 180px;
    margin: 0 0 20px 40px;
    text-align: center;
    width: 152px;
    overflow: hidden;
}

    #page .imageResult img {
        display: block;
        border: none;
    }

    #page .imageResult a.pic {
        border: 1px solid #fff;
        outline: 1px solid #777;
        display: block;
        margin: 0 auto 15px;
    }

/* The show more button */

#page #more {
    width: 83px;
    height: 24px;
    background: url('/en-au/Pages/img/more.png') no-repeat;
    cursor: pointer;
    margin: 40px auto;
}

    #page #more:hover {
        background-position: left bottom;
    }



/* Giving Credit */

#page p.credit {
    margin: 20px 0;
    text-align: center;
}

    #page p.credit a {
        background-color: #4B5A64;
        border: 1px solid;
        border-color: #3D4D57 #788E9B #788E9B #3D4D57;
        color: #c0d0d8;
        font-size: 10px;
        padding: 4px 8px;
        text-shadow: 1px 1px 0 #38464F;
    }

        #page p.credit a:hover {
            background-color: #38464f;
            border-color: #38464f #788E9B #788E9B #38464f;
        }

#page a, #page a:visited {
    text-decoration: none;
    outline: none;
    border-bottom: 1px dotted #97cae6;
    color: #97cae6;
}

    #page a:hover {
        border-bottom: 1px dashed transparent;
    }

#page .clear {
    clear: both;
}

/*-----Search-Box-----*/





/*-----Spry Accordion Panel-----*/



@charset "UTF-8";


/* SpryAccordion.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
    /*border-left: solid 1px gray;*/
    /*border-right: solid 1px black;*/
    /*border-bottom: solid 1px gray;*/
    overflow: hidden;
    font-size: 13px !important;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
    margin: 0px;
    padding: 0 0 0 2px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
    /*background-color: #CCCCCC;*/
    /*border-top: solid 1px black;*/
    margin: 0px;
    padding: 7px 2px 7px 20px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    background: url(/Css/Images/off.gif) left no-repeat;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
    overflow: auto;
    margin: 0px;
    padding: 0px;
    /*border-bottom: solid 1px gray;
    border-left: solid 1px gray;
    border-right: solid 1px gray;*/
    /*height: auto !important;*/
}

.AccordionPanelTabHover {
    color: #00d036;
}

.AccordionPanelOpen .AccordionPanelTabHover {
    /*color: #555555;*/
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
    /*background-color: #3399FF;*/
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
    /*border-bottom: solid 1px gray;*/
    font-weight: bold;
    background: url(/Css/Images/on.gif) left no-repeat;
}
/* Rules for Printing */

@media print {

    .Accordion {
        overflow: visible !important;
    }

    .AccordionPanelContent {
        display: block !important;
        overflow: visible !important;
        height: auto !important;
    }
}


/*-----Spry Accordion Panel-----*/


.tt-table {
    margin: 0 auto;
    padding: 0 0 0 3px;
    width: 997px;
}

.case-studies-tabel {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}

.cs-left {
    margin: 0;
    padding: 0 5px;
    width: 264px;
    vertical-align: top;
    border-right: 1px solid #595959;
}

.cs-right {
    margin: 0;
    padding: 0 5px 0 15px;
    width: 705px;
    vertical-align: top;
}

.st-table {
    margin: 0 auto;
    padding: 0;
    width: 264px;
}

.stt-left {
    margin: 0;
    padding: 0;
    width: 120px;
    vertical-align: top;

    text-align: left;
}

.stt-right {
    margin: 0;
    padding: 0;
    width: 144px;
    vertical-align: top;
    text-align: left;
}



/*-----Marquee-----*/

.wrapper {
    position: relative;
    margin: 0 auto;
    width: 350px;
}

.inner_area {
    padding: 10px;
}

    .inner_area p {
        white-space: normal;
    }


/*.scrolling-text {
    margin: 0;
    padding: 7px 0;
    font-size: 13px !important;
    color: #646567 !important;
    text-align: justify;
    font-weight: normal;
    line-height: 20px;
}

    .scrolling-text a {
        color: inherit;
        text-decoration: none;
    }

        .scrolling-text a:hover {
            color: #659cc8!important;
        }

.scrolling-text span a {
    color: inherit;
    text-align: right;
    float:right;
}*/



.scrolling-text {
    margin: 0;
    padding: 0;
    font-size: 13px !important;
    color: #646567 !important;
    text-align: left;
    font-weight: normal;
    line-height: 20px;
}

    .scrolling-text span {
        padding: 5px 0;
        font-style: normal;
        color: #0093d2;
    }

.more a {
    margin-left: 280px;
    padding: 0 0 5px 0;
    color: #0093d2;
    text-align: right !important;
    text-decoration: none;
    font-style: italic;
}

    .more a:hover {
        color: #00d036;
    }


.border {
    margin: 5px 0 15px 0;
    padding: 0;
    width: 100%;
    height: 1px;
    background-color: #e3dfdf;
    display: block;
}



#Process {
    margin: auto;
    padding: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: auto;
    background: #FFF url(/Css/Images/Prelaoder.gif) center center no-repeat;
    opacity: 0.8;
    z-index: 99;
}

.scroller-image {
    margin: 0;
    padding: 0 10px 0 0;
    width: 56px;
    height: 67px;
    float: left;
}

.globe-icons {
    margin: 0;
    padding: 0 10px 0 0;
    width: 137px;
    height: 106px;
    float: left;
    display: block;
}


.video-more a {
    position: absolute;
    bottom: 53px;
    right: 220px;
    color: #0093d2;
    text-decoration: none;
    font-style: italic;
}

    .video-more a:hover {
        color: #00d036;
    }


/*-----Sitemap-----*/

#sitemap {
    margin: 0px;
    padding: 0px;
}

    #sitemap ul {
        margin: 0;
    }

        #sitemap ul li {
            list-style-type: none;
            line-height: 21px;
            background: url(/Css/Images/Bulleticon.jpg) no-repeat center left;
            padding-left: 16px;
        }

            #sitemap ul li a {
                text-decoration: none;
                font-size: 13px !important;
                color: #595959 !important;
            }

                #sitemap ul li a:hover {
                    text-decoration: underline;
                    font-size: 13px !important;
                    color: #203d69 !important;
                }





#icw-photogallery {
    margin: 0 auto;
    text-align: left;
    padding: 0;
    width: 979px;
}

.vg-phototable {
    width: 979px;
}

.photo-cloumns {
    margin: 0;
    padding: 0;
    width: 220px;
}

.space-photocolumn {
    margin: 0;
    padding: 0;
    width: 33px;
}

.photo-text {
    margin: 0;
    padding: 7px 0;
    font-size: 11px !important;
    color: #646567 !important;
    text-align: left;
    font-weight: normal;
    line-height: 20px;
}


.right-banner2 {
    background: url("/Css/Images/Right-banner-img-af.jpg") no-repeat scroll left center rgba(0, 0, 0, 0) !important;
    height: 400px;
    margin: 0;
    padding: 0;
    width: 272px;
	
    float:right;
}

.right-banner2 p{      
    color:#3f3f3f;
    font-weight:bold;     
    font-size:12px; 
    padding-top:5px;
    padding-left:10px;
    text-align:left;
    
}


.right-banner2 a {
    margin:0;
    padding:0;
    color:#5c5c5c;
    font-weight:bold;       
    text-align:left;
    font-size:12px;
}

.right-banner2 a:hover{
    color:#0d77ad;      
}

.right-banner3 a {
    margin:0;
    padding:0;
    color:#5c5c5c;
    font-weight:bold;       
    text-align:center;
    margin-left:65px;
    font-size:12px;
}


.right-banner3 {
    background: url("/Css/Images/Right-banner-img-contact.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 209px;
    margin-top:-30px;
    padding: 0;
    width: 272px;
	float:right;
}

.right-banner3 p{      
    color:#3f3f3f;
    font-weight:bold;     
    font-size:12px; 
    padding-top:5px;
    padding-left:10px;
    text-align:left;
    
}


.right-banner3 a {
    margin:0;
    padding:0;
    color:#5c5c5c;
    font-weight:bold;       
    text-align:left;
    font-size:12px;
}

.right-banner3 a:hover{
    color:#0d77ad;      
}






.right-banner4 a {
    margin:0;
    padding:0;
    color:#5c5c5c;
    font-weight:bold;       
    text-align:center;
    margin-left:65px;
    font-size:12px;
}


.right-banner4 {
    background: url("/Css/Images/Right-banner-img-contact1.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 300px;
    margin-top:-35px;
    padding: 0;
    width: 272px;
	float:right;
}

.right-banner4 p{      
    color:#3f3f3f;
    font-weight:bold;     
    font-size:12px; 
    margin-top:10px;
    padding-left:10px;
    text-align:left;   
}


.right-banner4 a {
    margin:0;
    padding:0;
    color:#5c5c5c;
    font-weight:bold;       
    text-align:left;
    font-size:12px;
}

.right-banner4 a:hover{
    color:#0d77ad;      
}


#cwr-bottom-inner {
    margin: 0;   
    padding-left:10px;
    width: 260px;
    height: 410px;
    float: left;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}



#cwr-bottom-inner p {
     color:#3f3f3f;
    font-weight:bold;     
    font-size:12px; 
    padding-top:5px;
    padding-left:10px;
    text-align:left;
}

#cwr-bottom-inner a {
    margin:0;
    padding:0;
    color:#5c5c5c;
    font-weight:bold;       
    text-align:left;
    font-size:12px;
}


 


.small-heading-clientale {
    margin: 0;
    padding:0;
    padding-left:210px;    
    font-size: 16px !important;
    color: #d80707 !important;
    /*color: #0093d2 !important;*/ /*TLN Wanted it*/ /*Jay Said NO*/
    text-align: justify;
    font-style:italic;
    font-weight: bold !important;    
}


.partnership-icons {
    margin: 0;
    padding: 10px;
    width: auto;
    height: auto;
    float: right;
    display: block;
}

.partnership-icons1 {
    margin: 0;
    padding: 10px;
    width: auto;
    height: auto;
    float: left;
    display: block;
}


.clickherebutton{
	margin:0;
	padding:0;
	float:right;
	
}












#_footer {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 48px;
    border-top: #bcbcbc solid 2px;
}

#footer {
    margin: 0 auto;
    padding: 0;
    width: 1024px;
    height: 48px;
}

#f-menu {
    margin: 0 10px;
    padding: 0;
    width: 694px;
    height: 48px;
    float: left;
}

#f-nav {
    margin: 0;
    padding: 0;
    line-height: 48px;
}

    #f-nav li {
        display: inline;
        list-style-type: none;
        padding-right: 20px;
    }

    #f-nav a, #f-nav a:link, #f-nav a:visited {
        color: #659cc8;
        text-decoration: none;
    }

        #f-nav a:hover {
            color: #00d036;
            text-decoration: none;
        }

#f-copyright {
    margin: 0 10px 0 0;
    padding: 0;
    width: 300px;
    height: 48px;
    float: right;
}

    #f-copyright p {
        margin: 0;
        padding: 0;
        color: #666666 !important;
        text-align: right;
        line-height: 48px;
    }

/*-----Footer-----*/




/*-----Inner Styles-----*/
#_banner {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 247px;
    background-color: #0093d2;
    border-bottom: 1px solid #588690;
}

#banner {
    margin: 0 auto;
    padding: 0;
    width: 1024px;
    height: 247px;
}

#banner-left {
    margin: 0;
    padding: 0;
    width: 375px;
    height: 247px;
    float: left;
}

    #banner-left p {
        margin: 85px 0 0 25px;
        font-size: 22px !important;
        color: #FFF;
        font-weight: normal;
    }

        #banner-left p span {
            font-size: 17px !important;
            color: #FFF;
            font-style: italic;
            font-weight: normal;
        }

#banner-right {
    margin: 0;
    padding: 0;
    width: 649px;
    height: 247px;
    float: right;
}

#inner-wrapper {
    margin: 0 auto;
    padding: 0;
    background-color: #FFFFFF;
    width: 1024px;
}

#breadcrumb {
    margin: 0;
    padding: 0;
    width: 1024px;
    height: 45px;
}

    #breadcrumb p {
        margin: 0;
        padding: 0 0 0 10px;
        color: #696767 !important;
        line-height: 45px;
    }

        #breadcrumb p a {
            color: inherit;
            padding: 5px 5px 5px 0;
            text-decoration: none;
        }

            #breadcrumb p a:hover {
                color: #00d036;
            }

#inner-content-wrapper {
    margin: 0;
    padding: 0;
    width: 1024px;
}

#icw-left {
    margin: 0 10px;
    padding: 0;
    width: 680px;
    min-height: 380px; /*TO BE REMOVED*/
    float: left;
}


.partners-text {
    margin: 0;
    padding: 7px 0;
    font-size: 12px !important;
    color: #646567 !important;
    text-align: left;
    font-weight: normal;
    line-height: 16px;
}

    .partners-text a {
        color: inherit !important;
        text-decoration: none;
    }

        .partners-text a:hover {
            color: #0093d2 !important;
        }


.small-heading {
    margin: 0;
    padding: 7px 0 3px 0;
    font-size: 13px !important;
    color: #646567 !important;
    /*color: #0093d2 !important;*/ /*TLN Wanted it*/ /*Jay Said NO*/
    text-align: justify;
    font-weight: bold !important;
    line-height: 20px;
}

    .small-heading a {
        text-decoration: none;
        color: inherit;
    }

        .small-heading a:hover {
            color: #659cc8!important;
        }

.small-heading1 {
    margin: 0;    
    font-size: 13px !important;
    color: #646567 !important;
    /*color: #0093d2 !important;*/ /*TLN Wanted it*/ /*Jay Said NO*/
    text-align: justify;
    font-weight: bold !important;
	margin-top:4px !important;
   
}


#contact-table tr td {
    margin: 0;
    padding: 8px 0;
    font-size: 13px !important;
    color: #646567 !important;
    text-align: justify;
    font-weight: normal;
    line-height: 20px;
}

    #contact-table tr td span {
        color: red;
    }


.contactform-textbox {
    margin: 0;
    padding: 0 5px;
    width: 388px;
    height: 24px;
    border: 1px solid #99999a;
    border-radius: 2px;
    display: block;
    position: relative;
}

.contactform-textbox-multiline {
    margin: 0;
    padding: 0 5px;
    width: 388px;
    height: 100px;
    border: 1px solid #99999a;
    border-radius: 2px;
    display: block;
    position: relative;
}

.contactmain-heading {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 18px !important;
    color: #717171 !important;
    text-align: left;
    font-style: normal;
    font-weight: bold;
}

.contactheading-text {
    margin: 0;
    padding: 0;
    font-size: 16px !important;
    color: #0093d2!important;
    text-align: left;
    font-style: normal;
    font-weight: normal;
}

.submitbutton a {
    margin: 0;
    padding: 0;
    width: 100px;
    height: 25px;
    display: block;
    color: #FFF;
    text-align: center;
    background: #0093d2;
    text-decoration: none;
    line-height: 25px;
    border-radius: 2px;
    border: 1px solid #006a98;
}

    .submitbutton a:hover {
        background: #0483ba;
    }


.left-img {
    float: left;
    padding: 10px 15px 20px 0;
}


/*-----Search-Box-----*/

#page #searchForm {
    background-color: #a1a1a1;
    border-radius: 10px 10px 10px 10px;
    padding: 30px 30px 5px;
    position: relative;
    width: 540px;
}

#page fieldset {
    border: none;
}

#page #searchInputContainer {
    /* This div contains the transparent search box */
    width: 420px;
    height: 36px;
    background: url("/en-au/Pages/img/searchBox.png") no-repeat;
    float: left;
    margin-right: 12px;
}

#page #s {
    /* The search text box. */
    border: none;
    color: #888888;
    background: url("/en-au/Pages/img/searchBox.png") no-repeat;
    float: left;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    margin-right: 12px;
    outline: medium none;
    padding: 0 0 0 35px;
    width: 385px;
}

/* The UL that contains the search type icons */

#page .icons {
    list-style: none;
    margin: 10px 0 0 335px;
    height: 19px;
    position: relative;
}

    #page .icons li {
        background: url("/en-au/Pages/img/icons.png") no-repeat;
        float: left;
        height: 19px;
        text-indent: -9999px;
        cursor: pointer;
        margin-right: 5px;
    }

/* Styling each icon */

#page li.web {
    width: 15px;
}

    #page li.web.active,
    #page li.web:hover {
        background-position: left bottom;
    }

#page li.images {
    width: 22px;
    background-position: -18px 0;
}

    #page li.images.active,
    #page li.images:hover {
        background-position: -18px bottom;
    }

#page li.news {
    width: 14px;
    background-position: -44px 0;
}

    #page li.news.active,
    #page li.news:hover {
        background-position: -44px bottom;
    }

#page li.videos {
    width: 17px;
    background-position: right 0;
}

    #page li.videos.active,
    #page li.videos:hover {
        background-position: right bottom;
    }

#page span.arrow {
    /* The little arrow that moves below the icons */
    width: 11px;
    height: 6px;
    margin: 21px 0 0 5px;
    position: absolute;
    background: url('/en-au/Pages/img/arrow.png') no-repeat;
    left: 0;
}


/* The submit button */


#page #submitButton {
    background: url('/en-au/Pages/img/buttons.png') no-repeat;
    width: 83px;
    height: 36px;
    text-indent: -9999px;
    overflow: hidden;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

    #page #submitButton:hover {
        background-position: left bottom;
    }


/* The Search tutorialzine.com / Search the Web radio buttons */


#page #searchInContainer {
    float: left;
    margin-top: 12px;
    width: 330px;
}

#page label {
    color: #DDDDDD;
    cursor: pointer;
    font-size: 11px;
    position: relative;
    right: -2px;
    top: -2px;
    margin-right: 10px;
    white-space: nowrap;
    /*float:left;*/
}

#page input[type=radio] {
    cursor: pointer;
    /*float:left;*/
}


/* Styling the search results */


#page .pageContainer {
    /* Holds each page with search results. Has an inset bottom border. */
    border-bottom: 1px solid #5e7481;
    margin-bottom: 50px;
    /* Adding a dark bottom border with box shadow */
    -moz-box-shadow: 0 1px 0 #798e9c;
    -webkit-box-shadow: 0 1px 0 #798e9c;
    box-shadow: 0 1px 0 #798e9c;
}


#page p.notFound {
    text-align: center;
    padding: 0 0 40px;
}


/* Web & news results */


#page .webResult {
    color: #1f447c !important;
    /*text-shadow: 1px 1px 0 #586a75;*/
    margin-bottom: 20px;
}

    #page .webResult h2 {
        background-color: #5D6F7B;
        font-size: 18px;
        font-weight: normal;
        padding: 4px 20px;
        /* Applying CSS3 rounded corners */
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        #page .webResult h2 b {
            color: #fff;
        }

        #page .webResult h2 a {
            color: #eee;
            border: none;
        }

    #page .webResult p {
        line-height: 1.5;
        padding: 15px 20px;
    }

        #page .webResult p b {
            color: #1f447c;
        }

    #page .webResult > a {
        margin-left: 20px;
    }


/* Image & video search results */


#page .imageResult {
    float: left;
    height: 180px;
    margin: 0 0 20px 40px;
    text-align: center;
    width: 152px;
    overflow: hidden;
}

    #page .imageResult img {
        display: block;
        border: none;
    }

    #page .imageResult a.pic {
        border: 1px solid #fff;
        outline: 1px solid #777;
        display: block;
        margin: 0 auto 15px;
    }

/* The show more button */

#page #more {
    width: 83px;
    height: 24px;
    background: url('/en-au/Pages/img/more.png') no-repeat;
    cursor: pointer;
    margin: 40px auto;
}

    #page #more:hover {
        background-position: left bottom;
    }



/* Giving Credit */

#page p.credit {
    margin: 20px 0;
    text-align: center;
}

    #page p.credit a {
        background-color: #4B5A64;
        border: 1px solid;
        border-color: #3D4D57 #788E9B #788E9B #3D4D57;
        color: #c0d0d8;
        font-size: 10px;
        padding: 4px 8px;
        text-shadow: 1px 1px 0 #38464F;
    }

        #page p.credit a:hover {
            background-color: #38464f;
            border-color: #38464f #788E9B #788E9B #38464f;
        }

#page a, #page a:visited {
    text-decoration: none;
    outline: none;
    border-bottom: 1px dotted #97cae6;
    color: #97cae6;
}

    #page a:hover {
        border-bottom: 1px dashed transparent;
    }

#page .clear {
    clear: both;
}

/*-----Search-Box-----*/





/*-----Spry Accordion Panel-----*/



@charset "UTF-8";

/* SpryAccordion.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
    /*border-left: solid 1px gray;*/
    /*border-right: solid 1px black;*/
    /*border-bottom: solid 1px gray;*/
    overflow: hidden;
    font-size: 13px !important;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
    margin: 0px;
    padding: 0 0 0 2px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
    /*background-color: #CCCCCC;*/
    /*border-top: solid 1px black;*/
    margin: 0px;
    padding: 7px 2px 7px 20px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    background: url(/Css/Images/off.gif) left no-repeat;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
    overflow: auto;
    margin: 0px;
    padding: 0px;
    /*border-bottom: solid 1px gray;
    border-left: solid 1px gray;
    border-right: solid 1px gray;*/
    /*height: auto !important;*/
}

.AccordionPanelTabHover {
    color: #00d036;
}

.AccordionPanelOpen .AccordionPanelTabHover {
    /*color: #555555;*/
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
    /*background-color: #3399FF;*/
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
    /*border-bottom: solid 1px gray;*/
    font-weight: bold;
    background: url(/Css/Images/on.gif) left no-repeat;
}
/* Rules for Printing */

@media print {

    .Accordion {
        overflow: visible !important;
    }

    .AccordionPanelContent {
        display: block !important;
        overflow: visible !important;
        height: auto !important;
    }
}


/*-----Spry Accordion Panel-----*/


.tt-table {
    margin: 0 auto;
    padding: 0 0 0 3px;
    width: 997px;
}

.case-studies-tabel {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}

.cs-left {
    margin: 0;
    padding: 0 5px;
    width: 264px;
    vertical-align: top;
    border-right: 1px solid #595959;
}

.cs-right {
    margin: 0;
    padding: 0 5px 0 15px;
    width: 705px;
    vertical-align: top;
}

.st-table {
    margin: 0 auto;
    padding: 0;
    width: 264px;
}

.stt-left {
    margin: 0;
    padding: 0;
    width: 120px;
    vertical-align: top;
    text-align: left;
}

.stt-right {
    margin: 0;
    padding: 0;
    width: 144px;
    vertical-align: top;
    text-align: left;
}


/*-----Marquee-----*/

.wrapper {
    position: relative;
    margin: 0 auto;
    width: 350px;
}

.inner_area {
    padding: 10px;
}

    .inner_area p {
        white-space: normal;
}


/*.scrolling-text {
    margin: 0;
    padding: 7px 0;
    font-size: 13px !important;
    color: #646567 !important;
    text-align: justify;
    font-weight: normal;
    line-height: 20px;
}

    .scrolling-text a {
        color: inherit;
        text-decoration: none;
    }

        .scrolling-text a:hover {
            color: #659cc8!important;
        }

.scrolling-text span a {
    color: inherit;
    text-align: right;
    float:right;
}*/


.scrolling-text {
    margin: 0;
    padding: 0;
    font-size: 13px !important;
    color: #646567 !important;
    text-align: left;
    font-weight: normal;
    line-height: 20px;
}

    .scrolling-text span {
	padding: 5px 0;
	font-style: normal;
	color: #0093d2;
    }

.more a {
    margin-left:280px;
    padding:0 0 5px 0;
    color: #0093d2;
    text-align: right !important;
    text-decoration:none;
    font-style:italic;
}

    .more a:hover {
     color: #00d036;
    }


.border {
    margin: 5px 0 15px 0;
    padding: 0;
    width: 100%;
    height: 1px;
    background-color: #e3dfdf;
    display: block;
}



#Process {
	margin: auto;
	padding: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	top:auto;
	bottom:auto;
	background: #FFF url(/Css/Images/Prelaoder.gif) center center no-repeat;
	opacity: 0.8;
	z-index: 99;
}


.scroller-image {
    margin: 0;
    padding: 0 10px 0 0;
    width: 56px;
    height: 67px;
    float: left;
}


.globe-icons {
    margin: 0;
    padding: 0 10px 0 0;
    width: 137px;
    height: 106px;
    float: left;
    display:block;
}


.video-more a {
    position:absolute;
    bottom:53px;
    right:220px;
    color: #0093d2;
    text-decoration:none;
    font-style:italic;
}

.video-more a:hover {
        color: #00d036;
}
		
	
/*Added*/
		
#sm-Icons {
    margin-top: 0;
	padding-left:125px;
	
    padding-top:10px;
	
   
}


#clientele {
    margin: 5px auto;
    padding: 20px 0 0 20px;
    width: 982px;
    height: 65px;
    border: 1px solid #dedede;
    box-shadow: inset 0 0 10px #dcdcdc;
    -moz-box-shadow: inset 0 0 10px #dcdcdc;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;    
}

.small-heading-clientale {   
	margin: 0;
    padding:0;
    padding-left:25px;    
    font-size: 16px !important;
    color: #d80707 !important;
    /*color: #0093d2 !important;*/ /*TLN Wanted it*/ /*Jay Said NO*/
    text-align: justify;
    font-style:italic;
    font-weight: bold !important;    
}



.LoadingOverlay {
   position:fixed;
    top: 50%;
    left: 50%;
    width:30em;
    height:18em;   
    /*background-color: #f3f3f3;*/
    z-index: 10000;
}







/*Added*/