@charset "UTF-8"; 
	 
@import "screen.css"; 


/*Explanation--------------------------------------------------*/
/*
1: Header layout
2: content layout
3: TopNav layout
*/


/*
===== 1: Header layout =====
*/
#topHeader {
	width: 977px;
	height: 551px;
	padding: 0 10px;
	position: relative;
}
#globalNav {
	background: url(../../images/top/bg_globalnav.jpg) left top repeat-x;
	height: 70px;
	padding: 0 0 0 40px;
}
#siteNav {
	position: absolute;
	top: 8px;
	left: 754px;
} 
#siteNav li {
	padding: 0 0 0 16px;
}


/*
===== 2: content layout =====
*/
dl.ReportList {
	width: 628px;
	position: relative;
}
dl.ReportList dt {
	position: absolute;
	left: 0;
	padding-right: 26px;
	font-weight: bold;
}
* html dl.ReportList dt {
	padding-right: 29px;
}
*:first-child+html dl.ReportList dt {
	padding-right: 29px;
}
dl.ReportList dt.New {
	padding-right: 3px;
}
dl.ReportList dt img {
	vertical-align: middle;
	margin-left: 3px;
	margin-bottom: 3px;
}
* html dl.ReportList dt img {
	margin-left: 1px;
}
*:first-child+html dl.ReportList dt img {
	margin-left: 1px;
}
dl.ReportList dd {
	padding-bottom: 9px;
}
#Content .Section {
	font-size: 108%;
	margin-bottom: 50px;
}

/*
===== 3: TopNav layout =====
*/
#GroupNav {
	background-color: #f1ede9;
	border-top: solid 3px #f98b09;
	border-bottom: solid 1px #bf4e07;
}
#GroupNav ul {
	background: url(../../images/top/line_nav.gif) left bottom no-repeat;
	margin: 10px 0 10px 10px;
}
#GroupNav ul li {
	background: url(../../images/top/line_nav.gif) left top no-repeat;
	padding: 6px 0 5px;
}
