I've done some more reading on this forum and found some more information on static commands to allow traffic inside to a specific server hosting web/email services using a single public IP address.
My current static command that conflict with PAT is...
static (inside,outside) netmask 255.255.255.255 0 0
I found this listing for static for smtp traffic..
static (inside,outside) tcp smtp smtp netmask 255.255.255.255 0 0
Do I include a second static for web access like this???
static (inside,outside) tcp www www netmask 255.255.255.255 0 0
Any suggestions or corrections????