﻿@font-face {
    font-family: 'Helvetica Neue';
    src: url('../Font/HelveticaNeue/HelveticaNeue.eot');
    src: url('../Font/HelveticaNeue/HelveticaNeue.woff') format('woff'), url('../Font/HelveticaNeue/HelveticaNeue.ttf') format('truetype'), url('../Font/HelveticaNeue/HelveticaNeue.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('../Font/HelveticaNeue/HelveticaNeueBold.eot');
    src: url('../Font/HelveticaNeue/HelveticaNeueBold.woff') format('woff'), url('../Font/HelveticaNeue/HelveticaNeueBold.ttf') format('truetype'), url('../Font/HelveticaNeue/HelveticaNeueBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Condensed Bold';
    src: url('../Font/HelveticaNeue/HelveticaNeueCondensedBold.eot');
    src: url('../Font/HelveticaNeue/HelveticaNeueCondensedBold.woff') format('woff'), url('../Font/HelveticaNeue/HelveticaNeueCondensedBold.ttf') format('truetype'), url('../Font/HelveticaNeue/HelveticaNeueCondensedBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('../Font/HelveticaNeue/HelveticaNeueLight.eot');
    src: url('../Font/HelveticaNeue/HelveticaNeueLight.woff') format('woff'), url('../Font/HelveticaNeue/HelveticaNeueLight.ttf') format('truetype'), url('../Font/HelveticaNeue/HelveticaNeueLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Medium';
    src: url('../Font/HelveticaNeue/HelveticaNeueMedium.eot');
    src: url('../Font/HelveticaNeue/HelveticaNeueMedium.woff') format('woff'), url('../Font/HelveticaNeue/HelveticaNeueMedium.ttf') format('truetype'), url('../Font/HelveticaNeue/HelveticaNeueMedium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Permanent Marker';
    src: url('../Font/PermanentMarker/PermanentMarker.eot');
    src: url('../Font/PermanentMarker/PermanentMarker.woff') format('woff'), url('../Font/PermanentMarker/PermanentMarker.ttf') format('truetype'), url('../Font/PermanentMarker/PermanentMarker.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: "Open Sans", sans-serif, 'Helvetica Neue', Arial;
}

body {
    /*height: 1600px;*/
    background-color: #f7f7f7;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: middle;
}

input[type='button'] {
    cursor: pointer;
    font-family: 'Open sans', sans-serif;
    font-size: 16px;
    border: 2px solid #FFF;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #00a8ff;
    color: white;
}

a, a:link, a:visited, a:active, a:hover {
    text-decoration: underline;
}

textarea {
    resize: none;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.strong {
    font-weight: bold;
}

.validation {
    color: red;
    display: none;
    font-size: 10pt;
}

.separateLine {
    background-color: #2b2b2b;
    background-color: rgba(50, 50, 50, 0.62);
    height: 2px;
}

input, select {
    font-family: "Open Sans", sans-serif, 'Helvetica Neue', Arial;
}

.borderBottomDark {
    border-bottom: 2px solid #2c3e50;
}

/****  Sprite for layout  ****/
.sprite {
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(/Images/dsa-sprite.png);
}

.btn_read_article {
    width: 14px;
    height: 14px;
    background-position: -350px -112px;
}

.btn_read_more_off {
    width: 109px;
    height: 33px;
    background-position: -461px -77px;
}

.btn_read_more_on {
    width: 109px;
    height: 33px;
    background-position: -350px -77px;
}

.footer_cpa {
    width: 170px;
    height: 80px;
    background-position: -2px -2px;
}

.hero_arrow_left {
    left: 0;
    /*width: 43px;
    height: 58px;
    background-position: -617px -68px;*/
    background: url('/Images/MainLayout/left_arrow.png') no-repeat center center;
    /*background-color: white;*/
    /*background-position: 0px -778px; width: 16px; height: 32px;*/
    cursor: pointer;
}

.hero_arrow_right {
    right: 0;
    /*width: 43px;
    height: 58px;
    background-position: -572px -68px;*/
    background: url('/Images/MainLayout/right_arrow.png') no-repeat center center;
    /*background-color: white;*/
    /*background-position: 0px -820px; width: 16px; height: 32px;*/
    cursor: pointer;
}

.hero_container_text_1px_repeat {
    width: 1px;
    height: 77px;
    background-position: -174px -2px;
}

.icons_hover {
    width: 248px;
    height: 64px;
    background-position: -477px -2px;
}

.icons_image {
    width: 40px;
    height: 50px;
    background-position: -746px -66px;
}

.icons_pdf {
    width: 40px;
    height: 50px;
    background-position: -704px -68px;
}

.icons_word {
    width: 40px;
    height: 50px;
    background-position: -662px -68px;
}

.logo {
    width: 179px;
    height: 36px;
    background-position: -2px -84px;
}

.nav_arrow_down {
    width: 8px;
    height: 6px;
    background-position: -183px -113px;
}

.nav_button_off {
    width: 99px;
    height: 30px;
    background-position: -727px -34px;
}

.nav_button_on {
    width: 99px;
    height: 30px;
    background-position: -727px -2px;
}

.social_fb {
    width: 21px;
    height: 21px;
    background-position: -788px -89px;
}

.social_li {
    width: 21px;
    height: 21px;
    background-position: -788px -66px;
}

.sub_nav_hover_on {
    width: 165px;
    height: 34px;
    background-position: -183px -77px;
}

.tools_icons_calculator {
    width: 73px;
    height: 73px;
    background-position: -402px -2px;
}

.tools_icons_page_link {
    width: 73px;
    height: 73px;
    background-position: -327px -2px;
}

.tools_icons_page_link2 {
    width: 73px;
    height: 73px;
    background-position: -252px -2px;
}

.tools_icons_page_link3 {
    width: 73px;
    height: 73px;
    background-position: -177px -2px;
}
/****  Sprite for layout  ****/


/**** login section ****/
.loginWrapper {
    position: absolute;
    width: 100%;
    height: 1600px;
    z-index: 99999;
    display: none;
    background-color: rgba(0, 1, 1, 0.18);
}

    .loginWrapper .loadingCover {
        height: 100%;
        width: 100%;
        background-color: rgba(50, 50, 50, 0.62);
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(/Images/readmore-loading.gif);
        background-position: center;
        background-size: 30px;
        background-repeat: no-repeat;
        display: none;
    }

    .loginWrapper .loginContainer {
        width: 230px;
        height: 220px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: 220px;
        background-color: #FFF;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }

        .loginWrapper .loginContainer #triangle {
            height: 45px;
            width: 45px;
            background-image: url(/Images/Login/whiteTriangle.PNG);
            background-size: cover;
            position: absolute;
            top: -30px;
            right: 24px;
        }

        .loginWrapper .loginContainer .loginPanel {
            background-color: #1b1d22;
            background-color: rgba(0, 1, 1, 0.88);
            width: 230px;
            height: 200px;
            margin: 10px auto;
        }

            .loginWrapper .loginContainer .loginPanel .loginBox {
                height: 35px;
                width: 200px;
                margin: 0 auto;
                padding-top: 20px;
                color: white;
                font-size: 12px;
            }

                .loginWrapper .loginContainer .loginPanel .loginBox input[type="text"], .loginWrapper .loginContainer .loginPanel .loginBox input[type="password"] {
                    height: 30px;
                    width: 160px;
                    padding-left: 40px;
                    border: 1px #FFF solid;
                    -webkit-border-radius: 5px 5px 5px 5px;
                    border-radius: 5px 5px 5px 5px;
                    line-height: 30px;
                    font-size: 13pt;
                    font-family: 'Open sans',sans-serif;
                    color: #000;
                    background-position: left;
                    background-repeat: no-repeat;
                }

                .loginWrapper .loginContainer .loginPanel .loginBox input#username {
                    background-image: url(/Images/Login/user-4.png);
                }

                .loginWrapper .loginContainer .loginPanel .loginBox input#password {
                    background-image: url(/Images/Login/locked.png);
                }

            .loginWrapper .loginContainer .loginPanel .loginBtn {
                height: 30px;
                width: 200px;
                margin: 0 auto;
                padding-top: 10px;
            }

                .loginWrapper .loginContainer .loginPanel .loginBtn input[type='button'] {
                    height: 30px;
                    width: 90px;
                    font-family: 'Open sans', sans-serif;
                    font-size: 16px;
                    border: 2px groove #FFF;
                    -webkit-border-radius: 5px 5px 5px 5px;
                    border-radius: 5px 5px 5px 5px;
                    background-color: #00a8ff;
                    color: white;
                }

                .loginWrapper .loginContainer .loginPanel .loginBtn a {
                    color: white;
                    float: right;
                }

            .loginWrapper .loginContainer .loginPanel .validation {
                color: red;
                width: 200px;
                margin-left: 15px;
                display: none;
                font-size: 10pt;
            }

    /*** register ***/

    .loginWrapper .registerContainer {
        width: 330px;
        height: 480px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: 40px;
        background-color: #FFF;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }

        .loginWrapper .registerContainer #triangle {
            height: 45px;
            width: 45px;
            background-image: url(/Images/Login/whiteTriangle.PNG);
            background-size: cover;
            position: absolute;
            top: -30px;
            right: 10px;
        }

        .loginWrapper .registerContainer .registerPanel {
            background-color: #1b1d22;
            background-color: rgba(0, 1, 1, 0.88);
            width: 330px;
            height: 440px;
            margin: 20px auto;
            color: white;
        }

            .loginWrapper .registerContainer .registerPanel h3 {
                margin-top: 10px;
                height: 40px;
                width: 330px;
                line-height: 40px;
                font-weight: 800;
                font-size: 18px;
                text-align: center;
                font-weight: lighter;
            }

            .loginWrapper .registerContainer .registerPanel h4 {
                float: left;
                margin-left: 15px;
                width: 120px;
                display: block;
                height: 22px;
                line-height: 22px;
                font-size: 13px;
                font-weight: lighter;
            }



            .loginWrapper .registerContainer .registerPanel h3 label {
                display: block;
                font-size: 18px;
            }

            .loginWrapper .registerContainer .registerPanel .RegisterBox {
                height: 35px;
                width: 150px;
                padding-top: 20px;
                color: white;
                font-size: 12px;
                float: left;
                margin-left: 10px;
            }

            .loginWrapper .registerContainer .registerPanel h2 {
                font-family: "Open sans",sans-serif;
                width: 330px;
                text-align: center;
                color: white;
                height: 30px;
                line-height: 30px;
            }

            .loginWrapper .registerContainer .registerPanel .validationRegister {
                color: red;
                width: 300px;
                margin-left: 10px;
                display: none;
                font-size: 10pt;
            }

            .loginWrapper .registerContainer .registerPanel .RegisterBox input[type='text'],
            .loginWrapper .registerContainer .registerPanel .RegisterBox input[type='password'],
            .loginWrapper .registerContainer .registerPanel .RegisterBox select {
                height: 27px;
                width: 130px;
                padding-left: 10px;
                border: 1px #FFF solid;
                -webkit-border-radius: 5px 5px 5px 5px;
                border-radius: 5px 5px 5px 5px;
                line-height: 27px;
                font-size: 13pt;
                font-family: 'Open sans',sans-serif;
                color: #000;
                background-position: left;
                background-repeat: no-repeat;
            }

            .loginWrapper .registerContainer .registerPanel .registerBtn {
                height: 30px;
                width: 300px;
                margin: 0 auto;
                padding-top: 10px;
            }

                .loginWrapper .registerContainer .registerPanel .registerBtn input[type='button'] {
                    height: 35px;
                    width: 130px;
                    font-family: 'Open sans', sans-serif;
                    font-size: 16px;
                    border: 2px groove #FFF;
                    -webkit-border-radius: 5px 5px 5px 5px;
                    border-radius: 5px 5px 5px 5px;
                    background-color: #00a8ff;
                    color: white;
                    margin-top: 20px;
                    margin-left: 10px;
                }

.topMenuBarWrapper {
    position: absolute;
    /*top: 100px;*/
    left: 50%;
    margin-left: -450px;
    height: 108px;
    /*height: 155px;*/
    width: 900px;
    background-color: #2b2b2b;
    z-index: 1;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1);
    /*-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.62);
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.62);*/
}
    /****  75 px empty space on top of inside space of topMenuBarWrapper ****/
    .topMenuBarWrapper #topSpace {
        position: relative;
        height: 62px;
        width: 900px;
        /*height: 110px;
        width: 850px;
        margin: 0;*/
        padding-top: 20px;
        /*border-bottom: 1px solid #FFF;*/
    }
        /****  75 px empty space on top of inside space of topMenuBarWrapper ****/

        /****  first level menu tab and logo  ****/
        .topMenuBarWrapper #topSpace a, .topMenuBarWrapper #topSpace label {
            font-size: 12px;
            color: #dbdfea;
            padding-left: 20px;
            padding-right: 20px;
            /*padding-left: 10px;
            padding-right: 10px;*/
            text-decoration: none;
            height: 20px;
        }

        .topMenuBarWrapper #topSpace ul li a {
            height: 26px;
            vertical-align: middle;
        }
    /*       
        .topMenuBarWrapper #topSpace a:hover {
            color: #00a8ff;
        }

        .topMenuBarWrapper #topSpace ul li a:hover {
            background-color: #007ab9;
            color: #fff;
        }*/

    .topMenuBarWrapper .logo {
        /*margin-top: 60px;*/
        margin-left: 20px;
    }

    .topMenuBarWrapper .mainMenuWrapper {
        /*margin-right: 10px;*/
        /*height: 30px;*/
        width: 900px;
        /*width: 570px;*/
        position: relative;
        border-bottom: 3px solid #007ab9;
        margin-top: 26px;
        float: left;
        /*margin-top: 35px;*/
    }

        .topMenuBarWrapper .mainMenuWrapper ul.mainMenu, .topMenuBarWrapper .mainMenuWrapper ul.subMenu {
            height: 30px;
            width: 654px;
            list-style: none;
            overflow: visible;
        }

            .topMenuBarWrapper .mainMenuWrapper ul.mainMenu li {
                float: left;
                width: 99px;
                height: 30px;
                margin-right: 10px;
                position: relative;
            }

                .topMenuBarWrapper .mainMenuWrapper ul.mainMenu li .menuTabText {
                    z-index: 1;
                    width: 99px;
                    height: 30px;
                    position: absolute;
                    line-height: 30px;
                    text-align: center;
                }

                    .topMenuBarWrapper .mainMenuWrapper ul.mainMenu li .menuTabText a {
                        text-decoration: none;
                        color: #d3cadf;
                        width: 99px;
                        height: 30px;
                        display: block;
                        position: absolute;
                        vertical-align: middle;
                    }

                    .topMenuBarWrapper .mainMenuWrapper ul.mainMenu li .menuTabText span.nav_arrow_down {
                        margin-right: 4px;
                        margin-top: 13px;
                        float: right;
                    }

                .topMenuBarWrapper .mainMenuWrapper ul.mainMenu li .menuTabImage {
                    z-index: 0;
                    float: left;
                    width: 99px;
                    height: 30px;
                    margin-right: 10px;
                    position: absolute;
                }

                .topMenuBarWrapper .mainMenuWrapper ul.mainMenu li .subMenuTabsContainer {
                    width: 100px;
                    min-height: 1px;
                    top: 30px;
                    position: absolute;
                    visibility: hidden;
                }

                    .topMenuBarWrapper .mainMenuWrapper ul.mainMenu li .subMenuTabsContainer a {
                        width: 145px;
                        height: 34px;
                        line-height: 34px;
                        text-decoration: none;
                        color: #2c3e50;
                        font-size: 13px;
                        padding-left: 20px;
                        display: list-item;
                        background-color: #ece0ee;
                    }
            /****  first level menu tab and logo  ****/

            .topMenuBarWrapper .mainMenuWrapper ul.subMenu li.subMenuTabsContainer {
                float: left;
                width: 109px;
                min-height: 1px;
                visibility: hidden;
            }

                .topMenuBarWrapper .mainMenuWrapper ul.subMenu li.subMenuTabsContainer a {
                    width: 145px;
                    height: 34px;
                    line-height: 34px;
                    text-decoration: none;
                    color: #2c3e50;
                    font-size: 13px;
                    padding-left: 20px;
                    display: list-item;
                    background-color: #ece0ee;
                }


/**** Main Content ****/
.contentWrapper {
    position: absolute;
    top: 104px;
    /*top: 255px;*/
    width: 900px;
    left: 50%;
    margin-left: -450px;
    height: 1000px;
    /*height: 1140px;*/
    background-color: white;
    /*background-color: #f7f7f7;
    background-color: #ece0ee;
    
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.62);
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.62);*/
    -webkit-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1);
}
    /**** Hero Image ****/
    .contentWrapper .heroImageWrapper {
        height: 360px;
        width: 900px;
        position: relative;
        margin-top: 4px;
    }

        .contentWrapper .heroImageWrapper .navigateArrow {
            position: absolute;
            top: 50%;
            margin-top: -29px;
            width: 43px;
            height: 58px;
        }

        .contentWrapper .heroImageWrapper .heroImageContainer .textDescription {
            position: absolute;
            top: 50%;
            margin-top: -38px;
            height: 75px;
            line-height: 75px;
            min-width: 200px;
            padding-left: 20px;
            padding-right: 20px;
            left: 50%;
            background-repeat: repeat;
            background-image: url(/Images/MainLayout/hero_container_text_1px_repeat.png);
            color: #007ab9;
            font-weight: lighter;
            text-align: center;
            font-size: 50px;
            display: none;
        }

            .contentWrapper .heroImageWrapper .heroImageContainer .textDescription.current {
                display: inline;
            }

        .contentWrapper .heroImageWrapper .heroImageContainer {
            position: absolute;
            height: 360px;
            width: 900px;
            background-color: rgba(4, 4, 4, 0.59);
            overflow: hidden;
        }

            .contentWrapper .heroImageWrapper .heroImageContainer .allImages {
                height: 360px;
                min-width: 900px;
                position: absolute;
            }

                .contentWrapper .heroImageWrapper .heroImageContainer .allImages img {
                    height: 360px;
                    width: 900px;
                    float: left;
                }

            .contentWrapper .heroImageWrapper .heroImageContainer .heroImageListDots {
                position: absolute;
                height: 18px;
                left: 50%;
                top: 90%;
            }

                .contentWrapper .heroImageWrapper .heroImageContainer .heroImageListDots img {
                    cursor: pointer;
                }

    .contentWrapper .titleSection {
        width: 850px;
        height: 35px;
        padding: 25px;
        padding-top: 10px;
    }

        .contentWrapper .titleSection #contentHeader {
            font-size: 14pt;
            color: #00a8ff;
            float: right;
        }

    .contentWrapper .leftColumn {
        width: 630px;
        /*width: 270px;*/
        max-height: 630px;
        /*margin-left: 25px;*/
        margin-top: 30px;
        float: left;
        position: relative;
        overflow: auto;
    }

    .contentWrapper .scrollContainer {
        position: relative;
    }

    .contentWrapper .scrollContainer .leftColumn {
        max-height: 500px;
        margin-top:30px;
        margin-bottom: 5px;
    }

        .contentWrapper .leftColumn .left {
            margin-left: 20px;
        }

        .contentWrapper .leftColumn .contentTitle {
            /*ffont-family: 'Helvetica Neue Bold',Arial;
            font-size: 13pt;
            color: #007ab9;
            height: 30px;*/
            font-family: Arial;
            font-weight: bold;
            font-size: 12px;
            color: #323232;
        }

        .contentWrapper .leftColumn .paragraph {
            margin-top: 15px;
            /*font-family: 'Helvetica Neue Regular',Arial;
            font-size: 10pt;
            color: #1b1d22;
            line-height: 13pt;*/
            font-family: Arial;
            font-size: 12px;
            color: #646464;
            line-height: 15px;
        }

            .contentWrapper .leftColumn .paragraph ul li, .contentWrapper .leftColumn .paragraph a {
                /*color: #00a8ff;*/
                text-decoration: none;
                cursor: default;
                color: #007ab9;
            }

            .contentWrapper .leftColumn .paragraph ul li {
                font-weight: bold;
            }

            .contentWrapper .leftColumn .paragraph ul {
                margin-left: 20px;
            }

            .contentWrapper .leftColumn .paragraph .btn_read_more_off a {
                width: 109px;
                height: 33px;
                display: block;
                cursor: pointer;
            }

    .contentWrapper .rightColumn {
        width: 270px;
        margin-top: 20px;
        /*width: 265px;*/
        max-height: 630px;
        float: right;
    }

        .contentWrapper .rightColumn.newsUpdates {
            /*background: url('/Images/MainLayout/news_and_updates_bg.jpg') no-repeat left top;*/
            padding-top: 8px;
            max-height: 419px;
            overflow: hidden;
        }

            .contentWrapper .rightColumn.newsUpdates .mCSB_container {
                margin-right:20px;
            }

            .contentWrapper .rightColumn.newsUpdates .contentTitle {
                width: 230px;
                height: 28px;
                border-top: 3px solid #007ab9;
                border-bottom: 1px solid #007ab9;
                padding-left: 20px;
            }
    /*.contentWrapper .rightColumn.newsUpdates {
            background-color: #ddeef7;
        }

            .contentWrapper .rightColumn.newsUpdates .contentTitle {
                width: 230px;
                height: 28px;
                border-top: 3px solid #007ab9;
                border-bottom: 1px solid #007ab9;
                padding-left: 20px;
            }

            .contentWrapper .rightColumn.newsUpdates .dashline {
                border-bottom: 1px dashed #007ab9;
            }*/

    .contentWrapper .coverLayer {
        z-index: 999;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

        .contentWrapper .coverLayer #readMorePopup {
            position: absolute;
            /*top: 100px;*/
            width: 892px;
            left: 50%;
            margin-left: -450px;
            background-color: white;
            border: 4px outset #2b2b2b;
        }

            .contentWrapper .coverLayer #readMorePopup #loadingGif {
                height: 36px;
                width: 36px;
                position: absolute;
                top: 40%;
                left: 50%;
                margin-top: -18px;
                margin-left: -18px;
                display: none;
            }

                .contentWrapper .coverLayer #readMorePopup #loadingGif img {
                    height: 36px;
                    width: 36px;
                }

            .contentWrapper .coverLayer #readMorePopup #readMoreContent {
                height: 1140px;
                width: 900px;
                display: none;
            }

            .contentWrapper .coverLayer #readMorePopup #closeBtn {
                position: absolute;
                top: 0;
                right: 0;
                height: 22px;
                width: 22px;
                background-image: url(/Images/popup_close.png);
                background-size: cover;
            }

                .contentWrapper .coverLayer #readMorePopup #closeBtn:hover {
                    cursor: pointer;
                    height: 25px;
                    width: 25px;
                    top: -2px;
                }


    .contentWrapper .rightColumn .contentTitle {
        font-size: 11pt;
        color: #2c3e50;
        height: 30px;
        line-height: 30px;
        margin-right: 20px;
        width: 265px;
    }

    .contentWrapper .rightColumn .eachArticleContainer {
        margin-top: 17px;
    }

        .contentWrapper .rightColumn .eachArticleContainer .articleTitle {
            font-family: Georgia;
            font-style: italic;
            font-size: 16px;
            color: #007ab9;
            padding-left: 20px;
            width: 230px;
        }

        .contentWrapper .rightColumn .eachArticleContainer .articleDate {
            color: #646464;
            font-family: Georgia;
            font-style: italic;
            font-size: 10px;
            padding-left: 25px;
            width: 230px;
        }

        .contentWrapper .rightColumn .eachArticleContainer .articleBrief {
            margin-top: 5px;
            font-size: 12px;
            /*color: #747475;*/
            padding-left: 20px;
            padding-right: 20px;
            width: 210px;
            color: #646464;
            font-family: Arial;
        }

        .contentWrapper .rightColumn .eachArticleContainer .articleRead {
            font-size: 9pt;
            color: #1b1d22;
            /*padding-left: 20px;*/
            margin-left: 20px;
            /*height: 20px;*/
            cursor: pointer;
            /*text-decoration: underline;*/
            /*width: 100px;*/
            margin-bottom: 20px;
            margin-top:20px;
        }

            .contentWrapper .rightColumn .eachArticleContainer .articleRead:hover {
                font-weight: bold;
                text-decoration: underline;
            }

            .contentWrapper .rightColumn .eachArticleContainer .articleRead::after {
                content: "Read the article";
            }

