body{
    font-size:12px;
    font-family:tahoma, arial, sans-serif;
    background-color:#c7c9b3;
    background-image:url("../../../pub/design/bodyBG.jpg");
    background-position:top left;
    background-repeat:repeat-x;
    padding:0;
    margin:0;
    text-align:center;
}


h1{
    font-size:200%;
    margin:0 0 10px 0;
    padding:0;
    
}

h2{
    font-size:180%;
    padding:0;
    margin:0;

}

h3{
    font-size:150%;
    padding:0;
    margin:0;
}

h4{
    padding:0;
    margin:0;
    font-size:130%;
}

h5{
    font-size:120%;
    padding:0;
    margin:0;
}

h6{
    padding:0;
    margin:0;
    font-size:110%;
}

p{
    font-size:100%;
    margin:0;
    padding:0 0 15px 0;
    line-height:1.5;
    font-size:120%;
    font-family:arial;
    color:#333;

}

img{
    border:none;
    padding:0;
    margin:0;
}

form{
    margin:0 0 0 0;
    padding: 0 0 0 0;
}

.clear{
    clear:left;
}


.boundingBox{
    text-align:left;
    width:1024px;
    margin:0 auto 0 auto;
}

.mainContainer{
    width:1024px;
    background-color:#fff;
    border:1px solid #999;
    padding:0px;
    margin:15px 0 30px 0;
    float:left;
    min-height:500px;
    box-shadow:0 10px 10px 0 #999999;
    -moz-box-shadow:0 10px 10px 0 #999999;
    -webkit-box-shadow:0 10px 10px 0 #999999;
}

.header{
    width:1024px;
    float:left;
    height:146px;
    padding:0 0 0px 0;
}


.logo{
    height:146px;
    float:left;
    width:418px;
}

.rightHeader{
    width:600px;
    float:left;
    text-align:right;
}

ul.socialMedia{
    list-style:none;
    padding:45px 0 5px 0;
    margin:0;
    width:19%;
    float:right;
    text-align:right;

}

ul.socialMedia li{
    list-style:none;
    padding:0 10px 0 0;
    margin:0;
    float:left;
    display:none;
}

.bottomRightHeader{
    width:100%;
    float:left;
    text-align:right;
}


.addressContainer{
    float:right;
    margin:0 15px 0 0;
    width:100%;
}

p.address{
    padding:0;
    margin:0;
    font-size:125%;
    line-height:1.3;
    width:100%;
    float:left;
}

p.phone{
    font-size:180%;
    margin:0px 20px 0 0;
    width:100%;
    float:left;
    line-height:1.5;

}

.mainNav{
    background-color:#84b841;
    width:100%;
    float:left;
    height:36px;
}

.mainNav ul{
    width:100%;
    float:left;
    list-style:none;
    padding:0;
    margin:0;
    text-align:center;
    line-height:34px;
}


.mainNav ul li{
    width:100%;
    display:inline;
    list-style:none;
    padding:0 9px 0 9px;
    margin:0;
    font-size:130%;
    color:#fff;
}


.mainNav ul li a:link{
    color:#fff;
    text-decoration:none;
}

.mainNav ul li a:visited{
    color:#fff;
        text-decoration:none;
}


.mainNav ul li a:hover{
    color:#fff;
        text-decoration:underline;
}


.mainNav ul li a:active{
    color:#fff;
        text-decoration:none;
}

.homepageContainer{
    width:964px;
    padding:30px;
    float:left;
    min-height:500px;
}


.leftCol{
    width:680px;
    min-height:300px;
    float:left;
}

.banner{
    width:672px;
    height:278px;
    float:left;
}

.bannerContainer{
    width:680px;
    height:290px;
    float:left;
}

.homepageContent{
    float:left;
    width:100%;
}

.homepageContent h1{
    float:left;
    width:98%;
        background-color:#84b841;
        color:#fff;
        font-weight:normal;
        padding:3px 0 3px 5px;
}

.rightCol{
    width:201px;
    min-height:300px;
    float:left;
    margin:0 0 0 30px;
    border-left:2px solid #f1f1f1;
    padding:0 0 0 30px;
}

.rightCol ul{
    width:201px;
    padding:0;
    list-style:none;
    float:left;
    margin:0 0 0 0px;
}

.rightCol ul li{
    width:201px;
    min-height:140px;
    padding:0;
    list-style:none;
    float:left;
    margin:0 0 15px 0px;
}

