/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #b9d534; color: #fff; text-shadow: none; }
::selection { background: #b9d534; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom:1;
}

.left {
  float:left;
}

.right {
  float:right;
}

/* ===== Primary Styles ========================================================
   Author: Ben Harvey / Nathan Goult - Goult Creative Ltd.
   ========================================================================== */

.small {
  font-size: 12px;
  margin:10px 20px;
}

.green {
  color:#b9d534;
}

.blue {
  color:#3772b7;
}

.blue2 {
  color:#3772b7;
  font-size: 14px;
}

.blue3 {
  color:#3772b7;
  font-size: 18px;
}


#page {
  width:920px;
  margin:0 auto;
}

header {
  height:160px;
  background:#fff;
  border-bottom: 1px dotted #2c3482;
  font-family: 'Varela Round', sans-serif;
  letter-spacing: -1px;
}

.contact-header {
  float:right;
  font-size:24px;
  color:#70797b;
  margin-top:50px;
  margin-bottom:10px;
  

}


/*Nav*/

#nav{
  list-style: none;
  float:left;
  color:#3772b7;
  /*margin-top:-10px;*/
  color:#3772b7;
  list-style:none;
  font-weight:bold;
  margin-top:15px;
  width:100%;
}

#nav li{
  float:left;
  margin-right:10px;
  position:relative;
  font-weight:bold;
  display:block;
  margin-left:8px;
  font-size:16px;
}
#nav a{
  display:block;
  padding:5px 10px;
  color:#3772b7;
  text-decoration:none;
}
#nav a:hover{
  color:#B9D534;
  text-decoration:none;
}



.nav2{
  list-style: none;
  float:left;
  color:#b9d534;
  /*margin-top:-10px;*/
  color:#b9d534;
  list-style:none;
  font-weight:bold;
  width:100%;
}

.nav2 li{
  float:left;
  position:relative;
  font-weight:bold;
  display:block;
  font-size:16px;
}
.nav2 a{
  display:block;
  color:#000;
  text-decoration:none;
}
.nav2 a:hover{
  color:#000;
  text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
  padding-top:5px;
  padding-bottom:5px;
  background:#3772b7; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
  list-style:none;
  position:absolute;
  /*right:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
  display:none;
  z-index: 999;
  padding-left:0;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-radius: 0 10px 10px 10px;   
  
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  

}
#nav ul li{
  padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
  float:none;
  border-top:1px dotted #B9D534;
}
#nav ul li:first-child{
  padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
  float:none;
  border-top:0;
}
#nav ul a{
  color:#fff;
  white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
  left:0px; /* Bring back on-screen when needed */
  display:block;
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
  text-decoration:none;
  background:#3772b7;
  color:#fff;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-radius: 10px 10px 0px 0px;
  
}
#nav li.nodrop:hover a{
  color:#B9D534;
  background:#fff;
  
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
  text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
  color:#B9D534;
}

/*End Nav*/

a.header_link{
  color:#B9D534;
  text-decoration: none;
}

a.header_link:hover{
  color:#3772b7;
  text-decoration: none;
}

#banner {
  margin:20px 0 0;
/*   background:url('../img/ss_01.jpg') no-repeat; */
  height:370px;
  overflow:hidden;
}

.banner-contents {
  position:relative;
  background:url('../img/banner_strap.png') repeat-x;
  height:111px;
  top:-141px;
  font-family: 'Varela Round', sans-serif;
}

.banner-contents h1{
  padding:10px 22px 0px;
  margin:0;
  color:#fff;
}

.banner-contents p{
  color:#fff;
  margin:0;
  padding:10px 22px;
}

.banner-contents a:link, .banner-contents a:hover, .banner-contents a:visited, .banner-contents a:active {
  text-decoration: none;
  color:#fff;
}

.banner-contents a:hover {
  text-decoration: underline;
  color:#3772b7;
}

