I forgot I added a contact link in the second nav to be similar to the
dev site. I took it out so the dev55 site will look correct.
<?php get_template_part('parts/search');?>
<ul id="sec-nav" class="right">
<li><a href="<?php bloginfo('url'); ?>">Home</a></li>
- <li><a href="#">Contact</a></li>
<?php $contactPage = get_post(3038);?>
<?php if($contactPage):?>
<li><a href="<?php echo get_page_link($contactPage->ID);?>">Contact</a></li>