/* CAS Style Sheet */

/* Admissions Background Image */
.wrap.top-admissions-info {
	background: url(/images/top-ad-info.jpg) no-repeat bottom right;
}

/* Home Page Info Box */
.info-box {
	margin-bottom: 15px;
}

/* Call to Action Yellow general
------------------------------------ */
.cta-btn {
	background: #f4c52f url(/images/cta-arrows-white.png) right 0 no-repeat;
}
.cta-btn:hover {
	background: #d49d15 url(/images/cta-arrows-white.png) right -15px no-repeat;
}

