<?php
	// Common file include
    include 'common/common.php';
	
	$pageHasCMSForm = 'false'; // Make true if the page has html version of CMS form
	
	// Please include page related js files here
    $pageRelatedJsFiles = array(
		JS_PATH."responsiveslides.js",
		JS_PATH."functions.js",
    );
	
	// Please include Page related css files here, to add multiple style sheets keep each style sheet name in double quotes separated by comma.
    $pageRelatedCssFiles = array("inner.css");
	
	// Keep h1 tag text here
	$pageHeading = "The Center Orthopedic & Neurosurgical Care & Research - Redmond";
	$metaInfo = $pageHeading." | ".$copyRightText;
?>
<!DOCTYPE html>
<html lang="en">

<head>
    
    <title>Contact Dr Lindsay | The Center Orthopedic & Neurosurgical Care & Research - Redmond</title>
<meta name="description" content="Please contact our knee surgeon Dr Adam Lindsay at Desert Orthopedics in Redmond.">
<meta name="keywords" content="contact dr lindsay, shoulder surgeon, shoulder surgery">

    
    <meta property="og:title" content="<?php echo $metaInfo; ?>" />
    <meta property="og:description" content="<?php echo $metaInfo; ?>" />
    <?php include 'includes/head-tag-main.php';?>
</head>

<body class="crestedbuttepage">
    <?php if($accessibility){include 'includes/accessibility.php';}?>
    <div id="Container">
        <?php include 'includes/header.php';?>

        <div id="Banner-Container-S" role="presentation">
            <div id="Banner">
                <h1><?php echo $pageHeading; ?></h1>

            </div>
        </div>
        <div id="Nav-container">
            <div id="Nav-main">
                <div class="navigation"><a href="/">Dr Adam Lindsay, Orthopaedic Surgeon, Sports Medicine, The Center Orthopedic & Neurosurgical Care & Research Bend, Redmond, Prineville, La Pine, Madras</a> <?php echo $breadCrumbSeparator; ?> <span><?php echo $pageHeading; ?></span></div>
            </div>
        </div>
        <div id="Content-Container" data-skip="Content">
            <div id="Content-Main">
                <div class="table-div">
                    <div id="Content" class="table-cell">

                        <article class="textMain ypocms nonypocontent">
                            <?php include 'includes/contact.php';?>
                           
                        </article>
                    </div>
                </div>
            </div>
        </div>

        <?php include 'includes/footer.php';?>
    </div>
    <!-- keep this before closing body tag -->
    <?php include 'common/scripts-compress.php'?>
</body>

</html>
