For my page at

www.meadowlarktransport.com/indexnewsite_test7.htm

in the lower left where I have Visit <img> For Your Brokerage Needs, how can I move my image down on the page so the top of it is even with the top of the text which surrounds it.

thanks

Add vertical-align:top; to the styling of the image.

Something like this:

.meadowtransport img { vertical-align: top;}