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

<?php $__env->startSection('page_sub_title'); ?>    
   OSAA Schools
<?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'); ?>    		
	<div class="columns">

		<div class="third">
			<h1>Member Schools</h1>
			<p style="height:75px;">
				A complete list of OSAA Full Member schools.
			<p>

			<a href="<?php echo url('/schools/full-members'); ?>" class="button">Member Schools</a>
		</div>
	
		<div class="third">
			<h1>Associate Members</h1>
			<p style="height:75px;">
				An up to date, complete list of OSAA Associate Member schools.
			</p>

			<a href="<?php echo url('/schools/associate-members'); ?>" class="button">Associate Members</a>
		</div>

		<div class="third">
			<h1>Classifications &amp; Districts</h1>
			<p style="height:75px;">
				This section contains the most current classifications.  This page also lists schools with assigned regular districts.
			</p>

			<a href="<?php echo url('/schools/classifications-districts'); ?>" class="button">Classifications &amp; Districts</a>
		</div>
	</div>

	<br class="clear" /><br /><br /><br /><br /><br /><br /><br /><br /><br />

	<div class="columns">

		<div class="third">
			<h1>Maps</h1>
			<p style="height:75px;">
				View maps of school locations across Oregon.
			</p>

			<a href="<?php echo url('/schools/maps'); ?>" class="button">Maps</a>
		</div>

	</div>


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