/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block}
mark, rp, rt, ruby, summary, time {display:inline}
/* Left & Right alignment */
.left {float:left}
.right {float:right}
.wrapper {width:100%;overflow:hidden;}
.menu-header{width:100%;}
.clr{clear:both;}
.copyby{width:114px; margin:auto;}
.ok {
    float: left;
    margin-right: 3px;
    margin-top: 5px;
    width: 20px;
    height: 18px;
}
/* Global properties */
p font strong a{color:#336505!important;}
p font font strong {color:#000;}
body {background:#454545;border:0;font:13px Arial,Helvetica,sans-serif;color:#000;line-height:18px}
.ic, .ic a {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
.main {	margin:0 auto;	width:980px; background-color:#fff; -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.93);
-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.93);
box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.93);}
.body1 {background:#f2f2f2}
.body2 {background:#e6e6e6;border-bottom:1px solid #4e4e4e}
/* main layout */
a {color:#000;text-decoration:none;outline:none; line-height:28px;}
a:hover {text-decoration:none}
h1 {float:left;padding:2px 0 0 30px}
h2 {font-size:22px;color:#000;line-height:1.2em;padding:36px 0 21px 0;letter-spacing:-1px}
h2.pad_bot1 {padding-bottom:11px}
h2.pad_top1 {padding-top:10px}
h3 {font-size:14px;line-height:48px;color:#5A8700; padding:0px 0 20px 0;padding:10px 0px 0px 0px;}
h4 {font-size:14px;line-height:2.2em;color:#fff; padding:0px 0 20px 0;margin:18px 0px 0px 0px;
    padding: 0 0 0 10px; background-color: #656E7D;}

p {padding-bottom:5px; line-height:28px; text-align:justify; color:#000; padding-right:15px; padding-left:10px;}
p strong{padding-bottom:5px; line-height:28px; text-align:justify; color:#336505;}
.pad_bot2{text-align:left!important;}
pad_top1,.pad_bot2 img{border:1px #ccc solid;}
.red{color:#4A0B11; font-weight:bold;}
.back{width:100%; float:right; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#336505; text-align:right;}
/* header */
header {height:181px;width:100%;}
.bg{background:url(../images/bg_header2.jpg) center 1px no-repeat;height:50px;width:100%;}
#top_nav {float:right;padding:5px 8px 0 0}
#top_nav li {float:left;padding-right:8px;margin-right:7px;background:url(../images/line_top.gif) right 9px no-repeat}
#top_nav li a {color:#000;text-decoration:none;font-size:12px}
#top_nav li a:hover {text-decoration:underline}
#top_nav .end {padding-right:0;margin-right:0;background:none}
.date {float:left;font-size:12px;color:#000;padding:5px 0 0 32px}
#logo {display:block;background:url(../images/logo.png) 0 0 no-repeat;width:242px;height:100px;text-indent:-9999px}
#menu {float:left;padding:2px 0 0 0; margin-right:20px; border-bottom:6px solid #5A8700;width:auto;}
artical{position:relative;top:0px;}
#menu-bar {
   border-bottom:6px solid #5A8700;
  position:relative;
  z-index:10000;
  background-color:#F5F4F4;
  left: -19px;
  top:3px;
  width: 180px;
  
   border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  
}
#menu-bar li {
  margin: 0px 0px 6px 0px;
  padding: 0px 6px 0px 6px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-family: arial;
  font-style: normal;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  display: block;
 padding:16px 0px 5px 27px;
  margin: 0;
  margin-bottom: 0px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
 
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
 /* background: #0399D4;
  background: linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -ms-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
  background: -moz-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  color: #444444;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 2px 2px 3px #FFFFFF;*/
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
 background: #5A8700 !important;
  background: linear-gradient(top,  #5A8700,  #5A8700) !important;
  background: -ms-linear-gradient(top,  #5A8700,  #5A8700) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#5A8700), to(#5A8700)) !important;
  background: -moz-linear-gradient(top,  #5A8700,  #5A8700) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul {
  background: #DDDDDD;
  background: linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -ms-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 34px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
  height:650px;
  overflow:auto;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}


.two_third_in {
    float: left;
    margin-right: 3.8%;
    width: 99.4%;
}


#menu li {float:left;padding-left:1px}
#menu li a {display:block;font-size:15px;color:#000;text-decoration:none;line-height:60px;background:url(../images/menu_bg.gif) top repeat-x;height:56px;overflow:hidden;cursor:pointer}
#menu li a span {display:block;background:url(../images/menu_bg_left.gif) top left no-repeat}
#menu li a span span {background:url(../images/menu_bg_right.gif) top right no-repeat;padding:0 32px;height:56px;margin-left: 3px;}
#menu li a:hover, #menu #menu_active a {color:#fff;background:url(../images/menu_bg_active.gif) top repeat-x}
#menu li a:hover span, #menu #menu_active a span {background:url(../images/menu_bg_left_active.gif) top left no-repeat}
#menu li a:hover span span, #menu #menu_active a span span {background:url(../images/menu_bg_right_active.gif) top right no-repeat}
#menu .nav3 a:hover, #menu .nav3#menu_active a {background:url(../images/menu_nav3_bg.gif) top repeat-x}
#menu .nav3 a:hover span, #menu .nav3#menu_active a span {background:url(../images/menu_nav3_left.gif) top left no-repeat}
#menu .nav3 a:hover span span, #menu .nav3#menu_active a span span {background:url(../images/menu_nav3_right.gif) top right no-repeat}
#menu .nav4 a:hover, #menu .nav4#menu_active a {background:url(../images/menu_nav4_bg.gif) top repeat-x}
#menu .nav4 a:hover span, #menu .nav4#menu_active a span {background:url(../images/menu_nav4_left.gif) top left no-repeat}
#menu .nav4 a:hover span span, #menu .nav4#menu_active a span span {background:url(../images/menu_nav4_right.gif) top right no-repeat}
#menu .nav5 a:hover, #menu .nav5#menu_active a {background:url(../images/menu_nav5_bg.gif) top repeat-x}
#menu .nav5 a:hover span, #menu .nav5#menu_active a span {background:url(../images/menu_nav5_left.gif) top left no-repeat}
#menu .nav5 a:hover span span, #menu .nav5#menu_active a span span {background:url(../images/menu_nav5_right.gif) top right no-repeat}
.text {font-size:20px;line-height:1.2em;color:#fff;padding:0px 0 0 45px;letter-spacing:-1px;float:left;width:340px;position:relative}
.text p span {display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px; color:#fff;}
.text p {padding-left:5px;padding-bottom:0px}
.text .tittle {font-size:75px;line-height:1.2em;display:block;letter-spacing:-2px;margin-bottom:-10px}
.text .tittle span {font-size:46px;line-height:1.2em;color:#000;display:block;margin-top:-22px;letter-spacing:-1px}
.text .button1 {display:block;position:absolute;top:260px;left:49px;background:url(../images/button_1.png) 0 0 no-repeat;width:158px;height:56px;text-align:center;font-size:24px;line-height:46px;color:#3d6c00;text-transform:uppercase;text-decoration:none}
.text .button1:hover {color:#000}
.roundabout-holder { height:5em}
.roundabout-moveable-item {cursor:pointer;width:394px;height:307px;margin-top:178px;padding-bottom:20px}
.roundabout-in-focus {cursor:auto}
#gallery {position:relative;height:413px;width:530px;float:right;padding-right:30px; top:-38px;}
#gallery img {display:block;width:100%;height:100%}
#gallery li {background:url(../images/img_bg.png) center 2px no-repeat;overflow:hidden}
/* content */
.content ul{margin:0px 0px 0px 30px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.content ul li {list-style:upper-alpha; line-height:30px; width:100%;}

#content {width:100%;overflow:hidden}
#content2 {padding-bottom:20px;width:100%;overflow:hidden}
.marg_right1 {margin-right:19px}
.pad_bot1 {padding-bottom:6px}
.pad_bot2 {padding-bottom:18px}
.pad_bot3 {padding-bottom:12px}
.pad_top1 {padding-top:6px; text-align:left;}
.pad_left1 {padding-left:40px}
.color1 {color:#000; font-weight:bold;} 
.link1 {text-decoration:none}
.link1:hover {color:#76a300}
.button {display:inline-block;background:url(../images/button_2.png) 0 0 no-repeat;width:129px;height:44px;font-weight:bold;text-align:center;text-decoration:none;line-height:36px}
.button:hover {color:#76a300}
.list1 li {font-size:12px;line-height:24px}
.list1 li a {padding-left:8px;background:url(../images/marker_1.gif) 0 5px no-repeat}
.list2 {margin-top:-6px}
.list2 li {line-height:24px}
.list2 li a {padding-left:8px;background:url(../images/marker_1.gif) 0 5px no-repeat}
#newsletter {}
#newsletter .bg {background:url(../images/newsletter_input.png) 0 0 no-repeat;min-height:43px}
#newsletter .input {background:none;padding:7px 10px;width:231px;font-size:12px;font-family:Arial,Helvetica,sans-serif;color:#c0c0c0;height:14px} 
#icons {}
#icons li {line-height:24px;font-size:12px}
#icons img {float:left;margin-right:10px;margin-top:4px}
.address {line-height:24px;font-size:12px}
.address span {width:57px;float:left;color:#000}
.address a {color:#76a300}

.faqlist{width:100%; float:left; margin-bottom:20px;}
.faqlist ul {margin:15px 0px 0px 35px; padding:0px; font-weight:bold;}
.faqlist ul li {list-style:decimal; margin:0px 0px 0px 0px; padding:0px;}
.faqlist ul li a{text-decoration:none; color:#000;}
.faqlist ul li a:hover{color:#890317;}
.faq{width:450px; float:left;}
.faq p{margin:0px; padding:0px;}
.faq ul {margin:0px 0px 10px 35px !important; padding:0px; font-weight:bold; float:left; width:auto;}
.faq ul li {list-style:decimal; margin:0px 0px 0px 0px; padding:0px;}
.faq ul li a{text-decoration:none; color:#000;}
.faq ul li a:hover{color:#890317;}

/* footer */
footer {color:#aaa;font-size:12px;padding:27px 0 0px 0;text-align:center;width:100%;overflow:hidden;background:#454545;}
footer a {color:#fff;line-height:27px;}
footer a:hover {}
/* forms ======= */
#ContactForm {padding-top:1px}
#ContactForm span {float:left;width:94px;line-height:28px;color:#000}
#ContactForm .wrapper {min-height:34px}
#ContactForm .bg {float:left;background:#fff;border-left:1px solid #bfbfbf;border-top:1px solid #bfbfbf;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;position:relative}
#ContactForm .textarea_box {height:230px;width:100%;overflow:hidden}
#ContactForm a {margin-left:2px;float:right}
#ContactForm .input {width:230px;background:none;padding:6px 10px;font-size:12px;font-family:Arial,Helvetica,sans-serif;color:#c0c0c0;height:15px;margin:0}
#ContactForm textarea {overflow:auto;width:434px;background:none;padding:6px 10px;font-size:12px;font-family:Arial,Helvetica,sans-serif;color:#c0c0c0;height:207px;margin:0}

.two_third {
    float: left;
    margin-right: 3px;
    width: 58.4%;
}
#contact-form {
    margin-top: 25px;
}
.err {
    color: red;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 12px;
}

#response {
    color: #FF6C00;
    margin-bottom: 20px;
}

label {
    float: left;
    font-family: 'Oswald',sans-serif;
    font-size:14px;
    padding-top: 5px;
    width: 70px;
}

.one_third_last {
    float: right;
    margin-bottom: 20px;
    width:40.8%;
}

span.divider {
    border-top: 1px solid #E4DFD6;
    clear: both;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: hidden;
}
.description {
    display: block;
    overflow: hidden;
}

#contact-form textarea {
    background-color: #F2F2F2;
    height: 185px;
}
#contact-form input, #contact-form select, #contact-form file, #contact-form textarea {
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    color: #666666;
    font-family: Helvetica,sans-serif;
    margin: 10px 0;
    padding: 5px;
    width: 99%;
}

#contact-form p input#submit {
    background-color: #4D4C47;
    border: 1px solid #2B2B2B;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    float: right;
    font-family: 'Oswald',sans-serif;
    font-size: 12px;
    padding: 5px;
    width: 100px;
}
.contact {
    font-size: 16px;
    color: #419F11;
}
.col4 ul{ margin-left:40px; line-height:28px; list-style:square;}

.col4 h3{line-height:18px; padding-top:0px!important;}
.col4 a{line-height:1opx!important;}