@font-face {
  font-family: Myriad Pro;
  src: url('../fonts/MyriadPro-Regular.otf');
}
@font-face {
  font-family: Myriad Pro Bold;
  src: url('../fonts/MyriadPro-Bold.otf');
}

body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif!important;
	font-size: 14px;
	color: #000;
	background: #f1f3f2 url('../../media/images_page/bgBody.png') repeat-x;
}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

#header {
  width: 100%;
  position: relative;
  background: #292929;
  height: 127px;
  border-bottom: 2px #000 solid;
	margin: -19px 0 0 0;
}
#header .cover {
  width: 930px;
  margin: 0 auto;
  height: 97px;
  padding: 30px 0 0 0;
  position: relative;
}
#header .cover h1 {
  width: 225px;
  height: 79px;
  position: relative;
  overflow: hidden;
}
#header .cover h1 span {
  width: 225px;
  height: 79px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background: url('../../media/images_page/logo.png') no-repeat;
}

#header .cover ul {
  list-style: none;
  position: absolute;
  top: 91px;
  right: 0;
  padding-top: 0px;
  z-index: 999;
}
#header .cover ul li {
  display: block;
  float: left;
  position: relative;
  border-left: 1px #fff solid;
  /*z-index: 100;*/
}
#header .cover ul ul,
#header .cover ul li:hover ul ul{
  display: none;
  /*z-index: 1;*/
  position: relative;
  
}

#header .cover ul li:hover ul{
	display: block;
	position: absolute;
	width: 180px!important;
	padding: 0!important;
	margin: 0!important;
	top: 24px;
	left: 6px;
	background-color: #61A625;
	/*z-index: 1;*/
}
#header .cover ul ul li:hover ul,
#header .cover ul ul ul li:hover ul{
	display: block;
	position: absolute;
	/*z-index: 100;*/
	top: 17px;
	left: 180px !important;
	border-left: 1px #fff solid;
}

#header .cover li:hover ul li {
  width: 180px!important;
  padding: 0!important;
  margin: 0!important;
  border-left: none !important;
}
#header .cover li:hover ul li a {
  width: 160px!important;
  padding: 5px 10px!important;
  margin: 0!important;
  height: 18px!important;
}

#header .cover ul li:first-child, #header .cover ul li.first {
  border-left: none;
}
#header .cover ul li a {
  display: block;
  float: left;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 4px 12px;
}
/*#header .cover ul li ul li a{
	color: black;
}*/
#header .cover ul li a:hover, #header .cover ul li a:focus {
  text-decoration: underline;
	color: #61A625;
}
#header .cover ul ul li a:hover, #header .cover ul ul li a:focus {
	color: black;
}

#under-header {
  width: 860px;
  margin: 0 auto;
  height: 100px;
  background: url('../../media/images_page/under-header.jpg') no-repeat;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: normal;
  padding: 80px 0 0 70px;
  font-family: Myriad Pro;
}
#web {
  width: 930px;
  position: relative;
  margin: 0 auto;
}
#web #content {
  width: 930px;
  background: #fff; 
  clear: both;
}
#web #content .box {
  width: 310px;
  height: 360px;
  float: left;
  position: relative;
  background: #fff url('../../media/images_page/bgBox.png') 0 47px no-repeat;
}
#web #content .box h3 {
  width: 269px;
  color: #fff;
  border-left: 1px #61a625 solid;
  background: #6fb631;
  font-size: 15px;
  padding: 16px 20px 15px;
  height: 16px;
  font-family: arial, sans-serif;
  font-weight: bold;
}
#web #content .box ul {
  margin: 20px 46px;
  list-style-image: url('../../media/images_page/disc.png');
  color: #282828;
  clear: both;
}
#web #content .box ul li {
  margin: 6px 0;
  line-height: 170%;
}
#web #content .box a.more {
  width: 160px;
  height: 28px;
  display: block;
  background: url('../../media/images_page/button-moreinfo.png') no-repeat;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 0 0;
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
}
#web #content-bottom {
  width: 930px;
  height: 31px;
  display: block;
  background: url('../../media/images_page/bgContent-bottom.jpg') no-repeat;
}

