I can see before adding to bid, that there is an error. The links for the schedules shouldn't be stacked on top like that.
I did notice when looking at your source, that you have
<script type="text/javascript" src="http://budgetair-va.com/lib/js/jquery-1.3.1.min.js">
without the closing </script>
Should be
<script type="text/javascript" src="http://budgetair-va.com/lib/js/jquery-1.3.1.min.js"></script>
Maybe that is the issue.