/*.footer {
    position: absolute;
    height: 105px;
    width: 900px;
    top: 1395px;
    background-color: #2b2b2b;
    left: 50%;
    margin-left: -450px;
    margin-bottom: 100px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.62);
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.62);
}

    .footer .footerList {
        width: 500px;
        margin-left: 25px;
        height: 105px;
        float: left;
    }

        .footer .footerList ul {
            width: 500px;
            height: 105px;
            list-style: none;
        }

            .footer .footerList ul li {
                margin-right: 20px;
                width: 100px;
                font-size: 10pt;
                float: left;
                color: #fefefe;
                line-height: 105px;
                cursor: pointer;
            }

                .footer .footerList ul li:hover {
                    color: #007ab9;
                }

    .footer .footerLinks {
        width: 250px;
        float: right;
        margin-right: 20px;
        height: 105px;
        float: right;
        line-height: 105px;
    }

        .footer .footerLinks #followUs {
            position: relative;
            width: 60px;
            font-size: 11px;
            color: #fefefe;
            height: 105px;
            float: left;
        }

        .footer .footerLinks .social {
            height: 105px;
            line-height: 105px;
            position: relative;
            width: 20px;
            float: left;
            margin-left: 10px;
        }

            .footer .footerLinks .social .eachImage {
                position: absolute;
                top: 50%;
                margin-top: -10px;
            }

                .footer .footerLinks .social .eachImage.footer_cpa {
                    margin-top: -20px;
                    margin-left: 20px;
                    height: 40px;
                    width: 85px;
                    background-image: url("/Images/Footer/footer_cpa.png");
                    background-size: cover;
                }*/


