Well I used the gender icon in post bit code thing for the marital status...
PHP Code:
<!-- Start Gender On/Off Customization -->
<if condition="$bbuserinfo['field18'] != 'Yes'">
<if condition="$post[field17]"> <img src="$stylevar[imgdir_misc]/$post[field17].gif" alt="$post[field17]" /></if>
</if>
<!-- End Gender On/Off Customization -->
It has gender in it cus I didn't know if changing it would hurt anything so I kept it like that.