body.col2-banner #masthead {
	background-image:
		url(/slir/b005695-q10/images/template/header-background.png);
	height: 482px;
}

body.col2-banner #masthead-container {
	height: 488px;
	background-image:
		url(/slir/b005695-q10/images/template/header-background-center.png);
}

#breadcrumb-trail,#page-title {
	display: none;
}

#homepage-news-container {
	min-height: 500px;
}

.page-features {
	height: 38px;
	line-height: 38px;
	position: absolute;
	top: -52px;
	left: 0;
	color: #fff;
}

#body .page-features h2 {
	font-size: 16px;
	line-height: 38px;
	margin-top: 0;
}
#news-options {
	margin: 0;
}

#news-options li {
	display: inline;
}

#news-options a {
	display: block;
	background-color: #003673;
	color: #9Ac7ff;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	padding-bottom: 2px;
	margin-top: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
}

#news-options a:hover, #news-options a:focus {
	background-color: #1066a3;
}

#news-options a.selected {
	background-color: #fff;
	color: #4A67cE;
	-webkit-box-shadow: -1px -2px 2px rgba(0, 0, 0, .15);
	-moz-box-shadow: -1px -2px 2px rgba(0, 0, 0, .15);
	box-shadow: -1px -2px 2px rgba(0, 0, 0, .15);
}

#homepage-news-content small {
	color: #666;
}


#homepage-news-content h3 {
	font-size: 18px;
	line-height: 22px;
}

#homepage-news-content p {
	margin-top: .5em;
}

#homepage-news-content.latest h3 {
	margin: 1em 0;
}

#homepage-news-content #infocus h3 {
	font-size: 24px;
	line-height: 28px;
	margin: 0;
}


/*
#promos img {
	padding: 10px;
	background-color: #efeae2;
	margin-left: -10px;
}
*/

.vcalendar tbody {
	border-top: 1px solid #ddd;
}

#mylc h3 {
	line-height: 22px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#mylc p {
	margin-top: 3px;
	padding-top: 0;
}
#mylc .button {
	margin-right: 5px;
}
#focusBox {
	margin-bottom: 0;
	margin-top: 0;
}

.corner-banner {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 158px;
	height: 158px;
	overflow: hidden;
	text-indent: -99999px;
	background-image: url(/images/homepage/corner-banner.png);
}

@media screen and (max-width: 700px), screen and (max-device-width: 480px) {
	.page-features {
		top: auto;
		position: relative;
		background-color: #005695;
		display: block;
		margin: -.5em -.5em .5em -.5em;
		padding-left: .5em;
		padding-right: .5em;
	}
	#body .page-features h2 {
		font-size: .846em;
		margin-top: 3px;
		width: 8.4em;
		float: left;
	}
	#news-options a {
		width: 4.5em;
		float: left;
		margin-right: .4em;
		padding-left: .2em;
		padding-right: .2em;
	}
	#news-options li:last-child a {
		margin-right: 0;
		width: 3.5em;
	}
	#local-navigation {
		margin-bottom: 0;
		z-index: 5;
	}
	#footer-container {
		display: block;
	}
	.button {
		display: block;
		margin: .5em 0;
	}
	#infocus h3 {
		font-size: 18px;
		line-height: 22px;
	}
	#focusBox {
		margin-bottom: 1em;
	}
	.corner-banner {
		display: none;
	}
}
@media screen and (max-width: 290px), screen and (max-device-width: 290px) {
	.page-features {
		padding: 0;
		height: auto;
	}
	#body .page-features h2 {
		float: none;
		text-align: center;
		width: auto;
		display: block;
		margin: 0;
	}
	#news-options a {
		width: auto;
		float: none;
		padding: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		margin: 0;
	}
	#news-options li:last-child a {
		width: auto;
	}
}