#footer {
  width: 930px;
  clear: both;
}
#footer ul {
  list-style: none;
  width: 930px;
  height: 26px;
  border-bottom: 1px #cacaca solid;
}
#footer ul li {
  border-left: 1px #5d5d5d solid;
  display: block;
  float: left;
}
#footer ul li.first, #footer ul li:first-child {
  border-left: none;
}
#footer ul li a {
  color: #5d5d5d;
  text-decoration: none;
  padding: 0 14px;
  font-size: 12px;
}
#footer ul li a:hover, #footer ul li a:focus {
  text-decoration: underline;
  color: #6cb52e;
  font-weight: bold;
  padding: 0 13px;
}
#footer p {
  font-size: 12px;
  float: right;
  display: block;
  padding: 10px 0;
}
.clear {
  clear: both;
  display: block;
}


.page {
  padding: 25px;
  width: 880px!important;
}
.page h2 {
  font-size: 22px;
  color: #535353; 
  padding: 8px 0;
}
.page h3 {
  font-size: 18px;
  color: #535353;
  padding: 5px 0; 
}
.page h4 {
  font-size: 16px;
  color: #535353;
  padding: 3px 0; 
}
.page p {
  line-height: 180%;
  color: #282828;
}
.page a {
  color: #589c1d;
}
.page ul {
  list-style-image: url('../../media/images_page/disc.png');
  margin: 10px 14px;
}
.page ol {
  margin: 10px 20px;
}
.page ol li, .page ul li {
  padding: 2px 0;
}
.page .right {
  float: right;
  margin-left: 10px;
}
.page .left {
  float: left;
  margin-right: 10px;
}


#contact, .submenuRight {
  width: 220px;
  border: 1px #dedede solid;
  padding: 20px;
  margin-top: 40px;
  background: #fff url('../../media/images_page/bgBox.png') no-repeat;
  clear: right;
}

#contact p {
  display: block;
  padding: 5px 0;
}
#contact p label {
  display: block;
  color: #717171;
}
#contact p input {
  height: 20px;
  display: block;
  padding: 0 4px;
   /*width: 98%;*/
  border: 1px #dedede solid;
}
#contact p input#submit-contact {
  width: 160px;
  height: 35px!important;
  display: block;
  background: url('../../media/images_page/button-moreinfo.png') no-repeat;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border: none!important;
  cursor: pointer;
  font-size: 14px;
  margin: 2px auto 0;
}
#contact p textarea {
  border: 1px #dedede solid;
  width: 98%;
  padding: 4px;
}
#contact h3 {
  padding: 0;
}


.podmenu {
  list-style-image: none!important;
  list-style: none;
  display: block;
  float: none;
  width: 100%;
  height: 50px;
  margin: 0!important;
}
.podmenu li {
  display: block;
  float: left;
}
.podmenu li a {
  display: block;
  float: left;
  padding: 10px 26px;
  font-size: 16px;
  background: #fff url('../../media/images_page/bgBox.png') top left no-repeat;
  text-decoration: none;
  color: #474747;
  font-weight: bold;
}
.podmenu li a:hover, .podmenu li a:focus, .podmenu li a.active {
  background: #e7e7e7;
  color: #000; 
}

.errors{
	border: 1px solid red !important;
	background-color: #FF9E9E !important;
}

.black {
	color: #000 !important;
}

.contentText {
	text-align: justify;	
	margin-top: 20px;
}

.contentText li {
	line-height: 170%;
}

.mleft25 {
	margin-left: 25px !important;
}

.reference {
	width: 100%;
}

.reference td {
	font-weight: bold;
	font-size: 13px;
	vertical-align: middle;
	text-align: center;
	padding: 10px 0px;
}

.reference img {
	border: 1px solid #AAAAAA;
	padding: 5px;
	margin-bottom: -20px;
}

.shortText {
	width: 593px;
}

.activeLinkMenu {
	color: #61A625 !important;
}