@charset "utf-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #0A4200;
}
.footerbg {
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
}
.footerbg2 {
	background-image: url(images/footerbg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.headbg1 {
	background-image: url(images/headbg1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.headbg2 {
	background-image: url(images/headbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #0A4200;
	line-height: 22px;
}
.bgcont {
	background-image: url(images/bg-cont.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bg-serv {
	background-image: url(images/bg-serv.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
A.link6, A.link6:active, A.link6:visited {
	color : #cbde5c;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
      }
A.link6:hover {
	color : #cbde5c;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
      }
	  
A.link6a, A.link6a:active, A.link6a:visited {
	color : #feca00;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
      }
A.link6a:hover {
	color : #feca00;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
      }
A.link7, A.link7:active, A.link7:visited {
	font-size: 10px;
	color: #A6C136;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
      }
A.link7:hover {
	font-size: 10px;
	color: #A6C136;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
      }
	  
A.link7a, A.link7a:active, A.link7a:visited {
	font-size: 11px;
	color: #3d870e;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
      }
A.link7a:hover {
	font-size: 11px;
	color: #000;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
      }
	  
	  
A.link8, A.link8:active, A.link8:visited {
	font-size: 11px;
	color: #054C00;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
      }
A.link8:hover {
	font-size: 11px;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
      }
	  
	  
	  
#cu3er-container {width:464px; outline:0;}
.sidemenu-bg {
	background-image: url(images/menubgs.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.foottxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #A6C136;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.headermenu1 {
	font-size: 12px;
	font-weight: bold;
	color: #DCF468;
}

A.link5, A.link5:active, A.link5:visited {
	color : #cbde5c;
	font-size: 12px;
	padding-left: 13px;
	padding-right: 13px;
	vertical-align: top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
      }
A.link5:hover {
	color : #000;
	font-size: 12px;
	padding-left: 13px;
	padding-right: 13px;
	vertical-align: top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DFF76B;
      }
.tit {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2E9D34;
	text-shadow: 0px 1px 2px #000;

}
h1 {
	font-size: 25px;
	color: #6CBC05;
	border-bottom-color: #3B862B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
h2 {
	font-size: 18px;
	color: #333;
}
#demotip {
	display:none;
	background:transparent url(images/black_arrow.png);
	font-size:10px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
	text-align: center;
}

/* style the trigger elements */
#demo img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}
.box {
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/*********************************** forms *****************************************/

label {
	font-weight: normal;
	color: #C00;
}

input, select {
  width:100px;
}

input, textarea, select {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(images/inputBg.gif) top left no-repeat;
  margin-top:2px;
}

input.checkbox {
  width:15px;
  background:none;
  border:0;
}

input.radio_button {
  width:15px;
  background:none;
  border:0;
}

input.small, select.small {
  width:50px;
}

input.large, select.large {
  width:200px;
}

input.extra_large, select.extra_large {
  width:300px;
}

input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
}

input:active, textarea:active, select:active {
  border:1px solid #888888;
}

input.submit {
  background:#ffffff url(images/submitBg.png) -20px 0 no-repeat;
  color:#ffffff;
}

input.submit:hover {
  
  cursor: pointer;
}

textarea {
  width:300px;
  height: 200px;
}

textarea.deep {
  height:350px;
}

textarea.shallow {
  height:50px;
}

fieldset {
  background:#f7f7f7;
  padding:2%;
  border:1px solid #e3e3e3;
  margin:0;
}

legend {
  font-weight:bold;
  font-size: 120%; 
  letter-spacing: -1px;
  color:#666666;
}

