body
{
	margin:0;
	padding:0;
	background-color: #e4edd8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

a{ color:#12285f; outline: none;}
a:hover{color:#12285f;}

p{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12pt;
	padding: 0 0 18px;
	margin:0;
}

h1
{
	font-size: 26px;
	font-family: Arial;
	color: #336633;
	padding:0 0 25px;
	margin:0;
	text-align:center;
	
}

h2
{
	font-size: 25px;
	font-family: Arial;
	color: #ffffff;
	padding:0;
	margin:0;
}
h3
{
	font-size: 16px;
	font-family: Arial;
    color: #336633;
	padding: 0px 0 20px 0;
	margin:0;	
}

.disp_none{ display:none;}
.top_bar{ background: #346633; height: 15px;}
.clear{ clear:both; margin:0; padding:0;}
.main_wrapper{ width: 100%; height: 100%;}
.container{ width:1008px; margin:0 auto;}
.header{ height: auto; margin:0;}
.logo{ margin:0; float: left; padding:45px 0 0;}
.phone{ float: left; padding:80px 0 0 30px;}
.email{ float: left; padding:80px 0 0 15px;}
.social{ float: right; padding:42px 0 0;}
.body_container{ width: auto; padding: 50px 0 0 0;}
.body_container blockquote{ margin: 0px 30px 0 30px;}
.for_inner{ margin:0;}
.for_inner img{ float:right; margin:0 0 10px 10px;}
.four_boxarea{ padding:0; margin:30px 0;}
.box_col{ width:247px; float: left; margin: 0px 6px 0 0;}
.box_head{ background: #336633; padding: 30px 0 30px 0; margin-bottom: 6px;}
.box_head h2{ text-align:center;}
.lastcol{ margin-right: 0 !important;}
.bottom_contact{ padding: 20px 0;}
.big_img{ margin: 10px 0!important;}
.big_img{ margin:0;}
.submit_form{ margin:0 auto; padding:30px 0 30px 0; width: 400px;}
.form_left{ float: left; height: auto; margin-bottom:10px; line-height: 28px; width:150px;}
.form_right{ float: left; height: auto; margin-bottom:10px; width: 200px;}
.submit_form input[type=text], .submit_form input[type=email]{
    border: 1px solid #c1c1c1;
    height: 28px;
    margin-bottom:0px;
    padding: 0 0 0 10px;
    width: 200px;
}
.submit_form select{
    border: 1px solid #c1c1c1;
    height: 28px;
    margin-bottom:0px;
    padding: 0 0 0 10px;
    width: 80px;
}
.submit_form input[type=submit]{ background: #333; border-radius: 3px; -webkit-border-radius: 3px; margin:8px 0 0 0; padding: 8px 15px; color: #fff; border: none; cursor:pointer;}

.footer {
    background:#336633;
    height: auto;
    padding: 30px 0px 20px;
	margin:0;
	width:100%;
	text-align:center;
}
p.bold{ font-size:12pt; color: #fff; padding: 0 0 15px 0; margin:0; font-weight: bold;}
p.small{ font-weight: normal; font-size:11px; color: #fff; padding:0; margin:0;}




#cssmenu {
  position: relative;
  height: auto;
  width: auto;
  margin:0;
  background: #346633;
  height: 30px;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align:center;
}
#cssmenu > ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 500;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 6px 0 0 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
#cssmenu ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    outline: medium none;
    padding: 2px 10px;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu ul li:hover > a {
  color: #000;
  background: #ffffcc;
}
#cssmenu ul li a.active{ color: #000; background: #ffffcc;}


#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 4px solid transparent;
  border-top-color: #fff;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
	display: none;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 43px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 35px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
  list-style:none;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 40px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  width: 156px;
  border-bottom:1px solid #000;
  padding: 12px 20px;
  font-size: 12px;
  color: #fff;
  background:#814b06;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  text-align:left;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #ff9900;
  color: #000;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}

#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}




@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	
#cssmenu {
    width: auto;
  }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
	border-right: 0;
	padding:0;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
	float: none;
	height:auto;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #000;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
	display:inline-block;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: none;
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 20px;
    top: 12px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    right: 20px;
    top: 22px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
  
  
#cssmenu ul li a#current {
    background: #c47533;
    border: medium none;
    border-radius: 0;
	color: #fff;
}
#cssmenu ul li a.active{  color: #1c466e;background:#ffcc00;}


}



@media only screen and (max-width: 767px){

#cssmenu{ height:auto; background: none; margin:15px 0 0 0px;}
#cssmenu > ul > #menu-button{ display:inline-block; width:100%;}
#cssmenu > ul{ margin:0 auto; width:288px;}
#cssmenu #menu-button > a{ background:#347433; color:#fff; width:86%; min-width:86%; height:22px; padding:8px 20px; line-height: 22px; text-decoration: none;}
#cssmenu #menu-button > a:hover0{ background: none;}
#cssmenu > ul > li > a{ background: #c5c5c5; border-top: 1px solid #fff; color: #000;text-decoration: none;}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.has-sub > a:hover{ background: #347433; color:#fff;text-decoration: none;}
#cssmenu > ul > li > ul > li > a{ background:#000; color:#f1d7c5; font-weight:normal; border-bottom: 1px solid #fff;}
#cssmenu > ul > li > ul > li:hover > a{ background:#336666; color:#fff;}
#cssmenu > ul > li.has-sub > a, #cssmenu ul li a{ font-size:14px; font-weight: normal;}
.header-inr{ height:auto;}
#cssmenu > ul.open > li#menu-button > a{ color:#fff; line-height: 22px;}

#cssmenu ul.open li, #cssmenu > ul.open > li{ border-top: none;}
#cssmenu ul.open li:first-child, #cssmenu > ul.open > li:first-child{ border-top: none;}


#cssmenu > ul > ul > li > a, #cssmenu ul li a:hover, #cssmenu > ul > ul > li:hover a{ border-radius:0 !important;}
#cssmenu ul li a{ min-width:82%; text-align:left;}
#cssmenu ul ul li a{ width:228px; min-width:228px;}
#cssmenu ul li:last-child{ float:none;}
#cssmenu ul li a{ 
	padding:12px 20px; 
	float: none;
	height:auto;
}
#cssmenu ul ul li a{ padding:8px 30px;}
#cssmenu ul li a.active{  color: #fff;background:#347433;}


.container {
    width: auto;
	margin:0;
}
.top_bar{ height:10px;}
.body_container {
    padding: 15px;
}

.logo {
    float: none;
    margin: 0;
	padding: 10px 0 0 0;
    text-align: center;
}

.phone {
    float: none;
    padding: 10px 0 0;
    text-align: center;
}
.email {
    float: none;
    padding: 0 0 0 11px;
    text-align: center;
}
.social {
    float: none;
    padding: 10px 0 0;
    text-align: center;
}
.header {
    border: medium none;
    height: auto;
    margin:0;
}
.body_container img{ width:100%;}
.box_col {
    float: none;
    margin: 0 0 20px;
    width: auto;
}

.box_head h2 {
	font-size:23px;
}
.box_head {
    padding: 20px 0;
}
.footer{ padding: 30px 15px 20px 15px; width:auto;}


#cssmenu {
    border-bottom: 0 none;
    border-top: 0 none;
}
.for_inner img {
    float: none;
    margin: 10px 0 10px;
}

.submit_form {
    margin: 0;
    width: auto;
}

.form_left {
    float: none;
    width: auto;
}
.form_right {
    float: none;
    width: auto;
}

.submit_form input[type="text"], .submit_form input[type="email"] {
    width: 96%;
}









}


