.adminLoginTop {
    width: 100%;
    background-color: white;
    position: relative;
    border-bottom: 3px solid #747475;
}

    .adminLoginTop .adminComTitle {
        font-family: 'Permanent Marker',sans-serif;
        color: #005798;
        font-size: 40px;
        font-weight: 500;
        position: absolute;
        bottom: 40px;
        width: 400px;
        height: 40px;
        line-height: 40px;
        left: 50%;
        margin-left: -205px;
    }

    .adminLoginTop .adminHeadTitle {
        font-family: 'Open sans', sans-serif;
        font-size: 35px;
        font-weight: 700;
        color: #000;
        position: absolute;
        bottom: 0;
        width: 450px;
        left: 50%;
        margin-left: -225px;
    }

.adminLoginBot {
    border-top: 3px solid #171717;
    width: 100%;
    /*background-image: url(/Images/Admin/bg-admin-login.png);*/
    background-image: url(/Images/blurredbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .adminLoginBot .adminLoginContainer {
        position: absolute;
        top: 20px;
        width: 200px;
        height: 200px;
        left: 50%;
        margin-left: -100px;
    }

        .adminLoginBot .adminLoginContainer .adminLoginBox {
            margin-top: 10px;
            height: 50px;
            width: 200px;
        }

            .adminLoginBot .adminLoginContainer .adminLoginBox input[type="text"], .adminLoginBot .adminLoginContainer .adminLoginBox input[type="password"] {
                width: 200px;
                height: 30px;
                font-family: "Open sans", sans-serif;
                font-size: 16px;
                line-height: 30px;
            }

            .adminLoginBot .adminLoginContainer .adminLoginBox input[type="button"] {
                width: 100px;
                height: 30px;
                float: right;
                font-family: 'Open sans', sans-serif;
                font-size: 16px;
                border: 2px outset #FFF;
                -webkit-border-radius: 5px 5px 5px 5px;
                border-radius: 5px 5px 5px 5px;
                background-color: #00a8ff;
                color: white;
            }

.contentWrapper .adminEditContainer {
    width: 800px;
    height: 1140px;
    margin: 0 auto;
    font-family: "Open sans",sans-serif;
}

    .contentWrapper .adminEditContainer .adminEditTableContainer {
        margin-top: 40px;
        width: 800px;
        min-height: 200px;
    }

    .contentWrapper .adminEditContainer table {
        width: 800px;
        min-height: 150px;
        max-height: 300px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

thead, tbody, tr, td, th {
    display: block;
}

    tr:after {
        content: ' ';
        display: block;
        visibility: hidden;
        clear: both;
    }

    thead th {
        /*height: 30px;*/
    }

tbody {
    max-height: 400px;
    /*overflow-y: auto;*/
}

thead {
    /* fallback */
}


    tbody td, thead th {
        float: left;
        border-left: 2px #ece0ee solid;
    }

td {
    float: left;
}


.contentWrapper .adminEditContainer table tr {
    height: 30px;
    line-height: 30px;
}

    .contentWrapper .adminEditContainer table tr:nth-child(2n+1) {
        background-color: #a9e2ff;
    }

    .contentWrapper .adminEditContainer table tr td {
        height: 30px;
        line-height: 30px;
        font-size: 11px;
        font-weight: 100;
        overflow: hidden;
    }

    .contentWrapper .adminEditContainer table tr.clientTableTitle th {
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        background-color: #ece0ee;
    }

    .contentWrapper .adminEditContainer table tr.clientTableHeader th {
        font-size: 14px;
        border-bottom: 1px solid #00a8ff;
        text-transform: uppercase;
    }

    .contentWrapper .adminEditContainer table tr td .editArticleBriefBtn {
        visibility: hidden;
        width: 70px;
        height: 25px;
        line-height: 25px;
        border: 1px solid silver;
        background-color: #fdfdfd;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        float: right;
        color: black;
    }

    .contentWrapper .adminEditContainer table tr td textarea#editingBrief {
        width: 280px;
        height: 50px;
        font-family: "Open sans",sans-serif;
        font-size: 13px;
        float: left;
    }

.contentWrapper .adminEditContainer .adminEditLine {
    height: 30px;
    width: 800px;
}

    .contentWrapper .adminEditContainer .adminEditLine .editMenuTab {
        width: 200px;
        height: 30px;
        line-height: 30px;
        text-transform: uppercase;
        float: left;
    }

    .contentWrapper .adminEditContainer .adminEditLine .editContent input {
        font-family: "Open sans",sans-serif;
        font-size: 13px;
    }

        .contentWrapper .adminEditContainer .adminEditLine .editContent input[type='button'] {
            width: 88px;
            border: 1px solid silver;
            background-color: #fdfdfd;
            -webkit-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
            height: 25px;
            color: black;
            clear: both;
            display: block;
        }

            .contentWrapper .adminEditContainer .adminEditLine .editContent input[type='button']:hover {
                background-color: #ebebeb;
            }

    .contentWrapper .adminEditContainer .adminEditLine .editContent textarea {
        width: 400px;
        height: 60px;
        font-family: "Open sans",sans-serif;
        font-size: 16px;
    }

    .contentWrapper .adminEditContainer .adminEditLine .editContent {
        height: 30px;
        line-height: 30px;
        width: 600px;
        float: right;
    }

.contentWrapper .adminEditContainer .adminEditTableContainer .tablePagination {
    width: 500px;
    margin: 0 auto;
}


    .contentWrapper .adminEditContainer .adminEditTableContainer .tablePagination ul {
        width: 200px;
        list-style: none;
        margin: 0 auto;
    }

        .contentWrapper .adminEditContainer .adminEditTableContainer .tablePagination ul li {
            width: 20px;
            font-size: small;
            color: #00a8ff;
            float: left;
        }

            .contentWrapper .adminEditContainer .adminEditTableContainer .tablePagination ul li.userPage {
                display: none;
            }

    .contentWrapper .adminEditContainer .adminEditTableContainer .tablePagination label {
        font-size: small;
        color: #00a8ff;
        float: left;
        width: 50px;
        text-decoration: underline;
        text-align: center;
    }

#map-canvasPopup {
    width: 900px;
    height: 360px;
}

.contentWrapper .contactUsEachLine {
    height: 40px;
    margin: 0 auto;
    width: 850px;
    margin-bottom: 25px;
}

    .contentWrapper .contactUsEachLine h4 {
        display: inline-block;
    }

        .contentWrapper .contactUsEachLine h4 label, .contentWrapper .contactUsEachLine label {
            height: 20px;
            line-height: 20px;
            font-size: 12px;
            color: #007ab9;
            margin-top: -30px;
            display: inline-block;
            background-repeat: no-repeat;
        }

        .contentWrapper .contactUsEachLine h4 img {
            height: 20px;
            width: 20px;
        }

    .contentWrapper .contactUsEachLine label {
        color: black;
        margin: 0;
    }

    .contentWrapper .contactUsEachLine input[type='text'] {
        width: 440px;
        padding-left: 20px;
        font-family: "Open sans",sans-serif;
        line-height: 40px;
        height: 40px;
        border: 1px solid #e7e6e6;
        box-shadow: inset #e7e6e6;
        font-weight: 100;
        font-size: 15px;
    }

    .contentWrapper .contactUsEachLine input[type='button'] {
        width: 200px;
        height: 40px;
        float: right;
        margin-right: 25px;
    }

    .contentWrapper .contactUsEachLine textarea {
        width: 800px;
        padding-left: 20px;
        font-family: "Open sans",sans-serif;
        line-height: 25px;
        height: 100px;
        border: 1px solid #e7e6e6;
        box-shadow: inset #e7e6e6;
        font-weight: 100;
        font-size: 15px;
    }


.popupNotice {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 300px;
    height: 250px;
    margin-left: -150px;
    display: none;
}

    .popupNotice .popupUpper {
        height: 40px;
        width: 300px;
        background-color: #00a8ff;
        background-color: rgba(0, 98, 191, 0.77);
    }

    .popupNotice .popupLower {
        height: 210px;
        width: 300px;
        background-color: #FFF;
    }


/******* new style navi *******/
.topMenuBarWrapper #topSpace ul.newMainNavi {
    position: absolute;
    right: 0;
    bottom: 2px;
    list-style: none;
    color: #FFF;
    width: 540px;
    height: 23px;
    line-height: 20px;
}


