I have implimented CSS on the site with success.
The issue is as I view the sidebar navigation in IE it is much larger then all the other browsers.
Any help would be greatly appreciated,,,
I did a quick google search and found someone I think that is having a similar problem: http://bytes.com/topic/html-css/answers/793320-ie-table-elements-appear-too-big (their problem is described in the first post, and then they found the solution to their problems on #9 of the comments)
To sum up, you might need to add: #content table { font-size: 100%; }
I would double check your code with his however, you guys might not be having the same problem.
I did a quick google search and found someone I think that is having a similar problem: http://bytes.com/topic/html-css/answers/793320-ie-table-elements-appear-too-big (their problem is described in the first post, and then they found the solution to their problems on #9 of the comments)
To sum up, you might need to add: #content table { font-size: 100%; }
I would double check your code with his however, you guys might not be having the same problem.