@charset "UTF-8";
/* CSS Document */

body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding: 0; background: #80a538 url(../images/bgrnd.jpg) repeat-x top;  background-attachment:fixed;
	}
	
	
/* css fixes */

.clear {
	clear:both;
	font-size:0px;
	visibility:hidden;
	margin:0;
	padding:0;
	line-height:0px;
}

img
{  border-style: none;
max-width:100%;
height:auto;
}

/* end css fixes */

a:link { color: #7e9939; text-decoration: underline; }
a:visited { color: #7e9939; text-decoration: underline; }
a:hover { color: #7e9939; text-decoration: none; }
a:active { color: #7e9939; text-decoration: underline; }


h1 { color: #7e9939; font-size: 28px; line-height:32px; font-family: 'futura-pt', Verdana, Geneva, sans-serif; text-decoration: none; letter-spacing: 0px; text-align:left; text-transform:uppercase; font-weight: 400; margin-top: 20px !important; margin-bottom: 20px !important; }
h2 { color: #7e9939; font-size: 22px; line-height:26px; font-family: 'futura-pt', Verdana, Geneva, sans-serif; text-decoration: none; letter-spacing: 0px; text-align:left; text-transform:uppercase; font-weight: 400; margin-top: 0px !important; margin-bottom: 10px !important; }
h3 { color: #7e9939; font-size: 18px; line-height:22px; font-family: 'futura-pt', Verdana, Geneva, sans-serif; text-decoration: none; letter-spacing: 0px; text-align:left; text-transform:uppercase; font-weight: 400; margin-top: 20px !important; margin-bottom: 10px !important; }


div.menuspacer{
		display:none !important;
}

/* Boxes on Home Page */

h5 { color: #ffffff; font-size: 26px; line-height:30px; font-family: 'futura-pt', Verdana, Geneva, sans-serif; text-decoration: none; letter-spacing: 0px; text-align:left; text-transform:uppercase; font-weight: 400; margin-top: 0px !important; margin-bottom: 0px !important; }

.boxcontainer {
    overflow: hidden;
}

#box1 {
	width: 25%;
	height:auto;
	position: relative;
	display: inline-block;
	vertical-align:top;
	text-align:left;
	background-color: #91a857;
	padding-bottom: 100%;
    margin-bottom: -100%;
}

#box2 {
	width: 25%;
	height:auto;
	position: relative;
	display: inline-block;
	vertical-align:top;
	text-align:left;
	background-color: #abbd7e;
	padding-bottom: 100%;
    margin-bottom: -100%;
}

#box3 {
	width: 25%;
	height:auto;
	position: relative;
	display: inline-block;
	vertical-align:top;
	text-align:left;
	background-color: #91a857;
	padding-bottom: 100%;
    margin-bottom: -100%;
}

#box4 {
	width: 25%;
	height:auto;
	position: relative;
	display: inline-block;
	vertical-align:top;
	text-align:left;
	background-color: #abbd7e;
	padding-bottom: 100%;
    margin-bottom: -100%;
}

/** boxlink **/
.boxlink { text-decoration: none }
a.boxlink:link, a.boxlink:visited { text-decoration: none }
a.boxlink:hover { text-decoration: none }
a.boxlink:active { text-decoration: none }


div.boxtext {
	padding-left:30px;
	padding-right: 30px;
	margin-top: 20px;
	font-family: 'futura-pt', Verdana, Geneva, sans-serif;
	color:#ffffff;
	font-size: 16px;
	line-height: 20px;
}

div.boxcopy {
	margin-top: 10px;
}

/* END Boxes on Home Page */

hr {
	height:1px;
	border:none;
	color:#7e9939;
	background-color:#7e9939;
}

#maincontainer {
	max-width: 1000px;
	margin: 0 auto 0 auto;
	background-color:#ffffff;
	overflow: visible;
	z-index:9;
	box-shadow: 0px 0px 15px #000000;
}

div.textarea{
	width: 80%;
	padding-left:10%;
	font-family: 'futura-pt', Verdana, Geneva, sans-serif;
	color:#6d6e71;
	font-size: 16px;
	line-height: 22px;
	text-align:left;
	z-index: 999;
}


#employeepic_left {
	position: relative;
	float:left;
	border: 2px solid #7e9939;
	width:115px;
	height: 150px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	
	/*Rounded Corners*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  
  
  /*Shadow*/
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	
}




div.toplogo {
	position: relative;
	float: left;
	margin-left:20px;
	margin-top:5px;
}

div.toptext {
	position:relative;
	display: inline;
	float:right;
	color: #7e9939;
	font-size: 22px;
	font-family: 'futura-pt', Verdana, Geneva, sans-serif;
	font-weight: 400;
	margin-top:38px;
	margin-right:10px;
}

div.topsocial {
	position: relative;
	display: inline;
	vertical-align: top;
	margin-top:34px;
	margin-right:20px;
	float:right;
}

div.bottombar {
	max-width:1000px;
	height: 40px;
	background-color:#7e9939;
	z-index:9999;
}


/* Bottom Request Quote Button */

.requestquote {
	font-family: 'futura-pt', Verdana, Geneva, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #7e9939;
}

a.requestquote:link, a.requestquote:visited { color: #7e9939; text-decoration: none }
a.requestquote:hover { color:#ffffff; text-decoration: none; }
a.requestquote:active { color: #7e9939; text-decoration: none; }

#requestquote {
	display: inline-block;
	background: #ffffff;
	border: 2px solid #7e9939;
	width: 300px;
	height: 38px;
	margin: 10px 0 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 38px;
  
  /*Transition*/
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
  
  /*Rounded Corners*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  
  
  /*Shadow*/
  -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
}

#requestquote:hover {
  background-color: #abbd7e;
}

/* END Bottom Request Quote Button */


div.footer {
	max-width:1000px;
	margin: 0 auto 0 auto;
	height: 86px;
	font-family: 'futura-pt', Verdana, Geneva, sans-serif;
	font-weight: 600;
	color:#000000;
	font-size: 11px;
	line-height: 18px;
	text-align:left;
}

div.copyright {
	padding-top:5px;
	float:left;
}

div.graphicdepictions {
	position: relative;
	padding-bottom:20px;
	display:block !important;
	width: 184px;
	height: auto;
	float:right;
}


div.picintextright {
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}


div.picintextright_albert_rabbit {
	position: relative;
	float:right;
	width: 250px;
	height: 188px;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
	/*Rounded Corners*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  
  
  /*Shadow*/
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}


div.prema_quote {
	display: table;
}



div.picintextleft {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}

div.picintextleft_rainbird {
	float:left;
	padding-right:20px;
	padding-bottom:0px;
	margin-top:10px;
}


div.quoteright {
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}

div.quoteleft {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}

div.quotecentre {
	padding-top:20px;
	padding-bottom:20px;
	text-align: center;
}


div.quote_services_right {
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}

div.quote_services_left {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}


div.slideshow_award{
	max-width: 424px;
	height: auto;
	line-height: 0px !important;
	
	/*Rounded Corners*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
	
	/*Shadow*/
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}


div.communitylinks {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 10px;
	width: 230px;
	height: 220px;
	padding-bottom: 10px;
	
	/*Rounded Corners*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
	
	/*Shadow*/
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

/** communitylinks **/
.communitylinks { text-decoration: none }
a.communitylinks:link, a.communitylinks:visited { text-decoration: none }
a.communitylinks:hover { text-decoration: none; color: #000000; }
a.communitylinks:active { text-decoration: none }

div.fb-like-box {
	width:100% !important;
	overflow: scroll !important;
}

div.facebook-feed {
	display: block;
}

div.facebook-feed-smartphone {
	display:none !important;
}


div.homepagesnipe {
	position: absolute;
	z-index: 99999999;
	top: 143px;
}

div.homepagesnipe_smartphone {
	display: none;
}


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

	
h5 { font-size: 22px; line-height:26px; }
	
	
}


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

	
h5 { letter-spacing: -1px; }
	
	
	
	
}

@media screen and (max-width: 800px) {
	
div.toplogo {
	float: none;
	left:50%;
	margin-right: 0px !important;
	margin-left:-209px !important;
	width: 418px;
}
	
	
div.toptext {
	display: inline-block;
	float:none;
	left:50%;
	margin-top:0px;
	margin-right:0px;
	margin-left:-150px;
}

div.topsocial {
	position: absolute;
	display: inline-block;
	vertical-align: top;
	left:50%;
	margin-left:140px;
	margin-top:-3px;
	margin-right:0px;
	float:none;
	width: 34px;
	height: auto;
}
	
div.slideshow_regular{
	margin-top:5px;
}
	

div.copyright {
	position:relative;
	padding-top:26px;
	float:none !important;
	width: 270px !important;
	left:50%;
	margin-left:-135px;
	text-align:center;
}

div.graphicdepictions {
	margin-right:0px;
	margin-top:0px;
	left:50%;
	margin-left:-93px;
	float:none !important;
}
	
	
div.quote_services_right {
	display: none !important;
}

div.quote_services_left {
	display: none !important;
}
	
div.billboard_pic {
	display: none !important;
}
	
	
div.picintextright_albert_rabbit {
	width: 200px;
	height: 150px;
	
}
	
	
div.homepagesnipe {
	top: 177px;
}
	
	

}


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

	
h5 { font-size: 26px; line-height:30px; letter-spacing: 0px; }
	
#box1 {
	width: 100%;
	display: block;
	padding-bottom: 0px !important;
    margin-bottom: -10px !important;
}

#box2 {
	width: 100%;
	display: block;
	padding-bottom: 0px !important;
    margin-bottom: -10px !important;
}

#box3 {
	width: 100%;
	display: block;
	padding-bottom: 0px !important;
    margin-bottom: -10px !important;
}

