/*  announcements  */
#announcements {
	font-style: italic;
	margin-top: 1em;
	width: 550px;
	text-align: right;
	position: absolute;
	z-index: 100;
	left: 335px;
}

/*  on display box on home page  */
#showcase {
	border: 3px solid #b81137;
	color: #000;
	padding: 2px 2px 0 2px;
	position: relative;
	z-index: 50;
	float: left;
}
#content-wrap > #showcase {
	padding: 2px;
}
/*  makes any image placed in on display box 810px (max)  */
#showcase img {
	width: 810px;
	position: relative;
	z-index: 50;
}

/*  red boxes with text overlapping on display box  */
#on-display h2, #show-info h2 {
	padding: 0;
	margin: 0;
}
#on-display {
	float: left;
	display: block;
	padding: 5px 7px;
	position: relative;
	z-index: 100;
	bottom: -18px;
	left: -7px;
	margin-top: 25px;
}	
#show-info {
	float: right;
	display: block;
	padding: 5px 7px;
	position: relative;
	z-index: 100;
	top: -18px;
	right: -7px;
}

/*  wrapper for 3 white boxes on home page  */
#pod-wrap {
	margin-top: 20px;
	padding-bottom: 30px;
	height: 225px;
}
/*  one white box  */
.white-pod {
	width: 256px;
	background: #fff;
	margin-right: 22px;
	display: inline-block;
	float: left;
	padding: 1em 15px;
	height: 100%;
}
#pod-wrap > .white-pod {
	width: 226px;
}
.white-pod h2 {
	padding-top: 0;
	margin-top: 0px;
}
.white-pod h2 a {
	text-decoration: none;
}
.white-pod a:hover {
	color: #fff;
}
.white-pod h2 a.yellow-text:hover {
	background-color: #EBB30F;
}
.white-pod h2 a.blue-text:hover {
	background-color: #0099CC;
}
.white-pod h2 a.purple-text:hover {
	background-color: #6666CC;
}
