/* HOME */


#headline-container
{
	width: 742px;
	margin-left: 54px;
}

.homepage-object-container
{
	width: 744px;
	height:321px;
	overflow: hidden;
	background-image: url('../img/home_bg.jpg');
	background-repeat: no-repeat;
	margin: 20px 0px 0px 55px;
}

.homepage-object
{
	width: 246px;
	float: left;
	margin-right: 2px;
}

.homepage-header-container
{
	height: 47px;
	position: relative;
}

.homepage-header-container h1
{
	color: #eb8826;
	font-size: 22px;
	font-weight: normal;
	position: absolute;
	bottom: 2px;
	left: 20px;
}

.homepage-header-container h1.smaller
{
	font-size: 18px;
}

.hp-obj-txtcontainer
{
	color: #ffffff;
	font-size: 14px;
	padding: 20px;
	line-height: 20px;
}

/* Home News */

.news-home-img-container
{
	width: 243px;
	float: left;
	text-align: right;
	margin-right: 5px;
	
}

.news-home-news-container
{
	width: 350px;
	float: left;
	border-left: 1px solid #464038;
	padding-left: 20px;
}

.news-list-container h2
{
	font-size: 13px;
	width: 250px;
}

.news-list-item
{
	width: 350px;
	position: relative;
}

.news-list-date
{
	font-size: 10px;
	display: block;
	position: absolute;
	right: 0px;
}