/* ******************************
Home Page Template
Copyright (c) 2005 - 2009 Huddle Up, All Rights Reserved
****************************** */



@import "site.css";



/* ******************************
Template Layout Code
****************************** */

#columnWrapper {
	min-height:512px;
}

.column1 {
	display:inline;
	float:right;
	margin-top:0px;
	margin-left:15px;
	margin-right:12px;
	width:632px;
}
	
	#callToAction {
		
	}
	
	
.column2 {
	display:inline;
	float:right;
	margin-top:0px;
	width:306px;
}
	#homeBlob1, #homeBlob2, #homeBlob3 {
		position:relative;
		margin-bottom:11px;
		padding-top:86px;
		height:70px;
		width:306px;
		text-align:center;
		background:#ccc;
	}
		#homeBlob1 .linkOverlay, #homeBlob2 .linkOverlay, #homeBlob3 .linkOverlay {
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:100%;
		}
	#homeBlob1 {
		background:#ccc url('/images-layout/home-byu.jpg') 50% 50% no-repeat;
	}
	
	#homeBlob2 {
		background:#ccc url('/images-layout/home-utah.jpg') 50% 50% no-repeat;
	}
	
	#homeBlob3 {
		background:#ccc url('/images-layout/home-utah-state.jpg') 50% 50% no-repeat;
	}

#footer {
	width:1000px;
	background:url('designs/alpha/footer/footer-home-bg.gif') 50% bottom no-repeat;
}
	#clc {
		left:136px;
	}
	#siteseal {
		display:none;
	}
	#footerLinks {
		left:360px;
	}