#box4 {
	width: 100%;
	display: block;
	padding-bottom: 0px !important;
    margin-bottom: -10px !important;
}
	
div.boxtext {
	padding-left:30px;
	padding-right: 30px;
	padding-top:20px;
	margin-top: 0px !important;
}	
	
	
}

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

div.toptext {
	font-size: 20px;
	margin-left:-142px;
}
	
	
div.topsocial {
	margin-left:115px;
}
	
	
div.toplogo {
	margin-left:-150px !important;
	width: 300px;
}
	
	
div.menuspacer{
		display:block !important;
	height:40px;
}
	
div.boxtext {
	padding-left:30px;
	padding-right: 30px;
	padding-top:20px;
	margin-top: 0px !important;
	font-size: 18px;
	line-height: 22px;
}
	
div.textarea{
	font-size: 18px;
	line-height: 24px;
}
	
	
#employeepic_left {
	float:none;
	margin-right: 0px;
	margin-bottom: 20px;
}
	

div.picintextright {
	float:none;
	padding-left:0px;
	padding-bottom:0px;
}
	
div.picintextleft {
	float:none;
	padding-left:0px;
	padding-bottom:0px;
}
	
	
div.picintextleft_rainbird {
	float:none;
	padding-left:0px;
	padding-bottom:0px;
}
	
	
div.quoteright {
	display: none !important;
}

div.quoteleft {
	display: none !important;
}
	
	
div.prema_quote {
	display: block !important;
}
	
div.quotecentre {
	display: none !important;
}
	
	
div.homepagesnipe {
	display: none !important;
}
	
div.homepagesnipe_smartphone {
	display: block !important;
	position: absolute;
	z-index: 99999999;
	top: 148px;
}
	
	
div.facebook-feed {
	display: none !important;
}

div.facebook-feed-smartphone {
	display:block !important;
}
	
	
	
}

@media screen and (max-width: 500px) {
	
	
div.picintextright_albert_rabbit {
	width: 260px;
	height: 195px;
	float: none !important;
	margin-left: 0px !important;
	
}
	
	
}