#topnav .nav-item-inner {
	padding: 0 13px;
}

body #qlink1 { background-image: url('/pics/qlink1.jpg') ; }
body #qlink2 { background-image: url('/pics/qlink2.jpg') ; }
body #qlink3 { background-image: url('/pics/qlink3.jpg') ; }
body #qlink4 { background-image: url('/pics/qlink4.jpg') ; }

/* school wants to be able to change title of spotlight message on the fly. 
this spotlight is set up to hold only the title and to be styled as a heading */

/* hide the h1, image, read more link, and other divs */
#spotlightmessage329 h1, 
#spotlightmessage329 .spotlightmessage-image,
#spotlightmessage329 .spotlightmessage-more-link, 
#spotlightmessage329 .spotlightmessage-text-wrapper div { 
	display: none;
}

/* the text of the title */
#spotlightmessage329 .spotlightmessage-text-wrapper > div:first-child {
	width: auto;
	font-family: "Source Serif Pro",Times,serif;
	font-size: 33px;
	text-shadow: 1px 1px #FFF;
	font-weight: 400;
	margin: 0px 0px 30px;
	padding: 0px 0px 5px 5px;
	text-decoration: none;
	color: #212165;
	background: url("/pics/news_bg.png") no-repeat scroll left bottom transparent;
	overflow: hidden;
	height: 43px;
	display: block;
}

/* this spotlight is the content only of the spotlight message. title is hidden */
#spotlightmessage327 h1 {
	display: none;
}
