﻿body {
	background: #E8E8C2 url('images/bg.png') repeat left top;
	margin: 0;
	padding: 0;
}
#wrap {
	background: white;
	width: 890px;
	margin: 0 auto;
	padding: 5px;
}
/*=topLink
-------------------------------------------------------------
*/
#wrap #topLink {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}
#topLink a {
	color: #6B5200;
}
#topLink a:hover {
	color: olive;
}
#topLink #shortKit {
	position: absolute;
	right: 0;
	top: -3px;
}
#topLink #shortKit a {
	font-weight: normal;
	text-decoration: none;
	margin-right: 10px;
}
#topLink #shortKit a:hover {
	text-decoration: underline;
}
/*=header
-------------------------------------------------------------
*/
#header {
	display: block;
	margin-bottom: 5px !important;
}
#header {
	margin-bottom: 0px !important!;
}
/*=menu
-------------------------------------------------------------
*/
#menu {
	background: white url('images/menuBG.png') repeat-x left center;
	height: 30px;
	position: relative;
	margin-bottom: 5px;
}
#menu ul {
	margin: 0;
	padding: 0;
	line-height: 30px;
	margin-left: 20px;
	list-style: none;
}
#menu ul li a {
	text-decoration: none;
	padding:0 10px;
}
#menu ul li a:hover {
	text-decoration: underline;
}
#menu #reg {
	position: absolute;
	right: 10px;
	top: 2px;
}
#menu #reg a {
	color: white;
	font-size: 12px;
	margin-right: 10px;
}
/*=menuColumn
-------------------------------------------------------------
*/
#menuColumn {
	background-color: #EBEADD;
	width: 280px;
	margin-right: 5px;
	float: left;
}
#menuColumn div.mTitle {
	color: #332300;
	margin: 0;
	padding: 0;
	line-height: 32px;
	height: 32px;
	background: #EBEADD url('images/leftMBG.png') repeat-x left top;
	font-size: 14px;
	font-weight: bold;
}
.pngholder {
	margin-top: 8px;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/open.png');
}
.pngholder2 {
	margin-top: 8px;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/close.png');
}
#menuColumn .open {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	width: 20px;
	height: 20px;
	background: url('images/open.png') no-repeat left center;
}
#menuColumn .close {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	width: 20px;
	height: 20px;
	background: url('images/close.png') no-repeat left center;
}
#menuColumn .mTitle div {
	float: left;
	display: inline;
}
#menuColumn .mTitle h3 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 32px;
	font-size: 14px;
	margin-left: 5px;
	cursor: pointer;
}
#menuColumn p {
	margin: 10px;
	line-height: 150%;
	font-size: 12px;
	text-indent: 2em;
}

#content {
	overflow: auto;
	zoom: 1;
}
#menuColumn ul
{
	padding:0;
	margin:5px 5px 5px 30px;
	list-style:circle;
	font-size:12px;
}
#menuColumn ul li 
{
	line-height:200%;
}
#menuColumn ul li a
{
	color:#6B5200;
	text-decoration:none;
}
#menuColumn ul li a:hover
{
	color:Olive;
	text-decoration:underline;
}

