IE is messing up my footer please help!

Wondering what’s going on with my footer layout on my website here: http://www.naturalmedicinenh.com/

Any suggestions or ideas on how I can make this work in IE AND in all the other browsers that it works fine in already?

thanks.

Simple validation error ;).

You have this code

<a href="/contact-us">Directions to office<a>

It’s tripping IE up. Can you figure out why? Try to figure it out before you read the next paragraph.

The anchor isn’t closed. Another is opened. Thus IE gets screwed up. Replace that <a> with </a> All will be fixed :). Validation is the first step to debugging.