Solved
How to code the following in CSS?
What I have...
Insurance Articles
The background-image (dash) is a 4x1 GIF. I'm trying to have it as a vertically centered background, that repeats only on the x-axis.
Since the title needs to have a clear background, I added a span-tag as oppose to a header-tag (as it is its own block). With the span-tag, I added padding to its left and right, as well as a background-color of #FFFFFF/white to clear the repeating background-image behind it.