/**
 * Frontpage content
 */
div#frontpage_content_background {
	height:				205px;
	width:				520px;
	display:			block;
	overflow:			hidden;
	margin:				-245px 0 -205px 0;
	background:			#BCB99F;
	opacity:			.5;
}
div#frontpage_content {
	display:			block;
	position:			relative;
	height:				181px;
	width:				480px;
	overflow:			hidden;
	margin:				14px 20px 50px 20px;
	color:				#FFFFFF;
	font-size:			12px;
	line-height:		17px;
}

div#frontpage_content .frontpage_title {
	width:				480px;
	border-bottom:		1px dotted #FFFFFF;
	padding:			0 0 8px 0;
	margin:				0 0 10px 0;
}

div#frontpage_content .frontpage_title p {
	margin:				0;
	padding:			0;
	text-transform:		lowercase;
}

#frontpage_content h1.title {
	font-size:			13px;
	font-weight:		normal;
	font-family:		tradegothicextflir, Helvetica, Arial, sans-serif;
	text-transform:		uppercase;
	margin:				0 0 5px 0;
	color:				#FFFFFF;
}

div#frontpage_content .contentheading_frontpage {
	display:			inline;
	margin:				0 0 0 10px;
	font-size:			13px;
}

div#frontpage_content a {
	color:				#FFFFFF;
}

div#frontpage_content a:hover {
	color:				#85C342;
}

.frontpage_line1 {
	font-family:		tradegothicextflir, Helvetica, Arial, sans-serif;
	font-size:			20px;
	line-height:		18px;
	text-transform:		uppercase;
	width:				480px;
	height:				20px;
	overflow:			hidden;
	margin:				0;
}

.frontpage_line2 {
	font-family:		tradegothicextflir, Helvetica, Arial, sans-serif;
	font-size:			30px;
	line-height:		26px;
	text-transform:		uppercase;
	width:				480px;
	display:			block;
	height:				26px;
	overflow:			hidden;
	margin:				10px 0 -18px 0;
}

div#frontpage_content p {
	margin-bottom:		0;
}

.contentpaneopen_frontpage a {
	font-weight:		bold;
}


/** Frontpage Banners **/
div.banners {
	width:				860px;
	height:				100px;
	clear:				both;
	border-top:			4px solid #FFFFFF;
	border-bottom:		6px solid #FFFFFF;
}
.bannergroup {
	display:			block;
	position:			static;
	width:				288px;
	height:				100px;
	overflow:			hidden;
}

.bannergroup .banneritem {
	width:				284px;
	height:				100px;
	overflow:			hidden;
	margin: 			0;
	border-right:		4px solid #FFFFFF;
	float:				left;
}

/**** Frontpage Press Item *****/
div.moduletable {
	float:				left;
}

div.moduletable_press_banner {
	width:				274px;
	height:				90px;
	overflow:			hidden;
	background:			#817660;
	float:				left;
	color:				#FFFFFF;
	font-size:			11px;
	padding:			5px;
}
	
.contentheading_press_banner {
	margin:				5px 0 0 0;
	text-transform:		uppercase;
	font-size:			12px;
}

div.contentpaneopen_press_banner {
	width:				192px;
	margin-left:		74px;
	height:				90px;
	float:				left;
	margin-top:			-90px;
	background:			#B6A990;
	padding:			0 0 0 8px;
}

div.moduletable_press_banner a {
	color:				#D8D3CA;
}
div.moduletable_press_banner a:hover {
	color:				#FFFFFF;
}

div.moduletable_press_banner img.press_thumb {
	float:				left;
	margin:				0 6px 0 0;
}

div.moduletable_press_banner .date {
	font-size:			9px;
	text-transform:		none;
	margin:				-3px 0 5px 0;
}