@charset "utf-8";
/*  CSS */

a,
a:link,
a:visited,
a:hover,
a:active	{color:#252525; outline: none;}
:focus		{ -moz-outline-style: none;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}

h1			{font:1.6em Tahoma, Verdana, Arial, Helvetica, sans-serif;margin:0;padding:0}
h2			{font:1em Tahoma, Verdana, Arial, Helvetica, sans-serif;margin:0;padding:0}
h3			{font:1.4em Tahoma, Verdana, Arial, Helvetica, sans-serif;margin:0;padding:0}

.pad5		{padding:5px;}
.sm9		{font-size:0.63em;}
.sm10		{font-size:0.69em;}

img {behavior: url(inc/pngbehavior.htc);}
#googlemap {width: 640px; height: 280px; border:1px solid #ccc;line-height:15px;float:left;}

.logo	{
	margin: -64px 0 0 5px;position:relative;}
.marketing strong {font-weight:normal;}
.marketing u {text-decoration:none;}

h1.heading	{
	display:block;
	text-transform:uppercase;
	color:#66902e;
	font-size:26px;
	text-align:right;
	padding:3px 10px 3px 3px;

	background: #d4eeb6;
	border:1px solid #9bbc74;


	}

/******   LAYOUT   ******/
* {outline-style: none;}

html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}

body	{
	margin:0 auto;
	text-align:center;
	padding:0;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #252525;
	background:#f5fae6 url(../images/bg-min.jpg) repeat-x;
	}

#wrapper	{
	width:960px;
	position: relative;
	height:auto;
	margin: 60px auto 20px auto;
	padding:20px;
	text-align:left;
	background: #FFF;
	font: 1.3em/1.5em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

#header	{
	height:100px;
	margin:0 auto;
	background: none;
	}

#content	{
	width:960px;
	min-height:300px;
    height:auto !important;
    /*height:300px;*/
	}



.testi	{
	background:url(../images/testi.jpg) no-repeat;
	padding:10px;
	margin-bottom:50px;
	}


/******* FOOTER *******/
#footer	{
	height:80px;
	font-size:.85em;
	line-height:1.3em;
	background: #d4eeb6;
	clear:both;
	padding:0 10px;
	border:1px solid #9bbc74;
	}
#footer a	{text-decoration:none;}

#footer #credit				 {float:right;width:115px;}
#footer #credit a 	 		 {color:#252525;text-decoration:none;}
#footer #credit a:hover 	 {color:#000;text-decoration:none;}




/******* HORIZONTAL NAV MENU  ***********/
ul#hrznav {
  margin: 38px 0 0 0;
  border: 0 none;
  padding: 10px;
  width: auto; /*650px;*/ /*For KHTML*/
  list-style: none;
  height: 24px;
  background:#231f20;
  float:right;
	}
/* IE7 Hack */
*:first-child+html ul#hrznav { width: 730px; }

ul#hrznav li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
	}

ul#hrznav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
	}

ul#hrznav ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
	}

/* Root Menu */
ul#hrznav a {
	border-left:1px solid #363636;
	border-right:1px solid #000;
  padding: 0 12px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #ffffff;
  font: 14px/26px Tahoma, Verdana, Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#hrznav a:hover,
ul#hrznav li:hover a,
ul#hrznav li.iehover a {
  background: #2e2d2d;
  color: #8cc63f;
	}

/* 2nd Menu */
ul#hrznav li:hover li a,
ul#hrznav li.iehover li a {
  float: none;
  background: #EEE;
  color: #666;
	}

/* 2nd Menu Hover Persistence */
ul#hrznav li:hover li a:hover,
ul#hrznav li:hover li:hover a,
ul#hrznav li.iehover li a:hover,
ul#hrznav li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 3rd Menu */
ul#hrznav li:hover li:hover li a,
ul#hrznav li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#hrznav li:hover li:hover li a:hover,
ul#hrznav li:hover li:hover li:hover a,
ul#hrznav li.iehover li.iehover li a:hover,
ul#hrznav li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 4th Menu */
ul#hrznav li:hover li:hover li:hover li a,
ul#hrznav li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 4th Menu Hover */
ul#hrznav li:hover li:hover li:hover li a:hover,
ul#hrznav li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
	}

