Try changing the CSS classnames in red in your HTML so it's all lowercase:
Code:
<div id="homeBanner" class="glidecontentwrapper">
<div id="bannerPrize" class="glideContent">
<div id="TextBox">
<h2>Announcing The Venture Prize Contest</h2>
<p>We are celebrating our second year by giving our fellow Mid-South young businesses a huge present—the <strong>Venture Prize</strong>: $10,000 worth of our award-winning marketing innovation, completely free. Contest ends November 14.</p>
<p class="More"><a href="/VenturePrize/index.html">Click here for the details and to sign up »</a></p>
</div>
</div>
<div id="bannerComic" class="glideContent">
<div id="TextBox">
<p>Rigorous brand marketing and innovation practices can inspire your company inside and out. See how in this dramatic telling.</p>
<p class="More"><a href="SGS_Comic/SGS_Comic_Final.pdf">« Download</a> | <a href="SGS_Comic/Default.html" target="_blank">View »</a></p>
</div>
</div>
</div>
This is how it's specified in your invocation code, so the two should match.
Bookmarks