
        .MPStyle_H1SubTitle
        {
            padding-top: 0px;
            margin-top: 0px;
            color: #21759c;
            font-size: 12px;
            line-height: 12px;
        }
        .MPStyle_LargeText
        {
            color: #004361;
            font-size: 14px;
        }
        .MPStyle_16pxText;        
        {
            font-size: 16px;
        }
        .MPStyle_TestimonialTitle
        {
            color: #004361;
            font-size: 16px;
        }
        .MPStyle_TestimonialSubTitle
        {
            color: #21759c;
            font-size: 14px;
            line-height: 16px;
            font-weight: bolder;
        }
        .MPStyle_CallNow
        {
            font-size: 18px;
            color: #004361;
        }
        .MPStyle_FooterCopyright
        {
            font-size: 11px;
            color: #92abb9;
        }
          
        /* customer colors, always include black and white */
        .MPColor_000000 {} /* Black */
        .MPColor_ffffff {} /* White */
        .MPColor_474948 {} /* Dark Gray*/
        .MPColor_8a8b8b {} /* Medium Gray */
        .MPColor_e9eef2 {} /* Light Gray */
        .MPColor_004361 {} /* Dark Blue */
        .MPColor_21759c {} /* Light Blue */
        .MPColor_6cc900 {} /* Green */
        .MPColor_bf0106 {} /* Red */
      
        html, #marketpath_body
        {
            height: 100%;
            font-family: Trebuchet MS, Helvetica;
            margin: 0px;
            overflow: auto;
            font-size: 12px;
            background-image: url(http://www.xrbs.com/images/9979/bg-shell.jpg);
            background-repeat: repeat-x;
            background-color: #e9eef2;
        }
      
        #marketpath_body
        {
          position: relative;
        }
        h1
        {
            font-size: 17px;
            font-weight: lighter;
            color: #004361;
            line-height: 19px;
        }
        h2
        {
            font-size: 17px;
            font-weight: lighter;
            color: #004361;
        }
        #divShell2
        {
            background-image: url(http://www.xrbs.com/images/9980/bg-main-home.jpg);
            background-repeat: no-repeat;
            background-position: top center;
            height: 100%;
            width: 100%;
            }
            #divContent2
            {
                margin-left: auto;
                margin-right: auto;
                width: 940px;
                height: 100%;
            }
            #divHeader2
            {
                height: 220px;
                width: 940px;
                }
                #Header-caLeft
                {
                    width: 700px;
                    margin-left: 8px;
                    margin-right: 30px;
                    height: 134px;
                    float: left;
                }
                #Header-caLeft h1
                {
                    margin-bottom: 0px;
                }
                #Header-caLeft ul
                 {
                    margin-top: 2px;
                 }
                #Header-caRight
                {
                    width: 200px;
                    height: 156px;
                    float: right;
                    margin-top: 40px;
                    }
                    #Header-caRight h1
                    {
                        padding-top: 0px;
                        padding-bottom: 2px;
                        margin-top: 0px;
                        border-bottom: 1px solid #c6d0d8;
                        font-size: 16px;
                        line-height: 16px;
                    }
            #divNav2
            {
                height: 38px;
                width: 940px;
                }
                #divMenuOuter
                {
                    width: 720px;
                    height: 38px;
                    float: left;
                }
                /**************************** REQUIRED BY ALL **************************************/

                 
                /* make the second level visible when hover on first level list OR link */
                #menuMain ul li:hover ul,
                #menuMain ul a:hover ul{visibility:visible; }

                /* keep the third level hidden when you hover on first level list OR link */
                #menuMain ul :hover ul ul{visibility:hidden;}

                /* make the third level visible when you hover over second level list OR link */
                #menuMain ul :hover ul :hover ul{ visibility:visible;}
                /**************************************************************************************/


                #menuMain {position:relative; z-index:100; }

                /* remove all the bullets, borders and padding from the default list styling */
                #menuMain ul {padding: 0px; margin: 1px 0px 0px 0px; list-style-type:none; }

                /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
                #menuMain li {float: left; height: 36px; position:relative; margin: 0px; background-image: url(http://www.xrbs.com/images/9981/separator.jpg); background-position: right; background-repeat: no-repeat;}

                /* style the links for the top level */
                #menuMain a, #menuMain a:visited
                {
                    display: block;
                    font-size: 13px;
                    height: 36px;
                    color: #dddddd;
                    text-transform: uppercase;
                    cursor: pointer;
                    text-decoration: none;
                    padding: 9px 27px 0px 27px;
                }
                /* style the top level hover */
                #menuMain ul li:hover { background-image: url(http://www.xrbs.com/images/9982/bg-nav-highlight.jpg); background-repeat: repeat-x; color: #ffffff;}
                #menuMain a:hover, #menuMain ul ul a:hover{text-decoration: none; color: #ffffff;}
                #menuMain :hover > a, #menuMain ul ul :hover > a {text-decoration: none; color: #ffffff;}
                 
                /* style the second level hover */
                #menuMain ul ul li
                {
                    background-color: #20749b;
                    text-align: left;
                    width: 240px;
                    margin: 0px;
                    cursor: pointer;
                    background-image: url();
                }
                /* style the second level background */

                /* hide the sub levels and give them a positon absolute so that they take up no room */
                #menuMain ul ul {visibility:hidden;position:absolute;left:0px;top: 36px;margin: 0px;}
                /* style the second level links */
                /* style the second level links */
                #menuMain ul ul a, #menuMain ul ul a:visited {    
                    display: block;
                    font-size: 11px;
                    color: #dddddd;
                    text-transform: uppercase;
                    cursor: pointer;
                    text-decoration: none;
                   }
                #menuMain ul ul a:hover {
                    color: #000000;
                    text-decoration: none;
                 }
                 #menuMain ul ul li:hover {
                    background-color: #e7b40b;
                    background-image: url(http://www.xrbs.com/images/9983/bg-li.jpg);
                 }
                #menuMain ul ul a:hover > #menuMain ul ul ul a:hover {color: #ffffff;}
                #menuMain ul ul :hover > a, #menuMain ul ul ul :hover > a {color:#ffffff; text-decoration: none;}


                /* style the third level background */
                #menuMain ul ul ul a, #menuMain ul ul ul a:visited {background:#555555;}
                /* style the third level hover */
                #menuMain ul ul ul a:hover {background:#888888;}
                /* position the third level flyout menu */
                #menuMain ul ul ul{visibility: hidden; left:171px; top:0px; width:149px;}
                
                #menuMain_Persist { color:#ffffff;}
                #menuMain_Persist a, #menuMain_Persist a:visited { color: #ffffff; }
                
                #divCallNow
                {
                    float: right;
                    width: 200px;
                    height: 35px;
                    margin-top: 1px;
                }
                #divCallNow p
                {
                    margin: 0px;
                    padding: 5px;
                }
                
            #divMainContents
            {
                width: 940px;
                padding-top: 10px;
                }
                #divMainContent-caLeft
                {
                    width: 710px;
                    margin-left: 8px;
                    float: left;
                    min-height: 300px;
                }
                #divMainContent-caRight
                {
                    width: 200px;
                    float: right;
                    margin-top: 12px;
                    }
                    #divMainContent-caRight h1
                    {
                        padding-top: 0px;
                        padding-bottom: 2px;
                        margin-top: 0px;
                        border-bottom: 1px solid #c6d0d8;
                        font-size: 16px;
                    }
                #divMainContents ul, #Header-caLeft ul
                {
                    list-style-type: none;
                    list-style-image: url(http://www.xrbs.com/images/9984/bullet.gif);
                    padding-left: 32px;
                }
            .divBucketOuter
            {
                width: 227px;
                overflow: hidden;
                
                
            }
            .divBucketTop
            {
                width: 227px;
                height: 2px;
                background-image: url(http://www.xrbs.com/images/9985/bucket-top.jpg);
                background-repeat: no-repeat;
            }
            .divBucketMid
            {
                width: 207px;
                padding: 5px 10px 10px 10px;
                background-image: url(http://www.xrbs.com/images/9986/bucket-mid.jpg);
                background-repeat: no-repeat;
                overflow: hidden;
                }
                .divBucketMid h1
                {
                    padding-top: 0px;
                    padding-bottom: 0px;
                    margin-top: 0px;
                }
                .divBucketMid p
                {
                    font-size: 11px;
                    padding-top: 0px;
                    padding-bottom: 0px;
                    margin-top: 0px;
                    margin-bottom: 0px;
                }
                .divBucketMid ul
                {
                    font-size: 11px;
                }
            .divBucketBottom
            {
                width: 227px;
                height: 2px;
                background-image: url(http://www.xrbs.com/images/9987/bucket-bottom.jpg);
                background-repeat: no-repeat;
            }
            
            #divFooter2
            {
                width: 940px;
                }
                #divFooter-saLeft
                {
                    width: 700px;
                    margin-left: 8px;
                    margin-right: 30px;
                    float: left;
                    margin-top: 10px;
                }
                #divFooter-saLeft p
                {
                    margin: 0px;
                    padding: 0px;
                }
                #divFooterMenuOuter                {
                    width: 700px;
                    float: left;
                    height: 30px;
                }
                /**************************** REQUIRED BY ALL **************************************/
      
                /* make the second level visible when hover on first level list OR link */
                #menuFooter ul li:hover ul,
                #menuFooter ul a:hover ul{visibility:visible; }

                /* keep the third level hidden when you hover on first level list OR link */
                #menuFooter ul :hover ul ul{visibility:hidden;}

                /* make the third level visible when you hover over second level list OR link */
                #menuFooter ul :hover ul :hover ul{ visibility:visible;}
                /**************************************************************************************/


                #menuFooter {position:relative; z-index:100;}

                /* remove all the bullets, borders and padding from the default list styling */
                #menuFooter ul {padding:0px;margin:8px 0 0 0;list-style-type:none; float: left; clear: right;}

                /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
                #menuFooter li {position:relative; float: left; padding-right: 16px; padding-left: 16px; background-image: url(http://www.xrbs.com/images/10002/dot.gif);background-position: right;background-repeat: repeat-y;}
                
                
                
                /* style the links for the top level */
                #menuFooter a, #menuFooter a:visited
                {
                    display:block;
                    font-size: 11px;
                    /*--- color: #eb9e34; ---*/
                    color: #20749b;
                    cursor: pointer;
                    text-decoration: none;
                    height: 11px;
                    line-height: 11px;
                }
                /* style the top level hover */
                #menuFooter ul li:hover { }
                #menuFooter a:hover, #menuFooter ul ul a:hover{text-decoration: underline;}
                #menuFooter :hover > a, #menuFooter ul ul :hover > a {text-decoration: underline;}
                
                .menuFooter_First {padding-left: 0px !important; }
                .menuFooter_Last {background-image: url() !important;}
            .ca{border: dashed 1px blue;width: 100%;height: 100%;}

  .rssTitle a {
        text-decoration: none;
        line-height: 13px;
        }
  .rssTitle
      {
        
        padding-left: 4px;
      }
  .rssTitle a:hover {
        text-decoration: underline;
        }
  .rssDescription {
        display: none;
        }
  .rssDate {
        display: visible;
        padding-bottom: 14px;
        font-size: 10px;
        color: #aaaaaa;
        padding-left: 4px;
      }
  .rssAuthor {
          display: none;
      }
  .rssDescriptionShowMore {
        display: none;        
        }
  .rssEntriesShowMore {

        }

    