@import url(pages.css);

/* ---- main navigation, flowing text ---- */
.mainnav {
	/* common font face, size, formatting */
	position: absolute;
	z-index: 2;
	margin: 98px 0 0 172px;
	width: 600px;
	padding: 0;
}

.mainnav li {
	display: block;
	float: left;
	padding: 0 7px;
}

/* --------- layout style settings --------- */
#toplevel {
	padding: 111px 0 0 0;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	width: 772px;
	height: 384px;
	text-align: left;
}

#main {
	width: 772px;
	height: 384px;
	background: url(/templates/graphics/system/home_mainbg.jpg) no-repeat top left;
}

*html #main {
	filter: none;
	background: url(/templates/graphics/system/home_mainbg.jpg) no-repeat top left;
}

#header {
	padding: 7px 5px 0 5px;
	height: 138px;
}

#logo {
	position: absolute;
	z-index: 1;
	margin: 48px 0 0 30px;
}

#flashbanner {
	position: absolute;
	z-index: 2;
	margin: 147px 0 0 184px;
	width: 567px;
	height: 121px;
}

#briefcontent {
	position: absolute;
	z-index: 99;
	margin: 248px 0 0 19px;
	width: 220px;
	background: #FFF;
	top: 125px;
}

#briefcontent a, #briefcontent a:link, #briefcontent a:visited,
#briefcontent a:hover, #briefcontent a:active {
	cursor: pointer;
	cursor: hand;
}

#decoborder {
	position: absolute;
	z-index: 1;
	margin: 124px 0 0 178px;
	width: 574px;
	height: 2px;
	border-top: 1px solid #005a9c;
	font-size: 1px;
	line-height: 1px;
}

#extralogos {
	margin: 10px 0 0 0;
	margin-right: auto;
	margin-left: auto;
	width: 772px;
	text-align: center;
}

#extralogos img {
	margin: 0 16px;
}
