A: 

I would start by simplifying everything. In other words, start a new html file, then start putting in the framework. Make sure it looks right, then add more. Go slow, at some point you'll find the problem.

Chris Lively
When i insert the interconnect logo it pushes up the globe image... it seems to be an hidden div?
Jason
What happens when you take that search <form> tag out?
Chris Lively
Also, it would be much easier to help if you had this on a live site somewhere. There seems to be a lot of .css file references in the source, which aren't really represented in the css blob at the bottom. Sometimes they step on each other...
Chris Lively
A: 

have you tried using a global reset css file? Apologies if you are using this already but i couldnt locate reference to it. YUI one is good - http://developer.yahoo.com/yui/3/cssreset/. They are good for getting all styles back to a consistent base removing any defaults that a browser may introduce.

Aliixx
That sounds good - i will look into that. Thanks
Jason
Thats sorted out a lot of problems... thanks
Jason