html {
   height: 101%;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a {
	text-decoration: none;
	color: #008727;
	font-weight: 600;
}
a:visited {
	text-decoration: none;
	color: #008727;
	font-weight: 600;
}
a:hover {
	color: #111;
	transition: color 0.25s ease;
	text-decoration: underline;
	font-weight: 600;
}
p {
 font-family: 'Open Sans', sans-serif;
 font-size: 11pt;
 color: #333;
}
h1 {
 font-family: 'Lato', sans-serif;
 font-size: 16pt;
 color: #191919;
}
h1.blogtitle {
 font-family: 'Lato', sans-serif;
 font-size: 17pt;
 color: #191919;
}

h2 {
 font-family: 'Lato', sans-serif;
 font-size: 15pt;
 color: #333300;
 font-weight: normal;
 margin-bottom: -8px;
}
h2.questions {
 font-family: 'Lato', sans-serif;
 font-size: 14pt;
 color: #111;
 font-weight: normal;
 margin-bottom: 12px;
}
h3 {
 font-family: 'Lato', sans-serif;
 font-size: 14pt;
 color: #008727;
 margin-bottom: -9px;
}
h3.safety {
 font-family: 'Lato', sans-serif;
 font-size: 14pt;
 color: #333300;
 margin-bottom: 6px;
 margin-top: 9px;
 text-align: center;
}
ul {
 font-family: 'Open Sans', sans-serif;
 font-size: 11pt;
 color: #333;
}

#request_appt p {
 font-family: 'Open Sans', sans-serif;
 font-size: 11pt;
 color: #333;
 margin-top: 4px;
 margin-bottom: 10px;
}
#request_appt input[type="text"] {
  display: block;
  margin: 0;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 11pt;
  color: #333;
  appearance: none;
  box-shadow: none;
  border-radius: 4px;
  border: solid 1px #707070;
  padding: 4px;
}
#request_appt input[type="text"]:focus, input[type="text"].focus {
  border: solid 1px #707070;
  background-color: #DAD6BE;
  padding: 4px;
}
#request_appt textarea {
  border: solid 1px #707070;
  border-radius: 4px;
  padding: 4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11pt;
  color: #333;
  width: 100%;
  height: 80px;
}
#request_appt textarea:hover {
  background-color: #DAD6BE;
  padding: 4px;
}

#request_appt input[type="submit"]  {
  background:  #333300;
  border-style: none;
  color: #ccc;
  font-family: 'Open Sans', sans-serif;
  font-size: 14pt;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: left;
  /* text-transform: uppercase; */
  text-shadow: none;
  border-radius: 4px;
  padding-bottom: 7px;
  padding-top: 5px;
  padding-left: 6px;
  padding-right: 6px;
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 15px;
}
#request_appt input[type="submit"]:hover, input[type="submit"].hover   {
   color: #b2dbbe;
   background-color: #333300;
   text-decoration: none;
   cursor: pointer;
  }

#request_appt label {
  font-family: 'Open Sans', sans-serif;
  font-size: 11pt;
  color: #333;
}


.top_box {
 background-color: #404040;
 height: 34px;
 width: 100%;
 margin-top: 0px;
 margin-bottom: 0px;
 border-bottom: 1px solid #000;
}
.address_bar {
 width: 1156px;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}
.contact {
 float: left;
 width: 550px;
 text-align: right;
 margin-top: -4px;
}

.contact a {
	text-decoration: none;
	color: #ffff01;
}
.contact a:visited {
	color: #ffff01;
}

.contact a:hover {
	color: #DAD6BE;
	transition: color 0.75s ease;
	text-decoration: none;
}

.social {
 float: left;
 text-align: left;
 width: 550px;
 margin-right: 56px;
 margin-top: -4px;
}

.social a {
	text-decoration: none;
	color: #DAD6BE;
}
.social a:visited {
	color: #DAD6BE;
}

.social a:hover {
	color: #ffff01;
	transition: color 0.75s ease;
	text-decoration: none;
}


