html {
  overflow: -moz-scrollbars-vertical;
}

#container {
  padding: 0px 1px;
  border: 0px solid #DEDEDE;
  border-width: 0px 1px 1px;
	margin: 0 auto 10px;
	width: 866px;
	overflow: hidden;
}

#center {
  height: 560px;
}

#header {
	float: left;
	width: 100%;
	height: 100px;
}
#logo {
	float: left;
	height: 100%;
}
#header .controls {
	float: right;
	width: 500px;
	margin-right: 15px;
}
#header .additional {
  color: #CCCCCC;
	float: right;
	width: 500px;
	height: 31px;
	padding-top: 4px;
	text-align: right;
}
#header .menu {
	clear: both;
	float: right;
	width: 500px;
	padding-top: 20px;
	text-align: right;
}
#header .menu li {
  list-style: none;
  display: inline;
}
#header .search {
	float: right;
}

#header .search .btn {
  margin-left: 10px;
}

#header .lang {
	float: right;
	margin: 3px 15px 0 0;
}
#footer {
	width: 866px;
	height: 20px;
	margin: 35px 0 0px;
}
#footer .menu {
	float: left;
	margin-left: 24px;
}
#footer .additional {
	float: right;
	margin-right: 24px;
}
#homeBox, #homeBox img, #homeBox object {
	float: left;
}
.section {
	float: left;
	width: 288px;
	min-height: 150px;
	margin: 1px 1px 1px 0;
}

.article {
	float: left;
	width: 100%;
	margin: 20px 0 10px 0;
}
#menuBox {
	float: left;
}
#subMenu {
	float: left;
	width: 288px;
	margin-right: 1px;
}
#barBox {
	width: 577px;
	height: 34px;
	float: right;
	background: #80bc1c;
}
#imgBox {
	float: right;
	margin-bottom: 1px;
	font-size: 0;
	line-height: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
}
a {
	text-decoration: none;
}
p {
	margin: 0;
}
.space {
	margin-right: 1px;
}
.nospace {
	margin-right: 0;
}
.br {
	clear: both;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.menu .sep {
	padding: 0 14px;
}
#logo {
	position: relative;
	top: 10px;
	left: 20px
}
#logo img {
	border: 0;
}
#logo a {
	outline: none;
}
#header .menu a, #header .menu a:visited {
	color: #80bc1c;
	font-size: 17px;
}
#header .menu a:hover {
	color: #000;
}
#header .search .txt {
	width: 166px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
}
#header .search .btn {
	border: none;
	background: none;
	padding: 0;
	color: #CCCCCC;
	cursor: pointer;
	font-size: 12px;
}

#header .lang a, #header .lang a:visited {
	padding: 0;
	color: #CCCCCC;
}
#header .lang a:hover {
	text-decoration: underline;
}
#footer .menu a, #footer .menu a:visited {
	font-size: 14px;
	color: #919396;
}
#footer .additional a, #footer .additional a:visited {
	font-size: 14px;
	color: #80bc1c;
}
#footer .menu a:hover, #footer .additional a:hover {
	color: #000;
}
.section {
	color: #636363;
}
.section h2, .section h3, .section p {
	margin: 0;
}
.section p {
	padding: 10px 10px 0 20px;
}
.section h2 {
	float: left;
	width: 100%;
	height: 27px;
	color: #fff;
	font-size: 14px;
	background: #80bc1c;
	font-weight: normal;
}

.section h2.c-gray{
  background-color: #857F82;
}
.section h2 div {
	padding: 5px 0 0 20px;
}
.section h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 30px;
}
.article {
	color: #636363;
}
.article p {
	text-align: justify;
	margin: 10px 20px;
}
.article h2 {
	margin: 5px 20px 15px 20px;
	font-size: 20px;
}
#subMenu a, #subMenu a:visited {
	display: block;
	float: left;
	width: 100%;
	height: 34px;
	background: #857f82;
	margin-bottom: 1px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#subMenu a:hover {
	background: #80bc1c;
}
#subMenu a div {
	margin: 9px 17px;
}
