/*
=== StyleSheet File ====================================
 Style Name: njviex
    Version: 1.0
     Author: conjee
Last Update: 2015-03-28 11:30:16
==============================================================
*/

/****** General Styles ******/
body {
	font-size: 14px;
	font-family: "Microsoft YaHei","Verdana", "Arial", "Helvetica", "sans-serif";
	background-color: #333333;	
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.font_10x { font-size: 10px；}

a {  text-decoration: none; color: #333333}
a:hover {  color: #009999; text-decoration: none;}

/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 990px;
	position: relative;
	text-align: left;
	background-color: #ffffff;
}
#innerWrapper {
	width: 100%;
}

#header {
background: #999999 url("../images/head_bg.jpg") repeat-x top left;	
}

#footer {
	clear: both;
	background-color: #000000;	
	padding: 15px;
	font-size: 12px;
	text-align: left;
	color: #999999;
}


/****** Header Elements Styles ******/
#logo { float: left;

}
#tel { 
	float: right;
	margin-top:40px;
	margin-right:50px;
	font-size: 16px;
}



/* nav menu */
#menu {
	background-color: #000000;	
	font-size: 16px;
	padding-top:12px;
	padding-bottom:12px;
	text-align: center;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-right: 26px;
	padding-left: 26px;
	margin: 0px;
}
#menu a{
	color: #ffffff;
}
#menu a:hover {  color: #009999; text-decoration: none;}

/****** Content Layout ******/
#mainWrapper {	
}

/* sidebar */
#sidebar {
	float: left;
	width: 200px;
	margin-top:30px;
	margin-left:30px;
	margin-bottom:20px;

}

#sidebar h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	padding:2px;
	padding-bottom: 20px;
	margin:0px;
}
#zhengshu {
	float: right;
	width: 200px;
	margin-right:30px;
	margin-top:30px;
}
#zhengshu h3 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	padding:2px;
	padding-bottom:20px;
	padding-left:25px;
	margin:0px;
}

#middlecontent {
	float: left;
	width: 465px;
	margin-top:30px;
	margin-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;

}

#middlecontent h2 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin:0px;
	padding-bottom:30px;
}


/* content */
#content {
	float: left;
	width: 685px;
	margin-top:30px;
	margin-bottom:30px;
	padding-left:30px;
	border-left: solid 1px #cccccc;
}

#content h2 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	margin:0px;
}

#innerContent {
	margin-left: 220px;
	overflow: visible;
}

/* a style which makes mainWrapper touch the bottom of sidebar and content */
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}

/****** Sidebar Panels ******/
.panel{
	padding:1px;
	margin-bottom: 10px;
}
.panel h5 {
	color: #009999;
	font-size: 14px;
	font-weight: bold;
	padding:2px;
	padding-bottom: 8px;
	margin:0px;
}
.panel h5 a{
	color: #009999;
}
.panel-content{
	padding:5px;
	line-height: 120%;
	color:#999999;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
}
.panel-content li{
	padding: 5px;
	margin: 0px;
	list-style: none;
}
.panel-viex{
	color:#333333;
	font-size: 12px;
	margin-top:-10px;
	margin-bottom:30px;
	line-height: 200%;
}


/* text box */
.textbox{
	padding-bottom: 25px;
	margin-bottom: 15px;
	background: url('./images/textbox_line.gif') no-repeat bottom center;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 14px;
	background: url('./images/title_icon.gif') no-repeat left top;
	padding-left: 42px;
	padding-top: 2px;
	height: 42px;
}
.textbox-title h4{
	color: #330000;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
.textbox-title h4 a:link,
.textbox-title h4 a:visited,
.textbox-title h4 a:active {
	color: #330000;
}
.textbox-label{
	padding-left: 5px;
	color: #666666;
	font-size: 11px;
}
.textbox-fontsize{
	text-align: right;
	color: #666666;
	padding: 5px;
}
.textbox-content{
	word-wrap: break-word;
	color:#333333;
	font-size: 14px;
	line-height: 200%;
}
.textbox-bottom{
	padding: 5px;
	font-size: 11px;
	color: #666666;
}
.textbox-bottom a:link,
.textbox-bottom a:visited,
.textbox-bottom a:active,
{
	color: #666666;
	text-decoration: underline;
}
.editmark {
	margin-top: 20px;
	font-size: 11px;
	color: #999999;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px dashed #C0C0C0;
	font-size: 11px;
	color: #666666;
}
