body {
	background-color: #fdfdfd;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

/* headerbanner */

div#headerbanner {
	width: 980px;
	height: 320px;
	font-family:arial;
	font-size:12px;
	margin: 0 0 30px 0;
}

div#headerbanner_overlay_left, div#headerbanner_overlay_right {
	background: url('img/headerbanner_overlay.png') repeat-y;
	width: 13px;
	
	height: 320px;
	position: absolute;
	z-index: 100;
}

div#headerbanner_overlay_right { background-position: -967px 0; margin-left: 967px; }

div#headerbanner ul { margin: 0; padding: 0; width: 980px; height: 320px; overflow: hidden; }
div#headerbanner ul li { width: 980px; height: 320px; padding: 0 0 0 0; list-style: none; background: #fff url('img/headerbanner.png') no-repeat bottom; }

div#headerbanner ul li img { float: left; width: 530px; height: 320px; }
div#headerbanner ul li div.header_text { float: left; width: 450px; padding-top: 64px; margin-left: -10px; }

div#headerbanner ul li h1 { margin: 0 0 10px 0; width: 447px; height: 60px; text-indent: -9999px; background: url('img/sprites.png') no-repeat 0 -1300px; }

div#headerbanner ul li h2 { margin: 0 0 20px 0; font-size: 12px; line-height: 18px; font-weight: 400; color: #6f6f6f; }

div#headerbanner ul li h1#header_text2 { background-position: -460px -1300px; }
div#headerbanner ul li h1#header_text3 { background-position: 0 -1380px; }
div#headerbanner ul li h1#header_text4 { background-position: -460px -1380px; }
div#headerbanner ul li h1#header_text5 { background-position: 0 -1460px; }
div#headerbanner ul li h1#header_text6 { background-position: -460px -1460px; }

div#headerbanner ul li a.more {
	display: block;
	font-family:arial;
	width: 235px;
	height: 42px;
	text-indent: 40px;
	line-height: 42px;
	background: url('img/sprites.png') no-repeat 0 -60px;
	text-decoration:none;
	color: #0D5795;
	font-weight: bold;
	font-size: 13px;
	float: left;
}

div#headerbanner ul li a.more:hover { background-position: 0 -102px; 
text-decoration:underline;}

div#headerbanner_nav {
	position: absolute;
	margin: 272px 0 0 848px;
	width: 120px;
	height: 18px;
	z-index: 999;
}

div#headerbanner_nav a {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin: 0 2px 0 0;
	background: url('img/sprites.png') no-repeat -250px -60px;
	text-indent: -6000px;
}

div#headerbanner_nav a:hover, div#headerbanner_nav a.activeSlide  { background-position: -270px -60px; }