@charset "UTF-8";
#upper-row {
	margin-top: 4px;
	height: 228px;
	background-image: url(../Images/HomeColumnBackgroundTile.png);
	background-repeat: repeat-x;
}
#lower-row {
	margin-top: 4px;
	height: 228px;
	background-color: #fafafa;
}
#column-title-news {
	width: 766px;
	height: 26px;
	background-color: #783D0C;
}
#column-producers {
	float: left;
	width: 410px;
}
#column-title-producers {
	width: 410px;
	height: 26px;
	background-color: #2D6682;
}
#column-links {
	float: left;
	width: 354px;
	margin-left: 2px;
}
#column-title-links {
	width: 354px;
	height: 26px;
	background-color: #5B5B5B;
}
.column-content {
	padding: 10px;
}

/* News */
.article-list-item {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding: 6px;
}
.article-list-item-title {
	float: left;
}
.article-list-item-title a {
	font-weight: bold;
	color: #026684;
}
.article-list-item-date {
	float: right;
}

/* Links */
.links-row {
	margin-bottom: 10px;
}
.links-photo {
	width: 72px;
	float: left;
}
.links-content {
	margin-left: 20px;
	float: left;
	line-height: 20px;
}

/* Banners */
.banners
{
	margin-top: 10px;
	margin-left: 15px;
	height: 200px;
	overflow: hidden;
}
.banner-item
{
	width: 195px;
	float: left;
	margin-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8fafe;
}
.banner-item a img {
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
}

