Ryan and James,
Take a closer look at the div class of the lightbox (class="contact"). In the CSS for the page in question we find the following:
div.contact {
display: none;
visibility: hidden;}
In my opinion, you're asking the wrong question. This isn't about lightboxes or DA at all; it's about the display:none; and visibility: hidden; elements.
There is no shortage of information about that here on SEOmoz or in the Google Webmaster Forums.