/*.topMenuBarWrapper #topSpace ul.newMainNavi li {
        float: left;
        width: 90px;
        height: 20px;
        border-right:1px solid silver;
        text-align: center;
    }

        .topMenuBarWrapper #topSpace ul.newMainNavi li a {
            width: 90px;
            height: 22px;
            text-align: center;
            display: inline-block;
            margin: 0;
            font-weight: 700;
            color: #FFF;
        }*/

/*.topMenuBarWrapper #topSpace ul.newMainNavi li a:hover {
                border-bottom: 2px #00a8ff solid;
                color: #00a8ff;
            }*/



.topMenuBarWrapper .mainMenuWrapper ul.newMainNaviV2 {
    /*position: absolute;*/
    right: 0;
    top: 2px;
    list-style: none;
    color: #FFF;
    width: 900px;
    /*width: 570px;*/
    /*height: 30px;*/
    line-height: 26px;
    /*margin-top: -2px;*/
}

    .topMenuBarWrapper .mainMenuWrapper ul.newMainNaviV2 li {
        float: left;
        border-right: 2px solid #323232;
        background-color: #5c5c5c;
        text-align: left;
        cursor: pointer;
    }

.topMenuBarWrapper #topSpace .newMainNaviV2 li a {
    position: absolute;
    padding-left: 156px;
}
/*
        .topMenuBarWrapper .mainMenuWrapper ul.newMainNaviV2 li:hover {
            background-color: #007ab9;
        }

        .topMenuBarWrapper .mainMenuWrapper ul.newMainNaviV2 li span.icon {
            width: 16px;
            height: 30px;
            line-height: 30px;
            display: inline-block;
            background-position: left;
            background-repeat: no-repeat;
            background-size: contain;
            cursor: pointer;
        }*/


