/* body */
body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow:auto;
	background-attachment:fixed;
	background-image:url(../images/site/background_green_trees1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#ffffff;
	scrollbar-arrow-color:#666666;
	scrollbar-face-color:#666666;
	scrollbar-highlight-color:#4d4d4d;
	scrollbar-3dlight-color:#4d4d4d;
	scrollbar-darkshadow-color:#4d4d4d;
	scrollbar-shadow-color:#4d4d4d;
	scrollbar-track-color:#4d4d4d;
	font-size:14px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	cursor:default;
}
::-webkit-scrollbar {
 width:10px;
 height:10px;
 background-color:transparent;
}
::-webkit-scrollbar:hover {
 background-color:transparent;
}
::-webkit-resizer {
 -webkit-border-radius:4px;
 background-color:transparent;
}
::-webkit-scrollbar-thumb {
 min-height:0.8em;
 min-width:0.8em;
 background-color: #666666;
 box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset -1px -1px 0 rgba(0, 0, 0, .07);
}
::-webkit-scrollbar-thumb:hover {
 background-color: #666666;
}
::-webkit-scrollbar-thumb:active {
 background-color:#666666;
}
/* Hidden content */
.linkscontent {
	display:none;
}
/* Links */
a:link {
	text-decoration: none;
	color:#FFF;
}
a:visited {
	text-decoration: none;
	color:#FFF;
}
a:hover {
	text-decoration: none;
	color:#999;
}
a:active {
	text-decoration: none;
	color:#FFF;
}
a.SideMenu:link {
	text-decoration: none;
	color:#FFFFFF;
}
a.SideMenu:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a.SideMenu:hover {
	text-decoration: none;
	color:#999999;
}
a.SideMenu:active {
	text-decoration: none;
	color:#FFFFFF;
}
/* Backgrounds */
.trnsbg {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.5);
}
.trnsbgw {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.7);
}
.trnsbgb {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
}
.trnsbggrn {
	background: rgb(153, 203, 28);
	background: rgba(153, 203, 28, 0.7);
	color:#000;
	font-size:95%;
	font-weight:bold;
}
.trnsbggry {
	background: rgb(159, 159, 159);
	background: rgba(159, 159, 159, 0.8);
	color:#000;
	font-size:95%;
	font-weight:bold;
}
/* corners */
.rndcr0 {
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:0px;
	outline:none;
}
.rndcr1 {
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #666;
	outline:none;
}
.rndcr1b {
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #000;
	outline:none;
}
.rndcr2 {
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:2px solid #666;
	outline:none;
}
.rndcr2b {
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:2px solid #000;
	outline:none;
}
.rndcrT {
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	 border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
	border:0px;
	outline:none;
}
.rndcrB {
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
	border:0px;
	outline:none;
}
/* shadow */
.shadow {
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.70);
	-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.70);
	box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.70);
}
/* boxes */
#Loadr {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
	position:fixed;
	left:0px;
	width:100%;
	top:0px;
	height:100%;
	z-index:999;
}
#DivMenu {
	background-color:#000000;
	position:fixed;
	right:0;
	width:auto;
	top:0px;
	height:auto;
	z-index:5;
	cursor:pointer;
	font-size:100%;
	font-weight:bold;
	color:#ffffff;
	display:none;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
	border-left:2px solid #333333;
	border-bottom:2px solid #333333;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.70);
	-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.70);
	box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.70);
}
#DivTop {
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	height:58px;
	overflow:hidden;
	z-index:1;
	display:none;
}
#DivBase {
	position:absolute;
	left:200px;
	height:30px;
	right:200px;
	bottom:0px;
	overflow:hidden;
	z-index:1;
	display:none;
}
#DivLeft {
	position:absolute;
	top:0;
	left:0px;
	width:200px;
	bottom:0px;
	overflow:hidden;
	z-index:1;
	display:none;
}
#DivRight {
	position:absolute;
	top:0;
	right:0px;
	width:200px;
	bottom:0px;
	overflow:hidden;
	z-index:1;
	display:none;
}
#DivMain {
	position:absolute;
	left:210px;
	top:30px;
	right:210px;
	bottom:30px;
	overflow:auto;
	z-index:2;
	display:none;
	-khtml-border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:2px solid #99cb1c;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
}
/* menu */
.menblk {
	position:absolute;
	top:0;
	left:0;
	width:208px;
	max-width:208px;
	bottom:0;
	display:none;
	z-index:100;
	overflow:visible;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.9);
	border-right:2px solid #333333;
}
.menblb {
	position:relative;
	top:0;
	left:0;
	width:208px;
	max-width:208px;
	bottom:0;
	z-index:101;
}
.menus {
	background-color:#FFFFFF;
	-khtml-border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:0px;
	outline:none;
}
.menuat, .menuon {
	-webkit-border-radius: 6px;
	-moz-border-radius:    6px;
	border-radius:         6px;
	border: solid #000 2px;
	font-weight:bold;
	text-transform:uppercase;
	font-size: 85%;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	background: rgb(153, 203, 28);
	background: rgba(153, 203, 28, 0.7);
	outline:none;
}
.menuat {
	color:#FFF;
	cursor:default;
	background: rgb(159, 159, 159);
	background: rgba(159, 159, 159, 0.8);
	border-color:#666;
}
.menuon {
	color:#000;
	cursor:pointer;
}

