WOW. That's why you get paid the big bucks. 
Didn't think about looking at /log files....
PHP Parse error: syntax error, unexpected '<' in /home..../includes/templates/hampshire_cammie/common/tpl_main_page.php on line 77
On line 77, I changed from
Code:
<?php require($template-<get_template_dir('tpl_home_slide_content.php',DIR_WS_TEMPLATE, $current_page_base,'common').
'/tpl_home_slide_content.php');?>
TO
Code:
<?php require($template->get_template_dir('tpl_home_slide_content.php',DIR_WS_TEMPLATE, $current_page_base,'common').
'/tpl_home_slide_content.php');?>
not because I knew what I was doing but because other similar lines had a > instead of <