

/*
.container.latest-news {
	padding: 5px;
	margin: 0 0 15px 15px;
	background: #c3cf21;
	width: 490px;
	height: 130px;
	color: #fff;
}
.container.latest-news .Item {
	width: 29%;
	padding: 0 2%;
	float: left;
	height: 125px;
	border-right: 1px solid white;
}
.container.latest-news .Normal .Item {
	border-right: 0;
}
.container.latest-news h2 {
	color: #fff;
	font-weight: 600;
	padding: 0 0 5px 0;
}
.container.latest-news h2 a {
	color: #fff;
	text-decoration: none;
	font-size: 0.75em;
	display: block;
	height: 65px;
}
.container.latest-news h2 a:hover {
	text-decoration: underline;
}

.container.latest-news .title h2 {
	font-weight: bold;
	padding: 0 0 5px 8px;
}
.container.latest-news .Date {
	display: block;
	text-align: right;
	padding: 0 5px 0 0;
}

*/



/* Version 2 (slider) */
.container.latest-news
{
    overflow: hidden;
    padding: 5px;
    margin: 0 0 15px 15px;
    background: white;
    width: 950px;
    height: 150px;
}
.container.latest-news .Item
{
    width: 450px;
    padding: 5px 10px;
    float: left;
    height: 140px;
    background: white;
    margin: 0 0 0 5px;
}
.container.latest-news .latest-news-inner
{
    width: 2500px;
    height: 150px;
    overflow: hidden;
    margin-left: -485px; /* negative latest-news-inner width + latest-news container width */
}



.container.latest-news .Item h2
{
    font-size: 1.0em;
    margin: 0;
    padding: 0;
}
.container.latest-news .Item p
{
}
.container.latest-news .Item .thumb
{
    float: left;
    height: 100px;
    overflow: hidden;
    margin-right: 10px;
}
.container.latest-news .Item .thumb img
{
    max-width: 87px;
}
.container.latest-news .Item .date
{
    float: right;
    font-weight: 500;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}



.Head
{
    border: 0px;
    margin: 0px;
    padding-bottom: 8px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #34517D;
    font-size: 1.6em;
    font-weight: normal;
}



.Item .Normal, Item .NormalDisabled, .Item.Normal, Item.NormalDisabled
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

.Item .CommandButton, Item.Normal .CommandButton
{
  color: #3e8fc2;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

.Item a.CommandButton:link, .Item.Normal a.CommandButton:link
{
  color: #3e8fc2;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}


