@charset "utf-8";
/* CSS Document */
 
h1, h2, h3, h4, h5, h6, header, hgroup, html, img, a, article, aside, fieldset, figcaption, figure, footer, nav, banner,
u, ul, var, p, div, span, u, ul, counter, body, div, img, li
 {
    background:transparent;
    border:0 none;
    font-size:100%;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:top;
}
header, nav, article, aside, footer, figcaption, figure, hgroup, section, ban, banner, aside {
	display:block;
}
ol, 
ul {
	list-style:none;
}
/* Global */
body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#454545;
	margin:0;
}

#wrapper {
	width:960px;
	margin: 0;
}
.container {
	margin:0;
	width:960;
	overflow:hidden;
}
header {
	min-height:240px;
	background:#FFFFFF;
}
header .container {
	position:relative;
	padding:0;
	margin:0;
	width:960px;
	overflow:hidden;
	font-size:16px;
	height:240px;
}
#counter {
	position:absolute;
	right: 5px;
	top:10px;
	font-size:12px;
	text-align:right;
	color:#666;
	line-height:18px;
}
nav {
	position:absolute;
	right:0px;
	top: 50px;
	width:539px;
	height:38px;
	background: url(../images/button.png) repeat-y right top;
}
nav li {
	float:left;
	list-style-type:none;
	padding: 15px 0 0 25px;
}
nav li a {
	color:#666;
	text-decoration:none;
}
nav li a:hover {
	color:#005dad;
	text-decoration: underline;
}
h1 {
	text-indent:-9999px;
}
h1 a{
	width:321px;
	height:69px;
	position:absolute;
	left:10px;
	top:16px;
	background: url(../images/logo_clh.png) no-repeat left top;
}

#banner {
	position: relative;
	width:960px;
	height:157px;
	top:88px;
}
