@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F6F6F6;
	margin: 0px;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}


a{
text-decoration: none;
}

a:hover{
	text-decoration: underline;	
}

#whole{
	width:100%;
	height: 800px;
	background-image: url(images/bck.jpg);
	background-repeat: repeat-x;
}

#wholeindex{
	width:100%;
	height: 800px;
	background-image: url(images/bck_index.jpg);
	background-repeat: repeat-x;
}

#status{
	height: 82px;
	width: 32px;
	left: 30px;
	top: 0px;
	display: block;
	position: absolute;
	vertical-align: top;
}

#statustxt{
	color: #60807C;
	font-size:13px;
	height: 62px;
	width: 300px;
	left: 64px;
	top: 0px;
	display: block;
	position: absolute;
	padding-top: 20px;
	padding-left: 10px;
	line-height: 16px;
}

.date{
	color:#000000;
	font-weight: bold;
}


h1#top{
	display:block;
	width: 1024px;
	height: 185px;
	margin: 0px;
	background-image: url(images/top.jpg);
	text-indent:-1000px;	
}

#bckleft{
	position: absolute;
	left: 0px;
	top: 185px;
	width: 1024px;
	height: 615px;
	background-image: url(images/bck_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1;
	
}

#bckindex{
	position: absolute;
	left: 0px;
	top: 185px;
	width: 1024px;
	height: 615px;
	background-image: url(images/bck_leftindex.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1;
	
}

#menu{
	position: absolute;
	margin-left: 5px;
	left: 0px;
	top: 195px;
	width: 197px;
	height: 287px;
	z-index: 10;
}

#menu ul{
	font-size: 18px;
	line-height: 22px;
	list-style-type: none;
}

#menu li#active{
	color: #2A4B62;
	border-left-width: 30px;
	border-left-style: solid;
	border-left-color: #2A4B62;
	margin-left: -50px;
	padding-left:20px;
}


#menu ul a, #menu ul a:active, #menu ul a:visited{
	text-decoration: none;
	color: #5F5F5F;
	border: none;

}

#menu ul a:hover{
	color: #B7C0BF;
	border: none;
}

#menu li#lang, #menu li#lang a, #menu li#lang a:active, #menu li#lang a:visited{
	font-size: 10px;
	color: #2A4B62;
	
}

#contenant{
	background-color: #FFFFFF;
	height: 330px;
	width: 650px;
	position: absolute;
	left: 200px;
	top: 185px;
	z-index: 1000;
	overflow: auto;
	padding: 50px;
}

#contenant .arrowon{
	background-image:url(images/arrow_open.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #666666;
}

#contenant .arrowoff{
	background-image:url(images/arrow_close.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #666666;
}


.faqbox{
	background-color: #F0F0F0;
	color: #000000;
	line-height:16px;
	padding: 20px;
}

.faqbox a{
	color: #000000;
}


#map {
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	height: 415px;
	width: 275px;
	position: absolute;
	left: 200px;
	top: 185px;
	z-index: 1000;
	overflow: auto;
	padding-left: 50px;
	padding-top: 15px;
	line-height: 17px;
	background-image: url(images/map.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	padding-right: 425px;
}

#map a{
	color: #2A4B62;
	font-weight: bold;
}

#news{
	background-color: #FFFFFF;
	height: 330px;
	width: 650px;
	position: absolute;
	left: 200px;
	top: 185px;
	z-index: 1000;
	overflow: auto;
	padding: 50px;
	color: #666666;
}


h2{
	font-size:14px;
	color: #2A4B62;
	font-weight: bold;
	
}

#index{
	height: 250px;
	width: 450px;
	display:block;
	position: absolute;
	left: 0px;
	top: 255px;
	z-index: 1000;
	text-align: center;
	padding: 50px;
	font-size: 11px;
	line-height: 14px;
}


#index a{
	font-size:18px;
	color: #2A4B62;
	font-weight: bold;
    margin:35px;
    padding:0;	
}

#index a:hover{
	color: #999999;
	text-decoration: none;	
}
