/* CSS Document */
* {
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color:#4e4e4e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #023502;
	font-size: 12px;
	line-height: 150%;
	text-decoration: none;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #023502;
	font-size: 14px;
	line-height: 150%;
	text-decoration: none;
}
#head {
	height: 210px;
}
#head .head-fla {
	background-image: url(img/bgr-head-r.gif);
	background-repeat: repeat-x;
	height: 210px;
	width: 790px;
}
#head .head-l {
	width: 45%;
	padding-left: 5px;
}
#head a:link, #head a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
#head a:hover {
	color: #7cb281;
}
#head .head-r {
	background-image: url(img/bgr-head-r.gif);
	background-repeat: repeat-x;
	width: 45%; 
	padding-left: 5px;
}
#head .lng {
	padding-top: 20px;
}
#main {
}
#main .main-left {
	background-color: #1d6223;
	height: 100%;
}
#main .main-center {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #363636;
	border-bottom-color: #363636;
	border-left-color: #363636;
}
#main .nav {
	background-color: #363636;
	height: 66px;
}

#content {
	background-color: #a4a4a4;
}
#content .cont {
	text-align: justify;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 756px;
}
#content p {
	text-indent: 25px;
	text-align: justify;
	padding-bottom: 7px;
}
#content .right-img {
	padding-left: 20px;
}
#content a:link, #content a:visited {
	color: #023502;
	font-size: 12px;
	text-decoration: none;
}
#content a:hover {
	color: #FFFFFF;
}
#distrib1 {
	background-color: #E0E0E0;
	width: 100%;
}
#distrib1 .distrib2 {
	float: left;
	padding: 5px;
	width: 235px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 20px;
	margin-left: 3px;
}
#nav1 {
	background-color: #5d8661;
	width: 155px;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}
#nav1 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav1 ul a:link, #nav1 ul a:visited {
	height: 27px;
	line-height: 200%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1d6223;
}
#nav1 ul a:hover, #nav1 ul a.select {
	color: #0e2f11;
	text-decoration: none;
}
#nav1 li {
	vertical-align: middle;
	text-decoration: none;
	text-indent: 10px;
}
#nav1 .sub {
	list-style: none;
	padding-left: 10px;
	padding-bottom: 5px;
}
#nav1 .masi {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1d6223;
}
#nav1 .sub a:link, #nav1 .sub a:visited {
	height: 25px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #1d6223;
	line-height: 130%;
}
#nav1 .white a:link, #nav1 .white a:visited, #nav1 .white a:hover{
	color: #FFFFFF;
}
#gallery {
	text-align: justify;
	width: 572px;
}
#gallery1 {
	text-align: justify;
	width: 569px;
}
#new div {
	float: left;
}
#footer {
	background-color: #d7d7d7;
	font-size: 10px;
	color: #023502;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #363636;
	height: 27px;
}
#footer a:link, #footer a:visited {
	color: #023502;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {
	color: #000000;
}
/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* Clearfix */