ul#hrznav ul ul,
ul#hrznav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#hrznav li:hover ul ul,
ul#hrznav li:hover ul ul ul,
ul#hrznav li.iehover ul ul,
ul#hrznav li.iehover ul ul ul {
  display: none;
	}

ul#hrznav li:hover ul,
ul#hrznav ul li:hover ul,
ul#hrznav ul ul li:hover ul,
ul#hrznav li.iehover ul,
ul#hrznav ul li.iehover ul,
ul#hrznav ul ul li.iehover ul {
  display: block;
	}





/**********  CONTACT FORM   **********/
form#contact 	{
	margin:10px 0 0 0;
	padding: 5px;
	float:right;
	width: 326px;
	background: #d4eeb6;
	border:1px solid #9bbc74;
	}

#contact label,#contact input {
	display: block;
	width: 205px;
	float: left;
	margin-bottom: 10px;
	}

#contact label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
	}

#contact br {clear: left;}

#contact fieldset	{
	margin:0px 0px 10px 0px;
	position:relative;
	display:block;
	border:1px solid #9BBFAC;
	padding: 0px 10px 10px 10px;
	}

#contact legend	{
	color:#3b6009;
	font-variant:small-caps;
	font:bold 1.0em Arial, Helvetica, sans-serif;
	padding:2px 5px;
	position: relative;
	}

#contact span.state	{width:130px;float:left;text-align:right;}

#contact #zip {
	width: 114px;
	margin-right:12px;
	float: left;
	}
#contact #zipname	{width:27px;margin-left:13px;float:left;}

#contact #comments	{
	display: block;
	width: 295px;
	height:70px;
	margin-bottom: 15px;
	}

textarea{overflow:auto;}

#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:90px;
	}

#contact .shhhh, .shhhh {display:none;}


.button a.submit, button.submit{
    display:block;
    float:left;
    margin:0 7px 0 0;
    font-size:100%;
    text-decoration:none;
    cursor:pointer;
	padding:3px 8px;
	background-color:#8cc63f;
    border:1px solid #71a033;
    color:#538413;
	font:bold 100% "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
.button a.submit:hover, button.submit:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
	cursor:pointer;
}
.button a.submit:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}














#contentNav {
	width:960px;
	margin:0;
	padding:0;
	clear:both;
	}
#contentNav ul {
	margin:0 0 0 0px;
	padding:0;
	list-style:none;
	}
#contentNav li {
	float:left;
	padding:6px 8px;
	width:210px;
	margin:0 16px 0 0;
	background:#d4eeb6;
	position:relative;
	min-height:420px;
	border:1px solid #9bbc74;
	}

#contentNav li.last {margin-right:0px;}

#contentNav li:hover,
#contentNav li.over {
	background-color:#231f20;
	}
#contentNav li h2 {
	display:block;
	margin:0 0 0 0;
	text-align:center;
	font:normal 15px Arial, Verdana, sans-serif;
	text-transform:uppercase;
	}

#contentNav li h2 a {
	color:#FFF;
	display:block;
	width:210px;
	text-decoration:none;
	background:#231f20;
	padding:10px 0;
	}
#contentNav li:hover h2 a,
#contentNav li.over h2 a,
#contentNav li:hover h2 a:hover,
#contentNav li.over h2 a:hover {
	color:#fff;
	background:#8cc63f;
	text-decoration:none;
	}
#contentNav li p {
	width:205px;
	margin:0 0 0 0px;
	padding:0;
	display:block;
	color:#333;
	font:12px/18px Tahoma, Arial, Verdana, sans-serif;
	}

#contentNav li p img {margin:4px -10px;border:0px;}

#contentNav li p a {
	color:#3a5d0b;
	display:block;
	padding:0px 10px 10px 10px;
	text-decoration:none;
	}
#contentNav li p a span {
	color:#fff;
	background:#8cc63f;padding:3px;
	border:1px solid #73a432;
	text-decoration:none;
	}
#contentNav li:hover p,
#contentNav li.over p,
#contentNav li.over p a,
#contentNav li p a:hover {
	color:#fff;
	}
#contentNav li p a:hover span {
	color:#fff;
	background:#8cc63f;padding:3px;
	border:1px solid #73a432;
	text-decoration:none;
	}

