Great site...Lots of Info.One suggestion...Since every header in the center of the home page contains Hawkes Bay, do you really need to repeat it so many times. Instead of 'Hawkes Bay Real Estate', why not just 'Area Real Estate'...or something of that nature. Just a thought. Still, it's a fantastic site.
As far as underlining the link only when you hover over it...I did not see an HTML reference to a StyleSheet link when viewing the source code for your home page. I don't believe the FP2000 Templates will allow for the effect you are looking for.
You could add something like this to your HTML code under the <HEAD> tags:
<STYLE>
<!--
A:hover
{
COLOR: #000000;
FONT-FAMILY: Verdana, Helvetica, Arial;
TEXT-DECORATION: underline
}
-->
</STYLE>
...but you would have to do it to every page and you would have to set 'TEXT-DECORATION: none' for the a, a:active, and a:visited tags. It may be more trouble than it's worth.
Check out http://www.w3.org/Style/CSS/ for more info on CSS.
Also, FrontPage allows you to set the Rollover Effects in the Page Properties - Background tab, but this option is no longer available when you have a template applied to your web.
Hope this helps...Good luck.
SuperConductor
[This message has been edited by SuperConductor (edited 07-02-2001).]