/*
Common page layout elements
---------------------------
*/

#pageArea #homeImageArea {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 385px;
	z-index: 1;
	overflow: hidden;
	height: 600px;
}

#pageArea #homeImageArea img {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/*
News scroller elements
---------------------------
*/

#twoColumns #newsArea {
	display: inline;
	position: relative;
	z-index: 500;
	float: left;
	width: 228px;
	margin: 0px 0px 0px 11px;
	padding: 0px 0px 0px 0px;
}

#twoColumns #newsArea #newsPanel {
	display: block;
	width: 228px;
	height: 158px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
}

#newsPanel #ieNewsFixDiv {
	display: block;
	position: relative;
	width: 228px;
	height: 158px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#newsPanel a:visited {
	color: #666666;
	text-decoration: underline;
}
#newsPanel a:hover {
	color: #ff3300;
	text-decoration: underline;
}

#newsPanel h2 {
	display: block;
	margin: 4px 4px 0px 4px;
	padding: 3px 8px 3px 8px;
	font-size: 11px;
	line-height: 13px;
	background-color: #ffffff;
	color: #000000;
	text-transform: uppercase;
}

#newsPanel #rssLink {
	position: absolute;
	top: 133px;
	right: 5px;
	margin: 0px;
	padding: 3px 8px 3px 0px;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
}

#newsScrollerArea {
	display: block;
	z-index: 510;
	position: absolute;
	top: 27px;
	left: 12px;
	width: 204px;
	height: 105px;
	overflow: hidden;
}

#newsScrollText {
	display: block;
	position: absolute;
	top: 150px;
	left: 0px;
	width: 204px;
	font-size: 12px;
	color: #000000;
	background-color: transparent;
}

#newsScrollText p {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 15px;
	background-color: transparent;
}

#newsScrollText h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	background-color: transparent;
}

#newsScrollText i {
	display: block;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	background-color: transparent;
}
.firstheadline {
	color: #ff6600;
	font-size: 12px;
	line-height: 15px;
}