@charset "utf-8";
/* CSS Document */
.slideshow {
	margin-bottom: 15px;
	background-color: #000;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1px;
	padding-bottom: 1px;
}
.slideshow a {
	border: none;
}
.slide_inner {
	text-align: center;
}
#flavor2 {
	margin:0;
}
.agile_carousel {
	margin-left: auto;
	margin-right: auto;
}
.overlaycontainer {
	position: absolute;
	width: 100%;
	height: auto; 
	left: 0px;
	bottom: 0px;
}
.overlaycontentheading {
	opacity:0.9;
	background-color: #B9282C;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.overlaycontentheading a:link, .overlaycontentheading a:hover, .overlaycontentheading a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
.overlaycontent {
	display: none;
	opacity:0.9;
	background-color:#EAE4E3;
	color: #000000;
	font-size: 13px;
	padding: 15px;
}

.featuredstoriescontainer {
	display: block;
	position: relative;
	float: left;
	width: 215px;
	height: 190px;
	overflow: hidden;
	margin-right:10px;
	margin-bottom: 10px;
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
}
.featuredstoriescontainer a:link, .featuredstoriescontainer a:visited {
	text-decoration: none;
}
.featuredstoriescontainer a:hover {
	text-decoration: underline;
}
.featuredstoriesheading {
	font-size: 16px;
	font-weight: bold;
	background-color: #172459;
	padding: 4px;
	margin-bottom: 3px;
}
.featuredstoriesheading h3 {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}
.featuredstoriescontent {
	line-height: 15px;
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 32px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.featuredmorelink {
	width: 100%;
	position: absolute;
	bottom: 4px;
	right: 4px;
	text-align: right;
	font-weight: bold;
}
.bottombox {
	/*display: block;
	float: left;
	width: 33%;
	margin: 0px;
	padding: 0px;*/
	min-height: 260px;
	overflow: auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	/*border-right: 1px dotted #CCCCCC;*/
}
.bottombox .lastbox {
	border: none;
}
.bottombox a:link, .bottombox a:hover, .bottombox a:visited {
	text-decoration: none;
}
.bottombox:hover {
	/*background-color: #F8F7F1;
	color: #FFC61E;*/
	cursor: pointer;
}
.lastbox:hover {
	background-color: #FFFFFF !important;
	color: #000000 !important;
}
.bottomboxcontent {
	padding: 8px;
}
