I just completed a major revision to my www.healthplansplus.net website. Everything came out fine except for one problem. On the home(index) page, when you move the blue slider to bring the page down below the fold, everything just drops out of site. I am able to move the page down slowly only by using my down arrow. This does not happen on any of the other pages. I don't know how to correct this. Thanks for your help.
Look at obj767. It is a text object containing the text "Home" and SS is placing it with a top value of 83970720 pixels, which makes your page a lot longer than it needs to be.
If you move your mouse cursor in the SS work page to some place below the last valid object of your page, you can use the right-click Select->All Below option, then delete it (I assume it is some type of left over remnant or you would have noticed it missing from your page).
Also, you have your Google urchin code in a code object placed below all your visible objects. You should use the Object Editor on this code object and use the Transformations->No CSS Positioning option. When CSS positioning is left on with a code object, it will consume page space even tho it is not visible. Having it placed below all your visible objects is also making the page longer than it needs to be.