/* 
=========================================
CSS for about us landing page
=========================================
*/
a span#news {
	width: 362px;
	height: 180px;
	display: block;
	background: url(../images/landing-pages/news.jpg) no-repeat;
}
a span#who-we-are {
	width: 362px;
	height: 180px;
	display: block;
	background: url(../images/landing-pages/who-we-are.jpg) no-repeat;
}
a span#events {
	width: 362px;
	height: 180px;
	display: block;
	background: url(../images/landing-pages/events.jpg) no-repeat;
}
a span#how-to-find-us {
	width: 362px;
	height: 180px;
	display: block;
	background: url(../images/landing-pages/how-to-find-us.jpg) no-repeat;
}
a span#about-our-campus {
	width: 176px;
	height: 180px;
	display: block;
	background: url(../images/landing-pages/about-our-campus.jpg) no-repeat;
}
a span#gift-shop {
	width: 176px;
	height: 180px;
	display: block;
	background: url(../images/landing-pages/gift-shop.jpg) no-repeat;
}
a span#jobs {
	width: 176px;
	height: 180px;
	display: block;
	background: url(../images/landing-pages/jobs.jpg) no-repeat;
}
/*
a span#strategic-plan {
	width: 176px;
	height: 180px;
	display: block;
	background: url(../images/landing-pages/strategic-plan.jpg) no-repeat;
}
*/
a span#contact-us {
	width: 176px;
	height: 180px;
	display: block;
	background: url(../images/landing-pages/contact-us.jpg) no-repeat;
}