.banner-right {
  position:relative;
  float:right;
  width:230px;
  text-align: center;
  top:-326px;
  font-size: 12px;
  color:#fff;
}

.banner-right img{
  margin-bottom:10px;
}

.l-col {
  width:508px;
  float:left;
}

.l-col h1{
  color:#b9d534;
}

.l-col p{
  font-size: 12px;
  line-height: 18px;
  color:#70797c;
}

.l-col p strong{
  font-weight: bold;
  color:#2a3582;
}



.r-col {
  width:380px;
  float:right;
}

.r-col-top {
  background:#b9d534;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color:#fff;
  padding:10px 0 10px 20px;
  font-size:23px;
  border-radius: 20px 0px 0px 20px;
  
}

.services {
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width:186px;
  background:#B9D534;
  text-align: center;
  margin-left:4px;
  margin-bottom:4px;
  float:left;
  color:#fff;
  font-size:18px;
  font-weight:bold;
  padding-bottom:10px;
  border-radius: 0 0px 20px 20px;
  
}
.services-header {
  width:918px;
  background:#B9D534;
   margin-top:12px;
  margin-bottom:12px;
  float:left;
  color:#fff;
  font-size:22px;
  font-weight:bold;
  border-radius: 20px 20px 20px 20px;
  
}
.services-header span{
  padding:14px;
  display: inline-block
	
}
.services-header small{
  font-weight:normal;
    font-size:12px;
	
}
.job-header {
  width:918px;
  background:#2c3384;
   margin-top:12px;
  margin-bottom:12px;
  float:left;
  color:#fff;
  font-size:22px;
  font-weight:bold;
  border-radius: 20px 20px 20px 20px;
  
  
}
.job-header span{
  padding:14px;
  display: inline-block
	
}
.job-header small{
  font-weight:normal;
    font-size:12px;
	line-height: 100%;
	
}

.services:hover {
  background:#2e3682;
 }

.services img {
 /* border:8px solid #7e8386;*/
 margin:8px;
  margin-bottom:10px;
}

.services img:hover {
  /*border:8px solid #B9D534;*/
}

.services a:link, .services a:visited, .services a:hover, .services a:active {
  color:#fff;
  text-decoration: none;
}

.belting_h_list td:first-child{
  border-radius: 20px 0 0 20px;
}
.belting_h_list td:last-child{
  border-radius: 0 20px 20px 0;
}

.belting_h_list td{
	vertical-align: middle;
  margin-right: 10px;
  border-right: 1px solid #fff;
  border-collapse: collapse;
}

ul.belting_v_list {
  list-style: none;
  padding-left: 0;
  float: left;
  width: 50%;
}

ul.belting_v_list li{
  color: #fff;
  background: #B9D534;
  color: #2a3582;
  padding: 15px 20px 20px; 
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;  
  text-shadow: 0 1px 0 #d1e465;
  
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-radius: 0 20px 20px 20px;   
  
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;

}

ul.belting_v_list li a {
  display: block;
  text-decoration: none;
}

footer {
  border-top: 1px dotted #7e8386;
  margin-top: 20px;
  margin-bottom: 40px;
}

.f-col {
  margin-top:20px;
  font-size: 12px;
  width: 190px;
  color:#7e8386;
}

.white-col-text {
  font-size: 12px;
  color:#2a3582;
}


.contact_form {
	margin-top:40px;
	border-left:1px solid #2A3582;
	padding-left:20px;
}

.contact_form h2{
	font-size: 20px;
}

.contact_form input,.contact_form textarea{
	width:95%;
}

.errors {
	color: orangered;
}


.maintextwhite {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 20px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #ffffff;
  text-decoration: none;
  
}
.maintextwhite2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-style: normal;
  line-height: 20px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #ffffff;
  text-decoration: none;
  
}
.backtolink {
  background:#b9d534;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  
  color:#fff;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  padding:10px 10px 10px 10px;
  font-size:12px;
  
}


/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