.rightCol ul li h3{
    background-color:#84b841;
    font-size:130%;
    padding:3px 0 3px 5px;
    margin:0 0 2px 0;
    

}

.rightCol ul li h3 a:link{
    color:#fff;
        text-decoration:none;
}

.rightCol ul li h3 a:visited{
    color:#fff;
    text-decoration:none;
}


.rightCol ul li h3 a:hover{
    color:#000;
        text-decoration:none;
}


.rightCol ul li h3 a:active{
    color:#fff;
        text-decoration:none;
}





#footer-wrapper{
    float:left;
    background-color:#84B841;
    width:100%;
    min-height:60px;
    padding:20px 0 20px 0;
    color:#fff;
    line-height:2;

}

#footer-wrapper p{

    color:#fff;
    font-size:100%;
}



#footer-wrapper a:link{
    color:#fff;
    text-decoration:none;
}

#footer-wrapper a:visited{
    color:#fff;
    text-decoration:none;
}


#footer-wrapper a:hover{
    color:#fff;
    text-decoration:underline;
}


#footer-wrapper a:active{
    color:#fff;
    text-decoration:none;
}




ul.bottom-nav, ul.copyright{
    list-style:none;
    padding:0;
    margin:0;
    float:left;
    text-align:center;
    width:100%;
}

ul.bottom-nav li, ul.copyright li{
    list-style:none;
    padding:0;
    margin:0;
    display:inline;

}

#footer-wrapper p{
    float:left;
    padding:0;
    margin:0;
    width:100%;
    text-align:center;

}

/* end homepage */













/* begin subpage */

.subpageContainer{
    width:964px;
    padding:30px;
    float:left;
        min-height:500px;
}
.subpageContent{
    float:left;
    width:100%;
}

.subpageContent h1{
    float:left;
    width:98%;
    color:#84b841;
    font-weight:normal;
    padding:3px 0 3px 0px;
    border-bottom:1px solid #84b841;
}





/* end subpage */



/* begin drop down -- change CSS as needed */

    .dropdownsub
{
	position:absolute;
	margin:0 0 0 0;
        padding:5px 0 0 0;
	visibility:hidden;
	width:150px;
	z-index:99999;
        top:0px;
}
    .dropdownsub ul
	{
	margin:0;
        padding:0 0 0 0;
	width:100%;
        list-style-type:none;
	}
        
        
        
    .dropdownsub ul li
	{
	margin:0 0 0 0;
	padding:0 0 10px 0;
	width:100%;
        list-style-type:none;
	overflow:hidden;
        background-color:#bcda84;
        color:#fff;
        float:left;
        height:24px;


	}

    .dropdownsub ul li a
	{
	width:100%;
	margin:0 0 0 0;
	height:18px;
	line-height:14px;
        padding:0 0 0 0;
        text-align:left;


	}
                        
    .dropdownsub ul li a:link
	{
	display:block;
	color:#000;
	text-decoration:none;
        background-color:#bcda84;
        font-size:90%;
        padding:0 0 0 10px;
	}
    .dropdownsub ul li a:visited
	{
	display:block;
	color:#000;
	text-decoration:none;				
        background-color:#bcda84;
        font-size:90%;
        padding:0 0 0 10px;
	}
    .dropdownsub ul li a:hover
	{
	display:block;
	color:#fff;
	text-decoration:none;						
        background-color:#bcda84;
        font-size:90%;
        padding:0 0 0 10px;
                                
	}
    .dropdownsub ul li a:active
	{
	display:block;
	color:#000;
	text-decoration:none;				
        background-color:#bcda84;
        font-size:90%;
        padding:0 0 0 10px;
	}									
			
    .dropdownsub ul li a span
	{
	padding:0 0 0 0;
        margin:0;
	display:block;
	overflow:hidden;
	}
/* end drop down */


/* begin about us page */

#wrapper_about_us a:link{
    color:#84B841;
    text-decoration:underline;
    font-weight:bold;
    
}

#wrapper_about_us a:visited{
    color:#84B841;
    text-decoration:underline;
     font-weight:bold;
}

#wrapper_about_us a:hover{
    color:#333;
    text-decoration:none;
     font-weight:bold;
}

#wrapper_about_us a:active{
    color:#84B841;
    text-decoration:underline;
     font-weight:bold;
}

/* end about us page */



/* begin technology page */

#wrapper_technology ul li{
    font-size:120%;
    color:#333;
    line-height:1.5;
}


/* end technology page */