.menuon:hover {
	color: #FFF;
	text-decoration: none;
	background: rgb(159, 159, 159);
	background: rgba(159, 159, 159, 0.7);
}
.menuon:active {
	position:relative;
	top:1px;
}
.menut {
	min-width:200px;
	color:#FFFFFF;
}
/* text */
p {
	margin-top:0;
	text-align:justify;
}
.jtxt {
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
}
.ltxt {
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}
.rtxt {
	text-align:right;
	padding-left:10px;
	padding-right:10px;
}
.ctxt {
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
ul {
	list-style-type: square;
}
ul.a {
	list-style-type: disc;
}
li {
	padding-top:5px;
}
.mtxt {
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}
.cntbox {
	-webkit-border-radius: 6px;
	-moz-border-radius:    6px;
	border-radius:         6px;
	border: solid #000 2px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	font-size: 70%;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	background: rgb(153, 203, 28);
	background: rgba(153, 203, 28, 0.8);
	outline:none;
}

/* images */
.timg, .ximg {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.cimg {
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
/* forms */
.frmhtxt {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bab1ba));
	background:-moz-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-o-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bab1ba',GradientType=0);
	background-color:#ededed;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	padding: 4px 8px 4px 8px;
	border: solid #999999 1px;
	color:#000;
	text-decoration: none;
	font-weight:bold;
	font-size:85%;
	text-transform:uppercase;
	outline:none;
}
.frmitxt, textarea {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	font-weight:bold;
	text-transform:none;
	outline:none;
	background: #FFF;
	color: #000000;
	border: solid #999999 1px;
	width:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.frmatxt {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	font-weight:bold;
	text-transform:none;
	outline:none;
	background: #cccccc;
	background-image: -webkit-linear-gradient(top, #cccccc, #ffffff);
	background-image: -moz-linear-gradient(top, #cccccc, #ffffff);
	background-image: -ms-linear-gradient(top, #cccccc, #ffffff);
	background-image: -o-linear-gradient(top, #cccccc, #ffffff);
	background-image: linear-gradient(to bottom, #cccccc, #ffffff);
	color: #ffffff;
	border: solid #999999 1px;
	width:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.frmbtxt {
	background: #4d4d4d;
	background-image: -webkit-linear-gradient(top, #4d4d4d, #000000);
	background-image: -moz-linear-gradient(top, #4d4d4d, #000000);
	background-image: -ms-linear-gradient(top, #4d4d4d, #000000);
	background-image: -o-linear-gradient(top, #4d4d4d, #000000);
	background-image: linear-gradient(to bottom, #4d4d4d, #000000);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	color: #99cb1c;
	font-size: 95%;
	font-weight:bold;
	text-transform:uppercase;
	padding: 4px 6px 4px 6px;
	border: solid #99cb1c 1px;
	text-decoration: none;
	cursor:pointer;
	outline:none;
}
.frmbtxt:hover {
	background: #000000;
	background-image: -webkit-linear-gradient(top, #000000, #4d4d4d);
	background-image: -moz-linear-gradient(top, #000000, #4d4d4d);
	background-image: -ms-linear-gradient(top, #000000, #4d4d4d);
	background-image: -o-linear-gradient(top, #000000, #4d4d4d);
	background-image: linear-gradient(to bottom, #000000, #4d4d4d);
	color:#99cb1c;
}
.frmbtxt:active {
	position:relative;
	top:1px;
}
.reqtxt {
	border-color:#FF0000;
}
/* h text */
h1 {
	font-weight:bold;
	font-size:120%;
	text-transform:uppercase;
	text-align:left;
	margin:0;
	padding:0;
}
h2 {
	font-weight:bold;
	font-size:100%;
	text-transform:uppercase;
	text-align:left;
	margin:0;
	padding:0;
}
h3 {
	font-weight:bold;
	font-size:95%;
	text-transform:uppercase;
	text-align:left;
	margin:0;
	padding:0;
}
.copyr {
	-webkit-border-radius: 6px;
	-moz-border-radius:    6px;
	border-radius:         6px;
	border: solid #000 2px;
	font-weight:bold;
	font-size: 75%;
	text-decoration: none;
	color:#333;
	cursor:default;
	background: rgb(159, 159, 159);
	background: rgba(159, 159, 159, 0.7);
	border-color:#666;
	outline:none;
}
.pageheader {
	background:#99cb1c;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:2px solid #666;
	outline:none;
	color:#000;
	letter-spacing:1px;
}
.aucmsg {
	background:#000;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
	border:2px solid #99cb1c;
	border-top:0px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	font-size:75%;
	font-weight:bold;
	cursor:pointer;
}
.aucmsg:hover {
	color: #999;
}
.aucmsg:active {
	position:relative;
	top:1px;
}
/* radio button */
.form-radio {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #c1c1c1;
     color: #000;
     top: -2px;
     height: 16px;
     width: 16px;
     border: 0;
     border-radius: 16px;
     cursor: pointer;     
     margin-right: 3px;
     outline: none;
}
.form-radio:checked::before {
     position: absolute;
     font: 13px/1 Verdana, Geneva, sans-serif;
		 font-weight:bold;
     left: 4px;
     top: 1px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-radio:hover {
     background-color: #f7f7f7;
}
.form-radio:checked {
     background-color: #99cb1c;
}
/* check button */
.form-check {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #c1c1c1;
     color: #000;
     top: -2px;
     height: 16px;
     width: 16px;
     border: 0;
     border-radius: 3px;
     cursor: pointer;     
     margin-right: 3px;
     outline: none;
}
.form-check:checked::before {
     position: absolute;
     font: 13px/1 Verdana, Geneva, sans-serif;
		 font-weight:bold;
     left: 4px;
     top: 1px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-check:hover {
     background-color: #f7f7f7;
}
.form-check:checked {
     background-color: #99cb1c;
}
hr {
	border: 0;
	height: 3px;
	background-image: linear-gradient(to right, rgba(153, 203, 28, 0.3), rgba(153, 203, 28, 0.9), rgba(153, 203, 28, 0.3));
}
.message {
	text-align:center;
	font-style:italic;
	font-size:85%;
	color:#99cb1c;
}
