body, html { overflow-x: hidden; }
.clear { clear: both; }
p { margin: 10px 0; }
a:link {
  color: #5c8727;
  text-decoration: none;
}
a:visited {
  color: #5c8727;
  text-decoration: none;
}
a:hover { text-decoration: underline; }
ul { margin: 10px 0 10px 20px; }
ul li { list-style: disc; }
ol { margin: 10px 0 10px 20px; }
ol li { list-style: decimal; }
.read-more {
  text-transform: uppercase;
  color: #5c8727;
  text-decoration: none;
  background: url(images/icon-read-more.jpg) right center no-repeat;
  padding: 0 20px 0 0;
}
.subscribe_btn {
  text-transform: uppercase;
  color: #5c8727;
  text-decoration: none;
  background: url(images/icon-subscribe.png) right center no-repeat;
  padding: 3px 20px 2px 0;
}
.full-story { text-transform: uppercase; }
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  background: url(images/bg-body.png) repeat-x #333333;
  line-height: 15px;
}
#wrapper {
  width: 994px;
  margin: 0 auto;
  overflow: hidden;
}
#header { position: relative; }
#sub_header {
  background: white;
  height: 105px;
  width: 964px;
  padding: 0 15px;
  position: relative;
}
.green_line {
  width: 966px;
  height: 1px;
  left: 14px;
  position: absolute;
  display: block;
  background: #487b1d;
}
#nav {
  position: relative;
  left: 5px;
  margin: 15px 0 0 0;
}
#nav ul {
  margin: 0;
  position: relative;
  box-shadow: 0px 5px 10px #646464;
  -webkit-box-shadow: 0px 5px 10px #646464;
  -moz-box-shadow: 0px 5px 10px #646464;
}
#nav ul li {
  list-style: none;
  display: block;
  float: left;
}
#nav ul li a:link {
  display: block;
  float: left;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 24px;
  height: 40px;
  line-height: 40px;
  background: url(images/nav-divisory-line.png) right bottom no-repeat;
}
#nav ul li a:visited {
  display: block;
  float: left;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 24px;
  height: 40px;
  line-height: 40px;
  background: url(images/nav-divisory-line.png) right bottom no-repeat;
}
#nav ul li a:hover { color: #cdcccc; }
#nav ul li:last-child a {
  background: none;
  padding: 0 0 0 24px;
}
#nav ul li:first-child a { padding: 0 25px 0 20px; }
#nav ul li ul { display: none; }
#nav ul li:hover ul {
  display: block;
  width: 200px;
  background: #cccccc;
  position: absolute;
  top: 40px;
  z-index: 10;
}
#nav ul li:hover ul li {
  width: 200px;
  border-bottom: 1px solid #999999;
}
#nav ul li:hover ul li:last-child { border-bottom: none; }
#nav ul li:hover ul li:hover { background: #666666; }
#nav ul li:hover ul li a:link {
  padding: 10px 15px 10px 10px;
  height: auto;
  display: block;
  line-height: 16px;
  margin: 0;
  background: none;
  color: black;
}
#nav ul li:hover ul li a:visited {
  padding: 10px 15px 10px 10px;
  height: auto;
  display: block;
  line-height: 16px;
  margin: 0;
  background: none;
  color: black;
}
#nav ul li:hover ul li a:hover { color: white; }
#logo {
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  width: 280px;
  height: 67px;
}
#search {
  width: 560px;
  height: 67px;
  position: absolute;
  top: 20px;
  right: 15px;
}
#search .tag_line {
  font-size: 14px;
  padding: 0 5px 0 0;
  font-weight: bold;
  font-style: italic;
  text-align: right;
  color: #5c8727;
  text-transform: uppercase;
}
#search #search_form {
  display: block;
  float: right;
  width: 230px;
  height: 30px;
  margin: 10px 0 0 0;
  position: relative;
}
#search #search_form label {
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 5px 0 0;
  color: #5c8727;
}
#search #s {
  width: 165px;
  border: #487b1d 1px solid;
  height: 20px;
  color: #999999;
}
#search #submit_btn {
  border: none;
  background: url(images/icon-read-more.jpg) no-repeat;
  height: 15px;
  width: 15px;
  position: absolute;
  cursor: pointer;
  right: 9px;
  top: 5px;
}
#main_content {
  padding: 15px;
  background: white;
  overflow: hidden;
}
#slideshow {
  border-bottom: 1px solid #487b1d;
  padding: 7px 0;
  margin: 0 0 10px 0;
}
#boxes { position: relative; }
#boxes .box {
  display: block;
  width: 300px;
  min-height: 300px;
  background: url(images/bg-home-box.jpg) no-repeat top center;
  float: left;
  margin: 0 10px;
}
#boxes .box .padding {
  margin: 21px;
  display: block;
}
#boxes .box .title {
  font-size: 18px;
  font-weight: bold;
  color: #5c8727;
  margin: 0 0 10px 0;
}
#boxes .box .image {
  text-align: center;
  display: block;
  margin: 0 0 10px 0;
  overflow: hidden;
}
#boxes .box .content { margin: 0 10px 10px 10px; }
#boxes .box .our-brochure {
  background: url(images/adobe_pdf_icon.png) right center no-repeat;
  padding: 3px 20px 2px 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}