/* begin contact us page */

#wrapper_contact_us #ContentID{
    width:25%;
    float:left;
    margin:0 25px 0 0;
}

#wrapper_contact_us #ContentID h1{
    border-bottom:none;
    padding:0 0 25px 0;
    margin:0;
}

#wrapper_contact_us #ContentID p{
    float:left;
    line-height:1.6;
}


#wrapper_contact_us #ctl00_Main_UserControl_ContactForm_1_HHFormPanel{
    width:60%;
    float:left;
    border-left:2px solid #F1F1F1;
    padding:0 0 0 25px;
}

#wrapper_contact_us p.contactPhone{
    padding:10px 0 0 0;
    margin:0;
}


#wrapper_contact_us p{
    padding:0;
    margin:0;
}

#wrapper_contact_us .hhFormRowInput input{
    width:265px;
}


#wrapper_contact_us .hhFormController {
    text-align:center;
    width:100%;
}


#wrapper_contact_us .hhFormController input#cmdAction{
        background: none repeat scroll 0 0 #6BAA42;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    padding: 5px 19px;
}

/* end contact us page */


/* status updates */


#wrapper_status_updates ul li{
    font-size:130%;
}

#wrapper_status_updates ul li a:link{
    text-decoration:underline;
    color:#84B841;
}

#wrapper_status_updates ul li a:visited{
    text-decoration:underline;
        color:#84B841;
}


#wrapper_status_updates ul li a:hover{
    text-decoration:none;
        color:#333;
}


#wrapper_status_updates ul li a:active{
    text-decoration:underline;
        color:#84B841;
}


/* end status updates */


#wrapper_reference_facilities h2{
    color:#84B841;
    font-weight:normal;
}

#wrapper_reference_facilities h3{
    color:#666;
    font-weight:normal;
}

.bottomRightHeader p a:visited {
    color:#333;
}

.bottomRightHeader p .fa {
    font-size:35px;
}

i.fa {
    color:#333;
}


/* Image Grid Page */

/************************************************

FLEXIMAGE

************************************************/


/* FlexFit - Fit whole image within responsive container (ie. logos, product images) */
.flexFit {
  position: relative;
  padding: 0 0 65% 0; /* Adjust bottom for desired height */
  height: 0px;
  overflow: hidden;
}

.flexFit img,
.flexFill .img-wrap.fit img {
  position: absolute;
  max-width: 98%;
  max-height: 98%;
  height: auto;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
}

/* FlexFill - Fill responsive container with image (ie. banner image) */
.flexFill {
  position: relative;
  padding: 0 0 65% 0; /* Adjust bottom for desired height */
  height: 0px;
  overflow: hidden; 
}

.flexFill .img-wrap {
  float:none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.flexFill a {
  display:block;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
	
}

.flexFill img {
  max-width:none;
  display:none;
  float:none;
  position:relative;
}

.flexFill.processed img {
  display: block !important;
}

.image-collage-grid {
	max-width:640px;
	margin:0 auto;
}

.image-collage-grid,
.image-collage-grid *,
.image-collage-grid *:before,
.image-collage-grid *:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.image-collage-grid .row {
    margin-bottom: 10px;
}

.image-collage-grid .grid12-12 .flexFill {
	padding-bottom:35%;
}

.image-collage-grid .grid4-12.tall-narrow .flexFill {
	padding-bottom:134%;
}

/* Splits Up The Page Horizontally & Clears Itself */
.row {
	clear: both;
	padding: 0px;
	margin:0;
}
.row:before,
.row:after{
    content:"";
    display:table;
}
.row:after{
    clear:both;
}


/* Divides The Row Into Columns */
.col{
	display: block;
	float: left;
	margin: 0% 0 0 1.6%;
}

.col:first-child {
	margin-left:0;
}

.col:before,
.col:after {
  content:" ";
  display:table;
}

.col:after {
  clear:both;
}

/*  GRID OF TWELVE */
.grid12-12{width: 100%;}
.grid11-12{width: 91.53%;}
.grid10-12{width: 83.06%;}
.grid9-12{width: 74.6%;}
.grid8-12{width: 66.13%;}
.grid7-12{width: 57.66%;}
.grid6-12{width: 49.2%;}
.grid5-12{width: 40.73%;}
.grid4-12{width: 32.26%;}
.grid3-12{width: 23.8%;}
.grid2-12{width: 15.33%;}
.grid1-12{width: 6.86%;}


/* End of Image Grid Page */