.topMenuBarWrapper .mainMenuWrapper #topSpace ul.newMainNaviV2 li a {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin: 0;
    margin-top: -15px;
    font-weight: 700;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    border-top: 2px;
    padding: 0;
}
/*
.topMenuBarWrapper .mainMenuWrapper ul.newMainNaviV2 li a:hover {
    border-top: 2px #00a8ff solid;
    background-color: #007ab9;
}*/


/************************************** calculators *******************************/
.contentWrapper .left .calculatorContainer {
    width: 520px;
    height: 630px;
    margin: 50px auto;
    border: 1px solid #000;
    padding: 10px;
    font-size: 14px;
}

    .contentWrapper .left .calculatorContainer .calculatorTitle {
        color: #00a8ff;
        font-size: 18px;
        font-weight: bold;
        height: 30px;
        width: 480px;
    }

    .contentWrapper .left .calculatorContainer .btnArea {
        width: 280px;
        margin: 10px 0;
        height: 35px;
        right: 0;
        position: relative;
    }

        .contentWrapper .left .calculatorContainer .btnArea input[type='button'] {
            width: 120px;
            height: 30px;
            margin-right: 10px;
            color: #ece0ee;
            font-weight: bold;
        }

            .contentWrapper .left .calculatorContainer .btnArea input[type='button'].save {
                /*background-color: rgba(102, 220, 68, 1);*/
                /*background-color: rgba(102, 220, 68, 0.84);*/
                border: none;
            }

                .contentWrapper .left .calculatorContainer .btnArea input[type='button'].save:hover {
                    /*background-color: rgba(112, 230, 90, 1);
                    background-color: rgba(112, 230, 90, 0.84);*/
                    background-color: skyblue;
                    cursor: pointer;
                }

            .contentWrapper .left .calculatorContainer .btnArea input[type='button'].load {
                /*background-color: rgba(213, 217, 102, 1);*/
                /*background-color: rgba(213, 217, 102, 0.78);*/
                border: none;
            }

                .contentWrapper .left .calculatorContainer .btnArea input[type='button'].load.hover {
                    /*background-color: rgba(223, 227, 112, 1);
                    background-color: rgba(223, 227, 112, 0.78);*/
                    background-color: skyblue;
                    cursor: pointer;
                }

        .contentWrapper .left .calculatorContainer .btnArea input[type='file'] {
            width: 120px;
            height: 30px;
            position: absolute;
            left: 0;
            opacity: 0;
            cursor: pointer;
        }


    .contentWrapper .left .calculatorContainer .eachLine {
        width: 520px;
        height: 35px;
    }

        .contentWrapper .left .calculatorContainer .eachLine .left, .contentWrapper .left .calculatorContainer .eachLine .leftRes {
            height: 25px;
            width: 280px;
            vertical-align: middle;
        }

    .contentWrapper .left .calculatorContainer.graph .eachLine .left, .contentWrapper .left .calculatorContainer.graph .eachLine .leftRes {
        width: 250px;
    }

    .contentWrapper .left .calculatorContainer .eachLine .right {
        height: 25px;
        width: 200px;
        margin-right: 20px;
        font-size: 12px;
    }

        .contentWrapper .left .calculatorContainer .eachLine .right input, .contentWrapper .left .calculatorContainer .eachLine .right select {
            padding-left: 5px;
            width: 150px;
            height: 25px;
            border-radius: 5px;
            /*background-color: #2b2b2b;*/
            border: 2px;
            /*color: #FFF;*/
            color: #000;
            float: left;
        }

        .contentWrapper .left .calculatorContainer .eachLine .right input {
            text-align: right;
            padding-left: 0;
            padding-right: 5px;
        }

            .contentWrapper .left .calculatorContainer .eachLine .right input[type='button'].detailBtn {
                width: 26px;
                height: 25px;
                background-image: url("/Images/Calculators/icon_add_off.png");
                margin-left: 5px;
            }

    .contentWrapper .left .calculatorContainer.graph .eachLine .right input, .contentWrapper .left .calculatorContainer.graph .eachLine .right select {
        width: 80px;
    }

    .contentWrapper .left .calculatorContainer .eachLine .right input.shortInput {
        width: 40px;
    }

    .contentWrapper .left .calculatorContainer .eachLine .right input.disabled,
    .contentWrapper .left .calculatorContainer .eachLine .right input:disabled {
        background-color: lightgray;
    }

    .contentWrapper .left .calculatorContainer .eachLine .right select {
        width: 155px;
    }

    .contentWrapper .left .calculatorContainer.graph .eachLine .right select {
        width: 85px;
    }

    .contentWrapper .left .calculatorContainer .separateLine {
        height: 2px;
        width: 455px;
        background-color: #2b2b2b;
        background-color: rgba(50, 50, 50, 0.62);
        margin: 15px 0;
    }

    .contentWrapper .left .calculatorContainer .eachLine .leftRes {
        font-size: 13px;
        padding-left: 15px;
        float: left;
    }

.contentWrapper .right .toolsDashboard {
    width: 280px;
    height: 200px;
    margin: 50px auto;
}


    .contentWrapper .right .toolsDashboard .eachCalculator {
        width: 100px;
        height: 110px;
        /*line-height: 70px;*/ /*set line-height to the height of the div height and reset line-height back to normal in its child span will cause text to vertically align in center*/
        background-color: #f9f8f6;
        margin-right: 10px;
        margin-top: 10px;
        float: left;
        cursor: pointer;
    }

        .contentWrapper .right .toolsDashboard .eachCalculator.current {
            background-color: #00a8ff;
        }

        .contentWrapper .right .toolsDashboard .eachCalculator .icon {
            height: 16px;
            width: 16px;
            margin: 0 auto;
            margin-top: 30px;
            display: block;
        }

            .contentWrapper .right .toolsDashboard .eachCalculator .icon img {
                margin: 0 auto;
            }

        .contentWrapper .right .toolsDashboard .eachCalculator .text {
            /*line-height: 1.2em;*/ /*reset the line-height back to normal which makes the text vertical align center*/
            width: 100px;
            text-align: center;
            display: inline-block;
            color: #fff;
            font-size: 12px;
            font-weight: bold;
            color: #d0cfcd;
            padding-top: 10px;
        }

.contentWrapper .right .taxRateTable {
    width: 280px;
    height: 350px;
    margin: 30px auto;
}

    .contentWrapper .right .taxRateTable table {
        width: 250px;
        border-top: 2px solid #2b2b2b;
        border-top-color: rgba(50, 50, 50, 0.62);
        border-bottom: 2px solid #2b2b2b;
        border-bottom-color: rgba(50, 50, 50, 0.62);
        height: 370px;
    }


        .contentWrapper .right .taxRateTable table tr th {
            color: #00a8ff;
            height: 35px;
            line-height: 35px;
            width: 250px;
            text-align: center;
        }

        .contentWrapper .right .taxRateTable table tr td {
            margin-top: 15px;
            margin-bottom: 15px;
            width: 120px;
            line-height: 1em;
            text-align: center;
            font-size: 12px;
            border: none;
        }


        .contentWrapper .right .taxRateTable table tr:nth-child(2n) {
            background-color: #727272;
        }




/**************************   footer  **************************/
.footer {
    position: absolute;
    /*height: 285px;*/
    height: 231px;
    width: 900px;
    top: 1105px;
    /*top: 1395px;*/
    background-color: #2b2b2b;
    left: 50%;
    margin-left: -450px;
    /*margin-bottom: 100px;*/
    -webkit-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1);
}

    .footer .footerItemContainer {
        /*height: 285px;*/
        /*width: 250px;*/
        color: #fff;
        margin-left: 30px;
        margin-top: 30px;
    }

        .footer .footerItemContainer .footerItemTitle {
            /*height: 50px;*/
            /*border-bottom: 2px solid #00a8ff;*/
            margin-bottom: 30px;
            font-size: 12px;
            font-family: Arial;
            color: white;
        }

            .footer .footerItemContainer .footerItemTitle .footerItemIcon {
                width: 70px;
                height: 50px;
                display: inline-block;
            }

                .footer .footerItemContainer .footerItemTitle .footerItemIcon img {
                    height: 50px;
                    width: 50px;
                }


        .footer .footerItemContainer .eachFooterLink {
            /*height: 35px;*/
            /*width: 250px;*/
            margin-bottom: 10px;
            border-bottom: 1px dotted #969696;
            font-size: 10px;
            font-family: Arial;
            color: #969696;
        }

            .footer .footerItemContainer .eachFooterLink .eachFooterLinkIcon {
                height: 25px;
                width: 40px;
                display: inline-block;
            }

                .footer .footerItemContainer .eachFooterLink .eachFooterLinkIcon img {
                    height: 25px;
                    width: 25px;
                }


            .footer .footerItemContainer .eachFooterLink .eachFooterLinkText, .footer .footerItemContainer .eachFooterLink .eachFooterLinkText a {
                text-decoration: none;
                /*color: #fff;*/
                /*font-size: 12px;*/
                font-size: 10px;
                font-family: Arial;
                color: #969696;
            }

                .footer .footerItemContainer .eachFooterLink .eachFooterLinkText a:hover {
                    color: #00a8ff;
                }




.calculatorLoadingWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url('/images/spinner.gif');
    background-repeat: no-repeat;
    background-position: center;
    display: none;
    z-index: 99999;
}

.calculatorCoveringPopup {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.64);
}

    .calculatorCoveringPopup .popupContent {
        width: 100%;
        top: 50%;
        height: 130px;
        margin-top: -75px;
        position: absolute;
        background: white;
        text-align: center;
        padding-top: 20px;
    }

/*popup window for property manager*/
.centralDivContainer {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    background-color: rgba(44, 44, 44, 0.86);
}

    /*.centralDivContainer .confirmPanel {
        width: 540px;
        height: 545px;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 9999;
        background-color: #fafafc;
        color: black;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }*/

    .centralDivContainer .confirmPanel {
        background: url('/Images/tools-sprite.png') no-repeat;
        overflow: hidden;
        background-position: -0px -1px;
        width: 500px;
        height: 400px;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 9999;
        color: white;
        font-family: Arial;
        font-size: 12px;
    }

        .centralDivContainer .confirmPanel .confirmHeader {
            /*padding-left: 15px;
            height: 45px;
            line-height: 45px;
            width: 525px;
            background-color: #eeeeee;
            font-size: 13px;
            font-weight: bolder;
            color: #000;
            font-weight: bold;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;*/
            display: none;
        }

        .centralDivContainer .confirmPanel .confirmCloseBtn {
            float:right;
            width:30px;
            height:30px;
            margin-top:-7px;           
            margin-right:-10px;
        }

            .centralDivContainer .confirmPanel .confirmCloseBtn:hover {
                cursor:pointer;
            }

        .centralDivContainer .confirmPanel .confirmFooter {
            /*padding-top: 10px;
            border-top: 1px solid #eeeeee;
            height: 70px;
            width: 525px;
            background-color: #f6f6f8;
            padding-right: 15px;*/
            position: absolute; 
            bottom: 8px; 
            right: 10px;
        }

            .centralDivContainer .confirmPanel .confirmFooter input[type='button'] {
                cursor: pointer;
                /*float: right;
                color: white;
                font-weight: bold;
                text-transform: uppercase;
                font-size: 14px;*/
            }

            

        .centralDivContainer .confirmPanel .confirmHeader .closeBtnContainer {
            height: 45px;
            line-height: 45px;
            float: right;
            margin-right: 15px;
        }

        .centralDivContainer .confirmPanel .confirmContent {
            height: 370px;
            margin-top: 5px;
        }

            .centralDivContainer .confirmPanel .confirmContent .title {
                width: 100px;
                display: inline-block;
            }


            .centralDivContainer .confirmPanel .confirmContent .input {
                width: 250px;
                text-align: center;
                display: inline-block;
                border-bottom: 1px dotted black;
            }

                .centralDivContainer .confirmPanel .confirmContent .input input[type='text'] {
                    width: 240px;
                    padding-left: 10px;
                    height: 30px;
                    margin-top: 5px;
                    border: 1px solid #B2B2B2;
                }

            .centralDivContainer .confirmPanel .confirmContent .commentBox {
                height: 100px;
                width: 445px;
                margin: 0 auto;
                padding-left: 10px;
            }

.admin_btn-blue-off, .admin_btn-blue-on {
    display: inline-block;
    background: url('/Images/Calculators/admin_iconset_admin_fund.png') no-repeat;
    overflow: hidden;
}

.admin_btn-blue-off {
    background-position: -2px -37px;
    width: 140px;
    height: 52px;
    cursor: pointer;
    color: white;
}

.admin_btn-blue-on {
    background-position: -2px -91px;
    width: 140px;
    height: 52px;
    cursor: pointer;
    color: white;
}

input[type="button"]#addRecord {
    /*height: 40px;
    width: 150px;
    font-weight: bolder;
    font-size: 14px;*/
}

.absolute {
    position: absolute;
}

.centralDivContainer .confirmPanel .confirmContent .eachLine {
    height: 30px;
    line-height: 30px;
    margin-top:5px;
}

    .centralDivContainer .confirmPanel .confirmContent .eachLine .propertyManagerLineBlock {
        width: auto;
        float: left;
        text-decoration: underline;
        text-align: center;
        position: relative;
        height: 16px;
        font-size: 12px;
    }

        .centralDivContainer .confirmPanel .confirmContent .eachLine .propertyManagerLineBlock input {
            height:10px; 
            margin-right: 10px; 
            padding:8px;
            font-family: Arial;
            font-size: 12px;
            color: #969696;
        }


.centralDivContainer .confirmPanel .confirmContent .lineContentContainer {
    height: 263px;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    width:100%;
    margin-top: 41px;
    padding-left: 10px; 
}

.centralDivContainer .confirmPanel .confirmContent .lineContentContainer.leftColumn {
    max-height: 400px;
}

.centralDivContainer .confirmPanel .confirmContent .eachLine .propertyManagerLineBlock.desc input[type='text'] {
    width: 200px;
}

.centralDivContainer .confirmPanel .confirmContent .eachLine .propertyManagerLineBlock.attach input[type='button'] {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50px;
    z-index: 999;
    background-image: url(/Images/Calculators/upload.png);
    background-size: cover;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #fafafc;
    border: 1px solid #ffcbcb;
}

.centralDivContainer .confirmPanel .confirmContent .eachLine .propertyManagerLineBlock.attach input[type='file'] {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50px;
    z-index: 9999;
    opacity: 0;
    cursor: pointer;
}

.leftCalculatorPanel {
    position: fixed;
    left: 50%;
    margin-left: -670px;
}

.rightSocialPanel {
    position: fixed;
    left: 50%;
    margin-left: 460px;
    margin-top:254px;
}
    .rightSocialPanel div {
        float:left;
    }

.select-style {
    padding: 0;
    margin-top:5px;
    border: none;
    width: 100%;
    overflow: hidden;
    background-color: #fff; 
    background: white url('/Images/MainLayout/select_default.jpg') no-repeat right;
}

.select-style select {
    font-family: Arial;
    font-size: 10px;
    color: #969696;
    width: 100%;
    height: 25px;
    padding: 5px 6px;
    margin:0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}

#quickCalculator {
    position: relative;
    top: 254px;
    width: 190px;
    background-color: #007ab9;
    padding: 0 10px 30px 10px;
}

    #quickCalculator input[type="text"] {
        height: 25px;
        width: 170px;
        border: none;
        line-height:13px;
        padding: 0 10px;
        font-size: 10px;
    }

    #quickCalculator input::-webkit-input-placeholder {
        font-family: Arial;
        font-size: 10px;
        color: #969696;
        margin-left: 10px;
    }

    #quickCalculator input:-moz-placeholder { /* Firefox 18- */
        font-family: Arial;
        font-size: 10px;
        color: #969696;
        text-align: center;
    }

    #quickCalculator input::-moz-placeholder { /* Firefox 19+ */
        font-family: Arial;
        font-size: 10px;
        color: #969696;
        text-align: center;
    }

    #quickCalculator input:-ms-input-placeholder {
        font-family: Arial;
        font-size: 10px;
        color: #969696;
        text-align: center;
    }

#quickCalculatoresults {
    position: relative;
    top: 254px;
    width: 190px;
    font-family: Arial;
    font-size:10px;
    color:#646464;
    margin-top:10px;
}

