Thank for the compliment Wyko and I appreciate the tip on the banners... didn't even realize they had a hover over state.
Here's the code i have in my custom.css to get rid of the search field and move the phone down:
#searchform {display: none;}
.small_header_info {
bottom: 4px;
font-size: 14px !important;
font-style: normal !important;
font-weight: normal !important;
min-width: 200px;
padding-bottom: 0;
padding-top: 80px;
position: inherit;
right: 80px;
text-align: right;}
It wasn't working properly until I added !important in a few spots. I'm not quite sure what it does exactly, but after reading a few WP forums I gave it a shot and it worked like a charm.
Hope this helps!
- John