@charset "utf-8";
/* CSS Document */

/************************************************************************************
reset css styles
*************************************************************************************/
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a,a:hover, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, sub, sup, tt, var,
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
	font: inherit;
	text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/************************************************************************************
general styling
*************************************************************************************/
html, body {height: 100%;}
body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	line-height:150%; 
	height:100%;
	position:relative;
	background:#fff;
}
a{
	color:#000;
	outline: none;                                  /* for Firefox Google Chrome  */
	behavior:expression(this.onFocus=this.blur());  /* for IE */
}
a:hover{
	text-decoration:underline;
}
p{
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 0 10px 0;
	line-height:150%;
}
input[type=text], textarea{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
.floatLeft{
	float:left;	
}
.floatRight{
	float:right;	
}
.clear{
	clear:both;	
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.txtLeft{
	text-align:left;
}
.txtRight{
	text-align:right;	
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

/************************************************************************************
structure
*************************************************************************************/
#pagewrap{
	z-index:1;
	min-height: 100%;
}
#main{
	position:relative;
	z-index:10;
	width:920px;
	margin:0 auto;
	padding:40px 0 120px 0;
	background:url(images/home/bg.jpg) no-repeat;
}

/************************************************************************************
header
*************************************************************************************/
#header{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:20;
	height:40px;
	background:#493b03;	
}
#header_content{
	width:920px;
	margin:0 auto;
}
#header_content ul{
	float:left;	
}
#header_content ul li{
	float:left;
	margin:0 15px 0 0;
	position:relative;
}

/**/
#nav li:hover > ul {
	display: block;
}
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 230px;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index:1000;
}
#nav ul li {
	position:static;
	float: none;
	margin: 0;
	padding: 0;
	border-bottom:1px solid #403402;
}
#nav ul a {
	display:block;
	color:#fff;
	font-size:16px;
	position:relative;
	padding:0 0 0 35px;
	width:195px;
	height:40px;
	line-height:40px;
	font-weight: normal;
	background:#2c2300 url(images/header/subnav_arrow.png) 18px center no-repeat;
}
#nav ul a:hover{
	text-decoration:none;
	background:#604e07 url(images/header/subnav_arrow.png) 18px center no-repeat;
}
#nav ul ul {
	left: 175px;
	top: -1px;
}
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}
/**/

.nav_btn{
	display:block;
	height:40px;	
}
#nav1 a.nav_btn{
	width:101px;
	background:url(images/header/nav1.gif) no-repeat;	
}
#nav1:hover a.nav_btn, #nav1.current a.nav_btn{
	background:url(images/header/nav1_over.gif) no-repeat;	
}
#nav2 a.nav_btn{
	width:102px;
	background:url(images/header/nav2.gif) no-repeat;	
}
#nav2:hover a.nav_btn, #nav2.current a.nav_btn{
	background:url(images/header/nav2_over.gif) no-repeat;	
}
#nav3{
	width:63px;
	background:url(images/header/nav3.gif) no-repeat;	
}
#nav3:hover a.nav_btn, #nav3.current a.nav_btn{
	background:url(images/header/nav3_over.gif) no-repeat;	
}
#nav4{
	width:92px;
	background:url(images/header/nav4.gif) no-repeat;	
}
#nav4:hover a.nav_btn, #nav4.current a.nav_btn{
	background:url(images/header/nav4_over.gif) no-repeat;	
}
#nav5{
	width:92px;
	background:url(images/header/nav5.gif) no-repeat;	
}
#nav5:hover a.nav_btn, #nav5.current a.nav_btn{
	background:url(images/header/nav5_over.gif) no-repeat;	
}
#nav6{
	width:55px;
	background:url(images/header/nav6.gif) no-repeat;	
}
#nav6:hover a.nav_btn, #nav6.current a.nav_btn{
	background:url(images/header/nav6_over.gif) no-repeat;	
}
#nav7{
	width:93px;
	background:url(images/header/nav7.gif) no-repeat;	
}
#nav7:hover a.nav_btn, #nav7.current a.nav_btn{
	background:url(images/header/nav7_over.gif) no-repeat;	
}
#nav8{
	width:92px;
	background:url(images/header/nav8.gif) no-repeat;	
}
#nav8:hover a.nav_btn, #nav8.current a.nav_btn{
	background:url(images/header/nav8_over.gif) no-repeat;	
}

.header_nav_last{
	margin:0px !important;	
}
#header_lan{
	float:right;
	color:#fff;	
	font-size:13px;
	line-height:40px;
}
#header_lan a{
	color:#fff;	
}

/************************************************************************************
footer
*************************************************************************************/
#topBtn{
	position:absolute;
	right:0px;
	top:-141px;
}
#footer{
	position:relative;
	margin:-80px 0 0 0;
	height:80px;
	z-index:100;
	background:#493b03 url(images/footer/footer_bg.jpg) center center no-repeat;
}
#footer_content{
	margin:0 auto;
	width:920px;
	padding:30px 0;
}
#footer_nav{
	font-size:15px;
	padding:20px 0 35px 0;
}
#footer_nav ul{
	margin:0 0 0 -50px;
}
#footer_nav ul li{
	float:left;	
	width: 70px;
	text-align:center;
	margin:0 0 0 50px;
}
#footer_nav ul li a{
	color:#fff;	
}
#copyright{
	font-size:13px;
	color:#fff;
	text-align:right;
}
#copyright a:link{
    color:#FFFFFF;
}
#cu_logo{
	position: absolute;
	top: 10px;
}
/************************************************************************************
common
*************************************************************************************/
#logo{
	padding:25px 0 25px 0;
}

#titleBar{
	height:92px;
	margin:0 0 40px 0;
	border-left:10px solid #493b03;
}
#title_img{
	padding:13px 0 12px 11px;
	margin:0 0 8px 0;
	border-bottom:1px solid #908557;
}
#breadcrumb{
	font-size:18px;
	color:#000;
	padding:0 0 0 13px;
}
#breadcrumb span{
	font-size:18px;
	color:#493b03;	
}

#content{
	position:relative;
	border-left:10px solid #52440a;
	background:url(images/home/content_bg.png) right top no-repeat;	
}

.content_title{
	margin:0 0 40px 0;
}
