@charset "utf-8";
/* CSS Document */

#bannerwrapper {
	background: #c6ff74 url(../im/jaggedborder.gif) repeat-x;
	height: 275px;
	padding: 50px 0 0 0;
	width: 100%;
}

#banner {
	height: 250px;
	margin: 0 auto;
	overflow: hidden;
	width: 980px;
}

#banner ul.news-items {
	height: 250px;
	list-style: none;
	width: 1050px; /* Needs extra width so items don't wrap around */
}

/* Keeps the first li expanded by default */
#banner ul.news-items li:first-child {width: 580px;}
#banner ul.news-items:hover li:first-child {width: 175px;}
#banner ul.news-items li:first-child:hover {width: 580px;}

#banner ul.news-items li {	
	float: left;
	overflow: hidden;
	padding: 0 25px 0 0;
	position: relative;
}

#banner ul.news-items li:hover {
	width: 580px;
}

#banner a {
	display: block;	
}

#banner ul.news-items li a img {
	border: none;
	float: left;;
}

/* IE doesn't support last-child */
#banner ul.news-items li:last-child {
	padding: 0;
}

#banner ul.news-items li div.description {
	bottom: 0;
	left: 200px;
	padding: 15px 0;
	position: absolute;
	width: 380px;
}

#banner ul.news-items li:hover div.description {
	border-bottom: 5px dashed #9bd942;
	bottom: 0px;
	padding-bottom: 10px;
}

#banner ul.news-items li div.description:hover {
	border-bottom-style: solid;
}

#banner div.description a {
	text-decoration: none;			
	color: #243111;
	font: .9em/1.4em Arial, Helvetica, sans-serif;
	padding: 10px 0 5px 0;
}

#banner ul.news-items li div.description a strong {
	color: #375708; /* #024a4d */
	display: block;
	font: 1.8em/1em Slavitsa, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	text-shadow: 1px 1px 2px #768830;
	width: 100%;
}