@charset "utf-8";
/* CSS Document */

body {
    margin:0px auto;
    background-color: #FFF;
}
a {
    text-decoration:none;
    border:none;
}
img{
    border:none;
    /*border-bottom:none;*/

}

.headerWrap{
    width: 970px;
    height:100%;
    padding: 0px;
    margin:auto;
    overflow:hidden;
}

.header {
    width:970px;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.header img {
    float:left;
    border:none;
    margin:12px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.headerNav {
    width: 400px;
    float: right;
    clear:right;
    margin: 20px 0px 0px 295px;
    padding: 0px 0px 0px 0px;
}

.headerNav img {
    float:right;
    border:none;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.headerNav ul{
    float: right;
    clear: right;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

}

.headerNav li{
    color:#3476d0;
    font-size:13px;
    font-family:Arial, sans-serif;
    display:inline;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.headerNav h4{
    color:#6a6868;
    font-size:14px;
    font-family:Arial, sans-serif;
    font-weight:600;
    float: right;
    clear:right;
    /*width:105%;*/
    margin: 4px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.headerNav a{
    color:#2368c5;
    font-size:15px;
    font-family:Gotham, Helvetica, Arial, sans-serif
}

.navWrap{
    background-image:url(../images/navBarBg.png);
    background-repeat:repeat-x;
    width:100%;
    height:45px;
    margin:15px 0px 0px 0px;
    padding:0px 0px 0px;
}

.nav{
    width: 840px;
    margin: 0 auto;
}

.nav ul{

    margin-top: 0;

}

.nav li{
    list-style-type: none;
    display: inline;
    margin:0px -4px 0px 0px;
    padding:0px 0px 0px 0px;

}

.nav ul a{
    color:#FFF;
    font-size:15px;
    font-family: Arial, sans-serif;
    line-height: 45px;
    border-left:1px solid #1b4d8f;
    margin:0px 0px 0px 0px;
    padding:13px 17px 12px 19px;
}

.nav ul li a:hover{
    background-image: -ms-radial-gradient(center top, ellipse farthest-corner, #2970D1 0%, #1047A3 100%);

    background-image: -moz-radial-gradient(center top, ellipse farthest-corner, #2970D1 0%, #1047A3 100%);

    background-image: -o-radial-gradient(center top, ellipse farthest-corner, #2970D1 0%, #1047A3 100%);

    background-image: -webkit-gradient(radial, center top, 0, center top, 561, color-stop(0, #2970D1), color-stop(1, #1047A3));

    background-image: -webkit-radial-gradient(center top, ellipse farthest-corner, #2970D1 0%, #1047A3 100%);

    background-image: radial-gradient(ellipse farthest-corner at center top, #2970D1 0%, #1047A3 100%);

}

.nav ul li a.active{
    background-image: -ms-radial-gradient(center top, ellipse farthest-corner, #2970D1 0%, #1047A3 100%);

    background-image: -moz-radial-gradient(center top, ellipse farthest-corner, #2970D1 0%, #1047A3 100%);

    background-image: -o-radial-gradient(center top, ellipse farthest-corner, #2970D1 0%, #1047A3 100%);

    background-image: -webkit-gradient(radial, center top, 0, center top, 561, color-stop(0, #2970D1), color-stop(1, #1047A3));

    background-image: -webkit-radial-gradient(center top, ellipse farthest-corner, #2970D1 0%, #1047A3 100%);

    background-image: radial-gradient(ellipse farthest-corner at center top, #2970D1 0%, #1047A3 100%);
}

.bannerWrap{
    background-image:url(../images/bannerBg.png);
    background-repeat:no-repeat;
    background-position:center;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.banner{
    width:970px;
    margin:0 auto;
    padding:0px;
    overflow:hidden;
}

.bannerImg{
    float:right;
    width:500px;
    margin:11px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.bannerText{
    float:left;
    width:460px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.bannerText h2{
    color:#2763c3;
    font-size:31px;
    font-family: Arial, sans-serif;
    font-weight:700;
    margin:7px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.bannerText p{
    color:#496487;
    font-size:14px;
    font-family: Arial, sans-serif;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.bannerTextLower{
    float:left;
    width:474px; /*460, sanjay 474*/
    margin:27px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.bannerTextLower h4{
    color:#FFF;
    font-size:18px;
    font-family: Arial, sans-serif;
    font-weight:600;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.bannerTextYellow{
    color:#facb29;
}

.bannerTextLower img{
    float:left;
    margin:5px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.bannerTextLower p{
    color:#F5F5F5;
    font-size:13px;
    font-family: Arial, sans-serif;
    margin:0px 0px 0px 20px;
    padding:0px 0px 0px 0px;
}

.bannerTextLower p a{
    font-size:14px;
    color:#F5F5F5;
    font-weight:bold;
}

.bannerTextLower p a:hover{
    color:#F5F5F5;
    text-decoration:underline;
    font-weight:bold;
}

.inline1 h2{
    color:#2066c3;
    font-size:25px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    float:left;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.professionalReviewBold{
    font-size:14px;
    font-weight:bold;
}

.inline1 p{
    color:#505050;
    font-size:12px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 10px 0px;
}

.inline1 ul{
    color:#505050;
    font-size:13px;
    font-family: Arial, sans-serif;
    list-style:disc;
    float:left;
    margin:0px 0px 0px 20px;
    padding:0px 0px 0px 0px;
    line-height:19px;
}

/**
 * Home page: Starts at 3 pmts of $897. Support available whenever you need it. Sanjay
 */
    .bannerLowerLeft{
        float:left;
        width: 220px;
        height:80px;
        margin: 15px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .bannerLowerLeft h3{
        color:#F5F5F5;
        font-size:15px;
        font-family: Arial, sans-serif;
        /*font-weight:600;*/ /*sanjay: none*/
        float:left;
        margin:0px 0px 0px 0px;
        padding:0;
    }

    .bannerLowerLeft h1{
        color:#faa429;
        font-size:25px;
        font-family: Arial, sans-serif;
        font-weight:600;
        margin:20px 0px 0px 0px;
        padding:5px 10px 0px 5px;
    }

    .bannerLowerLeft p{
        color: #F5F5F5;
        font-size: 13px;
        font-family: Arial, sans-serif;
        float:right;
        border-left:dotted 2px #FFFFFF;
        margin: -62px 0px 0px 0px;
        padding:10px 0px 10px 12px;
    }

    /**
    * Home page: Starts at 3 pmts of $897. Support available whenever you need it.
    * Victor (07_02_14_0213)
    */
    .font-family { font-family: Arial, sans-serif; }
    .starts-at-3-payments {
        float: left;
        width: 240px;
        height:80px;
        margin: 15px 0 0 0;
        padding: 0;
    }

        /*left side*/
        .left-col-three-pmts { width: 80px; float: left; }

            .starts-at-3-payments .three-pmts{
                color:#F5F5F5;
                font-size:15px;
                float:left;
                margin: 0;
                padding: 0;
            }

            .starts-at-3-payments .pmt-amt{ /*$897*/
                color:#faa429;
                font-size:25px;
                font-weight:600;
                margin:20px 0 0 0;
                padding:0;
            }

        /*right side*/
        .starts-at-3-payments .support-available{
            width: 135px;
            color: #F5F5F5;
            font-size: 13px;
            float:right;
            border-left:dotted 2px #FFFFFF;
            padding:10px 0 10px 12px;
        }

.bannerLowerRight{
    width:180px;
    float:right;
    margin:15px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.bannerLowerRightLower{
    float:left;
    margin: 2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.bannerLowerRightLower h4{
    color: #F5F5F5;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight:100;
    float:left;
    clear:left;
    margin: 0px 0px 0px 0px;
    padding:3px 5px 0px 3px;
}

.bannerLowerRightLower img{
    float:left;
}

.sectionOne{
    width:950px;
    height:100%;
    margin:0 auto;
    overflow:hidden;
}

.oneLeft{
    width:540px;
    height:320px;
    float:left;
    margin:30px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.oneRight{
    width:335px;
    float:right;
    margin:20px 0px 0px 0px;
    padding:0px 0px 0px 40px;
}

.oneRight h2{
    color:#2763c3;
    font-size:26px;
    font-family: Arial, sans-serif;
    font-weight:800;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.easyOne{
    overflow:hidden;
    margin:8px 0px 8px 0px;
    padding:0px 0px 0px 0px;
}

.easyOne img{
    float:left;
}

.easyOne p{
    color:#496487;
    font-size:14px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:15px 0px 0px 10px;
}

.easyTwo{
    overflow:hidden;
    margin:6px 0px 8px 0px;
    padding:0px 0px 0px 0px;
}

.easyTwo img{
    float:left;
}

.easyTwo p{
    color:#496487;
    font-size:14px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:15px 0px 0px 10px;
}

.easyBlue{
    color:#2763c3;
}

.inline1 h3{
    color:#2763c3;
    font-size:25px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    float:left;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.inline1 p{
    color:#505050;
    font-size:14px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
}

.easyThree{
    overflow:hidden;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.easyThree img{
    float:left;
}

.easyThree p{
    color:#496487;
    font-size:14px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:15px 0px 0px 10px;
}

.divider{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.oneViewProcess{
    width:115px;
    float:left;
    margin:10px 0px 0px 13px;
    padding:0px 0px 0px 0px;
}

.oneViewProcess a{
    color:#2763c3;
    font-size:12px;
    font-family: Arial, sans-serif;
    font-weight:100;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.oneViewProcess h4{
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.oneViewProcess img{
    float:right;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.oneViewSample{
    width:135px;
    float:right;
    margin:10px 0px 0px 10px;
    padding:0px 0px 0px 0px;
}

.oneViewSample a{
    color:#2763c3;
    font-size:12px;
    font-family: Arial, sans-serif;
    font-weight:100;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.oneViewSample h4{
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.oneViewSample img{
    float:right;
    clear:right;
    margin:2px 0px 0px 5px;
    padding:0px 0px 0px 0px;
}

.sectionTwoWrap {
    background-color:#f8f8f8;
    border-top:1px solid #dbdbdb;
    border-bottom:1px solid #dbdbdb;
    margin:35px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.sectionTwo{
    width:950px;
    margin:0 auto;
    overflow:hidden;
}

.twoLeft{
    width:477px;
    float:left;
    margin:60px 0px 50px 0px;
    padding:0px 0px 0px 0px;
}

.twoLeft h2{
    color:#2763c3;
    font-size:22px;
    font-family: Arial, sans-serif;
    font-weight:600;
    margin:0px 0px 15px 0px;
    padding:0px 0px 0px 0px;
}

.chooseOne{
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.chooseOne img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.chooseOne p{
    color: #505050;
    font-size: 14px;
    font-family: Arial, sans-serif;
    float: left;
    margin: 0px 0px 0px 7px;
    padding: 0px 0px 0px 0px;
}

.dash{
    color:#bdd3f5;
    font-size:20px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 15px;
    padding:0px 0px 0px 0px;
}

.chooseTwo{
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.chooseTwo img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.chooseTwo p{
    color: #505050;
    font-size: 14px;
    font-family: Arial, sans-serif;
    float: left;
    margin: 0px 0px 0px 7px;
    padding: 0px 0px 0px 0px;
}

.chooseThree{
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.chooseThree img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.chooseThree p{
    color: #505050;
    font-size: 14px;
    font-family: Arial, sans-serif;
    float: left;
    margin: 0px 0px 0px 7px;
    padding: 0px 0px 0px 0px;
}

.twoLeftLower{
    width:475px;
    float:left;
    /*margin:23px 0px 0px 0px;by yogesh30dec2013*/
    margin:7px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.twoLeftLower h3{
    color:#2066c3;
    font-size:19px;
    font-family: Arial, sans-serif;
    font-weight:bold;
    margin:5px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.twoLeftLowerVideo{
    float:left;
    margin:0px 20px 0px 0px;
    /*margin:-18px 20px 0px 0px;*/
    padding:0px 0px 0px 0px;
}

.twoLeftLower p{
    color:#787878;
    font-size:13px;
    font-family: Arial, sans-serif;
    font-weight:300;
    margin:26px 0 0 0;
    /*margin:26px -149px 0px 0px;*//*commented 31dec2013*/
}

.photo_testimonial {
    color:#787878;
    font-size:13px;
    font-family: Arial, sans-serif;
    font-weight:300;
    margin:0 0 0 80px;
}

.video_twoLeftLower{
    color:#787878;
    font-size:13px;
    font-family: Arial, sans-serif;
    font-weight:300;
    margin:0;
    padding:2px 0px 3px 0px;
}

.lowerBlue{
    color:#2763c3;
    font-size:13px;
    font-family: Arial, sans-serif;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.twoLeftLower a{
    color: #2763c3;
    font-size: 12px;
    font-weight: 300;
}

.twoLeftLower a.video-center {font-size: 13px;}

.twoLeftLower h4{
    color:#2763c3;
    font-size:13px;
    font-family: Arial, sans-serif;
    font-weight:600;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.twoRight{
    width:420px;
    float:right;
    border-left:1px solid #dbdbdb;
    margin:60px 0px 50px 0px;
    padding:0px 0px 0px 35px;
}

.twoRight h2{
    color:#2763c3;
    font-size:22px;
    font-family: Arial, sans-serif;
    font-weight:600;
    margin:0px 0px 15px 0px;
    padding:0px 0px 0px 0px;
}

.commonOne{
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.commonOne img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.commonOne p a{
    color:#505050;
    font-size:14px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 7px;
    padding:0px 0px 0px 0px;
}

.commonOne p a:hover{
    text-decoration:underline;
}

.dash{
    color:#bdd3f5;
    font-size:20px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 15px;
    padding:0px 0px 0px 0px;
}

.commonTwo{
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.commonTwo img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.commonTwo p{
    color:#505050;
    font-size:14px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 7px;
    padding:0px 0px 0px 0px;
}

.commonTwo p a{
    color:#505050;
    font-size:14px;
    font-family: Arial, sans-serif;
}

.commonTwo p a:hover{
    color:#505050;
    text-decoration:underline;
}

.commonThree{
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.commonThree img{
    float:left;
    clear:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.commonThree p{
    color:#505050;
    font-size:14px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 7px;
    padding:0px 0px 0px 0px;
}

.commonThree p a{
    color:#505050;
    font-size:14px;
    font-family: Arial, sans-serif;
}

.commonThree p a:hover{
    text-decoration:underline;
}

/**************************
* Common Questions v1.0
**************************/
.twoRightLower{
    width:100%;
    height: 100%;
    float: right;
    margin: 40px 0px 0px 7px;
    padding: 0px 0px 0px 0px;
}

.twoRightLower p{
    color:#8b8b8b;
    font-size:13px;
    font-family: Arial, sans-serif;
    float:left;
    margin:2px 6px 0px 0px;
    padding:0px 0px 0px 0px;
}

.twoRightLower a{
    color:#2f2f2f;
    font-size:13px;
    font-weight:bold;
    font-family: Arial, sans-serif;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.rightLowerBlue{
    color:#2763c3;
    font-size:13px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 2px 0px;
    padding:0px 0px 0px 0px;
}

.twoRightLower img{
    float:right;
    border-left:1px solid #dbdbdb;
    margin: 0px 10px 0px 0px; /*margin: 0px 40px 0px 0px; sanjay: 0px 10px 0px 0px;*/
    padding: 0px 0px 0px 30px;
}

/**************************
* Common Questions v2.0
**************************/
.sectionCommonQuestionsCall{
    width:100%;
    height: 100%;
    float: right;
    margin: 40px 0px 0px 7px;
    padding: 0px;
}

.sectionCommonQuestionsCall div.left_col{
    color:#8b8b8b;
    float:left;
    margin:2px 6px 0px 0px;
    padding:0px;
}

/* on certain pages like http://myultratrust.com/Check_Irrevocable_Trust_Pricing.html a left margin of 10px needed to be added */
.sectionCommonQuestionsCall div.left_col_margin {
    margin:2px 6px 0px 10px;
}

.sectionCommonQuestionsCall a{
    color:#2f2f2f;
    font-weight:bold;
    margin:0px;
    padding:0px;
}

.sectionCommonQuestionsCall div.common div, a.common, span.common {
    font-size:13px;
    font-family: Arial, sans-serif;
}

.sectionCommonQuestionsCall img.right_col{
    float:right;
    border-left:1px solid #dbdbdb;
    margin: 0px 0px 0px 0px; /*margin: 0px 40px 0px 0px; sanjay: 0px 10px 0px 0px;*/
    padding: 0px 0px 0px 15px;
}

.sectionCommonQuestionsCall .margin_spacer {
    margin: 5px 0 0 0;
}

.sectionCommonQuestionsCallBlue {
    color:#2763c3;
    float:left;
    margin:0px 0px 2px 0px;
    padding:0;
}

/**************************
**************************/


.sectionThree{
    width:950px;
    margin:0 auto;
    padding:0px 0px 50px 0px;
    overflow:hidden;
}

.sectionThree h2{
    color:#2763c3;
    font-size:26px;
    font-family: Arial, sans-serif;
    font-weight:800;
    text-align:center;
    margin:0px 0px 0px 0px;
    padding:45px 0px 40px 0px;
}

.threeLeft{
    float:left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.threeLeft img{
    margin: 0px 0px 0px 0px;
    padding: 0px 100px 0px 90px;
}

.threeLeft p{
    color:#636363;
    font-size:13px;
    font-family: Arial, sans-serif;
    text-align:center;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.threeBlue{
    color:#2763c3;
}

.threeMid{
    border-left:#dbdbdb 1px solid;
    border-right:#dbdbdb 1px solid;
    float:left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.threeMid img{
    margin: 0px 0px 0px 0px;
    padding: 0px 84px 0px 79px;
}

.threeMid p{
    color:#636363;
    font-size:13px;
    font-family: Arial, sans-serif;
    text-align:center;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.threeRight{
    float:right;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.threeRight img{
    margin: 0px 0px 0px 0px;
    padding: 0px 75px 0px 75px;
}

.threeRight p{
    color:#636363;
    font-size:13px;
    font-family: Arial, sans-serif;
    text-align:center;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.lowerWrap{
    margin:20px 0px 20px 65px;
    padding:0px 0px 0px 0px;
    clear:both;
}

.lower{
    width:850px;
    margin:0 auto;
    padding:20px 0 0 0;
    overflow:hidden;
}

.lower img{
    margin:0px 30px 0px 30px;
    padding:0px 0px 0px 0px;
    display:inline;
}

/*---------------Footer--------------*/
.footerWrap{
    background-image:url(../images/footerBg.png);
    background-repeat:repeat-x;
    width:100%;
    height:194px;
}

.footer{
    width:1000px;
    margin:0 auto;
    padding:0px;
    overflow:hidden;
}

.footerOne{
    height:125px;
    border-right: 1px solid #104da0;
    -webkit-box-shadow: 1px 0px 0px #4682d4;
    -moz-box-shadow:    1px 0px 0px #4682d4;
    box-shadow:         1px 0px 0px #4682d4;
    float:left;
    margin:30px 0px 0px 0px;
    padding:10px 25px 0px 0px;
}

.footerOne h4{
    color:#f3cd1a;
    font-size:14px;
    font-family: Arial, sans-serif;
    font-weight:600;
    margin:0px 0px 8px 0px;
    padding:0px 0px 0px 0px;
}

.footerOne img{
    float:left;
    margin:4px 0px 5px 0px;
    padding:0px 0px 0px 0px;
}

.footerOne p{
    color:#e0e0e0;
    font-size:12px;
    font-family: Arial, sans-serif;
    margin:0px 0px 6px 12px;
    padding:0px 0px 0px 0px;
}

.footerTwo{
    height:125px;
    float:left;
    border-right: 1px solid #104da0;
    -webkit-box-shadow: 1px 0px 0px #4682d4;
    -moz-box-shadow:    1px 0px 0px #4682d4;
    box-shadow:         1px 0px 0px #4682d4;
    margin:30px 0px 0px 0px;
    padding:10px 25px 0px 28px;
}

.footerTwo ul{
    list-style:none;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.footerTwo li{
    color:#e0e0e0;
    font-size:12px;
    font-family: Arial, sans-serif;
    margin:0px 0px 6px 0px;
    padding:0px 0px 0px 0px;
}

.footerTwo a{
    color:#e0e0e0;
}

.footerTwo a:hover{
    text-decoration:underline;
}

.footerThree{
    height:125px;
    float:left;
    border-right: 1px solid #104da0;
    -webkit-box-shadow: 1px 0px 0px #4682d4;
    -moz-box-shadow:    1px 0px 0px #4682d4;
    box-shadow:         1px 0px 0px #4682d4;
    margin:30px 0px 0px 0px;
    padding:10px 25px 0px 28px;
}

.footerThree ul{
    list-style:none;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.footerThree li{
    color:#e0e0e0;
    font-size:12px;
    font-family: Arial, sans-serif;
    margin:0px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.footerThree a{
    color:#e0e0e0;
}

.footerThree a:hover{
    text-decoration:underline;
}

.footerFour{
    height:125px;
    float:left;
    border-right: 1px solid #104da0;
    -webkit-box-shadow: 1px 0px 0px #4682d4;
    -moz-box-shadow:    1px 0px 0px #4682d4;
    box-shadow:         1px 0px 0px #4682d4;
    margin:30px 0px 0px 0px;
    padding:10px 25px 0px 28px;
}

.footerFour ul{
    list-style:none;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.footerFour li{
    color:#e0e0e0;
    font-size:12px;
    font-family: Arial, sans-serif;
    margin:0px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.footerFour a{
    color:#e0e0e0;
}

.footerFour a:hover{
    text-decoration:underline;
}

.footerFive{
    height:130px;
    float:left;
    margin:30px 0px 0px 0px;
    padding:10px 0px 0px 25px;
}

.footerFive p{
    color:#e0e0e0;
    font-size:12px;
    font-family: Arial, sans-serif;
    text-align:center;
    margin:3px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.footerFive img{
    margin:3px 0px 0px 2px;
    padding:0px 0px 0px 0px;
}

.footerLower{
    width:950px;
    margin:0 auto;
    padding:38px 0px 25px 0px;
    overflow:hidden;
}

.footerLower p{
    color:#496487;
    font-size:12px;
    font-family: Arial, sans-serif;
    text-align:center;
    margin:8px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.footerLower a {
    color:#296dc9;
}

.footerLower a:hover{
    text-decoration:underline;

}
/*----------------------------- PRICING PAGE --------------------------------*/

.pSectionOne{
    width:950px;
    height:100%;
    margin:0 auto;
    overflow:hidden;
    padding:0px 0px 70px 0px;
}

.pOneLeft{
    width:540px;
    height:320px;
    float:left;
    margin:30px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pOneRight{
    width:385px;
    float:right;
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-left:1px solid #dbdbdb;
}

.pOneRightUpper{
    width:365px; /*357, sanjay: 365*/
    height: 100%;
    float: right;
}

.pOneRightUpper p{
    color:#8b8b8b;
    font-size:12px;
    font-family: Arial, sans-serif;
    float:left;
    margin:3px 6px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pOneRightUpper a{
    color:#2f2f2f;
    font-size:12px;
    font-weight:bold;
    font-family: Arial, sans-serif;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.rightLowerBlue{
    color:#2763c3;
    font-size:12px;
    font-family: Arial, sans-serif;
    float:left;
    margin:-2px 0px 2px 0px;
    padding:0px 0px 0px 0px;
}

.pOneRightUpper img{
    float:right;
    border-left:1px solid #dbdbdb;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
}

.pOneRightLower{
    width:357px;
    height: 100%;
    float: right;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.pOneRightLower img{
    float:left;
}

.pOneRightLower p{
    width:225px;
    float:right;
    color:#8b8b8b;
    font-size:12px;
    font-family: Arial, sans-serif;
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.pOneRightLowerBlue{
    color:#2763c3;
    font-weight:bold;
}

/*-----------------------------------------------------------*/
.pSectionTwo{
    width:950px;
    height:100%;
    margin:0 auto;
    overflow:hidden;
    /* padding:0px 0px 90px 0px; */
    padding:0 0 15px;
}

.pTwoHeader{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoHeaderLeft{
    background-color:#f9fafc;
    background-image:url(../images/pTwoHeaderLeftBG.png);
    background-position:bottom;
    background-repeat:no-repeat;
    width:460px;
    height:114px;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    /* border-right:1px solid #dbdbdb; */
}

.pTwoHeaderLeft h2{
    color:#2267c4;
    font-family:Arial, Helvetica, sans-serif;
    font-size:32px;
    font-weight:bold;
    border-top:1px solid #dbdbdb;
    border-left:1px solid #dbdbdb;
    padding:10px 0px 16px 20px;
}

.pTwoHeaderLeft p{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
    margin:14px 0px 0px 20px;
    padding:0px 0px 0px 0px;
}

.pTwoHeaderRight{
    width:435px;
    height:114px;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    border-bottom: 0px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
}

.pHeaderRightOne{
    background-image:url(../images/pHeaderRightOneBG.png);
    background-position:top;
    background-repeat:no-repeat;
    width:145px;
    height:64px;
    float:left;
}

.pHeaderRightOne:hover{
    background-color:#ddd;
}

.pHeaderRightOne h2{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    margin:0px 0px 0px 0px;
    padding:15px 0px 0px 4px;
}

.pTwoHeaderRightOneStart{
    background-image:url(../images/pHeaderRightOneStartBG.png);
    background-position:bottom;
    background-repeat:no-repeat;
    width:130px;
    height:35px;
    margin:11px 7px 0px 7px;
    padding:0px 0px 0px 0px;
    float:left;
    border-radius:5px;
    border: 1px solid #0E1742;
    box-shadow: 0 0 15px inset;
    -moz-box-shadow: 0 0 15px inset;
    -webkit-box-shadow: 0 0 15px inset;
    cursor: pointer;
}

.pTwoHeaderRightOneStart p{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

a:hover .pTwoHeaderRightOneStart {
    background-image:url(../images/pHeaderRightOneStartHOVERBG.jpg);
    background-position:bottom;
    background-repeat:no-repeat;
    width:130px;
    height:35px;
    margin:11px 7px 0px 7px;
    padding:0px 0px 0px 0px;
    border-radius:5px;
}

.pHeaderRightOne p{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    margin:0px 0px 0px 0px;
    padding:17px 0px 0px 0px;
}

.pHeaderRightTwo{
    background-image:url(../images/pHeaderRightTwoBG.png);
    background-position:top;
    background-repeat:no-repeat;
    float:left;
    width:145px;
    height:64px;
}

.pHeaderRightTwo h2{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.pTwoHeaderRightTwoStart{
    background-image:url(../images/pHeaderRightTwoStartBG.png);
    background-position:bottom;
    background-repeat:no-repeat;
    width:130px;
    height:35px;
    margin:11px 7px 0px 7px;
    padding:0px 0px 0px 0px;
    float:left;
    border-radius:5px;
    box-shadow: 0 0 15px inset;
    -moz-box-shadow: 0 0 15px inset;
    -webkit-box-shadow: 0 0 15px inset;
    border: 1px solid #F7CA03;
    cursor: pointer;
}

.pTwoHeaderRightTwoStart p{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

a:hover .pTwoHeaderRightTwoStart {
    background-image:url(../images/pHeaderRightTwoStartHOVERBG.jpg);
    background-position:bottom;
    background-repeat:no-repeat;
    width:130px;
    height:35px;
    margin:11px 7px 0px 7px;
    padding:0px 0px 0px 0px;
    border-radius:5px;
}

.pHeaderRightTwo p{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    margin:0px 0px 0px 0px;
    padding:17px 0px 0px 0px;
}

.pHeaderRightThree{
    background-image:url(../images/pHeaderRightThreeBG.png);
    background-position:top;
    background-repeat:no-repeat;
    float:left;
    width:145px;
    height:64px;
}

.pHeaderRightThree h2{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.pTwoHeaderRightThreeStart{
    background-image:url(../images/pHeaderRightThreeStartBG.png);
    background-position:bottom;
    background-repeat:no-repeat;
    width:130px;
    height:35px;
    margin:11px 7px 0px 7px;
    padding:0px 0px 0px 0px;
    float:left;
    border-radius:5px;
    box-shadow: 0 0 15px inset;
    -moz-box-shadow: 0 0 15px inset;
    -webkit-box-shadow: 0 0 15px inset;
    border: 1px solid #171613;
    cursor: pointer;
}

.pTwoHeaderRightThreeStart p{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

a:hover .pTwoHeaderRightThreeStart {
    background-image:url(../images/pHeaderRightThreeStartHOVERBG.jpg);
    background-position:bottom;
    background-repeat:no-repeat;
    width:130px;
    height:35px;
    margin:11px 7px 0px 7px;
    padding:0px 0px 0px 0px;
    border-radius:5px;
}

.pHeaderRightThree p{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    margin:0px 0px 0px 0px;
    padding:17px 0px 0px 0px;
}

.pHeaderRightLower{
    background-image:url(../images/pHeaderRightLowerBG.png);
    background-position:bottom;
    background-repeat:no-repeat;
    width:100%;
    height:50px;
    float:left;
    /*margin:10px 0px 0px 0px;*/
    padding:0px 0px 0px 0px;
}

.pHeaderRightLower p{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    text-align:center;
    /*margin:4px 0px 0px 0px;*/
    margin:13px 0 0;
    padding:0px 0px 0px 0px;
}

/*-------------------------------------------------------*/
.pTwoMainOne{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainOneLeft{
    width:444px;
    height:57px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:25px 0px 0px 15px;
}

.pTwoMainOneLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

/*added by yogesh*/
.pTwoMainOneLeft p{
    color: #496487;
    font-family:"Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    line-height:19px;
}

.bold{
    color:#6b727a;
    font-weight:bold
}

.pTwoMainOneRight{
    width:434px;
    height:82px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainOneRight-One{
    width:84px;
    height:82px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 60px;
}
/*
.pTwoMainOneRight-One:hover{
	background-color:#ddd;
}
*/
.arrow{
    margin:0px 0px 0px 0px;
    padding:0px 0px 10px 0px;
}

.arrow img{
    margin:0px 0px 0px 0px;
    padding:0px 0px 10px 0px;
}

.pTwoMainOneRight-Two{
    width:84px;
    height:82px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 60px;
}
/*
.pTwoMainOneRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainOneRight-Three{
    width:83px;
    height:82px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 60px;
}
/*
.pTwoMainOneRight-Three:hover{
	background-color:#ddd;
}
*/
/*-------------------------------------------------------*/

.pTwoMainTwo{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainTwoLeft{
    background-color:#f9fafc;
    width:444px;
    height:60px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainTwoLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwoLeft p{
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    color: #496487;
    font-family:"Myriad Pro", Helvetica, sans-serif;
}

.bold{
    color:#6b727a;
}

.pTwoMainTwoRight{
    background-color:#f9fafc;
    width:434px;
    height:70px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwoRight-One{
    width:84px;
    height:40px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:30px 0px 0px 60px;
}
/*
.pTwoMainTwoRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainTwoRight-Two{
    width:84px;
    height:40px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:30px 0px 0px 60px;
}
/*
.pTwoMainTwoRight-Two:hover{
	background-color:#ddd;
}
*/

.pTwoMainTwoRight-Three{
    width:83px;
    height:40px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:30px 0px 0px 60px;
}
/*
.pTwoMainTwoRight-Three:hover{
	background-color:#ddd;
}
*/
/*-------------------------------------------------------*/

.pTwoMainThree{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainThreeLeft{
    width:444px;
    height:60px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainThreeLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainThreeLeft p{
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    color: #496487;
    font-family:"Myriad Pro", Helvetica, sans-serif;
}

.bold{
    color:#6b727a;
}

.pTwoMainThreeRight{
    width:434px;
    height:70px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainThreeRight-One{
    width:84px;
    height:40px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:30px 0px 0px 60px;
}
/*
.pTwoMainThreeRight-One:hover{
	background-color:#ddd;
}
*/

.pTwoMainThreeRight-Two{
    width:84px;
    height:40px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:30px 0px 0px 60px;
}
/*
.pTwoMainThreeRight-Two:hover{
	background-color:#ddd;
}
*/

.pTwoMainThreeRight-Three{
    width:83px;
    height:40px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:30px 0px 0px 60px;
}
/*
.pTwoMainThreeRight-Three:hover{
	background-color:#ddd;
}
*/
/*-------------------------------------------------------*/
.pTwoMainFour{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainFourLeft{
    background-color:#f9fafc;
    width:444px;
    height:50px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainFourLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    line-height:17px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainFourRight{
    background-color:#f9fafc;
    width:434px;
    height:60px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainFourRight-One{
    width:84px;
    height:37px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:23px 0px 0px 60px;
}
/*
.pTwoMainFourRight-One:hover{
	background-color:#ddd;
}
*/

.pTwoMainFourRight-Two{
    width:84px;
    height:37px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:23px 0px 0px 60px;
}
/*
.pTwoMainFourRight-Two:hover{
	background-color:#ddd;
}
*/

.pTwoMainFourRight-Three{
    width:83px;
    height:37px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:23px 0px 0px 60px;
}
/*
.pTwoMainFourRight-Three:hover{
	background-color:#ddd;
}
*/
/*-------------------------------------------------------*/

.pTwoMainFive{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainFiveLeft{
    width:444px;
    height:60px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainFiveLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    line-height:17px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainFiveLeft p{
    color:#989fa7;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.bold{
    color:#6b727a;
}

.pTwoMainFiveRight{
    width:434px;
    height:70px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainFiveRight-One{
    width:84px;
    height:40px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:30px 0px 0px 60px;
}
/*
.pTwoMainFiveRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainFiveRight-Two{
    width:84px;
    height:40px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:30px 0px 0px 60px;
}
/*
.pTwoMainFiveRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainFiveRight-Three{
    width:83px;
    height:40px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:30px 0px 0px 60px;
}
/*
.pTwoMainFiveRight-Three:hover{
	background-color:#ddd;
}
*/
/*-------------------------------------------------------*/

.pTwoMainSix{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainSixLeft{
    background-color:#f9fafc;
    width:444px;
    height:60px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainSixLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    line-height:17px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainSixLeft p{
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    color: #496487;
    font-family:"Myriad Pro", Helvetica, sans-serif;
}

.pTwoMainSixRight{
    background-color:#f9fafc;
    width:434px;
    height:70px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainSixRight-One{
    width:84px;
    height:40px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:30px 0px 0px 60px;
}
/*
.pTwoMainSixRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainSixRight-Two{
    width:84px;
    height:40px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:30px 0px 0px 60px;
}
/*
.pTwoMainSixRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainSixRight-Three{
    width:83px;
    height:40px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:30px 0px 0px 60px;
}
/*
.pTwoMainSixRight-Three:hover{
	background-color:#ddd;
}
*/

/*-------------------------------------------------------*/

.pTwoMainSeven{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainSevenLeft{
    width:444px;
    height:28px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainSevenLeft p{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    line-height:17px;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.professionalReview h2{
    color:#333;
    font-size:25px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    float:left;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.professionalReviewBold{
    font-size:14px;
    font-weight:bold;
}

.professionalReview p{
    color:#333;
    font-size:14px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
}

.pTwoMainSevenLeft h4 a{
    color:#666;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-decoration:underline;
    margin:0px 0px 0px 4px;
    padding:0px 0px 0px 0px;
    float:left;
}
.pTwoMainSevenRight{
    width:434px;
    height:38px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainSevenRight-One{
    width:84px;
    height:26px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:12px 0px 0px 60px;
}
/*
.pTwoMainSevenRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainSevenRight-Two{
    width:84px;
    height:26px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:12px 0px 0px 60px;
}
/*
.pTwoMainSevenRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainSevenRight-Three{
    width:83px;
    height:26px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:12px 0px 0px 60px;
}
/*
.pTwoMainSevenRight-Three:hover{
	background-color:#ddd;
}
*/
/*-------------------------------------------------------*/

.pTwoMainEight{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainEightLeft{
    background-color:#f9fafc;
    width:444px;
    height:50px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainEightLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    line-height:17px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainEightLeft p{
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    color: #496487;
    font-family:"Myriad Pro", Helvetica, sans-serif;
}

.pTwoMainEightRight{
    background-color:#f9fafc;
    width:434px;
    height:60px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainEightRight-One{
    width:144px;
    height:47px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 0px;
}
/*
.pTwoMainEightRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainEightRight-One h3{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    line-height:15px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainEightRight-Two{
    width:144px;
    height:47px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 0px;
}
/*
.pTwoMainEightRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainEightRight-Two h3{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    line-height:15px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainEightRight-Three{
    width:143px;
    height:47px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 0px;
}
/*
.pTwoMainEightRight-Three:hover{
	background-color:#ddd;
}
*/
.pTwoMainEightRight-Three h3{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    line-height:15px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

/*-------------------------------------------------------*/

.pTwoMainNine{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainNineLeft{
    width:444px;
    height:60px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainNineLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainNineLeft p{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.bold{
    color:#6b727a;
}

.pTwoMainNineRight{
    width:434px;
    height:70px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainNineRight-One{
    width:84px;
    height:40px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:30px 0px 0px 60px;
}
/*
.pTwoMainNineRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainNineRight-Two{
    width:84px;
    height:40px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:30px 0px 0px 60px;
}
/*
.pTwoMainNineRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainNineRight-Three{
    width:83px;
    height:40px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:30px 0px 0px 60px;
}
/*
.pTwoMainNineRight-Three:hover{
	background-color:#ddd;
}
*/
/*-------------------------------------------------------*/

.pTwoMainTen{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainTenLeft{
    background-color:#f9fafc;
    width:444px;
    height:60px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainTenLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTenLeft p{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTenRight{
    background-color:#f9fafc;
    width:434px;
    height:70px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTenRight-One{
    width:84px;
    height:40px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:30px 0px 0px 60px;
}
/*
.pTwoMainTenRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainTenRight-Two{
    width:84px;
    height:40px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:30px 0px 0px 60px;
}
/*
.pTwoMainTenRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainTenRight-Three{
    width:83px;
    height:40px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:30px 0px 0px 60px;
}
/*
.pTwoMainTenRight-Three:hover{
	background-color:#ddd;
}
*/
/*-------------------------------------------------------*/

.pTwoMainEleven{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainElevenLeft{
    width:444px;
    height:50px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainElevenLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainElevenLeft p{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainElevenRight{
    width:434px;
    height:60px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainElevenRight-One{
    width:143px;
    height:47px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 0px;
}
/*
.pTwoMainElevenRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainElevenRight-One h3{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    line-height:15px;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainElevenRight-Two{
    width:143px;
    height:47px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 0px;
}
/*
.pTwoMainElevenRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainElevenRight-Two h3{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    line-height:15px;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainElevenRight-Three{
    width:143px;
    height:47px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 0px;
}
/*
.pTwoMainElevenRight-Three:hover{
	background-color:#ddd;
}
*/
.pTwoMainElevenRight-Three h3{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    line-height:15px;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

/*-------------------------------------------------------*/

.pTwoMainTwelve{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainTwelveLeft{
    background-color:#f9fafc;
    width:444px;
    height:30px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainTwelveLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwelveLeft h4 a{
    color:#666;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:100;
    text-decoration:underline;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwelveLeft p{
    color:#989fa7;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwelveRight{
    background-color:#f9fafc;
    width:434px;
    height:40px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwelveRight-One{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainTwelveRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainTwelveRight-Two{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainTwelveRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainTwelveRight-Three{
    width:83px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainTwelveRight-Three:hover{
	background-color:#ddd;
}
*/
/*-------------------------------------------------------*/

.pTwoMainThirteen{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainThirteenLeft{
    width:444px;
    height:30px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainThirteenLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainThirteenLeft p{
    color:#989fa7;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainThirteenRight{
    width:434px;
    height:40px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainThirteenRight-One{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainThirteenRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainThirteenRight-Two{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainThirteenRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainThirteenRight-Three{
    width:83px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainThirteenRight-Three:hover{
	background-color:#ddd;
}
*/
/*-------------------------------------------------------*/

.pTwoMainFourteen{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainFourteenLeft{
    background-color:#f9fafc;
    width:444px;
    height:30px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainFourteenLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainFourteenLeft p{
    color:#989fa7;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainFourteenRight{
    background-color:#f9fafc;
    width:434px;
    height:40px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainFourteenRight-One{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainFourteenRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainFourteenRight-Two{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainFourteenRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainFourteenRight-Three{
    width:83px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainFourteenRight-Three:hover{
	background-color:#ddd;
}*/
/*-------------------------------------------------------*/

.pTwoMainFifteen{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainFifteenLeft{
    width:444px;
    height:30px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainFifteenLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainFifteenLeft h4 a{
    color:#666;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:100;
    text-decoration:underline;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainFifteenLeft p{
    color:#989fa7;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainFifteenRight{
    width:434px;
    height:40px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainFifteenRight-One{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainFifteenRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainFifteenRight-Two{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainFifteenRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainFifteenRight-Three{
    width:83px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainFifteenRight-Three:hover{
	background-color:#ddd;
}
*/
/*-------------------------------------------------------*/

.pTwoMainSixteen{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainSixteenLeft{
    background-color:#f9fafc;
    width:444px;
    height:30px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainSixteenLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainSixteenLeft h4 a{
    color:#666;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:100;
    text-decoration:underline;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainSixteenLeft p{
    color:#989fa7;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainSixteenRight{
    background-color:#f9fafc;
    width:434px;
    height:40px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainSixteenRight-One{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainSixteenRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainSixteenRight-Two{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainSixteenRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainSixteenRight-Three{
    width:83px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainSixteenRight-Three:hover{
	background-color:#ddd;
}
*/
/*-------------------------------------------------------*/

.pTwoMainSeventeen{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainSeventeenLeft{
    width:444px;
    height:45px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainSeventeenLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    line-height:17px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainSeventeenLeft h4 a{
    color:#666;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:100;
    text-decoration:underline;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.grey{
    color:#989fa7;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:100;
    line-height:17px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainSeventeenRight{
    width:434px;
    height:55px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainSeventeenRight-One{
    width:143px;
    height:42px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 0px;
}
/*
.pTwoMainSeventeenRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainSeventeenRight-Two{
    width:143px;
    height:42px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 0px;
}
/*
.pTwoMainSeventeenRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainSeventeenRight-Three{
    height:35px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    width:83px;
    margin:0px 0px 0px 0px;
    padding:20px 0px 0px 60px;
}
/*
.pTwoMainSeventeenRight-Three:hover{
	background-color:#ddd;
}
*/
/*-------------------------------------------------------*/
.pTwoMainEighteen{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainEighteenLeft{
    background-color:#f9fafc;
    width:444px;
    height:60px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainEighteenLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainEighteenLeft p{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainEighteenRight{
    background-color:#f9fafc;
    width:434px;
    height:70px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainEighteenRight-One{
    width:84px;
    height:42px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:28px 0px 0px 60px;
}
/*
.pTwoMainEighteenRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainEighteenRight-Two{
    width:84px;
    height:42px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:28px 0px 0px 60px;
}
/*
.pTwoMainEighteenRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainEighteenRight-Three{
    width:83px;
    height:42px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:28px 0px 0px 60px;
}
/*
.pTwoMainEighteenRight-Three:hover{
	background-color:#ddd;
}*/

/*-------------------------------------------------------*/

.pTwoMainNineteen{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainNineteenLeft{
    width:444px;
    height:30px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainNineteenLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainNineteenLeft p{
    color:#989fa7;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainNineteenRight{
    width:434px;
    height:40px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainNineteenRight-One{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainNineteenRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainNineteenRight-Two{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainNineteenRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainNineteenRight-Three{
    width:83px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainNineteenRight-Three:hover{
	background-color:#ddd;
}
*/
/*-------------------------------------------------------*/

.pTwoMainTwenty{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainTwentyLeft{
    background-color:#f9fafc;
    width:444px;
    height:30px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainTwentyLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentyLeft p{
    color:#989fa7;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentyRight{
    background-color:#f9fafc;
    width:434px;
    height:40px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentyRight-One{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainTwentyRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainTwentyRight-Two{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainTwentyRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainTwentyRight-Three{
    width:83px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainTwentyRight-Three:hover{
	background-color:#ddd;
}*/

/*-------------------------------------------------------*/

.pTwoMainTwentyone{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainTwentyoneLeft{
    width:444px;
    height:30px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainTwentyoneLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentyoneLeft p{
    color:#989fa7;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentyoneRight{
    width:434px;
    height:40px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentyoneRight-One{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainTwentyoneRight-One:hover{
	background-color:#ddd;
}
*/

.pTwoMainTwentyoneRight-Two{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainTwentyoneRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainTwentyoneRight-Three{
    width:83px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainTwentyoneRight-Three:hover{
	background-color:#ddd;
}
*/
/*-------------------------------------------------------*/

.pTwoMainTwentytwo{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainTwentytwoLeft{
    background-color:#f9fafc;
    width:444px;
    height:50px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainTwentytwoLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    line-height:17px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentytwoLeft p{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentytwoRight{
    background-color:#f9fafc;
    width:434px;
    height:60px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentytwoRight-One{
    width:144px;
    height:37px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:23px 0px 0px 0px;
}
/*
.pTwoMainTwentytwoRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainTwentytwoRight-One h3{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    line-height:15px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentytwoRight-Two{
    width:144px;
    height:37px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:23px 0px 0px 0px;
}
/*
.pTwoMainTwentytwoRight-Two:hover{
	background-color:#ddd;
}
*/

.pTwoMainTwentytwoRight-Two h3{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    line-height:15px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentytwoRight-Three{
    width:143px;
    height:37px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:23px 0px 0px 0px;
}
/*
.pTwoMainTwentytwoRight-Three:hover{
	background-color:#ddd;
}
*/

.pTwoMainTwentytwoRight-Three h3{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    line-height:15px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

/*-------------------------------------------------------*/

.pTwoMainTwentythree{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainTwentythreeLeft{
    width:444px;
    height:78px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainTwentythreeLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentythreeLeft p{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentythreeRight{
    width:434px;
    height:88px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentythreeRight-One{
    width:84px;
    height:51px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:37px 0px 0px 60px;
}
/*
.pTwoMainTwentythreeRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainTwentythreeRight-Two{
    width:84px;
    height:48px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:40px 0px 0px 60px;
}
/*
.pTwoMainTwentythreeRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainTwentythreeRight-Three{
    width:83px;
    height:48px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:40px 0px 0px 60px;
}
/*
.pTwoMainTwentythreeRight-Three:hover{
	background-color:#ddd;
}
*/
/*-------------------------------------------------------*/

.pTwoMainTwentyfour{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainTwentyfourLeft{
    background-color:#f9fafc;
    width:444px;
    height:95px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainTwentyfourLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentyfourLeft p{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentyfourRight{
    background-color:#f9fafc;
    width:434px;
    height:105px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentyfourRight-One{
    width:84px;
    height:59px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:46px 0px 0px 60px;
}
/*
.pTwoMainTwentyfourRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainTwentyfourRight-Two{
    width:84px;
    height:57px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:48px 0px 0px 60px;
}
/*
.pTwoMainTwentyfourRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainTwentyfourRight-Three{
    width:83px;
    height:57px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:48px 0px 0px 60px;
}
/*
.pTwoMainTwentyfourRight-Three:hover{
	background-color:#ddd;
}
*/
/*-------------------------------------------------------*/

.pTwoMainTwentyfive{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainTwentyfiveLeft{
    width:444px;
    height:30px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainTwentyfiveLeft h4{
    color:#3d3f41;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentyfiveLeft p{
    color:#989fa7;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentyfiveRight{
    width:434px;
    height:40px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentyfiveRight-One{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainTwentyfiveRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainTwentyfiveRight-Two{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainTwentyfiveRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainTwentyfiveRight-Three{
    width:83px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:right;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainTwentyfiveRight-Three:hover{
	background-color:#ddd;
}
*/
/*-------------------------------------------------------*/

.pTwoMainTwentysix{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainTwentysixLeft{
    background-color:#f9fafc;
    width:444px;
    height:30px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainTwentysixLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentysixLeft p{
    color:#989fa7;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentysixRight{
    background-color:#f9fafc;
    width:434px;
    height:40px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentysixRight-One{
    width:144px;
    height:29px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:11px 0px 0px 0px;
}
/*
.pTwoMainTwentysixRight-One:hover{
	background-color:#ddd;
}
*/
.pTwoMainTwentysixRight-One h3{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    line-height:15px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentysixRight-Two{
    width:144px;
    height:29px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:11px 0px 0px 0px;
}
/*
.pTwoMainTwentysixRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainTwentysixRight-Two h3{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    line-height:15px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentysixRight-Three{
    width:143px;
    height:29px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:11px 0px 0px 0px;
}
/*
.pTwoMainTwentysixRight-Three:hover{
	background-color:#ddd;
}
*/
.pTwoMainTwentysixRight-Three h3{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    line-height:15px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

/*-------------------------------------------------------*/

.pTwoMainTwentyseven{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainTwentysevenLeft{
    width:444px;
    height:30px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainTwentysevenLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentysevenLeft p{
    color:#989fa7;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentysevenRight{
    width:434px;
    height:40px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentysevenRight-One{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainTwentysevenRight-One:hover{
	background-color:#ddd;
}
*/

.pTwoMainTwentysevenRight-Two{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 30px 0px 30px;
}

/*
.pTwoMainTwentysevenRight-Two:hover{
	background-color:#ddd;
}
*/

.pTwoMainTwentysevenRight-Two h3{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    line-height:15px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentysevenRight-Three{
    width:143px;
    height:29px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:11px 0px 0px 0px;
}
/*
.pTwoMainTwentysevenRight-Three:hover{
	background-color:#ddd;
}
*/

.pTwoMainTwentysevenRight-Three h3{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    line-height:15px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

/*-------------------------------------------------------*/

.pTwoMainTwentyeight{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainTwentyeightLeft{
    background-color:#f9fafc;
    width:444px;
    height:30px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainTwentyeightLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentyeightLeft p{
    color:#989fa7;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentyeightRight{
    background-color:#f9fafc;
    width:434px;
    height:40px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentyeightRight-One{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}

/*
.pTwoMainTwentyeightRight-One:hover{
	background-color:#ddd;
}
*/

.pTwoMainTwentyeightRight-Two{
    width:84px;
    height:27px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:13px 0px 0px 60px;
}
/*
.pTwoMainTwentyeightRight-Two:hover{
	background-color:#ddd;
}
*/
.pTwoMainTwentyeightRight-Three{
    width:143px;
    height:29px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:11px 0px 0px 0px;
}
/*
.pTwoMainTwentyeightRight-Three:hover{
	background-color:#ddd;
}
*/


.pTwoMainTwentyeightRight-Three h3{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    line-height:15px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

/*-------------------------------------------------------*/

.pTwoMainTwentynine{
    width:900px;
    margin:0px 26px 0px 26px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainTwentynineLeft{
    width:444px;
    height:140px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    padding:10px 0px 0px 15px;
}

.pTwoMainTwentynineLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentynineLeft p{
    color:#989fa7;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentynineRight{
    width:433px;
    height:152px;
    float:left;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #f0f0f0;
    border-left:1px solid #f0f0f0;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentynineRight-One{
    width:144px;
    height:59px;
    float:left;
    margin:0px 0px 0px 0px;
    padding:11px 0px 0px 0px;
    border-bottom:1px solid #f0f0f0;
    border-left:1px solid #f0f0f0;
}
/*
.pTwoMainTwentynineRight-One:hover{
	background-color:#ddd;
}
*/

.pTwoMainTwentynineRight-One h3{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    line-height:15px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentynineRight-One img{
    margin:53px 0px 0px 65px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentynineRight-Two{
    width:144px;
    height:59px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:11px 0px 0px 0px;
}

/*
.pTwoMainTwentynineRight-Two:hover{
	background-color:#ddd;
}
*/

.pTwoMainTwentynineRight-Two h3{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    line-height:15px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentynineRight-Two img{
    margin:23px 0px 0px 65px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentynineRight-Three{
    width:143px;
    height:59px;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float:left;
    margin:0px 0px 0px 0px;
    padding:11px 0px 0px 0px;
}
/*
.pTwoMainTwentynineRight-Three:hover{
	background-color:#ddd;
}
*/
.pTwoMainTwentynineRight-Three h3{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    line-height:15px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentynineRight-Three img{
    margin:23px 0px 0px 65px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentynineRightLower{
    background-image:url(../images/pHeaderRightLowerBG.png);
    background-position:bottom;
    background-repeat:no-repeat;
    width:100%;
    height:50px;
    float:right;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainTwentynineRightLower p{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    text-align:center;
    margin:15px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

/*-------------------------------------------------------*/

.pTwoMainThirty{
    width:900px;
    margin:0px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pTwoMainThirtyLeft{
    background-color:#f9fafc;
    width:444px;
    height:60px;
    float:left;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #dbdbdb;
    margin:0px 0px 0px 1px;
    padding:10px 0px 0px 15px;
}

.pTwoMainThirtyLeft h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainThirtyLeft p{
    color:#989fa7;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainThirtyRight{
    background-color:#f9fafc;
    width:434px;
    height:71px;
    float:left;
    border-right:1px solid #dbdbdb;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainThirtyRight-One{
    background-image:url(../images/thirtyBlue.png);
    width:145px;
    height:71px;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainThirtyRight-One p{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    text-align:center;
    line-height:16px;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainThirtyRight-One h4{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:28px;
    font-weight:bold;
    text-align:center;
    margin:1px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainThirtyRight-Two{
    background-image:url(../images/thirtyOrange.png);
    width:145px;
    height:71px;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainThirtyRight-Two p{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    text-align:center;
    line-height:16px;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainThirtyRight-Two h4{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:28px;
    font-weight:bold;
    text-align:center;
    margin:1px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainThirtyRight-Three{
    background-image:url(../images/thirtyGrey.png);
    width:144px;
    height:71px;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainThirtyRight-Three p{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    text-align:center;
    line-height:16px;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pTwoMainThirtyRight-Three h4{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:28px;
    font-weight:bold;
    text-align:center;
    margin:1px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pSectionTwoLower{
    width:402px;
    float:right;
    margin:5px 30px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pSectionThree{
    width:950px;
    height:100%;
    margin:0 auto;
    overflow:hidden;
    padding:0px 0px 50px 0px;
}

.pThreeUpper{
    width:900px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pThreeUpperRight{
    width:620px;
    height:100%;
    float:left;
    margin:0px 0px 0px 25px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRight h1{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:25px;
    font-weight:bolder;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRight h6{
    color:#cdd8e4;
    float:left;
    clear:left;
    margin:-5px 0px -5px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightOne{
    margin:3px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    clear:both;
    overflow:hidden;
}

.pThreeUpperRightOne h3{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightOne h4{
    color:#ff8617;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    float:right;
    margin:0px 40px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightOne p{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    margin:23px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightOne h6{
    color:#cdd8e4;
    margin:-5px 0px -5px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightTwo{
    overflow:hidden;
    margin:3px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightTwo h3{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    float:left;
    margin:2px 9px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightTwo h4{
    color:#ff8617;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    float:right;
    margin:0px 40px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightTwo p{
    color:#496487;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    margin:19px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightTwo h6{
    color:#cdd8e4;
    margin:-5px 0px -5px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightThree{
    overflow:hidden;
    margin:3px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightThree h3{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightThree h4{
    color:#ff8617;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    float:right;
    margin:0px 40px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightThree h6{
    color:#cdd8e4;
    margin:-7px 0px -7px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightFour{
    overflow:hidden;
    margin:5px 0px 5px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightFour h3{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightFour p{
    color:#496487;;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    float:left;
    margin:2px 0px 0px 4px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightFour h4{
    color:#ff8617;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    float:right;
    margin:0px 40px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightFour h6{
    color:#cdd8e4;
    margin:-7px 0px -7px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightFive{
    overflow:hidden;
    margin:7px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightFive h3{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightFive h4{
    color:#ff8617;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    float:right;
    margin:0px 40px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightFive p{
    color:#496487;;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    float:left;
    margin:2px 0px 0px 4px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightFive h6{
    color:#cdd8e4;
    margin:-7px 0px -7px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightSix{
    overflow:hidden;
    margin:7px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightSix h3{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightSix h4{
    color:#ff8617;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    float:right;
    margin:0px 40px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightSix h6{
    color:#cdd8e4;
    margin:-7px 0px -7px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightSeven{
    overflow:hidden;
    margin:7px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightSeven h3{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightSeven h4{
    color:#ff8617;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    float:right;
    margin:0px 40px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperRightSeven h6{
    color:#cdd8e4;
    margin:-7px 0px -7px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperLeft{
    width:190px;
    height:160px;
    float:left;
    border-left:1px solid #efefef;
    margin:30px 0px 0px 15px;
    padding:0px 0px 0px 45px;
}

.pThreeUpperLeft img{
    margin:15px 0px 0px 80px;
    padding:0px 0px 0px 0px;
}

.pThreeUpperLeft p{
    color:#b8c3cd;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    text-align:center;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.threeBluePhone{
    color:#2e67ba;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.threeBluePhone a{
    color:#2e67ba;
}

.pThreeLower{
    width:900px;
    margin:30px 25px 0px 25px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.pThreeLowerDiv{
    float:left;
}

.pThreeLowerDiv h4{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    float:left;
    margin:0px 10px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pThreeLowerDiv p{
    color:#6c737b;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    float:right;
    margin:0px 0px 13px 0px;
    padding:0px 0px 0px 0px;
}

/*===================================================================================*/
/*==============================    3 Step Page     =================================*/
/*===================================================================================*/
.tSsection{
    width:960px;
    height:100%;
    margin:0 auto;
    overflow:hidden;
    padding:30px 0px 70px 0px;
}

.tSsectionLeft{
    width:585px;
    height:100%;
    float:left;
    border-right:1px solid #efefef;
    margin:0px 0px 0px 0px;
    padding:0px 0px 30px 0px;
}

.tSsectionLeftOne{
    margin:0px 0px 0px 0px;
    padding:5px 0px 25px 0px;
    overflow:hidden;
}

.tSsectionLeftOne h1{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:22px;
    font-weight:bold;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.tSorange{
    color:#ff8917;
}

.tSsectionLeftOneLeft{
    width:300px;
    float:left;
    margin:18px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.tSsectionLeftOneLeft h3{
    color:#989fa7;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    float:left;
    margin:0px 0px 5px 0px;
    padding:0px 0px 0px 0px;
}

.tSsectionLeftOneLeft a{
    color:#989fa7;
}

.tSsectionLeftOneLeft a:hover{
    text-decoration:underline;
}

/*added by yogesh*/
.tSsectionLeftOneLeft p{
    color: #496487;
    font-family:"Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    line-height:19px;
}

.tSsectionLeftOneRight{
    width:260px;
    float:right;
    margin:18px 0px 0px 0px;
    padding:0px 10px 0px 0px;
}
/*---by amol--*/

.Leftonerightlightbox{
    width:270px;
    height:auto;
}

.Leftonerightlightbox img{
    width:80px;
    height:50px;
    display:inline;
    margin:2px;
}

/*---end---*/
.tSsectionLeftOneRight p{
    color:#2066c3;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align:center;
    margin:5px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.oneRightGrey{
    color:#989fa7;
}

.tSsectionLeftTwo{
    overflow:hidden;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.tSsectionLeftTwoLeft{
    width:415px;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.tSsectionLeftTwoLeft h1{
    color:#3f71bb;
    font-family:Arial, Helvetica, sans-serif;
    font-size:22px;
    font-weight:bold;
    float:left;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.tSorange{
    color:#ff8917;
}

.tSsectionLeftTwoLeft h3{
    color:#61686f;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    float:left;
    clear:left;
    margin:5px 0px 5px 0px;
    padding:0px 0px 0px 0px;
}

.tSsectionLeftTwoLeft p{
    color:#989fa7;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.tSsectionLeftTwoRight{
    width:145px;
    float:right;
    margin:0px 0px 0px 0px;
    padding:0px 10px 0px 0px;
}

.tSsectionLeftTwoRight p{
    color:#2066c3;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align:center;
    margin:5px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.TwoLeft-One{
    float:left;
    clear:left;
    width:415px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.TwoLeft-OneLeft{
    float:left;
}

.TwoLeft-OneLeft h2{
    color:#ff8917;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    float:left;
    clear:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.TwoLeft-OneRight{
    width:398px;
    float:right;
}

.TwoLeft-OneRight h3{
    color:#2066c3;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    float:left;
    clear:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.TwoLeft-OneRight p{
    color: #496487;
    font-family:"Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    float:left;
    clear:left;
    margin:5px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    line-height:19px;
}

.TwoLeft-OneRight h6{
    color:#cdd8e4;
    float:left;
    clear:left;
}

.tSsectionLeftLower{
    float:left;
    margin:20px 10px 0px 18px;
    padding:0px 0px 0px 0px;
}

.tSsectionLeftLower img{
    float:left;
    margin-right:10px;
}

.tSsectionLeftLower p{
    color:#496487;
    font-size:14px;
    font-family: Arial, sans-serif;
    margin:2px 0px 0px 20px;
    padding:0px 0px 0px 0px;
    width:378px;
}

.tSsectionLeftLower a{
    color:#2066c3;
}

.tSsectionLeftLower a:hover{
    text-decoration:underline;
}

.tStep h2{
    color:#2763c3;
    font-size:25px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    float:left;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.tStep p{
    color:#505050;
    font-size:14px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
}

.tStep ul{
    color:#505050;
    font-size:14px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
}

.tStep li{
    margin:0px 0px 0px 0px;
    padding:0px 0px 10px 0px;
}

.tSsectionRight{
    width:360px;
    height:100%;
    float:right;
    clear:right;
    margin:5px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.tSsectionRight-Video{
    float:right;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.tSsectionRight-Lower{
    width:360px;
    float:right;
    /*margin: 69px 0px 0px 0px;by yogesh 03jan2014*/
    padding: 0px 0px 0px 0px;
    margin: -10px 0px 0px 0px;
}

.tSsectionRight-Lower-Process{
    width:360px;
    float:right;
    margin: 69px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    /*margin: -10px 0px 0px 0px;by yogesh 04jan2014*/
}

.tSsectionRight-LowerUpper{
    width:360px;
    float: right;
}

.tSsectionRight-LowerUpper p{
    color:#8b8b8b;
    font-size:12px;
    font-family: Arial, sans-serif;
    float:left;
    margin:2px 6px 0px 0px;
    padding:0px 0px 0px 0px;
}

.tSsectionRight-LowerUpper a{
    color:#2f2f2f;
    font-size:12px;
    font-weight:bold;
    font-family: Arial, sans-serif;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.rightLowerBlue{
    color:#2763c3;
    font-size:12px;
    font-family: Arial, sans-serif;
    float:left;
    margin:-2px 0px 2px 0px;
    padding:0px 0px 0px 0px;
}

.tSsectionRight-LowerUpper img{
    float:right;
    border-left:1px solid #dbdbdb;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}

.tSsectionRight-LowerLower{
    width:360px;
    height: 100%;
    float: right;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.tSsectionRight-LowerLower img{
    float:left;
}

.tSsectionRight-LowerLower p{
    width:225px;
    float:right;
    color:#8b8b8b;
    font-size:12px;
    font-family: Arial, sans-serif;
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.tSsectionRight-LowerLowerBlue{
    color:#2763c3;
    font-weight:bold;
}

/*============================  FAQ PAGE  ================================*/
.faqHeader{
    background-image:url(../images/FAQBG3.png);
    background-repeat:no-repeat;
    background-position:center;
    background-color:#e2e9f2;
    width:100%;
    height:180px;
    margin:0 auto;
    overflow:hidden;
    padding:0px 0px 0px 0px;
}

.faqHeaderText{
    width:960px;
    margin:0 auto;
}

.faqHeaderText h1{
    color:#1d5dbd;
    font-size:28px;
    font-weight:bold;
    font-family: Arial, sans-serif;
    margin:80px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqHeaderGrey{
    color:#868d98;
}

.faqSection{
    width:960px;
    height:100%;
    margin:0 auto;
    overflow:hidden;
    padding:30px 0px 70px 0px;
}

.faqSectionLeft{
    width:585px;
    float:left;
    border-right:1px solid #efefef;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeft h1{
    color:#2066c3;
    font-size:29px;
    font-family: Arial, sans-serif;
    font-weight:bold;
    width:570px;
    float:left;
    border-bottom:2px solid #1b5ac2;
    margin: 0px 0px 1px 0px;
    padding: 0px 0px 0px 0px;
}

.faqSectionLeftOrange{
    color:#ff8917;
}

.faqSectionLeftOne {
    width:580px;
    float:right;
    margin:21px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftOne img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqOne h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentOne {
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentOne p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    margin:8px 0 6px;
    padding:0px 0px 0px 0px;
}

.contentOne h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:none;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentOne h4 a{
    color:#2066c3;
    line-height: 25px;
}

.faqSectionLeftOneButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftOneButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.faqSectionLeftOneButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftTwo {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftTwo img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqTwo h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwo {
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:0px 6px 20px 0px;
    padding:0px 0px 0px 0px;
}

.contentTwo p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:8px 0 6px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftTwoButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftTwoButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.faqSectionLeftTwoButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftThree {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftThree img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqThree h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentThree {
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:0px 6px 20px 0px;
    padding:0px 0px 0px 0px;
}

.contentThree p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:8px 0 6px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftThreeButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftThreeButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.faqSectionLeftThreeButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftFour {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftFour img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqFour h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentFour {
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:0px 6px 20px 0px;
    padding:0px 0px 0px 0px;
}

.contentFour p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:8px 0 6px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftFourButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftFourButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.faqSectionLeftFourButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftFive {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftFive img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqFive h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentFive {
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:0px 6px 20px 0px;
    padding:0px 0px 0px 0px;
}

.contentFive p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:8px 0 6px;
    padding:0px 0px 0px 0px;
}

.contentFive h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:none;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentFive h4 a{
    color:#2066c3;
    line-height: 25px;
}

.faqSectionLeftFiveButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftFiveButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.faqSectionLeftFiveButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftSix {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftSix img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSix h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentSix {
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:0px 6px 20px 0px;
    padding:0px 0px 0px 0px;
}

.contentSix p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:8px 0 6px;
    padding:0px 0px 0px 0px;
}

.contentSix h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:none;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentSix h4 a{
    color:#2066c3;
    line-height: 25px;
}

.faqSectionLeftSixButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftSixButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.faqSectionLeftSixButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftSeven {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftSeven img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSeven h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    margin:0px 0px 0px 10px;
    padding:0px 0px 0px 0px;
}

.seven{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:2px 0px 8px 17px;
    padding:0px 0px 0px 0px;
}

.contentSeven {
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:0px 6px 20px 0px;
    padding:0px 0px 0px 0px;
}

.contentSeven p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:8px 0 6px;
    padding:0px 0px 0px 0px;
}

.contentSeven h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:none;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentSeven h4 a{
    color:#2066c3;
    line-height: 25px;
}

.faqSectionLeftSevenButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftSevenButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.faqSectionLeftSevenButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftEight {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftEight img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqEight h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentEight {
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:0px 6px 20px 0px;
    padding:0px 0px 0px 0px;
}

.contentEight p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:8px 0 6px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftEightButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftEightButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.faqSectionLeftEightButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftNine {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftNine img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqNine h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentNine {
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:0px 6px 20px 0px;
    padding:0px 0px 0px 0px;
}

.contentNine p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:8px 0 6px;
    padding:0px 0px 0px 0px;
}

.contentNine h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:none;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentNine h4 a{
    color:#2066c3;
    line-height: 25px;
}

.faqSectionLeftNineButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftNineButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.faqSectionLeftNineButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftTen {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftTen img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqTen h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentTen {
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:0px 6px 20px 0px;
    padding:0px 0px 0px 0px;
}

.contentTen p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:8px 0 6px;
    padding:0px 0px 0px 0px;
}

.contentTen h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:none;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentTen h4 a{
    color:#2066c3;
    line-height: 25px;
}

.faqSectionLeftTenButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftTenButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.faqSectionLeftTenButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftEleven {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftEleven img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqEleven h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentEleven {
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:0px 6px 20px 0px;
    padding:0px 0px 0px 0px;
}

.contentEleven p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:8px 0 6px;
    padding:0px 0px 0px 0px;
}

.contentEleven h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:none;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentEleven h4 a{
    color:#2066c3;
    line-height: 25px;
}

.faqSectionLeftElevenButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftElevenButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.faqSectionLeftElevenButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftTwelve {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftTwelve img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqTwelve h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwelve {
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:0px 6px 20px 0px;
    padding:0px 0px 0px 0px;
}

.contentTwelve p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:8px 0 6px;
    padding:0px 0px 0px 0px;
}

.contentTwelve h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:none;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentTwelve h4 a{
    color:#2066c3;
    line-height: 25px;
}

.faqSectionLeftTwelveButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftTwelveButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.faqSectionLeftTwelveButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftThirteen{
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftThirteen img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqThirteen h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentThirteen {
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:0px 6px 20px 0px;
    padding:0px 0px 0px 0px;
}

.contentThirteen p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:8px 0 6px;
    padding:0px 0px 0px 0px;
}

.contentThirteen h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:none;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentThirteen h4 a{
    color:#2066c3;
    line-height: 25px;
}

.faqSectionLeftThirteenButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftThirteenButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.faqSectionLeftThirteenButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftFourteen{
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftFourteen img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqFourteen h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    margin:0px 0px 0px 10px;
    padding:0px 0px 0px 0px;
}

.fourteen{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:2px 0px 8px 17px;
    padding:0px 0px 0px 0px;
}

.contentFourteen {
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:0px 6px 20px 0px;
    padding:0px 0px 0px 0px;
}

.contentFourteen p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:8px 0 6px;
    padding:0px 0px 0px 0px;
}

.contentFourteen h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:none;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentFourteen h4 a{
    color:#2066c3;
    line-height: 25px;
}

.faqSectionLeftFourteenButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftFourteenButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.faqSectionLeftFourteenButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftFifteen {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftFifteen img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqFifteen h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentFifteen {
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:0px 6px 20px 0px;
    padding:0px 0px 0px 0px;
}

.contentFifteen p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:8px 0 6px;
    padding:0px 0px 0px 0px;
}

.contentFifteen h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:none;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentFifteen h4 a{
    color:#2066c3;
    line-height: 25px;
}

.faqSectionLeftFifteenButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftFifteenButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.faqSectionLeftFifteenButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftSixteen {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftSixteen img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSixteen h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentSixteen {
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:0px 6px 20px 0px;
    padding:0px 0px 0px 0px;
}

.contentSixteen p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:8px 0 6px;
    padding:0px 0px 0px 0px;
}

.contentSixteen h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:none;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentSixteen h4 a{
    color:#2066c3;
    line-height: 25px;
}

.faqSectionLeftSixteenButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftSixteenButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.faqSectionLeftSixteenButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftSeventeen {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftSeventeen img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSeventeen h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentSeventeen {
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:0px 6px 20px 0px;
    padding:0px 0px 0px 0px;
}

.contentSeventeen p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:8px 0 6px;
    padding:0px 0px 0px 0px;
}

.contentSeventeen h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:none;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentSeventeen h4 a{
    color:#2066c3;
    line-height: 25px;
}

.faqSectionLeftSeventeenButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftSeventeenButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.faqSectionLeftSeventeenButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftLower{
    width:560px;
    float:left;
    margin:43px 0px 0px 0px;
    padding:0px 0px 30px 0px;
}

.faqSectionLeftLower h3{
    color:#2066c3;
    font-size:19px;
    font-family: Arial, sans-serif;
    font-weight:bold;
    margin:5px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftVideo{
    float:left;
    margin:0px 20px 0px 0px;
    padding:0px 0px 0px 0px;
    border:none;
}

.faqSectionLeftVideo a{
    border:none;
}

.faqSectionLeftVideo a img{
    border:none;
}

.faqSectionLeftLower p{
    color:#787878;
    font-size:13px;
    font-family: Arial, sans-serif;
    font-weight:300;
    margin:0px 0px 0px 0px;
    padding:42px 0px 3px 0px;
}

.video_faqSectionLeftLower {
    color:#787878;
    font-size:13px;
    font-family: Arial, sans-serif;
    font-weight:300;
    margin:0px 0px 0px 0px;
    padding:49px 0px 3px 0px;
}

.lowerBlue{
    color:#2763c3;
    font-size:13px;
    font-family: Arial, sans-serif;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionLeftLower a{
    color: #2763c3;
    font-size: 13px;
    font-weight: 300;
}

.faqSectionLeftLower h4{
    color:#2763c3;
    font-size:12px;
    font-family: Arial, sans-serif;
    font-weight:600;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionRight{
    width:360px;
    height:100%;
    float:right;
    clear:right;
    margin:5px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionRight-Video{
    float:right;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionRight-Lower{
    width:360px;
    float:right;
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.faqSectionRight-LowerUpper{
    width:360px;
    float: right;
}

.faqSectionRight-LowerUpper p{
    color:#8b8b8b;
    font-size:13px;
    font-family: Arial, sans-serif;
    float:left;
    margin:2px 6px 0px 0px;
    padding:0px 0px 2px 0px; /*0px 0px 0px 0px; sanjay: 0px 0px 2px 0px;*/
}

.faqSectionRight-LowerUpper a{
    color:#2f2f2f;
    font-size:13px;
    font-weight:bold;
    font-family: Arial, sans-serif;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.rightLowerBlue{
    color:#2763c3;
    font-size:13px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 2px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionRight-LowerUpper img{
    float:right;
    border-left:1px solid #dbdbdb;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}

.faqSectionRight-LowerLower{
    width:360px;
    height: 100%;
    float: right;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.faqSectionRight-LowerLower img{
    float:left;
}

.faqSectionRight-LowerLower p{
    width:225px;
    float:right;
    color:#8b8b8b;
    font-size:12px;
    font-family: Arial, sans-serif;
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.faqSectionRight-LowerLowerBlue{
    color:#2763c3;
    font-weight:bold;
}

.faqSectionRight-LowerComment{
    width:360px;
    border-top:1px solid #efefef;
    float:right;
    margin:20px 0px 0px 0px;
    padding:20px 0px 0px 0px;
}

.faqSectionRight-LowerComment h4{
    color:#2763c3;
    font-size:16px;
    font-family: Arial, sans-serif;
    font-weight:bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.faqSectionRight-LowerComment p{
    color:#8b8b8b;
    font-size:14px;
    font-family: Arial, sans-serif;
    margin:5px 0px 20px 0px;
    padding:0px 0px 0px 0px;
}

textarea{
    background-color:#f6f7f8;
    border:1px solid #dedede;
    width:350px;
    height:120px;
    color:#8b8b8b;
    font-size:14px;
    font-family: Arial, sans-serif;
}

/*============================  IRREVOCABLE TRUSTS PAGE  ================================*/
.iTrustHeader{
    background-image:url(../images/iTrustHeaderBG.png);
    background-repeat:no-repeat;
    background-position:center;
    background-color:#e2e9f2;
    width:100%;
    height:232px;
    margin:0 auto;
    overflow:hidden;
    padding:0px 0px 0px 0px;
}

.iTrustHeaderText{
    width:960px;
    margin:0 auto;
}

.iTrustHeaderText h1{
    color:#1d5dbd;
    font-size:26px;
    font-weight:bold;
    font-family: Arial, sans-serif;
    text-align:center;
    margin:30px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustHeaderGrey{
    color:#868d98;
}

.iTrustSection{
    width:960px;
    height:100%;
    margin:0 auto;
    overflow:hidden;
    padding:30px 0px 70px 0px;
}

.iTrustSectionLeft{
    width:585px;
    float:left;
    border-right:1px solid #efefef;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeft h1{
    color:#2066c3;
    font-size:29px;
    font-family: Arial, sans-serif;
    font-weight:bold;
    width:570px;
    float:left;
    border-bottom:2px solid #1b5ac2;
    margin: 0px 0px 1px 0px;
    padding: 0px 0px 0px 0px;
}

.iTrustSectionLeftOrange{
    color:#ff8917;
}

.iTrustSectionLeftOne {
    width:580px;
    float:right;
    margin:21px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftOne img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustOne h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentOnei {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

/**
* Highlight area or title when user clicks on an email link related to the section.
* eg. if the user clicks on a link to the Introduction to Irrevocable Trust with this URL:
http://myultratrust.com/Irrevocable_Trust_Education.html?section=intro-to-irrevocable-trusts
then that section will display from none to block and the title will be highlighted.
*/
.highlight-section {
    background-color: #ffffc0;
}

.contentOnei h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.underLine{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    text-decoration:underline;
}

.contentOnei p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    margin:3px 0px 1px 0px;
    padding:0px 0px 0px 0px;
}

.contentOnei h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:underline;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentOnei h4 a{
    color:#2066c3;
}

.iTrustSectionLeftOneButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftOneButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.iTrustSectionLeftOneButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.iTrustSectionLeftTwo {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftTwo img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustTwo h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwoi {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwoi h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentTwoi p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    margin:3px 0px 1px 0px;
    padding:0px 0px 0px 0px;
}

.contentTwoi h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:underline;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentTwoi h4 a{
    color:#2066c3;
}

.iTrustSectionLeftTwoButton{
    margin:15px 0px 15px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftTwoButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.iTrustSectionLeftTwoButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.iTrustSectionLeftThree {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftThree img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustThree h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentThreei {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentThreei h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentThreei p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    margin:3px 0px 1px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustThreeInnerHeading{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    width:100%;
    margin:5px 0px 3px 0px;
    padding:0px 0px 0px 0px;
}

.contentThreei h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:underline;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentThreei h4 a{
    color:#2066c3;
}

.iTrustSectionLeftThreeButton{
    margin:15px 0px 15px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftThreeButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.iTrustSectionLeftThreeButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.iTrustSectionLeftFour {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftFour img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustFour h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentFouri {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentFouri h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentFouri p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    margin:3px 0px 1px 0px;
    padding:0px 0px 0px 0px;
}

.contentFouri h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:underline;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentFouri h4 a{
    color:#2066c3;
}

.iTrustSectionLeftFourButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftFourButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.iTrustSectionLeftFourButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.iTrustSectionLeftFive {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftFive img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustFive h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentFivei {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentFivei h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentFivei ul{
    margin:6px 0px 6px 18px;
    padding:0px 0px 0px 0px;
}

.contentFivei p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    margin:3px 0px 1px 0px;
    padding:0px 0px 0px 0px;
}

.contentFivei h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:underline;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentFivei h4 a{
    color:#2066c3;
}

.iTrustSectionLeftFiveButton{
    margin:15px 0px 19px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftFiveButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.iTrustSectionLeftFiveButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.iTrustSectionLeftSix {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftSix img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSix h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentSixi {
    float:left;
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentSixi h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    float:left;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentSixi ul{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    float:left;
    line-height:19px;
    margin:6px 0px 6px 18px;
    padding:0px 0px 0px 0px;
}

.contentSixi p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    width:100%;
    float:left;
    margin:13px 0px 1px 0px;
    padding:0px 0px 0px 0px;
}

.contentSixi h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:underline;
    text-align:left;
    line-height:19px;
    width:100%;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentSixi h4 a{
    color:#2066c3;
}

.iTrustSectionLeftSixButton{
    width:100%;
    float:left;
    margin:15px 0px 15px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftSixButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.iTrustSectionLeftSixButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.iTrustSectionLeftSeven {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftSeven img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSeven h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentSeveni {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentSeveni h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentSeveni ul{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:6px 0px 6px 12px;
    padding:0px 0px 0px 0px;
}

.contentSeveni p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    margin:7px 0px 1px 0px;
    padding:0px 0px 0px 0px;
}

.contentSeveni h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:underline;
    text-align:left;
    line-height:19px;
    margin:0px 0px 15px 0px;
    padding:0px 0px 0px 0px;
}

.contentSeveni h4 a{
    color:#2066c3;
}

.iTrustSectionLeftSevenButton{
    margin:15px 0px 20px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftSevenButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.iTrustSectionLeftSevenButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.iTrustSectionLeftEight {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftEight img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustEight h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentEighti {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentEighti h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentEighti p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    margin:3px 0px 1px 0px;
    padding:0px 0px 0px 0px;
}

.contentEighti h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:underline;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentEighti h4 a{
    color:#2066c3;
}

.contentEighti ul{
    margin:6px 0px 6px 18px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftEightButton{
    width:100%;
    float:left;
    margin:0px 0px 0px 0px;
    padding:3px 0px 11px 0px;
}

.iTrustSectionLeftEightButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.iTrustSectionLeftEightButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.iTrustThreeInnerHeadingEight{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    width:100%;
    float:left;
    margin:6px 0px 4px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftNine {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftNine img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustNine h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentNinei {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentNinei h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentNinei p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    margin:3px 0px 1px 0px;
    padding:0px 0px 0px 0px;
}

.contentNinei h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:underline;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentNinei h4 a{
    color:#2066c3;
}

.iTrustSectionLeftNineButton{
    margin:0px 0px 0px 0px;
    padding:16px 0px 16px 0px;
}

.iTrustSectionLeftNineButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.iTrustSectionLeftNineButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.iTrustThreeInnerHeadingNine{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    width:100%;
    float:left;
    margin:9px 0px 6px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftTen {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftTen img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustTen h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentTeni {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentTeni h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentTeni p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    margin:3px 0px 1px 0px;
    padding:0px 0px 0px 0px;
}

.contentTeni h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:underline;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentTeni h4 a{
    color:#2066c3;
}

.iTrustSectionLeftTenButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftTenButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.iTrustSectionLeftTenButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.iTrustSectionLeftEleven {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftEleven img{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.iTrustEleven h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentEleveni {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentEleveni h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentEleveni ul{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:6px 0px 6px 18px;
    padding:0px 0px 0px 0px;
}

.contentEleveni p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    margin:3px 0px 1px 0px;
    padding:0px 0px 0px 0px;
}

.contentEleveni h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:underline;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentEleveni h4 a{
    color:#2066c3;
}

.contentEleveni ul{
    margin:12px 5px 12px 18px;
    padding:0px 0px 0px 0px;
}

.iTrustSectionLeftElevenButton{
    margin:0px 0px 0px 0px;
    padding:5px 0px 7px 0px;
}

.iTrustSectionLeftElevenButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.iTrustSectionLeftElevenButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

/*============================  GLOSSARY PAGE  ================================*/

.glossaryHeader{
    background-image:url(../images/glossaryHeaderBG.png);
    background-repeat:no-repeat;
    background-position:center;
    background-color:#e2e9f2;
    width:100%;
    height:232px;
    margin:0 auto;
    overflow:hidden;
    padding:0px 0px 0px 0px;
}

.glossaryHeaderText{
    width:960px;
    margin:0 auto;
}

.glossaryHeaderText h1{
    color:#1d5dbd;
    font-size:26px;
    font-weight:bold;
    font-family: Arial, sans-serif;
    text-align:center;
    margin:30px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryHeaderGrey{
    color:#868d98;
}

.glossarySection{
    width:960px;
    height:100%;
    margin:0 auto;
    overflow:hidden;
    padding:30px 0px 70px 0px;
}

.glossarySectionLeft{
    width:585px;
    float:left;
    border-right:1px solid #efefef;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeft h1{
    color:#2066c3;
    font-size:28px;
    font-family: Arial, sans-serif;
    font-weight:bold;
    width:525px;
    float:left;
    border-bottom:2px solid #1b5ac2;
    margin: 0px 15px 1px 0px;
    padding: 0px 0px 0px 0px;
}

.glossarySectionLeft img{
    float:left;
    margin: 0px 0px 0px 0px;
    padding: 1px 7px 4px 0px;
}

.glossarySectionLeftOne {
    width:580px;
    float:right;
    margin:21px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftOne img{
    float:left;
    border-bottom:none;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryOne h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentOneg {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentOneg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentOneg p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    margin:3px 0px 1px 0px;
    padding:0px 0px 0px 0px;
}

.contentOneg ul{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:9px 0px 12px 15px;
    padding:0px 0px 0px 0px;
}

.underLine{
    text-decoration:underline;
}

.contentOneg h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:underline;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentOneg h4 a{
    color:#2066c3;
}

.glossarySectionLeftOneButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftOneButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.glossarySectionLeftOneButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.glossarySectionLeftTwo {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftTwo img{
    float:left;
    border-bottom:none;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryTwo h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwog {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwog h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentTwog p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:11px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentTwog h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:underline;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentTwog h4 a{
    color:#2066c3;
}

.glossarySectionLeftTwoButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftTwoButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.glossarySectionLeftTwoButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.glossarySectionLeftThree {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftThree img{
    float:left;
    border-bottom:none;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryThree h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentThreeg {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentThreeg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentThreeg p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:11px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentThreeg ul{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:9px 0px 0px 15px;
    padding:0px 0px 0px 0px;
}

.glossaryThreeInnerHeading{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    margin:8px 0px 8px 0px;
    padding:0px 0px 8px 0px;
}

.contentThreeg h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:underline;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentThreeg h4 a{
    color:#2066c3;
}

.glossarySectionLeftThreeButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftThreeButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.glossarySectionLeftThreeButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.glossarySectionLeftFour {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftFour img{
    float:left;
    border-bottom:none;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryFour h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentFourg {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentFourg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentFourg p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:11px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftFourButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftFourButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.glossarySectionLeftFourButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.glossarySectionLeftFive {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftFive img{
    float:left;
    border-bottom:none;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryFive h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentFiveg {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentFiveg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentFiveg p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:11px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentFiveg h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:underline;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentFiveg h4 a{
    color:#2066c3;
}

.glossarySectionLeftFiveButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftFiveButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.glossarySectionLeftFiveButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.glossarySectionLeftSix {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftSix img{
    float:left;
    border-bottom:none;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySix h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentSixg {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentSixg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentSixg p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:11px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentSixg h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:underline;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentSixg h4 a{
    color:#2066c3;
}

.glossarySectionLeftSixButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftSixButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.glossarySectionLeftSixButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.glossarySectionLeftSeven {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftSeven img{
    float:left;
    border-bottom:none;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySeven h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentSeveng {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentSeveng h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentSeveng p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:11px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentSeveng h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:underline;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentSeveng h4 a{
    color:#2066c3;
}

.glossarySectionLeftSevenButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftSevenButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.glossarySectionLeftSevenButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.glossarySectionLeftEight {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftEight img{
    float:left;
    border-bottom:none;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryEight h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentEightg {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentEightg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentEightg p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:11px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftEightButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftEightButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.glossarySectionLeftEightButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.glossarySectionLeftNine {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftNine img{
    float:left;
    border-bottom:none;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryNine h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentNineg {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentNineg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentNineg p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:11px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentNineg h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:underline;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentNineg h4 a{
    color:#2066c3;
}

.glossarySectionLeftNineButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftNineButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.glossarySectionLeftNineButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.glossarySectionLeftTen {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftTen img{
    float:left;
    border-bottom:none;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryTen h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentTeng {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentTeng h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentTeng p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:11px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentTeng h4{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight:200;
    text-decoration:underline;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.contentTeng h4 a{
    color:#2066c3;
}

.glossarySectionLeftTenButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftTenButton img{
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}

.glossarySectionLeftTenButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}

.glossarySectionLeftEleven {
    width:580px;
    float:right;
    margin:4px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftEleven img{
    float:left;
    border-bottom:none;
    margin:6px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryEleven h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentEleveng {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentEleveng h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentEleveng p{
    color:#585e64;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:11px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryTwelve h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwelveg {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwelveg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryThirteen h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentThirteeng {
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentThirteeng h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentThirteeng ul{
    line-height:17px;
    margin:9px 0px 12px 15px;
    padding:0px 0px 0px 0px;
}

/****************************************
* bullets:
****************************************/
ul.bullet_circle li {list-style-type: circle;}
ul.bullet_disc li {list-style-type: disc;}

/*
* bullet_line_height
--------------------*/
ul.bullet_line_height li {line-height: 1.3em;}

/*
* bullet_checkmark
--------------------*/
ul.bullet_checkmark, ul.bullet_checkmark li ul {
    list-style-type: none;
    margin-left: 0px;
}

/* view file for eg: C:\wamp\www\ultratrust\trunk\styles\ns\style.css */
ul.bullet_checkmark li, ul.bullet_checkmark li ul li {
    display:list-item;
    list-style: inside none;
    background: url(../images/lists/bullet_blue_checkmark_transparent_12_12.png) no-repeat left 10%;
    padding-left: 20px;
}

/* to compensate for the page http://www.myultratrust.com/Irrevocable_Trust_Glossary.html to move the bullet image down from top 20% */
ul.top_20 li, ul.top_20 li ul li {background-position: left 20%;}

.glossaryFourteen h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentFourteeng{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentFourteeng h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentFourteeng ul{
    margin:9px 0px 0px 15px;
    padding:0px 0px 0px 0px;
}

.contentFourteeng ul li{
    color: #496487;
    font-family: "Myriad Pro",Helvetica,sans-serif;
    font-size: 16px;
    line-height: 19px;
}

.glossaryFifteen h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentFifteeng{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentFifteeng h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySixteen h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentSixteeng{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentSixteeng h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySeventeen h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentSeventeeng{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentSeventeeng h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentSeventeeng ul{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:9px 0px 0px 15px;
    padding:0px 0px 0px 0px;
}

.glossaryEightteen h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentEightteeng{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentEightteeng h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryNineteen h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentNineteeng{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentNineteeng h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryTwenty h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwentyg{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwentyg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryTwentyOne h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwentyOneg{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwentyOneg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryTwentyTwo h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwentyTwog{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwentyTwog h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;/*font-size:14px;*/
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryTwentyThree h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwentyThreeg{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwentyThreeg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;/*font-size:14px;*/
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryTwentyFour h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwentyFourg{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwentyFourg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryTwentyFive h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwentyFiveg{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwentyFiveg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;/*font-size:14px;*/
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryTwentySix h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwentySixg{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwentySixg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryTwentySeven h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwentySeveng{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwentySeveng h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryTwentyEight h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwentyEightg{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwentyEightg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentTwentyEightg ul{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:9px 0px 12px 15px;
    padding:0px 0px 0px 0px;
}

.glossaryTwentyNine h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwentyNineg{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentTwentyNineg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentTwentyNineg ul{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:9px 0px 0px 15px;
    padding:0px 0px 0px 0px;
}

.glossaryThirty h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentThirtyg{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentThirtyg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryThirtyOne h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentThirtyOneg{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentThirtyOneg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.glossaryThirtyThree h2{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: bolder;
    text-align:left;
    line-height:18px;
    float:left;
    border-bottom:1px solid #2066c3;
    margin:0px 0px 8px 10px;
    padding:0px 0px 0px 0px;
}

.contentThirtyThreeg{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentThirtyThreeg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:16px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentThirtyFourg{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentThirtyFourg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentThirtyFiveg{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentThirtyFiveg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentThirtySixg{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentThirtySixg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentThirtySeveng{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentThirtySeveng h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentThirtyEightg{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentThirtyEightg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentThirtyEightg ul{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:9px 0px 0px 15px;
    padding:0px 0px 0px 0px;
}

.contentThirtyNineg{
    margin:0px 6px 20px 10px;
    padding:0px 0px 0px 0px;
}

.contentThirtyNineg h5{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.contentThirtyNineg ul{
    color: #496487;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
    text-align:left;
    line-height:19px;
    margin:9px 0px 0px 15px;
    padding:0px 0px 0px 0px;
}

.glossarySectionRight-LowerComment{
    width:360px;
    border-top:1px solid #efefef;
    float:right;
    margin:20px 0px 0px 0px;
    padding:20px 0px 0px 0px;
}

.glossarySectionLeftOneButton{
    margin:15px 0px 7px 0px;
    padding:0px 0px 0px 0px;
}

.glossarySectionLeftOneButton img{
    border:none;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 7px 0px 7px;
}

.glossarySectionLeftOneButton h3{
    color:#2066c3;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    float:right;
    margin:0px 0px 0px 0px;
    padding:5px 8px 0px 0px;
}

.faqimg{
    float: left; display: block; width: 15px;
}

.faqhead{
    border-bottom: 1px solid #2066c3;
    display: block;
    line-height: 24px;
    margin-bottom: 5px;
    margin-left: 20px;
}

.faqheadQ{
    color: #2066c3;
    display: block;
    line-height: 24px;
    margin-bottom: 5px;
    margin-left: 20px;
    font-weight:bold;
}
/*added by yogesh 12dec2013*/
.ulerrmsg
{
    padding: 0px 0px 0px 10px;
}

.faqSectionLeftLoweroverview {
    float: left;
    margin: 7px 0 0;
    padding: 0 0 27px;
    width: 227px;
}

.inline2 h2{
    color:#2066c3;
    font-size:25px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    float:left;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.inline2 p{
    color:#505050;
    font-size:12px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 10px 0px;
}

.inline2 ol{
    color:#505050;
    font-size:13px;
    font-family: Arial, sans-serif;
    list-style:disc;
    float:left;
    margin:0px 0px 0px 20px;
    padding:0px 0px 0px 0px;
}

.inline2 h3{
    color:#2763c3;
    font-size:25px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    float:left;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.inline2 p{
    color:#505050;
    font-size:14px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
}

.inline3 h2{
    color:#2066c3;
    font-size:25px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    float:left;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.inline3 p{
    color:#505050;
    font-size:12px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 10px 0px;
}

.inline3 ol{
    color:#505050;
    font-size:13px;
    font-family: Arial, sans-serif;
    list-style:disc;
    float:left;
    margin:0px 0px 0px 20px;
    padding:0px 0px 0px 0px;
    line-height:17px;
}

.inline3 h3{
    color:#2763c3;
    font-size:25px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    float:left;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.inline3 p{
    color:#505050;
    font-size:14px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
}

.inline4 h2{
    color:#2066c3;
    font-size:25px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    float:left;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.inline4 p{
    color:#505050;
    font-size:12px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 10px 0px;
}

.inline4 ul{
    color:#505050;
    font-size:13px;
    font-family: Arial, sans-serif;
    list-style:disc;
    float:left;
    margin:0px 0px 0px 20px;
    padding:0px 0px 0px 0px;
    line-height:17px;/*added by yogesh*/
}

.inline4 h3{
    color:#2763c3;
    font-size:25px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    float:left;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.inline4 p{
    color:#505050;
    font-size:14px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
}

/*by yogesh*/
.inline5 h2{
    color:#2066c3;
    font-size:25px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    float:left;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.inline5 p{
    color:#505050;
    font-size:12px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 10px 0px;
}

.inline5 ul{
    color:#505050;
    font-size:12px;
    font-family: Arial, sans-serif;
    list-style:disc;
    float:left;
    margin:0px 0px 0px 20px;
    padding:0px 0px 0px 0px;
}

.inline5 h3{
    color:#2763c3;
    font-size:25px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    float:left;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.inline5 p{
    color:#505050;
    font-size:14px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
}

/*by yogesh*/
.inline6 h2{
    color: #505050;
    font-size:25px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    margin: 0 75px;
    padding:0px 0px 0px 0px;
    text-align: center;
}

.inline6 ul{
    color:#505050;
    /*font-size:12px;*/
    font-family: Arial, sans-serif;
    list-style:disc;
    /*float:left;*/
    margin:0px 0px 20px 20px;
    padding:0px 0px 0px 0px;
}

.inline6 h3{
    color:#2763c3;
    font-size:25px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    float:left;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.inline6 p{
    color:#505050;
    font-size:14px;
    font-family: Arial, sans-serif;
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
}

.prosandcons{
    color:#2066C3;
    text-decoration:underline;
}

.pros_cons{
    color:#2066C3;
    text-decoration:underline;
    font-weight:bold;
    font-size:12px;
}

.inline7 h2{
    /*color:#2066c3;*/
    color:#505050;
    font-size:25px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    margin: 0 75px;
    padding:0px 0px 0px 0px;
    text-align: center;
}

.inline7 ul{
    color:#505050;
    font-size:12px;
    font-family: Arial, sans-serif;
    list-style:disc;
    float:left;
    margin:0px 0px 0px 20px;
    padding:0px 0px 0px 0px;
}

.inline7 h3{
    color:#2763c3;
    font-size:25px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    float:left;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}
/*remove float:left;, sanaja: comment out .inline p, div */
.inline7 p, div{
    color:#505050;
    font-size:14px;
    font-family: Arial, sans-serif;
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
}

.chat-contact {
    clear: both;
    width: 650px;
    margin: 0 auto;
    font-size: 18px;
    font-family: Arial, sans-serif;
    line-height: 24px;
    padding: 10px 0 0 10px;
}

.inline8 h2{
    color:#2066c3;
    font-size:25px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    margin: 0 75px;
    padding:0px 0px 0px 0px;
    text-align: center;
}

.inline8 p{
    color:#505050;
    font-size:12px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 10px 0px;
}

.inline8 ul{
    color:#505050;
    font-size:12px;
    font-family: Arial, sans-serif;
    list-style:disc;
    float:left;
    margin:0px 0px 0px 20px;
    padding:0px 0px 0px 0px;
}

.inline8 h3{
    color:#2763c3;
    font-size:25px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    float:left;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.inline8 p{
    color:#505050;
    font-size:14px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
}

.inline9 h2{
    color:#2066c3;
    font-size:25px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    margin: 0 75px;
    padding:0px 0px 0px 0px;
    text-align: center;
}

.inline9 p{
    color:#505050;
    font-size:12px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 10px 0px;
}

.inline9 ul{
    color:#505050;
    font-size:12px;
    font-family: Arial, sans-serif;
    list-style:disc;
    float:left;
    margin:0px 0px 0px 20px;
    padding:0px 0px 0px 0px;
}

.inline9 h3{
    color:#2763c3;
    font-size:25px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    float:left;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.inline9 p{
    color:#505050;
    font-size:14px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
}

.inline10 p{
    color:#505050;
    font-size:14px;
    font-family: Arial, sans-serif;
    float:left;
    margin:0px 0px 0px 0px;
    padding:3px 0px 10px;
}

.professionalReviewBoldultra{
    font-size:14px;
    font-weight:bold;
    color:#2066c3;
}

.underlinecls {
    text-decoration:underline;
}

.privacy{
    font-weight:bold;
    font-size:12px;
    color:#2066c3;
}

.professionalReviewBold{
    font-size:14px;
    font-weight:bold;
}

.policy{
    color:#000080;
    text-decoration: underline;
}

div.columns_overview_aff {
    width:45%;
    padding:25px 25 25 0px;
}

div.columns_overview_aff img {
    vertical-align:middle;
    float:left;
    margin-right: 10px;
}

div.columns_overview_aff p {
    padding:10px 0 10px 0px;
}

div.left_aff {
    float:left;
}

div.right_aff {
    float:right;
    margin-right:10px;
}

.bannerTextaffilate{
    color:#2763c3;
    font-size:31px;
    font-family: Arial, sans-serif;
    font-weight:700;
    margin:-18px 0 5px;
    padding:0px 0px 0px 0px;
}

.bannerTextaffi{
    color:#496487;
    font-size:14px;
    font-family: Arial, sans-serif;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.bannerTextaffi_sub{
    color:#2763C3;
    font-size:15px;
    font-family: Arial, sans-serif;
    line-height:20px;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
    font-weight:bold;
}

/*bannerTextaffi*/

.bannerTextaffi_head{
    color:#2763c3;
    font-size:31px;
    font-family: Arial, sans-serif;
    font-weight:700;
    margin:-18px 0px 0px 46px;
    padding:0px 0px 0px 0px;

}

.requirements{
    color: #496487;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 23px;
}

.requirements img{
    border: 0 none;
    margin-right: 5px;
    vertical-align: text-top;
}

.bannerTextaffi_Attorney{
    color:#496487;
    font-size:14px;
    font-family: Arial, sans-serif;
    line-height:20px;
    margin:0px 0px 0px 6px;
    padding:0px 0px 0px 0px;
}

.hraffilate{
    background-color:#496487;
    border-width: 0;
    height: 1px;
}

.inline_Protector{
    color:#2066c3;
    font-size:17px;
    font-family: Arial, sans-serif;
    font-weight:bolder;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}

.tSsection_frame {
    height: auto;
    overflow: hidden;
    margin: 20px auto 5px;
    border: 1px solid #496487;
    width: 946px;
}

.navWrap_frame{
    background-image:url(../images/navBarBg.png);
    background-repeat:repeat-x;
    width:100%;
    height:45px;
    padding:0px 0px 0px;
}

.nav_frame{
    width: 840px;
}

.nav_frame ul{
    margin-top: 0;
}

.nav_frame li{
    list-style-type: none;
    display: inline;
    margin:0px -4px 0px 0px;
    padding:0px 0px 0px 0px;
}

.nav_frame ul a{
    color:#FFF;
    font-size:15px;
    font-family: Arial, sans-serif;
    line-height: 45px;
    border-left:1px solid #1b4d8f;
    margin:0px 0px 0px 0px;
    padding:13px 17px 12px 19px;
}

.nav_frame ul li a:hover{
    background-color: #6EAC2C;
}

.earnings  {
    width:600px;
    margin-top: 5px;
}

.earnings thead tr th {
    background: none repeat scroll 0 0 #404853;
    border-bottom: 1px solid #8C9198;
    border-top: 1px solid #8C9198;
    color: #FFFFFF;
    font-size: 15px;
    padding: 20px 0 20px 5px;
    font-weight: bold;
    border-right: 1px solid #8C9198;
}

.earnings tbody tr th {
    background: none repeat scroll 0 0 #404853;
    border-bottom: 1px solid #8C9198;
    color: #71B95D;
    padding: 5px;
    border-right: 1px solid #8C9198;
}

.earnings tbody tr td{
    border-bottom: 1px dotted #8C9198;
    color: #222222;
    font-size: 25px;
    padding: 5px;
}

h1#georgia {
    color: #38659A;
    font-size: 30px;
    margin: auto 0;
    text-align: center;
    text-shadow: 1px 1px 1px #666363;
    width: 100%;
}

div#h2_georgia {
    text-align: center;
}

h2#georgia {
    color: #808080;
    font-size: 16px;
    margin: auto 0;
    position: relative;
    text-align: center;
    top: -5px;
    width: 100%;
}
/*--------by yogesh thank you page------*/

.section_top{
    width:100%;
    height:auto;
    overflow-y:auto;
}

.section_top_left{
    width:240px;
    height:auto;
    float:left;
    margin: 20px 0 0 -15px;
}

.section_top_middle{
    width:100%;
    height:auto;
    float:left;
    text-align:center;
}

.section_top_middle_thank {
    color:#DEA651;
    font-size: 22px;
    font-family: Arial,Helvetica,sans-serif;
    margin: 5px 0 0px 0;
}

.section_top_middle p{
    color:#93969D;
    font-size: 17px;
    font-weight:bold;
    font-family: Arial,Helvetica,sans-serif;
    margin: 10px 0px 25px 0px;
}

.next{
    font-family: Arial,Helvetica,sans-serif;
}

.next a{
    color:#476F92;
    font-weight:bold;
}

.section_top_right{
    width:235px;
    height:auto;
    float:right;
    text-align:center;
}

.section_top_right_text {
    font-size:16px;
    font-family:Arial,Helvetica,sans-serif;
    color:#3f71bb;
    font-weight:bold;
    line-height:17px;
    margin:7px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.ultra_package{
    float:right;
    /*width:705px;*/
    width:715px;
    height:auto;
    margin-left:18px;
    margin-top:20px;
}

.ultra_package h3,h3.recommend{
    color:#2763C3;
    font-size: 26px;
    font-family: Arial,Helvetica,sans-serif;
    margin: 9px 0 0px 0;
    font-weight: 700;
    margin: 9px 0px;
}

.ultra_package h4,h4.platinumu{ color:#93969D; font-size: 18px; font-family: Arial,Helvetica,sans-serif; margin: 20px 0px 20px 110px;margin:20px 0px;font-weight:bold;}
.ultra_package_left{width:337px; height:auto; float:left; margin:4px 0 0 15px;}
.ultra_package_left ul{margin:0; padding:0;}

.ultra_package_left ul li{ list-style:url(../images/orangeBullet.png);color:#3f71bb; font-family: Arial,Helvetica,sans-serif; font-size:14px;font-weight: bold;line-height: 27px; }

.ultra_package_right{width:335px; height:auto; float:left; margin:15px 0 0 15px;}

.ultra_package_left a{ color:#666;font-size:12px; font-family: Arial,Helvetica,sans-serif; text-decoration:underline;font-size:12px;font-weight:100;}

.ultra_package_left a:hover{ text-decoration:none;}
.section_middle{ width:100%; height:auto; overflow-y:auto; margin-top:40px;}

.section_middle h3{color:#2066c3;
    font-size:19px; font-family: Arial, sans-serif; font-weight:bold; margin:5px 0px 10px 0px;padding:0px 0px 0px 0px;
}

.section_middle_left{ width:560px; float:left; height:auto; margin:40px 0 0 0;}

.section_middle_left p{color:#787878; font-size:13px; font-family: Arial,Helvetica,sans-serif; font-weight:300;margin:0px 0px 0px 0px;padding:42px 0px 3px 0px;}

.section_middle_left img{ float:left; margin-right:10px;}
.section_bottom{ width:100%; height:auto; overflow-y:auto; margin-top:30px;  padding-bottom:30px; background:#FAFAFA; border-top:1px solid #EEEEEE;  border-bottom:1px solid #EEEEEE;}
.section_bottom h3{color:#2763C3; font-size: 22px; font-family: Arial,Helvetica,sans-serif; text-align:center; margin:30px 0 0px 0;  font-weight: bold;}
.section_bottom p{color:#496487;font-size:14px; font-family: Arial,Helvetica,sans-serif;line-height:19px;}

.section_bottom_left{ width:470px; height:auto; float:left; margin:35px 0 35px 10px;}

.section_bottom_left p{color:#496487; font-size:14px; font-family: Arial, sans-serif;line-height:19px;}
.section_bottom_left img{ float:left; margin-right:10px;}

.section_bottom_left h4{color:#2763c3; font-size:16px; font-family: Arial, sans-serif;margin-bottom:10px;font-weight:bold; }

.section_bottom_bottom{width:100%; height:auto; text-align:center;}
.section_bottom_bottom img{margin:15px auto 5px auto;}

/*end of thankyou page css*/


/*css pricing page*/
/*-----------Package page--------*/

.top_banner{ width:100%; height:300px; background:url(../images/glossaryHeaderBG-2.png) no-repeat; margin-bottom:50px;}
.main_banner{ width:845px; height:auto; margin:0px auto;}
.main_banner_left{ float:left; margin:50px 0 0 20px;}
.main_banner_right{ float:left; margin:40px 0 0 90px; text-align:center; width:400px;}
.main_banner_right h3{ font-size:20px; color:#1965BB; font-weight:bold;}

.pTwoMainThirtyLeft h1 {
    color: #3F71BB;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px;
    font-weight: bolder;
    margin: 0;
    padding: 0;
}
.trustpackage{ float:left; width:auto; margin:20px 0 0 50px;}

.trustpackage p {
    color: #989FA7;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-left: -25px;
}
.trustpackage span {
    color: #3F71BB;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.packagebutton{ float:right; margin:15px 27px 0 0;}


.section_back{
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    height: auto;
    margin-top: 40px;
    overflow-y: auto;
    padding-bottom: 30px;
    width: 100%;
}

/*-----Calculating page---------*/

.process_banner{
    width:100%;
    background:url(../images/glossaryHeaderBG-2.png) no-repeat;
    height:300px;
    padding-top:15px;
}

.process_top{
    width:auto;
    height:auto;
    margin-right: 10px;
}

.process_top h1 {
    color: #3F71BB;
    font-family: Arial,sans-serif;
    font-size: 22px;
    font-weight: bold;
}

hr{
    border:2px solid #436185;
}

.process_top p{
    color:#8b8b8b;
    font-size:16px;
    font-family: Arial,sans-serif;
    margin-bottom: 10px;
}

.process_top h2{
    color: #3F71BB;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial,sans-serif;
}

.process_list{
    width:100%;
    border-top:1px dashed #cccccc;
    height:auto;
    overflow-y: auto;
}

.process_list_left{
    float:left;
    width:460px;
    margin: 5px 0 10px 0px;
}

.process_list_left select{
    width:40px;
}

.process_list_left_line{
    color: #3F71BB;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 10px 10px;
    font-family: Arial,sans-serif;
}

.process_list_left_line3pmts{
    color: #3F71BB;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 10px 6px;
    font-family: Arial,sans-serif;
}

.process_list_left p{
    font-size:14px;
    color:#909DC0;
    font-family: Arial,sans-serif;
}

.process_list_left input[type="checkbox"] {
    padding:0px;
}

.process_list_left input[type="radio"] {
    padding:0px;
}

.listing_gray{
    font-size:14px;
    color:#909DC0;
    font-family: Arial,sans-serif;
}

.process_list_right{
    float:right;
    margin: 10px 10px 0 0;
}

.process_list_right p{ font-size:14px; color:#F88324; font-weight:bold;  font-family: Arial,sans-serif;}
.section_paypal{ text-align:center; clear:both; border-top:1px solid #cccccc; border-bottom:1px solid #cccccc; }
.section_paypal img{ margin:25px 0;}
.section_testimonial{ margin-top:40px; height:auto;}
.section_testimonial h1{ color: #3F71BB; font-size: 22px; font-weight: bold;  font-family: Arial,sans-serif;}
.section_testimonial p {color: #93969D; font-size: 13px; margin:0 25px 5px 0; font-family: Arial,sans-serif;}
.section_testimonial img{ margin:15px 0;}
.section_paypal_1{ text-align:center; clear:both; margin:-10px 10px 7px 0px;}
.section_paypal_1 img{ margin-top:10px;}
.section_shipping{ margin:0px 10px 0px 0; overflow-y:auto;} /*previous margin-bottom: 20px;*/
.section_shipping_one{margin:0px 10px 0px 0; overflow-y:auto;}
.section_shipping_one h1{ color: #3F71BB; font-size: 22px; font-weight: bold; padding-bottom:15px;  font-family: Arial,sans-serif;}
.section_shipping_one h4{color:#8b8b8b; font-size:16px; padding:5px 0;  font-family: Arial,sans-serif;}
.section_shipping h1{ color: #3F71BB; font-size: 22px; font-weight: bold; padding-bottom:15px;  font-family: Arial,sans-serif;}
.section_payment{ margin:20px 10px 10px 0; clear:both;}
.section_payment h1{ color: #3F71BB; font-size: 22px; font-weight: bold; font-family: Arial,sans-serif;}
.section_payment_box{margin:20px 10px 0px 0;}
.section_payment_box_one{ background:#E9EAEF; height: 40px; margin-bottom:5px; padding: 15px 0 15px 10px; clear:both;}
.section_payment_box_two{ background:#E9EAEF; height: 50px; margin-bottom:5px; padding: 15px 0 15px 10px; clear:both;}
.payment_box_left{ float:left; width:30px;}
.payment_box_right{ float:left; width:500px;}
.payment_box_right h2{ color:#525357; font-size:16px; font-weight:bold;  font-family: Arial,sans-serif;}

.payment_box_right_get { color:#525357; font-size:15px; font-weight:bold;  font-family: Arial,sans-serif;}

.payment_box_right p{ color:#A0A1A6; font-size:16px; font-weight:bold; padding:5px 0 3px 0;  font-family: Arial,sans-serif;}
.payment_box_right span{color:#F88324; font-size:16px; font-weight:bold; margin-left:20px;  font-family: Arial,sans-serif;}
.payment_box_right label{ width:100px; color:#A0A1A6; font-size:16px; font-weight:bold;  font-family: Arial,sans-serif;}
.payment_cards{margin:0px 10px 20px 0; clear:both;}
.payment_cards  p{ color:#A0A1A6; font-size:16px; padding:5px 0 3px 0;  font-family: Arial,sans-serif;}
.payment_cards_list{ margin:25px 0 20px 0; clear:both; overflow-y: auto;}
.payment_cards_list_left{float:left; width:400px;}
.payment_cards_list_left img{ display:inline; margin-right:10px; margin-top: 20px;}
.payment_cards_list_right{float:right; width:130px; margin-right: 20px;}
.place_order{margin:20px 10px 0px 0; clear:both;}
.place_order p{ color:#A0A1A6; font-size:16px; padding:5px 0 20px 0;   font-family: Arial,sans-serif;}
.place_order a{ color:#3F71BB; text-decoration:underline; font-weight:bold;  font-family: Arial,Helvetica,sans-serif;}
.place_order a:hover{ text-decoration:none;}
.final_cost_not_incl_shipping {font-size:14px;color:#909DC0;font-family: Arial,sans-serif;position: relative; top: -10px;}
.desired_payment_cost_not_incl_shipping {font-size:14px;color:#909DC0;font-family: Arial,sans-serif;position: relative; top: -5px; font-weight: normal;}
.back_to_page{clear:both; margin:10px 10px 0 0;}
.back_to_page a{ color:#F88324; font-weight:bold; margin-left:5px;  font-family: Arial,sans-serif;}
.back_to_page img{ vertical-align:bottom;}
.back_to_page p{ margin-top:10px; color:#525357;  font-family: Arial,sans-serif; font-size:14px; font-weight:bold;}
.input_align{margin-left: 5px; vertical-align: middle;}

.process_list_left_line a {
    color: #3F71BB;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-decoration: underline;
}

.process_list_left_line a:hover {
    text-decoration: none;
}

/*-----Calculating page end---------*/

.main section{width:100%; height:auto; clear:both;}

.section_left_one{   margin: 0 0 0 25px;
    overflow: hidden;
    padding: 0;
    width: 461px; float:left;
}
.section_right_one{float:left; width:144px; height:auto; padding: 0; background:none;}
.section_right_one:hover{background:#ccc;}
.section_right_two{float:left; width:144px; height:auto; padding: 0;}
.section_right_two:hover{background:#ccc;}
.section_right_three{float:left; width:144px; height:auto; padding: 0;border-right:1px solid #f0f0f0;}
.section_right_three:hover{background:#ccc;}

.nav.navt{
    width: 920px;
    margin: 0 auto;
}

.nav.navt a{
    cursor: default;
    border-radius:0 20px 20px 0;
    margin:0 8px !important;
    width: 120px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
}
.nav.navt a:hover {
    background:none;
}
.navt a:hover.active {
    background-image: -ms-radial-gradient(center top, ellipse farthest-corner, #2970D1 0%, #1047A3 100%);

    background-image: -moz-radial-gradient(center top, ellipse farthest-corner, #2970D1 0%, #1047A3 100%);

    background-image: -o-radial-gradient(center top, ellipse farthest-corner, #2970D1 0%, #1047A3 100%);

    background-image: -webkit-gradient(radial, center top, 0, center top, 561, color-stop(0, #2970D1), color-stop(1, #1047A3));

    background-image: -webkit-radial-gradient(center top, ellipse farthest-corner, #2970D1 0%, #1047A3 100%);

    background-image: radial-gradient(ellipse farthest-corner at center top, #2970D1 0%, #1047A3 100%);
    border-radius:0 20px 20px 0;
    margin:0 8px !important;
}

.navt a:hover.active1,.navt a.active1 {
    background-image: -ms-radial-gradient(center top, ellipse farthest-corner, #3476D0 0%, #3476D0 100%);

    background-image: -moz-radial-gradient(center top, ellipse farthest-corner, #3476D0 0%, #3476D0 100%);

    background-image: -o-radial-gradient(center top, ellipse farthest-corner, #3476D0 0%, #3476D0 100%);

    background-image: -webkit-gradient(radial, center top, 0, center top, 561, color-stop(0, #3476D0), color-stop(1, #3476D0));

    background-image: -webkit-radial-gradient(center top, ellipse farthest-corner, #3476D0 0%, #3476D0 100%);

    background-image: radial-gradient(ellipse farthest-corner at center top, #3476D0 0%, #3476D0 100%);
    border-radius:0 20px 20px 0;
    margin:0 8px !important;
}

.nav.navt a.active,.pHeaderRightLower p:hover,.pTwoMainTwentynineRightLower p:hover{
    color: coral;
}

.lawer_pack {
    width: 480px;
    margin-top: 25px;
    padding: 5px 0;
    background-color: #7DBAFB;
    border: 2px solid #436185;
}

.ultra_pack {
    width: 480px;
    margin-top: 50px;
    padding: 5px 0;
    text-align:center;
}

.ultra_pack p{
    font-family: Arial,sans-serif;
    font-size: 13px;
    text-align:center;
}

.lawer_pack  .process_list {
    width: 100%;
    border-top: 1px dashed #436185;
    height: auto;
    overflow-y: auto;
    margin-top:0px;background-color: #7DBAFB;
    /*border-bottom: 1px solid #cccccc;*/

}

.lawer_pack .process_list_left {
    float: left;
    width: 340px;
    margin: 5px 0 10px 0px;
    padding-left: 5px;
}
.lawer_pack h4 {
    color: #8b8b8b;
    font-size: 16px;
    padding: 5px 0;
    font-family: Arial,sans-serif;
    background-color: #7DBAFB;padding-left: 5px;
    /*border-top: 1px solid #cccccc;*/
}

.process_list_left_line {
    color: #3F71BB;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 10px 10px;
    font-family: Arial,sans-serif;
}

/* for ei-slider */
#family_img img {
    height: 415px !important;
    margin-left: -37px !important; /*sanjay - -9px*/
    margin-top: 62px !important;
    width: 585px !important;
}

#young_couple img {
    margin: 1px 0px 0px -34px !important; /*sanjay - no margin for this image*/
    height: 458px !important;
}

@-moz-document url-prefix() {
    #family_img img {
        height: 417px !important;
        margin-left: -36px !important;
    }
    #young_couple img {height: 460px !important;}
}