.left_container {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

.contentWrapper .left_container .toolsDashboard .eachCalculator {
    margin-bottom: 1px;
}

.contentWrapper .left_container .button {
    border: 0px;
    border-radius: 0px;
    margin-top: 19px;
    margin-bottom: 23px;
    cursor: pointer;
}

.contentWrapper .left_container .tableDescription {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #585858;
    margin-left: 25px;
}

.contentWrapper .left_container input[type="file"] {
    width: 126px;
    height: 30px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin-top: 20px;
    left: 20px;
}

::-webkit-file-upload-button { cursor:pointer; }

.contentWrapper .left_container table tr td {
    border: 0px;
}

.contentWrapper .left_container table .tableTitle .left_column {
    width:110px;
    padding-left: 10px;
    font-weight: normal;
    height: 29px;
    font-family: Arial;
    font-size: 12px;
    color: #646464;
    background-color: #ddeef7;
}
.contentWrapper .left_container table .tableTitle .right_column {
    width:132px;
    padding-left:17px;
    height: 29px;
    font-family: Arial;
    font-size: 12px;
    color: #646464;
    background-color: #ddeef7;
}
    .contentWrapper .left_container table .tableTitle td {
        line-height: 29px;
    }

.contentWrapper .left_container .left_column {
    color: #007AB9;
    font-family: Arial;
    font-size:12px;
    font-weight: bold;
    width:110px;
    padding-left: 10px;
}

.contentWrapper .left_container .right_column {
    padding-left:17px;
    color: #969696;
    font-family: Arial;
    font-size:12px;
    width:132px;
}

.contentWrapper .left_container .even {
    background-color: white;
    height: 42px;
    line-height:42px;
}
.contentWrapper .left_container .odd {
    background-color: #ddeef7;
}

.contentWrapper .left_container .topLine {
    width:567px;
    height:3px;
    background-color: #007ab9;
    margin-bottom:10px;
}

.contentWrapper .left_container .leftColumn {
    width: 100%;
    max-height:380px;
}

.contentWrapper .left_container .calculatorForm {
    width:227px;
    float:left;
    position:relative;
}

.contentWrapper .left_container .calculatorForm.right input[type='text'] {
width:100%;
}

.contentWrapper .left_container .calculatorForm.right .select-style {
width: 286px;
}
    .contentWrapper .left_container .calculatorForm .label {
        color:#646464;
        font-family: Arial;
        font-size:12px;
        margin-bottom: 20px;
    }

    .contentWrapper .left_container .calculatorForm input[type='text'] {
        margin-bottom:5px;
        width:173px;
        height:28px;
        border: 1px solid #007ab9;
    }

    .calculatorForm .tools-pencil-default  {
        border: 0px;
        border-radius:0px;
        background-color: transparent;
        margin-left: 10px;
        margin-top:6px;
    }
    .calculatorForm .tools-pencil-default:focus  {
        outline:none;
    }

    .contentWrapper .left_container .calculatorForm input {
        padding: 0 0 0 5px;
        float:left;
    }

    .contentWrapper .left_container .calculatorForm .select-style {
        padding: 0;
        margin: 0 0 5px 0; 
        border: 1px solid #007ab9;
        width:179px;
        height: 28px;
        border-right:0;
    }
        .contentWrapper .left_container .calculatorForm .select-style select {
            font-size:12px;
            padding: 5px 3px;
        }

    .contentWrapper .left_container .summary {
        width:100%;
    }

    .contentWrapper .left_container .summary tr td {
        padding:10px;
        height: 10px;
        line-height: 10px;
    }

    .contentWrapper .left_container .summary .left {
        font-family: Arial;
        color: #646464;
        font-size: 12px;
    }

    .contentWrapper .left_container .summary .right {
        font-family: Arial;
        color: #007ab9;
        font-size: 12px;
        text-align: right;
    }

.tools-dotted-line-dark-grey, .tools-popup-01-bg, .tools-popup-02-bg, .tools-mortgage-calculator-default, .tools-mortgage-calculator-mouseover,
.tools-mortgage-offset-calculator-default, .tools-mortgage-offset-calculator-mouseover, .tools-property-manager-default, .tools-property-manager-mouseover, .tools-tax-calculator-defaultr,
.tools-tax-calculator-mouseover, .tools-property-investment-worksheet-title, .tools-tax-calculator-title, .tools-summary-title-tax-calculator, .tools-drop-down-list-bg,
.tools-select-bar, .tools-mortgage-calculator, .tools-net-rental-position, .tools-summary-results,
.tools-load-data-default, .tools-load-data-mouseover, .tools-save-data-default, .tools-save-data-mouseover, .tools-rental-income-title,
.tools-drop-down-list-year-popup-02, .tools-add-record-click-popup-01, .tools-add-record-default-popup-01, .tools-confirm-click-popup-01, .tools-confirm-default-popup-01,
.tools-net-income-title, .tools-cancel-click-popup-02, .tools-cancel-default-popup-02, .tools-drop-down-list-day-and-month-popup-02, .tools-graph,
.tools-ok-click-popup-02, .tools-ok-default-popup-02, .tools-select-clicked, .tools-select-default, .tools-pencil-default,
.tools-pencil-mouseover, .tools-blue-dot, .tools-close-roundel-blue-popup-01, .tools-close-roundel-white-popup-01, .tools-cross-sign,
.tools-grey-dot, .tools-info, .tools-tick, .tools-refresh {
    display: inline-block;
    background: url('/Images/tools-sprite.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.tools-dotted-line-dark-grey {
    background-position: -0px -0px;
    width: 565px;
    height: 1px;
    margin-bottom: 30px;
    margin-top: 18px;
}

.tools-popup-01-bg {
    background-position: -0px -1px;
    width: 500px;
    height: 400px;
}

.tools-popup-02-bg {
    background-position: -0px -401px;
    width: 308px;
    height: 285px;
}

.tools-mortgage-calculator-default { background-position: -0px -686px; width: 273px; height: 36px; }
    .tools-mortgage-calculator-default:hover { background-position: -273px -686px; width: 273px; height: 36px; cursor:pointer; }
    .tools-mortgage-calculator-default.current { background-position: -273px -686px; width: 273px; height: 36px; cursor:pointer; }

.tools-mortgage-offset-calculator-default { background-position: -0px -722px; width: 273px; height: 36px; }
    .tools-mortgage-offset-calculator-default:hover { background-position: -273px -722px; width: 273px; height: 36px; cursor:pointer; }
    .tools-mortgage-offset-calculator-default.current { background-position: -273px -722px; width: 273px; height: 36px; cursor:pointer; }

.tools-property-manager-default { background-position: -0px -758px; width: 273px; height: 36px; }
    .tools-property-manager-default:hover { background-position: -273px -758px; width: 273px; height: 36px; cursor:pointer; }
    .tools-property-manager-default.current { background-position: -273px -758px; width: 273px; height: 36px; cursor:pointer; }

.tools-tax-calculator-defaultr { background-position: -0px -794px; width: 273px; height: 36px;}
    .tools-tax-calculator-defaultr:hover { background-position: -273px -794px; width: 273px; height: 36px; cursor:pointer;}
    .tools-tax-calculator-defaultr.current { background-position: -273px -794px; width: 273px; height: 36px; cursor:pointer;}
.tools-property-investment-worksheet-title { background-position: -308px -401px; width: 248px; height: 17px; margin-bottom: 25px;}
.tools-tax-calculator-title { background-position: -308px -418px; width: 214px; height: 17px; margin-bottom: 17px; float:left;}

.tools-summary-title-tax-calculator { background-position: -308px -435px; width: 189px; height: 18px; margin-top:12px; margin-bottom:16px;}

.tools-drop-down-list-bg {
    background-position: -308px -453px;
    width: 178px;
    height: 102px;
}

.tools-select-bar {
    background-position: -308px -555px;
    width: 176px;
    height: 16px;
}

.tools-mortgage-calculator {
    background-position: -308px -659px;
    width: 158px;
    height: 18px;
    margin-top:12px; 
    margin-bottom:16px;
}

.tools-net-rental-position {
    background-position: -0px -830px;
    width: 148px;
    height: 13px;
    margin-bottom: 20px;
}

.tools-summary-results { background-position: -148px -830px; width: 137px; height: 17px; margin-bottom:20px; float:left;}

.tools-load-data-default { background-position: -285px -830px; width: 126px; height: 30px; }
    .tools-load-data-default:hover { background-position: -411px -830px; width: 126px; height: 30px; cursor:pointer; }

.tools-save-data-default { background-position: -0px -843px; width: 126px; height: 30px;}
    .tools-save-data-default:hover { background-position: -126px -847px; width: 126px; height: 30px; }

.tools-rental-income-title { background-position: -252px -860px; width: 111px; height: 13px; margin-bottom:20px; float:left;}

.tools-drop-down-list-year-popup-02 {
    background-position: -363px -860px;
    width: 109px;
    height: 159px;
}

.tools-add-record-default-popup-01 { background-position: -252px -873px; width: 100px; height: 30px; }
    .tools-add-record-default-popup-01:active { background-position: -0px -873px; width: 100px; height: 30px; }

.tools-confirm-default-popup-01 { background-position: -0px -903px; width: 100px; height: 30px;}
    .tools-confirm-default-popup-01:active { background-position: -100px -877px; width: 100px; height: 30px; }

.tools-net-income-title {
    background-position: -473px -571px;
    width: 88px;
    height: 12px;
    margin-bottom: 20px;
}

.tools-cancel-click-popup-02 {
    background-position: -500px -1px;
    width: 59px;
    height: 30px;
}

.tools-cancel-default-popup-02 {
    background-position: -500px -31px;
    width: 59px;
    height: 30px;
}

.tools-drop-down-list-day-and-month-popup-02 {
    background-position: -500px -61px;
    width: 59px;
    height: 159px;
}

.tools-graph {
    background-position: -500px -220px;
    width: 45px;
    height: 17px;
    margin-bottom:20px; float:left;
}

.tools-ok-click-popup-02 {
    background-position: -500px -237px;
    width: 38px;
    height: 30px;
}

.tools-ok-default-popup-02 {
    background-position: -500px -267px;
    width: 38px;
    height: 30px;
}

.tools-select-default { background-position: -538px -267px; width: 26px; height: 30px; }
    .tools-select-default:active { background-position: -538px -237px; width: 26px; height: 30px; }

.tools-pencil-default {
    background-position: -500px -297px;
    width: 18px;
    height: 17px;
}

    .tools-pencil-default:hover {
        background-position: -518px -297px;
        width: 18px;
        height: 17px;
    }

.tools-blue-dot {
    background-position: -545px -220px;
    width: 16px;
    height: 16px;
}

.tools-close-roundel-blue-popup-01 {
    background-position: -536px -297px;
    width: 16px;
    height: 16px;
}

.tools-close-roundel-white-popup-01 {
    background-position: -536px -313px;
    width: 16px;
    height: 16px;
}

.tools-cross-sign {
    background-position: -500px -314px;
    width: 16px;
    height: 16px;
}

.tools-grey-dot {
    background-position: -516px -314px;
    width: 16px;
    height: 16px;
}

.tools-info {
    background-position: -532px -329px;
    width: 16px;
    height: 16px;
    position: absolute;
}

.tools-tick {
    background-position: -548px -329px;
    width: 16px;
    height: 16px;
}

.tools-refresh {
    background-position: -500px -330px;
    width: 15px;
    height: 16px;
}


/* home-sprite */

.home-banner-01, .home-banner-02, .home-banner-03, .home-banner-04, .home-banner-05, 
.home-banner-06, .home-banner-07, .home-banner-08, .home-banner-09, .home-sub-navigation-service-bg, 
.home-business-structuring-default, .home-business-structuring-mouseover, .home-financial-planning-default, .home-financial-planning-mouseover, .home-lending-default, 
.home-lending-mouseover, .home-service-tax-consulting-default, .home-service-tax-consulting-mouseover, .home-smsf-default, .home-smsf-mouseover, 
.home-news-and-updates-bg, .home-about-us-default, .home-about-us-mouseover, .home-tools-default, .home-tools-mouseover, 
.home-partners-default, .home-partners-mouseover, .home-partners-selected, .home-service-default, .home-services-mouseover, 
.home-services-selected, .home-solution-default, .home-solution-mouseover, .home-solution-selected, .home-read-more, 
.home-read-more-mouseover, .home-read-the-article, .home-contact-us, .home-expertise, .home-site-map, 
.home-facebook, .home-facebook-mouseover, .home-linkedin, .home-linkedin-mouseover, .home-twitter, 
.home-twitter-mouseover, .home-left-arrow, .home-right-arrow, .home-dot-default, .home-dot-selected, 
.home-left-arrow-body, .home-right-arrow-body
{ display: inline-block; background: url('/Images/home-sprite.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.home-banner-01 { background-position: -0px -0px; width: 900px; height: 360px; }
.home-banner-02 { background-position: -0px -360px; width: 900px; height: 360px; }
.home-banner-03 { background-position: -0px -720px; width: 900px; height: 360px; }
.home-banner-04 { background-position: -0px -1080px; width: 900px; height: 360px; }
.home-banner-05 { background-position: -0px -1440px; width: 900px; height: 360px; }
.home-banner-06 { background-position: -0px -1800px; width: 900px; height: 360px; }
.home-banner-07 { background-position: -0px -2160px; width: 900px; height: 360px; }
.home-banner-08 { background-position: -0px -2520px; width: 900px; height: 360px; }
.home-banner-09 { background-position: -0px -2880px; width: 900px; height: 360px; }
.home-sub-navigation-service-bg { background-position: -0px -3240px; width: 284px; height: 158px; }
.home-business-structuring-default { background-position: -284px -3240px; width: 276px; height: 30px; }
.home-business-structuring-mouseover { background-position: -560px -3240px; width: 276px; height: 30px; }
.home-financial-planning-default { background-position: -284px -3270px; width: 276px; height: 30px; }
.home-financial-planning-mouseover { background-position: -560px -3270px; width: 276px; height: 30px; }
.home-lending-default { background-position: -284px -3300px; width: 276px; height: 30px; }
.home-lending-mouseover { background-position: -560px -3300px; width: 276px; height: 30px; }
.home-service-tax-consulting-default { background-position: -284px -3330px; width: 276px; height: 30px; }
.home-service-tax-consulting-mouseover { background-position: -560px -3330px; width: 276px; height: 30px; }
.home-smsf-default { background-position: -284px -3360px; width: 276px; height: 30px; }
.home-smsf-mouseover { background-position: -560px -3360px; width: 276px; height: 30px; }
.home-news-and-updates-bg { background-position: -284px -3390px; width: 250px; height: 440px; }

.home-about-us-default { background-position: -534px -3390px; width: 179px; height: 23px; }
.home-about-us-default:hover { background-position: -713px -3390px; width: 179px; height: 23px; }
.currentLink.home-about-us-default { background-position: -713px -3390px; width: 179px; height: 23px; }

.home-tools-default { background-position: -0px -3398px; width: 179px; height: 23px; }
.home-tools-default:hover { background-position: -534px -3413px; width: 179px; height: 23px; }
.currentLink.home-tools-default { background-position: -534px -3413px; width: 179px; height: 23px; }

.home-partners-default { background-position: -713px -3413px; width: 178px; height: 23px; }
.home-partners-default:hover { background-position: -0px -3421px; width: 178px; height: 23px; }
.currentLink.home-partners-default { background-position: -534px -3436px; width: 178px; height: 23px; }

.home-service-default { background-position: -712px -3436px; width: 178px; height: 23px; }
.home-service-default:hover { background-position: -0px -3444px; width: 178px; height: 23px; }
.currentLink.home-service-default { background-position: -534px -3459px; width: 178px; height: 23px; }

.home-solution-default { background-position: -712px -3459px; width: 178px; height: 23px; }
.home-solution-default:hover { background-position: -0px -3467px; width: 178px; height: 23px; }
.currentLink.home-solution-default { background-position: -534px -3482px; width: 178px; height: 23px; }

.home-read-more { background-position: -712px -3482px; width: 112px; height: 32px; }
.home-read-more:hover { background-position: -0px -3490px; width: 112px; height: 32px; cursor: pointer; }

.home-read-the-article { background-position: -179px -3398px; width: 89px; height: 12px; }
.home-contact-us { background-position: -179px -3410px; width: 66px; height: 10px; }
.home-expertise { background-position: -836px -3240px; width: 55px; height: 13px; }
.home-site-map { background-position: -836px -3253px; width: 52px; height: 13px; }
.home-facebook { background-position: -836px -3266px; width: 31px; height: 31px; }
.home-facebook:hover { background-position: -867px -3266px; width: 31px; height: 31px; }
.home-linkedin { background-position: -836px -3297px; width: 31px; height: 31px; margin-bottom:10px; }
.home-linkedin:hover { background-position: -867px -3297px; width: 31px; height: 31px; }
.home-twitter { background-position: -836px -3328px; width: 31px; height: 31px; margin-bottom:10px; }
.home-twitter:hover { background-position: -867px -3328px; width: 31px; height: 31px; }
.home-left-arrow { background-position: -268px -3398px; width: 16px; height: 32px; }
.home-right-arrow { background-position: -245px -3410px; width: 16px; height: 32px; }
.home-dot-default { background-position: -891px -3240px; width: 9px; height: 9px; }
.home-dot-selected { background-position: -891px -3249px; width: 9px; height: 9px; }
.home-left-arrow-body { background-position: -836px -3359px; width: 7px; height: 17px; }
.home-right-arrow-body { background-position: -843px -3359px; width: 7px; height: 17px; }

.tools-titles-mortgage-offset-calculator-title, .tools-titles-quick-tax-calculator-2014-2015, .tools-titles-non-cash-expenses, .tools-titles-cash-expenses-title
{ display: inline-block; background: url('/Images/tools-titles-sprite.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
.tools-titles-mortgage-offset-calculator-title { background-position: -0px -0px; width: 208px; height: 18px; margin-top:12px; margin-bottom:16px; }
.tools-titles-quick-tax-calculator-2014-2015 { background-position: -0px -18px; width: 190px; height: 13px; position: absolute; left:50%; margin-left: -95px; margin-top:8px;}
.tools-titles-non-cash-expenses { background-position: -0px -31px; width: 152px; height: 17px; margin-bottom:20px; float:left; }
.tools-titles-cash-expenses-title { background-position: -0px -48px; width: 114px; height: 17px; margin-bottom:20px; float:left;}


.quick-quick-tax-calculator-2014-2015, .quick-learn-more-title, .quick-arrow-white-left
{ display: inline-block; background: url('/Images/quick-sprite.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.quick-quick-tax-calculator-2014-2015 { background-position: -0px -0px; width: 190px; height: 13px; }
.quick-learn-more-title { background-position: -0px -13px; width: 67px; height: 10px; }
.quick-arrow-white-left { background-position: -67px -13px; width: 4px; height: 7px; float: right; margin-top: 4px;}


.newsUpdatesTitle {
background: #ddeef7 url('/Images/MainLayout/news_updates_title.png') no-repeat 20px 8px;
height: 28px;
border-top: solid #007ab9 3px;
border-bottom: solid #007ab9 1px;
}

.dottedLineNews {
    background: url('/Images/MainLayout/dotted_line.png') no-repeat 0 0;
    height:1px;
}