/*
.logo_box {
 background-color: #222;
 height: 172px;
 width: 100%;
 margin-top: 0px;
 text-align: center;
 border-bottom: 1px solid #000;
 position: relative;
}
.logo {
 margin-top: -32px;
 position: absolute;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 width: 260px;
}
*/
.top_box p {
 font-family: 'Open Sans', sans-serif;
 font-size: 10pt;
 color: #fff;
}

.main_body {
 margin-top: 22px;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 width: 1156px;
}

.four_images {
  float: left;
  width: 270px;
  margin-right: 25px;
  text-align: center;
}
.four_images_last {
  margin-right: 0px;
}

.footer {
 border-top: 2px solid #333300;
 background: url(images/leaves-for-footer-resized-white.png) top left repeat #008727;
 height: 234px;
 width: 100%;
 margin-top: 0px;
 text-align: center;
}
.footer p {
 color: White;
 font-size: 10pt;
}
.footer a {
	text-decoration: none;
	color: #fff;
}
.footer a:visited {
	color: #fff;
}

.footer a:hover {
	color: #b2dbbe;
	transition: color 0.75s ease;
	text-decoration: none;
}



.three-third {
 width: 100%;
 text-align: left;
}
.two-third {
 float: left;
 width: 63%;
 margin-right: 5%;
 text-align: left;
}
.one-third {
 float: left;
 width: 30%;
 margin-right: 3%;
 text-align: left;
}
.one-third-last {
 margin-right: 0%;
}
.one-half {
 float: left;
 width: 48%;
 margin-right: 4%;
 text-align: left;
}
.one-half-last {
 margin-right: 0%;
}
.col-last {
 margin-right: 0%;
}

a:link.btn-darkgrey, a:focus.btn-darkgrey, a:visited.btn-darkgrey  {
  background:  #333300;
  border-style: none;
  color: #ccc;
  font-family: 'Lato', sans-serif;
  font-size: 14pt;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: left;
  /* text-transform: uppercase; */
  text-shadow: none;
  border-radius: 3px;
  padding-bottom: 7px;
  padding-top: 5px;
  padding-left: 6px;
  padding-right: 6px;
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 15px;
}
a:hover.btn-darkgrey   {
   color: #b2dbbe;
   background-color: #333300;
   text-decoration: none;
  }

.sidebyside {
   background-color: #eceade;
   padding: 5px 5px 1px 5px;
}
.sidebyside-left {
   float: left;
   width: 42%;
   margin-right: 4%;
}
.sidebyside-right {
   float: left;
   width: 54%;
}

.testimonials {
  background-color: #eceade;
  padding: 5px 5px 5px 5px;
}

.estimate_form {
   padding-left: 10px;
   padding-right: 10px;
   background-color: #b2dbb3;
   border-radius: 14px;
   -webkit-border-radius: 14px;
   -moz-border-radius: 14px;
}

