<?php $__env->startSection('page_title'); ?>
    OSAA - School Maps
<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_sub_title'); ?>    
   OSAA School Maps
<?php $__env->stopSection(); ?>

<?php $__env->startSection('scripts'); ?>
    @parent


<?php $__env->stopSection(); ?>

<?php $__env->startSection('jquery_init'); ?>

	$('.button').button();

<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_functions'); ?>
    
<?php $__env->stopSection(); ?>


<?php $__env->startSection('main_content'); ?>    		
	<h1>Map of OSAA Membership</h1>

	<br />

	<div style="font-size:9pt;">
		<a href="<?php echo asset('docs/maps/AllSchoolsMap.pdf'); ?>" class="button" target="_blank">All Member Schools</a>  <a href="<?php echo asset('docs/maps/6ALogos.pdf'); ?>" class="button" target="_blank">6A Logos</a>
		<a href="<?php echo asset('docs/maps/5ALogos.pdf'); ?>" class="button" target="_blank">5A Logos</a>  <a href="<?php echo asset('docs/maps/4ALogos.pdf'); ?>" class="button" target="_blank">4A Logos</a>
		<a href="<?php echo asset('docs/maps/3ALogos.pdf'); ?>" class="button" target="_blank">3A Logos</a>  <a href="<?php echo asset('docs/maps/2ALogos.pdf'); ?>" class="button" target="_blank">2A Logos</a>
		<a href="<?php echo asset('docs/maps/1ALogos.pdf'); ?>" class="button" target="_blank">1A Logos</a>
		<br /><br />

<p align="center"> <h3><img src="<?php echo asset('images/logos/AllSchoolsMap.jpg'); ?>"></h3>
	</div>


<?php $__env->stopSection(); ?>