@import url("nav-horizontal.css");
@import url("ajax-tab.css");
@import url("map-links.css");
@import url("footer.css");
#BodyLayoutLong {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
#MainLayoutLong {
	width: 870px;
	text-align: left;
	margin: 0px auto;
	padding: 20px 40px 0px;
}
#FullLong {
	MARGIN: 0px;
	width: 868px;
}
#TextFullLong  {
	text-align: left;
	width: 848px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#TextFullLongWrap {
	text-align: left;
	width: 828px;
	padding: 10px 10px 0px;
}

.FullOverlayLong{
	/*opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);*/
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.FullOverlayLongTOP {
	width: 868px;
	background: url(/gfx/transparentbg-LongTOP.png) repeat center top;
	height: 13px;
}
.FullOverlayLong {
	width: 868px;
	background: url(/gfx/transparentbg-LongMIDDLE.png) repeat center top;
}
.FullOverlayLongBOTTOM {
	width: 868px;
	background: url(/gfx/transparentbg-LongBOTTOM.png) repeat center top;
	margin-bottom: 40px;
	height: 29px;
	margin-right: auto;
	margin-left: auto;
}
/* Let's compensate for IE6's inability to interpret top: 0; and bottom: 0; */
* html #FullLong .FullOverlayLong {
height: expression(document.getElementById("Left").offsetHeight);
}