.footer_left {
   float: left;
   width: 30%;
   margin-right: 3%;
   text-align: left;
}
.footer_right {
   float: left;
   width: 30%;
   text-align: right;
}
.footer_center {
   float: left;
   width: 34%;
   margin-right: 3%;
   text-align: center;
}
figure.full {
    float: none;
    width: 98.5%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
figure.full-coupon {
    float: none;
    width: 97%;
    max-width: 578px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
figure.right {
    float: right;
    width: 36%;
    margin-left: 24px;
    margin-right: 6px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
figure.right_lrg {
    float: right;
    width: 48%;
    margin-left: 24px;
    margin-right: 6px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
figure.right_extra_lrg {
    float: right;
    width: 54%;
    margin-left: 24px;
    margin-right: 6px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
figure.left {
    float: left;
    width: 39%;
    margin-right: 24px;
    margin-left: 6px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
figure.left_lrg {
    float: left;
    width: 48%;
    margin-right: 24px;
    margin-left: 6px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
figure.full {
    float: none;
    width: 97%;
    margin-right: 1%;
    margin-left: 1%;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
figcaption {
 font-style: italic;
 font-family: 'Open Sans', sans-serif;
 font-size: 10pt;
 color: #777;
 text-align: center;
}
.body_picture {
  text-align: center;
  width: 98%;
  padding: 3px;
  border: 1px solid #ccc;
  max-width: 400px;
}
.body_picture_full {
  text-align: center;
  width: 99%;
  padding: 3px;
  border: 1px solid #ccc;
}


/* Media Queries for Mobile */
@media only screen and (min-width: 1224px) {
img.top_logo {
   width: 290px;
}
div.mobile_nav {
    display: none;
}
div.three_pics {
   float: left;
   width: 230px;
   margin-right: 12px;
}
div.two_pics {
   float: left;
   width: 351px;
   margin-right: 12px;
}
div.three_pics_last, div.two_pics_last {
   margin-right: 0px;
}
.menu_container {
	width: 100%;
    -webkit-box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.1);   /* For Chrome 4.0+ and Safari 3.5 +*/
    -moz-box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.1);  /* For Firefox 3.5*/
    box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.1);  /* Standard Syntax*/
}
.menu_bar {
    padding-top: 20px;
    margin-top: 44px;
    text-align: center;
	width: 1224px;
	margin-left: auto;
	margin-right: auto;
}
.nav-logo {
    float: left;
	width: 320px;
}
.nav-dropdowns {
    float: left;
	width: 810px;
}
.slide_container {
	width: 100%;
    background: url(images/leaves-for-slideshow-draft.png) top left repeat #008727;
    height: 420px;
    margin-top: 0px;
    text-align: center;
    -webkit-box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.1);   /* For Chrome 4.0+ and Safari 3.5 +*/
    -moz-box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.1);  /* For Firefox 3.5*/
    box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.1);  /* Standard Syntax*/
	z-index: 2;
}
/* For main nav menu links width: Tree Services */
li.home {
margin-right: 5px;
}
/* For main nav menu links width: Tree Services */
li.tree_services {
width:104px;
margin-right: 1px;
}
/* For main nav menu links width: Disease */
li.disease {
width:220px;
margin-right: 5px;
}
/* For main nav menu links width: Testimonials */
li.testimonials_link {
width:122px;
margin-right: 5px;
}
/* For main nav menu links width: Contact */
li.contact_us {
width:106px;
}
div.quote {
   float: right;
   width: 300px;
   margin-left: 38px;
   background-image: url('images/quotes.png');
   background-repeat:no-repeat;
}
div.quote2 {
   float: left;
   width: 300px;
   margin-right: 38px;
   background-image: url('images/quotes.png');
   background-repeat:no-repeat;
}
div.quote_full {
   width: 100%;
   margin-left: 2px;
   background-image: url('images/quotes.png');
   background-repeat:no-repeat;
}
.quote p, .quote2 p, .quote_full p {
   font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
   color: #333300;
   font-size: 18pt;
   font-weight: normal;
   margin-top: 2px;
}
div.singlepic {
   float: right;
   width: 250px;
   margin-left: 38px;
}
div.request_label {
   width: 20%;
   margin-right: 3%;
   float: left;
   margin-top: 4px;
   margin-bottom: 8px;
}
div.request_field {
   width: 74%;
   float: left;
   margin-bottom: 8px;
}
div.request_textarea {
   width: 97%;
   float: left;
   margin-bottom: 8px;
}
div.request_submit {
   width: 97%;
   text-align: center;
   margin-bottom: 8px;
}

.map_area {
   float: right;
   width: 340px;
   margin-left: 16px;
   text-align: center;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1223px) {
div.not_mobile {
    margin-left: 0px;
}
div.mobile_nav {
    display: none;
}
img.top_logo {
   width: 214px;
}
.main_body {
   width: 98%;
   margin-left: 8px;
   margin-right: 8px;
}
.footer {
   height: 252px;
}
.footer_left {
   float: left;
   width: 30%;
   margin-right: 3%;
   text-align: left;
}
.footer_right {
   float: left;
   width: 30%;
   text-align: right;
}
.footer_center {
   float: left;
   width: 34%;
   margin-right: 3%;
   text-align: center;
}
p.bbb_logo {
margin-left: 120px;
}
.three-third {
 width: 100%;
 text-align: left;
}
.two-third {
 float: left;
 width: 63%;
 margin-right: 4%;
 text-align: left;
}
.one-third {
 float: left;
 width: 30%;
 margin-right: 3%;
 text-align: left;
}
.one-third-last {
 margin-right: 0%;
}
.one-half {
 float: left;
 width: 48%;
 margin-right: 3%;
 text-align: left;
}
.one-half-last {
 margin-right: 0%;
}
#request_appt input[type="text"] {
  width: 96%;
}
#request_appt textarea {
  width: 96%;
}
.address_bar {
 width: 96%;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}
div.three_pics {
   float: left;
   width: 200px;
   margin-right: 12px;
}
div.two_pics {
   float: left;
   width: 306px;
   margin-right: 12px;
}
div.three_pics_last, div.two_pics_last {
   margin-right: 0px;
}

.menu_container {
	width: 100%;
    -webkit-box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.1);   /* For Chrome 4.0+ and Safari 3.5 +*/
    -moz-box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.1);  /* For Firefox 3.5*/
    box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.1);  /* Standard Syntax*/
}
.menu_bar {
    padding-top: 20px;
    margin-top: 44px;
    text-align: center;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.nav-logo {
    float: left;
	width: 220px;
}
.nav-dropdowns {
    float: left;
	width: 764px;
}

.slide_container {
	width: 100%;
    background: url(images/leaves-for-slideshow-draft.png) top left repeat #008727;
    height: 384px;
    margin-top: 0px;
    text-align: center;
    -webkit-box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.1);   /* For Chrome 4.0+ and Safari 3.5 +*/
    -moz-box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.1);  /* For Firefox 3.5*/
    box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.1);  /* Standard Syntax*/
	z-index: 2;
}

