Bullet points have disappeared in IE 7

The bullet points on the “News & Events” section of my site have disappeared only when using IE 7. The bullet points appear just fine in IE 6, IE 8, Firefox 3.6.8, Safari 5, Opera 10.61, and Chrome 6.

Does anyone know how to resolve this?

My site can be found here

Try bumping up the margin, like so:

<ul style="margin-left: [COLOR="Red"]15px[/COLOR]; padding-left: 0pt;">

Your could reduce the margin on the wrapping div to compensate, if you like.

Major thanks ralph.m!!!