

@media only screen and (max-width : 800px) {
	#headerArea .left,
	#headerArea .left img {
		max-width: 100%!important;
		}
	
	#headerArea .left a {
		padding: 20px 0px 0px 0!important;
	}
	
	#searchText {
		width: 100%!important;
		}
}
/*-------- Level 3 sites - Mod CSS ---------*/

#headerArea .left,
#headerArea .left img {
	max-width: 500px;
	}

#headerArea .right {
	border-left: 5px solid #fff;
	text-align: right;
	width: 24%;
	padding: 15px 157px 1.25em 0; /* padding-right is equal to seal width */
	position: relative;
	}

#universityLogo {
	position: absolute;
	top: 0;
	right: 0;
	}

#crumbtrailComp li:first-child:after {
	margin-left: 0;
	margin-right: 0;
	}

#searchText {
	width: 220px;
	}
/*
#searchFormImageSubmit {
	background-color: #fff;
	color: #000;
	}
*/