/* For main nav menu links width: Tree Services */
li.home {
margin-right: 3px;
}
/* For main nav menu links width: Tree Services */
li.tree_services {
width:104px;
}
/* For main nav menu links width: Disease */
li.disease {
width:224px;
margin-right: 3px;
}
/* For main nav menu links width: Testimonials */
li.testimonials_link {
width:124px;
margin-right: 3px;
}
/* For main nav menu links width: Contact */
li.contact_us {
width:106px;
}
div.quote {
   float: right;
   width: 300px;
   margin-left: 38px;
   background-image: url('images/quotes.png');
   background-repeat:no-repeat;
}
div.quote2 {
   float: left;
   width: 300px;
   margin-right: 38px;
   background-image: url('images/quotes.png');
   background-repeat:no-repeat;
}
.quote p, .quote2 p {
   font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
   color: #333300;
   font-size: 17pt;
   font-weight: normal;
   margin-top: 2px;
}
div.singlepic {
   float: right;
   width: 250px;
   margin-left: 38px;
}

.map_area {
   float: right;
   width: 300px;
   margin-left: 20px;
   text-align: center;
}
}

@media only screen and (min-width: 800px) and (max-width: 1023px) {
div.not_mobile {
    margin-left: 0px;
}
div.mobile_nav {
    display: none;
}
img.top_logo {
   width: 300px;
}

.slide_container {
	width: 100%;
    background: url(images/leaves-for-slideshow-draft.png) top left repeat #008727;
    height: 368px;
    margin-top: 0px;
    text-align: center;
    -webkit-box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.1);   /* For Chrome 4.0+ and Safari 3.5 +*/
    -moz-box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.1);  /* For Firefox 3.5*/
    box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.1);  /* Standard Syntax*/
	z-index: 2;
}

.main_body {
   width: 99%;
   margin-left: 8px;
   margin-right: 8px;
}
.three-third {
 width: 100%;
 text-align: left;
}
.two-third {
 float: left;
 width: 61%;
 margin-right: 4%;
 text-align: left;
}
.one-third {
 float: left;
 width: 30%;
 margin-right: 3%;
 text-align: left;
}
.one-third-last {
 margin-right: 0%;
}
.one-half {
 float: left;
 width: 48%;
 margin-right: 3%;
 text-align: left;
}
.one-half-last {
 margin-right: 0%;
}

div.three_pics {
   float: left;
   width: 147px;
   margin-right: 6px;
}
div.two_pics {
   float: left;
   width: 223px;
   margin-right: 7px;
}
div.three_pics_last, div.two_pics_last {
   margin-right: 0px;
}

