[jQuery] validate plugin only checking first required input

[jQuery] validate plugin only checking first required input


the validate plugin at the form at the below URL is validating as true
as long as the first required input is valid even though subsequent
required fields are invalid. It even gives the invalid class to all
fields correctly but the submitHandler function is triggered anyway.
I have an alert trigger when the form successfully submits and a
little more output for firebug if you want it. Can anyone see anything
wrong with the source code?
http://fpif.ips-dc.org/pressroom
Thanks!