.home p {
	width: 600px;
	float: left;
}
#news-feed {
	width: 318px;
	float: right;
	height: auto;
	background: #D4EEB6;
	border: 1px solid #9BBC74;
	color: #252525;
	padding: 0 10px 10px 10px;
	position: relative;
	top: 13px;
	margin-bottom: 30px;
}
#news-feed span {
	text-align: right;
	display: block;
}
#news-feed h4 a { color: #252525; }
#news-feed a { color: #3A5D0B; }
#news-feed ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#application {background:#d4eeb6;margin: 10px 0;padding: 5px;}
#application label {width:50%;float:left;margin:0;padding:5px 0;}
#application label span {float:left;width:50%;text-align: right;margin-right: 10px;}
#application fieldset {border:1px solid #9BBFAC;margin: 0px 0px 10px 0px;padding: 0px 10px 10px 10px;}
#application legend {color:#3b6009;font-variant: small-caps; font: bold 1.0em Arial, Helvetica, sans-serif;padding: 2px 5px;}
#application input[type="submit"] {padding:5px;display: block;float:none;margin:0 auto;width:55px;}
#application input[type="text"] {padding: 2px;}
#application input[type="text"].error {background:#F19EA0;}
#application #errmsg {text-align: center;color:#E64D51;}

.application-box {width:318px;float:right;height:auto;background:#D4EEB6;border:1px solid #9BBC74;color:#252525;padding:0 10px 10px 10px;position: relative;top:13px;margin-bottom: 30px;clear:right;}

.googleplusone {float:right;height:24px;position:absolute;right:0;}

.mobile-btns {display: none;}

@media screen and (max-width:1041px) {
  #wrapper,#contentNav,#contentNav li p,#contentNav li h2 a {width:100%;box-sizing:border-box;}
  div[role="main"] {width:100%;padding:0;}
  .two-column #content {width:95%;}
  #content {padding:0 10px 10px;width:100%;clear:both;}
  #content img {max-width:95%;float:none;margin:0 auto;display: block;}
  #contentNav li p img {max-width: none;}
  #banner {margin-bottom: 0;}
  .rslides {width:95%;margin:10px auto;}
  #branding {margin:10px auto;display:block;float:none;}
  div.mobile-btns {display: block;width:95%;margin:0 auto;}
  div.mobile-btns div {width:100%;float:left;text-align: center;border:5px solid #fff;background:#2E2D2D;box-sizing:border-box;}
  div.mobile-btns div a {display: block;width:100%;color:#fff;font-weight: bold;text-decoration: none;padding:10px 0;}
  ul#hrznav {width:95%;margin:10px auto 0;display: block;float:none;clear:both;height:auto;}
  ul#hrznav a {padding:5px 12px;}
  ul#hrznav li {width:100%;text-align: center;float:none;}
  ul#hrznav li a {width:100%;height:100%;box-sizing:border-box;border: 0;}
  .contact #content {margin-top: 10px;}
  #header {height:auto;}
  #contentNav li p img {margin:4px auto;display: block;}
  #contentNav li {float:left;width:48%;box-sizing:border-box;margin:10px 2% 10px 0;}
  .googleplusone {display: none;}
  .logo {margin:-64px auto 0;display: block;float:none;}

  .home p {width:100%;}

  #news-feed {width:95%;clear:both;float:left;}
  .application-box {width:95%;clear:both;float:left;}

  .commercial-cleaning > div {width:100%!important;float:none!important;}


  /*Uncomment below 3 lines if the site has drop down navigation*/
  /*nav#navigation .sf-menu ul {position: relative;top:0;width:auto!important;display: block!important;visibility: visible!important;}
  nav#navigation .sf-menu li li {background:none;}
  .sf-sub-indicator {display: none !important;}*/
}
@media screen and (max-width:840px) {
  #application label {width:100%;}
  #application label span {width:100%;text-align: center;}
  #application input[type="text"] {margin:0 auto;display: block;width:100%;}

}
@media screen and (max-width:800px) {
  #googlemap {width:80%;height:400px;margin:0 auto;display: block;float:none;}
  #contact {float:none;margin:0 auto;display: block;width:300px;}
  ul#hrznav {clear:both;float:none;}
  #contentNav li {width:95%;}
  #footer {display: none;}

}
@media screen and (max-width:600px) {
  .btns img {width:auto!important;display:block;margin:10px auto;}
}