.menu_container {
	width: 100%;
    -webkit-box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.1);   /* For Chrome 4.0+ and Safari 3.5 +*/
    -moz-box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.1);  /* For Firefox 3.5*/
    box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.1);  /* Standard Syntax*/
}
.menu_bar {
    padding-top: 20px;
    margin-top: 44px;
    text-align: center;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.nav-logo {
    text-align: center;
	width: 310px;
	margin-left: auto;
	margin-right: auto;
}
.nav-dropdowns {
	width: 788px;
    text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/* For main nav menu links width: Tree Services */
li.home {
margin-right: 4px;
}
/* For main nav menu links width: Tree Services */
li.tree_services {
width:104px;
}
/* For main nav menu links width: Disease */
li.disease {
width:224px;
margin-right: 4px;
}
/* For main nav menu links width: Testimonials */
li.testimonials_link {
width:124px;
margin-right: 4px;
}
/* For main nav menu links width: Contact */
li.contact_us {
width:106px;
}


.address_bar {
 width: 100%;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}
div.singlepic {
   float: right;
   width: 250px;
   margin-left: 38px;
}
.footer {
 border-top: 2px solid #333300;
 background: url(images/leaves-for-footer-resized-white.png) top left repeat #008727;
 height: 664px;
 width: 100%;
 margin-top: 0px;
 text-align: center;
}
.footer_left {
   width: 95%;
   text-align: center;
}
.footer_right {
   width: 95%;
   text-align: center;
}
.footer_center {
   width: 95%;
   text-align: center;
}
#request_appt input[type="text"] {
  width: 96%;
}
#request_appt textarea {
  width: 96%;
}

.map_area {
   float: right;
   width: 250px;
   margin-left: 20px;
   text-align: center;
}
}


@media only screen and (min-width: 601px) and (max-width: 799px) {
div.not_mobile {
    margin-left: 0px;
}
img.top_logo {
   width: 300px;
}
.nav-logo {
    text-align: center;
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 108px;
}

.slide_container {
    display: none;
}

/*mobile navigation*/
#primary_nav ul {
    list-style: none;
    background: #008727;
    padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
}
#primary_nav li a {
    display: block;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
	font-size: 11pt;
	text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    line-height: 2em;
    height: 2em;
    border-top: 1px solid #fff;
}
#primary_nav li:last-child a {
    border-bottom: 1px solid #fff;
}
#primary_nav li a:hover,
#primary_nav li a:focus {
    color: #fff;
    background: #333300;
}
nav ul ul {
    display:none;
}

.main_body {
   width: 98%;
   margin-left: 6px;
   margin-right: 6px;
}
.address_bar {
 width: 100%;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}
div.singlepic {
   float: right;
   width: 250px;
   margin-left: 38px;
}
.three-third {
 width: 100%;
 text-align: left;
}
.two-third {
 width: 100%;
 text-align: left;
}
.one-third {
 width: 100%;
 text-align: left;
}
.one-third-last {
 margin-right: 0%;
}
.one-half {
 width: 100%;
 text-align: left;
}
.one-half-last {
 margin-right: 0%;
}

div.three_pics, div.two_pics {
   text-align: center;
   width: 250px;
   margin-right: auto;
   margin-left: auto;
}
div.three_pics_last, div.two_pics_last {
   margin-right: auto;
   margin-bottom: 24px;
}

.estimate_form {
  width: 94%;
}
.footer {
 border-top: 2px solid #333300;
 background: url(images/leaves-for-footer-resized-white.png) top left repeat #008727;
 height: 664px;
 width: 100%;
 margin-top: 0px;
 text-align: center;
}
.footer_left {
   width: 95%;
   text-align: center;
}
.footer_right {
   width: 95%;
   text-align: center;
}
.footer_center {
   width: 95%;
   text-align: center;
}
#request_appt input[type="text"] {
  width: 96%;
}
#request_appt textarea {
  width: 96%;
}

.map_area {
   float: right;
   width: 300px;
   margin-left: 20px;
   text-align: center;
}
}



