@import url(pages.css);

/* --------- navigation styles --------- */
/* ---- nav style 1 (main nav, graphics) ---- */
.navi1 {
	margin: 14px 0 40px 18px;
	height: 26px;
	background: none;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	background: #8cc63f url(../graphics/system/home_pagebg.gif) no-repeat top center;
}

#toplevel {
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	max-width: 922px;
	min-width: 772px;
	text-align: left;
	height: auto;
	background: url(../graphics/system/home_header_cnr.jpg) no-repeat top right;
}

* html div#toplevel {
	width: 772px /* fallback value */;
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ?
	document.documentElement.clientWidth :
	document.body.clientWidth) > 922 ? "922px" : (((document.compatMode && document.compatMode=='CSS1Compat') ?
	document.documentElement.clientWidth :
	document.body.clientWidth) < 772 ? "772px" : "99.7%"));
}

html>body #toplevel {
	width: auto;
}

#main {
	width: 100%;
	height: auto;
}

#header {
	padding: 0 20px 0 72px;
	width: auto;
	height: 280px;
	background: none;
}

#headerlogo {
	position: absolute;
	z-index: 1;
	margin: 61px 0 0 0;
}

#headerflash {
	float: right;
	width: 556px;
	height: 280px;
}

#column1 {
	width: auto;
	border-right: 1px solid #d9d9d9;
}

#column1content {
	padding: 0 26px 0 18px;
	width: auto;
}

#column2 {
	width: auto;
	border-right: 1px solid #d9d9d9;
}

#column2header {
	min-height: 40px;
	height: auto !important;
	height: 40px;
}

#column2content {
	padding: 0 26px 0 30px;
	min-height: 240px;
	height: auto !important;
	height: 240px;
	width: 233px;
}

#column3content {
	padding: 0 0 0 23px;
	width: 230px;
}

#footer {
	margin: 116px 0 0 0;
	padding: 128px 0 30px 0;
	text-align: center;
	background: url(../graphics/system/home_footer_deco.gif) no-repeat top center;
}

/* --- scroller box --- */
#scrollingtext {
	margin: 0 0 0 0;
	width: 232px;
	height: 200px;
	background: none;
}

.scrollerboxouter {
	position: relative;
	z-index: 10;
	visibility: visible;
	top: 0px;
	left: 0px;
 	width: 233px;
	height: 200px;
	text-align: left;
	background: none;
	border: none ;
	border-top-width: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	clip: rect(0px 233px 200px 0px);
}

.scrollerboxinner {
	position: absolute;
	z-index: 99;
	left: 0px;
	top: 200px;
	visibility: visible;
	margin: 0px;
	padding: 0;
}

