@charset "utf-8";
body{
	font-family:Arial, sans-serif;
	font-size:12px;
	background:#e6e6e6;
	}
/*===========@Global Styles ============*/
*{margin:0; padding:0; outline:none}
img,fieldset{border:0}
a{text-decoration:none}

/*==================================================================
								bodyWrapper
=====================================================================*/
#bodyWrapper{
	width:1000px;
	overflow:hidden;
	margin:0 auto;
	background:url(../images/interface/bodywrapper_bg.png) repeat-y center top;
	}
/*==================================================================
							header
=====================================================================*/
#header{
	width:960px;/*1000*/
	margin:0 auto;
	background:url(../images/interface/alpha_bg.png) no-repeat center top;
	}
/*==============================HeaderWrapper===========================*/
.header_top{
	width:960px;
	height:47px;
	}
.alpha_nav{
	float:right;
	}
.alpha_nav ul{
	width:100%;
	overflow:hidden;
	}
.alpha_nav ul li{
	list-style:none;
	float:left;
	background:url(../images/interface/alpha_divider.png) no-repeat right;
	}
.alpha_nav ul li.alphanoneDivider{
	background:none;
}
.alpha_nav ul li a{
	font-size:12px;
	color:#c1b3b3;
	line-height:27px;
	padding:0px 13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
.alpha_nav ul li a:hover{
	text-decoration:underline;
	}
.header_bottom{
	width:960px;
	height:155px;
	}
.logo{
	width:128px;
	float:left;
	}
.logomiddle{
	width:650px;
	margin:0 auto;
	padding:0;
	float:left;
}
.logomiddle h4{
	font-size:24px;
	line-height:28px;
	font-family:"Lucida Console", Monaco, monospace;
	margin-top:30px;
	font-size:36px;
	line-height:48px;
	text-align:center;
	padding-left:30px;
}
.merglogo{
	width:154px;
	float:right;
	}
/*==============================mainMenu==============================*/
#menu_nav{
	width:1000px;
	height:75px;
	background:url(../images/interface/menu_bg.png) no-repeat;
	float:left;
	}
#menu_nav ul{
	width:100%;
	overflow:hidden;
	}
#menu_nav ul li{
	list-style:none;
	float:left;
	background:url(../images/interface/menu_divider.png) no-repeat right;
	}
#menu_nav ul li.nonedivider{
	background:none;
	}
#menu_nav ul li a{
	font-size:13px;
	color:#fff;
	line-height:52px;
	padding:0px 18px;
	display:block;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	}
#menu_nav ul li a:hover,#menu_nav ul li#current_page a{
	background:#a1b543;
	}
/*==========================Mainpage===================================*/
#mainPage{
	width:960px;/*968*/
	overflow:hidden;
	padding:0px 16px;
	margin: -21px auto 0px;
	}
/*--------------Sidebar-------------------------*/
.sidebar{
	width:228px;/*225*/
	float:left;
	min-height:425px;
	padding-top:10px;
	background:url(../images/interface/sidebar_right_bg.png) repeat-y right;
	}
.sidebar h4{
	font-size:12px;
	color:#4c4747;
	line-height:18px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	}
.sidebarInner{
	width:207px;
	overflow:hidden;
	padding-top:10px;
	}
.sidebarInner ul{
	width:100%;
	overflow:hidden;
	margin:10px 0;
	}
.sidebarInner ul li{
	list-style:none;
	background:url(../images/interface/sidebar_list_bg.png) repeat-x left bottom;
	}
.sidebarInner ul li a{
	font-size:13px;
	line-height:27px;
	color:#696969;
	padding-left:10px;
	margin-left:16px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/interface/icon01.gif) no-repeat left;
	}
.sidebarInner ul li a:hover{
	text-decoration:underline;
	}
.sidebar_banner{
	width:207px;
	margin:0;
	padding:0;
}
.sidebar_banner img{
	float:left;
	border:0;
}
/*------------------------content---------------------------------------*/
.content{
	width:705px;
	float:right;
	padding-top:10px;
	}
.content h3{
	font-size:26px;
	line-height:35px;
	color:#454444;
	text-align:center;
	}
.wc_text{
	width:685px;/*705*/
	overflow:hidden;
	padding-top:5px;
	padding-right:20px;
	}
.wc_text img{
	margin-right:15px;
	float:left;
	}
.wc_text h4{
	font-size:16px;
	line-height:22px;
	color:#697f00;
	font-family:"Segoe UI";
	}
.wc_text p{
	font-size:13px;
	color:#717171;
	line-height:20px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	padding:7px 0px;
	}
.read_more{
	font-size:13px;
	color:#717171;
	line-height:20px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	}
.read_more:hover{
	color:#717171;
	}
/*====================footer===============================*/
#footer{
	width:960px;/*968*/
	height:34px;
	margin:0 auto;
	background:url(../images/interface/footer_bg.png) repeat-x;
	}
#footer p{
	text-align:center;
	margin:0 auto;
	padding:0;
	font-size:14px;
	line-height:34px;
}
#footer span{
	color:#fff;
}
#footer p a{
	color:#fff;
	text-decoration:blink;
}
.blinkmerj{
	color:#242424;
	font-weight:bold;
}
.editor{
	width:100%;
	margin:30px auto 20px;
	padding:0;
	overflow:hidden;
}
.editor_left{
	width:50%;
	float:left;
}
.editor_left h5, .editor_right h5{
	font-size:18px;
	line-height:24px;
	font-weight:bold;
}
.editor_left span, .editor_right span{
	font-size:14px;
	line-height:20px;
	float:left;
	width:100%;
}
.editor_right{
	width:50%;
	float:left;
}
.aimscope{
	width:100%;
	margin:10px 0;
	padding:0;
}
.aimscope_left{
	float:left;
	width:50%;
	margin:0;
	padding:0;
}
.aimscope_left li, .aimscope_right li{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:20px;
	list-style:inside;
}
.aimscope_right{
	float:left;
	width:50%;
	margin:0;
	padding:0;
}
.editorialboard_each{
	width:100%;
	margin:10px 0;
	padding:0;
}
.editorialboard_each h4{
	font-size:16px;
	line-height:20px;
	margin-bottom:10px;
}
.editorialboard_each p{
	padding:0;
}
.accountimg img{
	width:120px;
	height:130px;
}
ul.downloadul{
	width:100%;
	overflow:hidden;
	margin:10px 0;
	}
ul.downloadul li{
	list-style:none;
	}
ul.downloadul li a{
	font-size:13px;
	line-height:27px;
	color:#696969;
	padding-left:10px;
	margin-left:16px;
	font-family:Arial, Helvetica, sans-serif;
	}
ul.downloadul li a:hover{
	text-decoration:underline;
	}
.leftliselect{
	background:#a1b543 !important;
}
.leftliselect a{
	background:none !important;
}
.contenttop p{
	padding-right:15px;
	text-align:justify;
	font-size:14px;
	line-height:28px;
}


