
#admissions-header{
	width:100%;
	height:400px;
	background-color:#eee;

	box-shadow:inset 0 -6px 10px rgba(50,50,50,.1);
	-moz-box-shadow:inset 0 -6px 10px rgba(50,50,50,.1);
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}

#admissions #body{
	margin-top:-124px;
}




.apply-now{
	
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6971f), color-stop(1, #ffae39) );
	background:-moz-linear-gradient( center top, #f6971f 5%, #ffae39 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6971f', endColorstr='#ffae39');
	background-color:#f6971f;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size:32px;
	font-weight:bold;
	font-style:normal;
	height:70px;
	line-height:70px;
	width:250px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
	color:#fff!important;
	margin-bottom:20px;
}
.apply-now:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
	text-decoration:none!important;
}

#admission_testimonials{
	margin:0;
	padding:0;
	list-style:none;
	padding:20px;
	width:400px;
	display:table;
	height:250px
}
#admission_testimonials li{
	display:none;
	font-size:12px;
	color:#fff;
	margin-top:50px;
}
#admission_testimonials li.selected{
	display:block;
}
#admission_testimonials li span{
	font-size:18px;
	font-style:italic;
	font-color:#fff;
	font-weight:bold;
	
}
#admission_testimonials a.readmore{
	float:right;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
#admission_testimonials a.readmore:hover{
	text-decoration:underline;
}
