Thank you for your input.
I checked permissions and changed to 755.
From what I can gather now,the .htaccess file is blocking the image from showing up on the home page. The program .php vbulletin requires that an absolute path to access the image and the htaccess file is blocking that from happening. The only way to fix that is remove the code for the .htaccess file that is causing the issue, but because I do not know which programs are using what, and what changes they have made to the .htaccess file there is nothing at this point that I can do.I have many domains hosted at my hosting company and
http://archeryjunk.com is the host directory for my hosting account.
This is the part that is blocking the file:
RewriteCond %{HTTP_REFERER} !^http://archeryjunk.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://archeryjunk.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.archeryjunk.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.archeryjunk.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
--------------- Added [DATE]1246626704[/DATE] at [TIME]1246626704[/TIME] ---------------
After changing permissions, photo's/pics are showing up however a plugin I am using (marco1banner ads) will not reflect any images. I am still testing.