body {
	text-align: center; /* for IE */
	font-family: Arial;
}
a {
	display:block;
}
#container {
	width: 1196px;
	text-align:left;
	margin: 0 auto;
}

#header {
	height: 56px; 
}

#header	h2 {
	line-height: 56px;
	font-size: 23px;
	float: right;
	width: 390px;
	color: #007c30;
}

#menu {
	float: left;
	width: 180px;
	margin-top: -8px;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	font-size: 35px;
}

#menu ul li a {
	color: #8d7010;
	text-decoration: none;
	line-height: 35px;
	display:block;
	
}

#menu .space {
	clear: both;
	height: 26px;
}

#menu .submenu li {
	font-size: 19px;
}

#menu .submenu li a {
	line-height: 25px;
	display:block;
}

#content {
	float: left;
	width: 600px;
	font-size: 11px;
	color: #86827c;
	line-height: 16px;
	padding-bottom: 16px;
}

#content h1 {
	font-size: 19px;
	color: #535658;
	line-height: 21px;
}

#content h2 {
	font-size: 15px;
	color: #535658;
	line-height: 21px;
	padding-bottom: 16px;
}

#content h3 {
	font-size: 13px;
	color: #535658;
	line-height: 16px;
}

#content p {
	font-size: 11px;
	color: #86827c;
	line-height: 16px;
	padding-bottom: 16px;
}

#content p a {
	color: #535658;
	text-decoration: underline;
	display:block;
}

#content p a:hover {
	text-decoration: none;
	display:block;
}

#sidebar {
	float: right;
	width: 390px;
}

#sidebar ul {
	list-style-type: none;
	float: left;
	border-top: 1px dotted #b5b7ad;
}

#sidebar ul li {
	
	border-right: 1px dotted #b5b7ad;
	border-bottom: 1px dotted #b5b7ad;
	width: 120px;
	height: 82px;
	padding: 6px 7px 7px 0px;
}

#sidebar ul li .img {
	border: 1px solid #88837c;
	width: 120px;
	height: 82px;
	cursor: pointer;
}

#sidebar ul li .img div {
	background: #9fa297;
	width: 112px;
	height: 2px;
	margin-top: 75px;
	padding: 2px 4px;
	border-top: solid #c5bfb5 1px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	cursor: pointer;
}

#sidebar ul li .img div p {
	color: #ffffff;
	font-size: 10px;
	line-height: 9.5px;
}

#sidebar .menu {
	float: right;
}

#sidebar .menu li {
	border-right: 0px;
	padding: 6px 0px 7px 6px;
}

#sidebar .menu li a {
	background: #e1ded9;
	display:block;
	text-align: center;
	line-height: 82px;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #beb2a2;
	display:block;
}

#sidebar .menu li a:hover {
	background: #b1afa3;
	display:block;
}


#sidebar .news-list ul {
	width: 264px;
	
}

#sidebar .news-list ul li {
	width: 255px;
}

#sidebar .news-list ul li .img {
	float: left;
}

#sidebar .news-list ul li p {
	float: left;
	width: 120px;
	color: #86827c;
	font-size: 10px;
	line-height:9.5px;
	padding: 4px 0px 0px 6px;
}

#sidebar .news-list ul li p strong {
	font-weight: bold;
	color: #4c5155;
}

#sidebar .news-list ul li p a {
	color: #4c5155;
	text-decoration: underline;
	display:block;
}

#sidebar .news-list ul li p a:hover {
	text-decoration: none;
	display:block;
}

#slider {
	margin-bottom: 30px;
	position:relative;
	//See the "style-pack" below for image
	background:url(images/loading.gif) no-repeat 50% 50%;
	width: 600px;
	height: 400px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.clear {
	clear: both;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}