@charset "utf-8";
/* *********************** header *************************** */
#header {
	width: 960px;
	height:140px;
	margin: 0 auto;
	position: relative;
	background: url(../img/header_bg.gif) no-repeat center top;
}
/* *********************** breadcrumb list *************************** */
#footer {
	width: 100%;
	height: 206px;
	margin: 0 auto;
	clear: both;
	background: url(../img/footer_bg.gif) repeat-x center top;
}
#footer .container {
	width: 960px;
	height: 206px;
	margin: 0 auto;
	position: relative;
}
.lwr_bnv_unt {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
.lwr_bnv {
	float: left;
	height: 35px;
	line-height: 35px;
	width: 960px;
	margin: 0 auto;
}
.lwr_bnv li {
	float: left;
	padding-right: 9px;
 	font-size: 12px;
}
.lwr_bnv li a {
	padding-right: 12px;
	background: url(../img/green_arw03.gif) no-repeat right center;
}
/* *********************** first *************************** */
.lwr_hl2_box {
	width: 660px;
	height: 82px;
	background: url(../img/lwr_hl2_bg.gif) repeat-x left bottom;
	position: relative;
	clear: both;
	margin-bottom: 20px;
}
.lwr_hl2_box h2 {
	width: 570px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
}
.lwr_hl2_box p {
	width: 90px;
	height: 30px;
	position: absolute;
	left: 570px;
	top: 15px;
}
.lwr_hl3 {
	width: 660px;
	height: 40px;
	clear: both;
	margin-bottom: 20px;
}
.lwr_box {
	float: left;
	width: 620px;
	display: inline;
	margin-left: 20px;
}
.lwr_to_top {
	width: 660px;
	clear: both;
	text-align: right;
	margin-bottom: 20px;
}
.lwr_to_top a {
	font-size: 12px;
	padding-left: 17px;
	background: url(../img/green_up.gif) no-repeat left center;
}





/* ******** text ******** */
.lwr_nrm {
	margin-bottom: 15px;
	clear: both;
}
.IndTxt {
	margin-left: 14px;
	clear: both;
}
.BldTxt {
	font-weight: bold !important;
}
.BigTxt {
	font-size: 16px !important;
	line-height: 1.5em !important;
	font-weight: bold;
}
.RedTxt {
	color: #d82c49;
	font-weight: normal;
}
/* ******** align ******** */
.AnLt {
	text-align: left;
}
.AnCr {
	text-align: center !important;
	margin: 0 auto !important;
}
.AnRt {
	text-align: right;
}