/*=infoColumn
-------------------------------------------------------------
*/
#infoColumn {
	float: right;
	width: 605px;
	overflow: auto;
	zoom: 1;
}
#infoColumn #focusNews {
	width: 605px;
	height: 250px;
	margin-bottom: 5px;
}
/*=pzt
-------------------------------------------------------------
*/
#pzt {
	width: 603px;
	border: 1px #FFCA3D solid;
}
#pzt h3 {
	height: 26px;
	background: #FFCA3D url('images/pzt.png') no-repeat left center;
	padding: 0;
	margin: 0;
	padding-left: 140px;
	font-size: 12px;
}
#pzt span {
	display: block;
	width: 80px;
	float: left;
	height: 21px;
	text-align: center;
	line-height: 21px;
	margin-top: 5px;
	color: #00561F;
	cursor: pointer;
}
#pzt span.currentTab {
	background: white url('images/tabBG.png') repeat-x left bottom;
	border: 1px white solid;
	border-width: 1px 1px 0 1px;
	color: black;
}
#pzt ul {
	list-style: none;
	margin: 10px;
	padding: 0;
}
#pzt ul li h4 {
	background: white url('images/tips.png') no-repeat left center;
	font-size: 14px;
	margin: 0;
	padding: 0;
	padding-left: 16px;
}
#pzt ul li h4 a {
	color: #6B5200;
	text-decoration: none;
}
#pzt ul li h4 a:hover {
	text-decoration: underline;
}
#pzt ul li p {
	margin: 0;
	padding: 0;
	line-height: 200%;
	font-size: 12px;
	text-indent: 1.5em;
	color: gray;
}
#pzt ul li p.more {
	text-align: right;
}
#pzt ul li p.more a {
	color: olive;
	text-decoration: none;
}
#pzt ul li p.more a:hover {
	color: #6B5200;
	text-decoration: underline;
}
/*=news
--------------------------------------------------
*/
#news {
	width: 603px;
	border: 1px #CFCDAF solid;
	margin-top: 5px;
}
#news h3 {
	background: #CFCDAF url('images/newsT.png') no-repeat left top;
	line-height: 26px;
	margin: 0;
	padding: 0;
	height: 26px;
	padding-left: 25px;
	font-size: 12px;
}
#news span {
	display: block;
	width: 80px;
	height: 21px;
	line-height: 21px;
	float: left;
	margin-top: 5px;
	text-align: center;
	color: #00561F;
	cursor: pointer;
}
#news span.currentTab {
	background: white url('images/tabBG.png') repeat-x left bottom;
	border: 1px white solid;
	border-width: 1px 1px 0 1px;
	color: black;
}
#news ul {
	margin: 5px 10px;
	padding: 0;
	list-style: none;
	width: 580px;
	overflow: hidden;
}
#news .newsContent {
	float: left;
}
#news ul li {
	clear: both;
	margin: 10px auto;
}
#news ul li img {
	width: 74px;
	height: 74px;
	border: 2px #CFCDAF solid;
	float: left;
	margin-right: 5px;
}
#news ul li h4 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#news ul li h4 a {
	color: #6B5200;
	text-decoration: none;
}
#news ul li h4 a:hover {
	text-decoration: underline;
	color: olive;
}
#news ul li p {
	font-size: 12px;
	line-height: 150%;
	color: gray;
	margin: 0;
	padding: 0;
}
/*=imgNews
----------------------------------------------------------------------------
*/
#newsIMG {
	width: 603px;
	border: 1px #CFCDAF solid;
	margin-top: 5px;
	overflow: auto;
	zoom: 1;
}
#newsIMG h3 {
	background: #CFCDAF url('images/newsT.png') no-repeat left top;
	line-height: 26px;
	margin: 0;
	padding: 0;
	height: 26px;
	padding-left: 10px;
	font-size: 12px;
}
#newsIMG ul {
	list-style: none;
	margin: 10px;
	padding: 0;
}
#newsIMG ul li {
	float: left;
	margin: 0 7px;
}
#newsIMG img {
	width: 74px;
	height: 74px;
	padding: 2px;
	border: 1px silver solid;
}
/*=friLink
--------------------------------------------------------------------
*/
#friLink{
	margin-top:10px;
}
#friLink h3{
	padding:7px 10px;
	background:#CFCDAF url('images/newsT.png') no-repeat left top;
	font-size:12px;
	margin:0;
}
#friLink h3 a{
	font-weight:normal;
	margin-left:100px;
	color:#00561F;
	text-decoration:none;
}
#friLink h3 a:hover{
	text-decoration:underline;
}
#friLink ul{
	margin:0;
	list-style:none;
	padding:5px;
}
#friLink ul.imgLink li{
	float:left;
	margin:5px 10px;
}
#friLink ul.txtLink{
	padding:0 5px;
	clear:both;
}
#friLink ul.txtLink li{
	font-size:12px;
	margin:5px 15px;
}
#friLink ul.txtLink li a{
	color:#6B5200;
	text-decoration:none;
}
#friLink ul.txtLink li a:hover{
	text-decoration:underline;
}
/*=nav
--------------------------------------------------------------------
*/
ul#nav,ul#nav ul{
    margin: 0 auto;
    text-align:left;
    padding: 0;
    list-style: none;
    z-index:99;
}
ul#nav {
    display:block;
    height:24px;
    clear:both;
    margin-left:20px;
}
 
ul#nav li {
    position: relative;
    z-index:999;
    float:left;
}
ul#nav ul li{
    display:block;
}
ul#nav ul {
    width:160px;
    height:auto;
    position: absolute;
    text-align:left;
    left: 0px; 
    top:30px;
    display: none;
    border:solid 1px #697210;
}
 
/*当鼠标在子菜单和父菜单上时，父菜单的样式*/
ul#nav li.over a,ul#nav li:hover a{
    border-color:#E2144A;
    background: #CFCDAF;
    font-weight:bold; 
    color:maroon;
}
/*将子菜单的样式清除*/
ul#nav li.over ul a,ul#nav li:hover ul a{
    font-weight:normal;
    color:maroon;
}
/*子菜单的hover样式*/
ul#nav li.over ul a:hover,ul#nav li:hover ul a:hover{
    background:#fff;
    font-weight:normal;
    color: #6B5200;
    background: #fff; 
    border-color:#E2144A;
    font-weight:bold;
}
 
/* Styles for Menu Items */
ul#nav a {
    font-size:14px;
    font-weight:bold;
    line-height:30px;
    display: block;
    padding:0 0 0 10px;
    color: #fff;
    height:17px;
    float:left;
}
 
ul#nav ul li{
	padding:auto 10px;
    border:0;
}
/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 17px; }
* html ul#nav li a {  height: 17px; }
/* End */
 
ul#nav ul a { padding: 2px 0px 2px  10px;border:0;width:150px;     } /* Sub Menu Styles */
        
ul#nav li:hover ul,ul#nav  li.over ul { display: block; } /* The magic */

/*=footer
--------------------------------------------------------------------
*/
#footer {
	border-top: 1px #CFCDAF solid;
	margin-top: 10px;
	line-height: 150%;
	text-align: center;
	font-size: 12px;
	color: gray;
}
