﻿/** WIDE HOME PAGE STYLES **/

#wrapper {
	width: 1012px;
	background: #FFF;
}

#header {
	width: 756px;
}

#newsItems {
	background:url(/Images/background/bg-newsItems.jpg) repeat-y #EDF4FC;
	_height: 84px; min-height: 84px;
}

/* Firefox */
#wrapper #newsItems #firstRow {
	position: absolute;
	width: 256px;
	margin-left: 756px;
	top: 207px;
	background: url(/Images/bg-newsItemsFirstWideTop.jpg) no-repeat;
	padding: 0px 0px 0px 0px;
}

#wrapper.homepage #newsItems #firstRow {
	position: absolute;
	width: 256px;
	top: 186px;
	background: url(/Images/bg-newsItemsFirstWideTop.jpg) no-repeat;
	padding: 0px 0px 0px 0px;
}

/* IE7 */
*:first-child+html #wrapper #newsItems #firstRow
{
	position: absolute;
	width: 256px;
	top: 207px;
	background: url(/Images/bg-newsItemsFirstWideTop.jpg) no-repeat;
	padding: 0px 0px 0px 0px;
}

*:first-child+html #wrapper.homepage #newsItems #firstRow
{
	position: absolute;
	width: 256px;	
	top: 185px;
	background: url(/Images/bg-newsItemsFirstWideTop.jpg) no-repeat;
	padding: 0px 0px 0px 0px;
}

/* IE6 */
* html #wrapper #newsItems #firstRow
{
	position: absolute;
	width: 256px;
	top: 207px;
	background: url(/Images/bg-newsItemsFirstWideTop.jpg) no-repeat;
	padding: 0px 0px 0px 0px;
}

* html #wrapper.homepage #newsItems #firstRow
{
	position: absolute;
	width: 256px;
	margin-left: 757px;
	top: 185px;
	background: url(/Images/bg-newsItemsFirstWideTop.jpg) no-repeat;
	padding: 0px 0px 0px 0px;
}


* html #newsItems #firstRow
{
	position: absolute;
	width: 256px;
	top: -256px;
	background: url(/Images/bg-newsItemsFirstWideTop.jpg) no-repeat;
	padding: 0px 0px 0px 0px;
}


#newsItems #firstRow #bottom
{
	width: 256px;
	height: 15px;
	background: url(/Images/bg-newsItemsFirstWideBottom.jpg) no-repeat bottom;
	clear: both;
}

#newsItems #secondRow {
	padding: 0;
	background: url(/Images/background/bg-newsItemsSecond.jpg) no-repeat bottom;
}

#newsItems #firstRow .item {
	width: 256px;
	voice-family: "\"}\"";
 	voice-family: inherit;
	width: 220px;
	_height: 84px;min-height: 84px;
}

#footer {
	width: 756px;
}
