Hi Brad,
> My question is, can we leave our DNS being hosted with the same company here
> in Canada and simply move the hosting of our website to a US location (we
> are looking at GoDaddy in the US)?
Yes. You can.
As long as you can modify the Host (A) records used to point the name to
the web server you're good to go.
For example, you might have:
domain.com. IN A 1.2.3.4
www.domain.com. IN A 1.2.3.4
Where 1.2.3.4 would be replaced with the new IP address for the new web
server.
The DNS server providing that answer could still be located in Canada
(on an appropriate IP), but clients won't be using that Canadian IP to
access the web server.
> Our dns name truenorthloghomes.com resolves to a Canadian based IP
> address... Even if we move our web site south of the biorder, our dns name
> will still resolve to a CAD IP address correct?
Your DNS server IP might, but your web server IP (www for example) would
resolve to something in the US.
HTH
Chris