@charset "utf-8";
/* Visual Style for Global Warming(http://www.minnieli.com/) Powered by Vcity@Imagels (http://vcity.imagels.com/) */
@import url("reset.css");
@import url("layout.css");
@import url("typography.css");
@import url("footer.css");
body {
	background-color:#ececec;
}
/*--------------------------banner pic control-----------------------------------*/
#wrap{
	background:#ececec;
	background-repeat:no-repeat;
}
body#b1 #wrap{
	background-image:url(../pic/bannerB1.gif);
}
body#b2 #wrap{
	background-image:url(../pic/bannerB2.gif);
}
body#b3 #wrap{
	background-image:url(../pic/bannerB3.gif);
}
body#b4 #wrap{
	background-image:url(../pic/bannerB4.gif);
}
body#b5 #wrap{
	background-image:url(../pic/bannerB5.gif);
}
/*--------------------------top nav style control-----------------------------------*/
#topNav {
	width:960px;
	height:53px;
	list-style:none;
}
#topNav li {
	width:192px;
	height:53px;
	display:inline;
}
#topNav li a {
	display:block;
	float:left;
	width:192px;
	height:53px;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
	text-indent:-9999px;
	background-image:url(../pic/topNavBtn.gif);
	background-repeat:no-repeat;
	background-position:left -53px;
}
#topNav li#topBtn1 a:hover {
	background-position:0px 0px;
}
#topNav li#topBtn2 a:hover {
	background-position:-192px 0px;
}
#topNav li#topBtn3 a:hover {
	background-position:-384px 0px;
}
#topNav li#topBtn4 a:hover {
	background-position:-576px 0px;
}
#topNav li#topBtn5 a:hover {
	background-position:-768px 0px;
}
/*--------------------------top banner h1 (B Level Title)-----------------------------------*/
h1 {
	display:block;
	width:960px;
	height:102px;
	font-size:0px;
	line-height:0px;
	text-indent:-9999px;
	overflow:hidden;
}
/*--------------------------main content div-----------------------------------*/
#mainContent {
	width:960px;
	height:auto;
}
/*--------------------------left nav-----------------------------------*/
#leftNav {
	padding:19px 20px 0 30px;
	width:175px;
	height:auto;
	list-style:none;
	float:left;
	background:url(../pic/leftNavBkg.gif) right top repeat-y;
}
#leftNav li {
	margin:0 0 15px 0;
	width:175px;
	height:42px;
}
#leftNav li a {
	padding:0 10 4px 0;
	display:block;
	width:165px;
	height:40px;
	overflow:hidden;
	text-align:right;
	font-size:15px;
	letter-spacing:0px;
	color:#7e7d7c;
	border-bottom:2px #ececec solid;
}
#leftNav li a:hover {
	text-decoration:none;
}
#leftNav li a span.level {
	display:block;
	width:165px;
	height:17px;
	font-weight:bold;
	font-size:14px;
	color:#0f0f0f;
	cursor:pointer;
}
#leftNav li.active a span.level {
	background-image:url(../pic/leftNavArrow.gif);
	background-position:right 1px;
	background-repeat:no-repeat;
	padding:0 41px 0 0;
	width:124px;
	cursor:pointer;
}
body#b1 #leftNav li.active a,  body#b1 #leftNav li a:hover,  body#b1 #leftNav li.active a span.level,  body#b1 #leftNav li a:hover span.level {
	color:#932e38;
}
body#b2 #leftNav li.active a,  body#b2 #leftNav li a:hover,  body#b2 #leftNav li.active a span.level,  body#b2 #leftNav li a:hover span.level {
	color:#ba4e0f;
}
body#b3 #leftNav li.active a,  body#b3 #leftNav li a:hover,  body#b3 #leftNav li.active a span.level,  body#b3 #leftNav li a:hover span.level {
	color:#bba000;
}
body#b4 #leftNav li.active a,  body#b4 #leftNav li a:hover,  body#b4 #leftNav li.active a span.level,  body#b4 #leftNav li a:hover span.level {
	color:#6a8200;
}
body#b5 #leftNav li.active a,  body#b5 #leftNav li a:hover,  body#b5 #leftNav li.active a span.level,  body#b5 #leftNav li a:hover span.level {
	color:#054961;
}
body#b1 #leftNav li a:hover {
	border-bottom:2px #932e38 solid;
}
body#b2 #leftNav li a:hover {
	border-bottom:2px #ba4e0f solid;
}
body#b3 #leftNav li a:hover {
	border-bottom:2px #bba000 solid;
}
body#b4 #leftNav li a:hover {
	border-bottom:2px #6a8200 solid;
}
body#b5 #leftNav li a:hover {
	border-bottom:2px #054961 solid;
}
/*--------------------------right title-----------------------------------*/
#rightTitle {
	margin:0 30px 30px 0;
	padding:0 15px;
	width:660px;
	height:30px;
	float:right;
	border-bottom:2px #FFF solid;
	font-size:19px;
	line-height:26px;
	color:#5f5f5f;
	text-align:center;
	overflow:hidden;
}
* html #rightTitle {
	margin:0 0 30px 0;
	border-right:30px #ececec solid;
}
.rightTitleText {
	margin:0 auto;
	width:450px;
	height:30px;
	letter-spacing:1px;
}
.hide {
	height:0px;
	width:0px;
	line-height:0px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0px;
	visibility:hidden;
}
#rightTitle a#preBtn {
	display:block;
	padding-left:27px;
	width:73px;
	height:26px;
	float:left;
	font-size:14px;
	line-height:26px;
	font-weight:bold;
	color:#ececec;
	text-align:left;
	overflow:hidden;
	background-image:url(../pic/previousBtn.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
#rightTitle a#preBtn:hover, #rightTitle .preBtnOver {
	text-decoration:none;
}
body#b1 #wrap #rightTitle a#preBtn:hover, body#b1 #wrap #rightTitle .preBtnOver {
	color:#FFF;
	background-position:left -26px;
}
body#b2 #wrap #rightTitle a#preBtn:hover, body#b2 #wrap #rightTitle .preBtnOver {
	color:#FFF;
	background-position:left -52px;
}
body#b3 #wrap #rightTitle a#preBtn:hover, body#b3 #wrap #rightTitle .preBtnOver {
	color:#FFF;
	background-position:left -78px;
}
body#b4 #wrap #rightTitle a#preBtn:hover, body#b4 #wrap #rightTitle .preBtnOver {
	color:#FFF;
	background-position:left -104px;
}
body#b5 #wrap #rightTitle a#preBtn:hover, body#b5 #wrap #rightTitle .preBtnOver {
	color:#FFF;
	background-position:left -130px;
}
#rightTitle a#nextBtn {
	display:block;
	padding-right:27px;
	width:73px;
	height:26px;
	float:right;
	font-size:14px;
	line-height:26px;
	font-weight:bold;
	color:#ececec;
	text-align:right;
	overflow:hidden;
	background-image:url(../pic/nextBtn.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
#rightTitle a#nextBtn:hover, #rightTitle .nextBtnOver {
	text-decoration:none;
}
body#b1 #wrap #rightTitle a#nextBtn:hover, body#b1 #wrap #rightTitle .nextBtnOver {
	color:#FFF;
	background-position:right -26px;
}
body#b2 #wrap #rightTitle a#nextBtn:hover, body#b2 #wrap #rightTitle .nextBtnOver {
	color:#FFF;
	background-position:right -52px;
}
body#b3 #wrap #rightTitle a#nextBtn:hover, body#b3 #wrap #rightTitle .nextBtnOver {
	color:#FFF;
	background-position:right -78px;
}
body#b4 #wrap #rightTitle a#nextBtn:hover, body#b4 #wrap #rightTitle .nextBtnOver {
	color:#FFF;
	background-position:right -104px;
}
body#b5 #wrap #rightTitle a#nextBtn:hover, body#b5 #wrap #rightTitle .nextBtnOver {
	color:#FFF;
	background-position:right -130px;
}
/*--------------------------right content-----------------------------------*/
.rightContent {
	width:660px;
	height:auto;
	margin-right:45px;
	float:right;
	font-size:13px;
	letter-spacing:0px;
	line-height:24px;
	color:#444;
}
* html .rightContent {
	margin-right:0;
	border-right:45px #ececec solid;
}
.rightContent p {
	margin-bottom:10px;
}
.rightContent a {
	margin:2px 10px 9px 10px;
	padding:0 5px 0 6px;
	font-weight:bold;
	text-decoration:underline;
	line-height:18px;
	color:#55503a;
}
.rightContent a#article {
	margin:0;
	padding:0;
}
.rightContent a:hover {
	text-decoration:none;
	background-image:url(../pic/linkBkg.gif);
	background-repeat:repeat;
}
.rightContent span.firstLetter {
	display:block;
	margin:7px 6px 0 3px;
	width:38px;
	height:38px;
	float:left;
	text-align:center;
	font-size:38px;
	line-height:36px;
	color:#FFF;
	background-color:#9a9a9a;
	overflow:hidden;
}
.rightContent img {
	margin:5px 8px 8px 8px;
	float:right;
	border:3px #f5f5f5 solid;
}
.rightContent img.imgLeft {
	float:left;
}