#boxes .from_our_blog ul { margin: 0; }
#boxes .from_our_blog ul li {
  list-style: none;
  margin: 10px 0;
}
#boxes .from_our_blog .subscribe_btn { margin: 0 0 0 40px; }
.breadcrumb {
  position: absolute;
  text-align: right;
  top: 33px;
  left: 320px;
  width: 300px;
  height: 16px;
  overflow: hidden;
}
.breadcrumb .white {
  display: block;
  height: 16px;
  width: 14px;
  position: absolute;
  right: 0;
}
#main_content.inner { padding: 0 15px 15px 15px; }
#main_content.inner #content { margin-top: 0; }
#content {
  width: 620px;
  margin: 15px 0 0 10px;
  padding: 0 35px 0 0;
  border-right: 1px #487b1d solid;
  display: block;
  position: relative;
  float: left;
}
#content .main_title {
  border-bottom: 1px solid #487b1d;
  font-size: 18px;
  font-weight: bold;
  color: #5c8727;
  padding: 0 0 5px 0;
}
#content h1 {
  color: #5c8727;
  font-weight: normal;
  margin: 30px 0 10px 0;
}
#content h2 {
  color: #5c8727;
  font-weight: normal;
  margin: 30px 0 10px 0;
}
#content h3 {
  color: #5c8727;
  font-weight: normal;
  margin: 30px 0 10px 0;
}
#content h4 {
  color: #5c8727;
  font-weight: normal;
  margin: 30px 0 10px 0;
}
#content h1 { font-size: 27px; }
#content h2 { font-size: 22px; }
#content h3 { font-size: 19px; }
#content h4 { font-size: 17px; }
.industries-served-table {
  margin-top: 40px;
  width: 420px;
  margin: 40px auto 10px auto;
}
.industries-served-table td { padding: 5px; }
.industries-served-table .title td { padding: 0; }
.industries-served-table .separate { height: 20px; }
.post .meta_info { margin: 20px 0 25px 0; }
.post .meta_info h2 {
  font-size: 14px;
  color: #5c8727;
  line-height: 24px;
}
.post .meta_info h1 { line-height: 25px; }
.post .meta_info .meta p {
  margin: 4px 0 0 0;
  font-size: 10px;
}
.post .more-link { font-size: 15px; }
img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
a img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#a2apage_powered_by, #a2afeed_powered_by { display: none; }
.wpcf7 {
  position: relative;
  top: 15px;
}
.wpcf7 input {
  width: 280px;
  border: 1px solid #487b1d;
  height: 20px;
}
.wpcf7 textarea {
  width: 280px;
  border: 1px solid #487b1d;
  height: 20px;
}
.wpcf7 textarea {
  width: 278px;
  height: 130px;
}
.wpcf7 #captcha_txt {
  width: 49px;
  text-align: center;
  font-size: 19px;
}
.wpcf7 #captcha_img {
  position: relative;
  top: 7px;
}
.wpcf7 #send_btn {
  display: block;
  background: #66993b;
  cursor: pointer;
  width: 100px;
  height: 30px;
  color: white;
  font-size: 14px;
  position: relative;
  left: 185px;
  top: 20px;
}
.wpcf7 #send_btn:hover { background: #84b759; }
.wpcf7 .green {
  color: #5c8727;
  font-style: italic;
  font-size: 11px;
  color: rgba(10, 10, 10, 0.5);
}
#sidebar {
  display: block;
  float: left;
  width: 253px;
  margin: 0 10px 0 -1px;
  padding: 0 0 0 25px;
  border-left: 1px #487b1d solid;
}
#sidebar ul { margin: 0; }
#sidebar .widget {
  list-style: none;
  padding: 0;
  margin: 20px 0 40px 0;
  clear: both;
  overflow: hidden;
  display: block;
}
#sidebar .widget ul li {
  list-style: disc;
  margin: 0 0 0 18px;
  line-height: 17px;
}
#sidebar .widgettitle {
  color: #5c8727;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#sidebar #sidebar_from_our_blog .widgettitle a {
  background: url(images/icon-rss-green.png) no-repeat right center;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0 30px 0 0;
}
#sidebar #sidebar_from_our_blog ul li {
  list-style: none;
  margin: 10px 0 10px 2px;
}
#sidebar .widget_recent_entries .widgettitle a {
  background: url(images/icon-rss-green.png) no-repeat right center;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0 30px 0 0;
}
#sidebar .widget_recent_entries ul li {
  list-style: none;
  margin: 10px 0 10px 2px;
}
#sidebar .a2a_dd { font-size: 18px; }
#sidebar #add-to-any-subscribe {
  position: relative;
  left: -10px;
}
#footer_wrapper {
  background: url(images/bg-footer.png) repeat-x bottom #4f8c1d;
  height: 182px;
  width: 100%;
  color: white;
}
#footer_wrapper a:link {
  color: white;
  text-transform: uppercase;
  padding: 0 4px;
}
#footer_wrapper a:visited {
  color: white;
  text-transform: uppercase;
  padding: 0 4px;
}
#footer {
  width: 994px;
  margin: 0 auto;
  position: relative;
}
#footer .one {
  position: relative;
  top: 20px;
  left: 25px;
  margin: 0;
  padding: 0;
}
#footer .two {
  position: relative;
  margin: 0;
  padding: 0;
  top: 35px;
  left: 25px;
  font-size: 10px;
}
#footer .three {
  position: relative;
  margin: 0;
  padding: 0;
  top: 100px;
  left: 25px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 20px;
  color: #99cc33;
}
#footer .logos {
  display: block;
  position: absolute;
  top: 70px;
  right: 0;
}