@media only screen and (min-width: 441px) and (max-width: 600px) {
div.not_mobile {
    margin-left: 0px;
}
img.top_logo {
   width: 300px;
}
.nav-logo {
    text-align: center;
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 108px;
}

.slide_container {
    display: none;
}

/*mobile navigation*/
#primary_nav ul {
    list-style: none;
    background: #008727;
    padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
}
#primary_nav li a {
    display: block;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
	font-size: 11pt;
	text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    line-height: 2em;
    height: 2em;
    border-top: 1px solid #fff;
}
#primary_nav li:last-child a {
    border-bottom: 1px solid #fff;
}
#primary_nav li a:hover,
#primary_nav li a:focus {
    color: #fff;
    background: #333300;
}
nav ul ul {
    display:none;
}
.main_body {
   width: 98%;
   margin-left: 6px;
   margin-right: 6px;
}
.address_bar {
 width: 100%;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}
div.singlepic {
   float: right;
   width: 250px;
   margin-left: 38px;
}
.three-third {
 width: 100%;
 text-align: left;
}
.two-third {
 width: 100%;
 text-align: left;
}
.one-third {
 width: 100%;
 text-align: left;
}
.one-third-last {
 margin-right: 0%;
}
.one-half {
 width: 100%;
 text-align: left;
}
.one-half-last {
 margin-right: 0%;
}
div.three_pics, div.two_pics {
   text-align: center;
   width: 250px;
   margin-right: auto;
   margin-left: auto;
}
div.three_pics_last, div.two_pics_last {
   margin-right: auto;
   margin-bottom: 24px;
}

.estimate_form {
  width: 94%;
}
.footer {
 border-top: 2px solid #333300;
 background: url(images/leaves-for-footer-resized-white.png) top left repeat #008727;
 height: 664px;
 width: 100%;
 margin-top: 0px;
 text-align: center;
}
.footer_left {
   width: 95%;
   text-align: center;
}
.footer_right {
   width: 95%;
   text-align: center;
}
.footer_center {
   width: 95%;
   text-align: center;
}
#request_appt input[type="text"] {
  width: 96%;
}
#request_appt textarea {
  width: 96%;
}
.map_area {
   width: 300px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}
figure.right_extra_lrg {
    float: none;
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
}


@media only screen and (max-width: 441px) {
div.not_mobile {
    margin-left: 0px;
	width: 95%;
}
img.top_logo {
   width: 290px;
}
.nav-logo {
    text-align: center;
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 108px;
}

.slide_container {
    display: none;
}

/*mobile navigation*/
#primary_nav ul {
    list-style: none;
    background: #008727;
    padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
}
#primary_nav li a {
    display: block;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
	font-size: 11pt;
	text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    line-height: 2em;
    height: 2em;
    border-top: 1px solid #fff;
}
#primary_nav li:last-child a {
    border-bottom: 1px solid #fff;
}
#primary_nav li a:hover,
#primary_nav li a:focus {
    color: #fff;
    background: #333300;
}
nav ul ul {
    display:none;
}
.main_body {
   width: 98%;
   margin-left: 6px;
   margin-right: 6px;
}
.address_bar {
 width: 100%;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}
div.singlepic {
   text-align: center;
   width: 250px;
   margin-left: auto;
   margin-right: auto;
}
.three-third {
 width: 100%;
 text-align: left;
}
.two-third {
 width: 100%;
 text-align: left;
}
.one-third {
 width: 100%;
 text-align: left;
}
.one-third-last {
 margin-right: 0%;
}
.one-half {
 width: 100%;
 text-align: left;
}
.one-half-last {
 margin-right: 0%;
}

div.three_pics, div.two_pics {
   text-align: center;
   width: 250px;
   margin-right: auto;
   margin-left: auto;
}
div.three_pics_last, div.two_pics_last {
   margin-right: auto;
   margin-bottom: 24px;
}
.estimate_form {
  width: 90%;
}
.footer {
 border-top: 2px solid #333300;
 background: url(images/leaves-for-footer-resized-white.png) top left repeat #008727;
 height: 680px;
 width: 100%;
 margin-top: 0px;
 text-align: center;
}
.footer_left {
   width: 95%;
   text-align: center;
}
.footer_right {
   width: 95%;
   text-align: center;
}
.footer_center {
   width: 95%;
   text-align: center;
}
#request_appt input[type="text"] {
  width: 96%;
}
#request_appt textarea {
  width: 96%;
}
.map_area {
   width: 280px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}
figure.right_extra_lrg {
    float: none;
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
}
