/* Override js support issues in IE8 & below */

    div#iframeHeightDiv {
        overflow: hidden;
        width: 100%;
        position: relative;
        z-index: 10;
        /*margin-bottom: -200px;*/
        /* IE 8 */
/*            height: 1800px\0/;
            margin-bottom: 50px\0/;
*/        /* IE 7/6 */
            *height: 1800px !important;
            *margin-bottom: 50px;
    }

    iframe#inlineframe {
        width: 99%;    /**** 11/20/13 AF Changed from 98% to fix an issue with Nash's embed.  Doesn't seem to have other issues. ***/
        height: 110%;   /**** 11/20/13 AF Also changed this from 100% to 200%***/
        overflow: hidden;
        /* IE 7/6 */
            *width: 100%;
            *height: 100% !important;
            *overflow:scroll;
    }