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

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background-color: #f5f5f5;
	color: #0077bf;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	}

#Banner {
	background: url(../assets/images/Banner.jpg) bottom center no-repeat;
	height: 600px;
	background-color: white;
	margin-top: 50px;
}

a:link, a:visited {
	text-decoration: none;
/*	color: #045184; */
}

a:hover, .wrapper a:hover {
	text-decoration: none;
}

.textmessage {
	color: #505050;
	padding-bottom: 48px;
	padding-top: 24px;  
	background-color: white;
}


.pushsides {
	padding-left: 90px;
	padding-right: 90px;
}

.logo {
	margin-top: 0px;
	margin-bottom: 32px;
}

.topline {
	margin-top: 12px;
}

.featured {
	margin: 20px 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #00a886;
}

.featuredwhite {
	margin: 20px 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	color: white;
}

.featuredfloat {
	float: left;
	margin-right: 18px;
	background-color: #f5f5f5;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
	padding-bottom: 8px;
}

.featuredfloat a:hover {
	color: green;
}

.featuredfloat img {
	margin: 8px 8px 8px 8px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
}

#LandingPages {
	background-image: linear-gradient(#9673FF, #CFBFFF);
	padding-bottom: 96px;
	padding-top: 64px;
}

.photocaption  {
	line-height: 30px;
	font-size: 1.2em;
	display: block;
}

#Agency {
	background-color: #fff;	
	padding-top: 64px;
	padding-bottom: 64px;
}

#Agency img {
	float: left;
	margin-left: 35px;
}

#Helpful, #LawnConversion {
	background-color: #FFF;
	position: relative;
	padding-top: 64px;
	padding-bottom: 64px;
	color: #505050;
}

.More {
	background-color: #FFF;
	position: relative;
	padding-top: 64px;
	padding-bottom: 64px;
	height: 1050px;
}

.more p {
	color: #0077bf;	
}

#Tips, #RightPlant {
	position: relative;
	padding-top: 64px;
	padding-bottom: 32px;
	background-image: linear-gradient(#9673FF, #CFBFFF);
	color: white;
}

#IPM {
	padding: 48px 0;
}

.leftsidetips, .leftsidemore {
	position: relative;
	width: 500px;
	min-height: 300px;
	padding-left: 10px;
	padding-top: 15px;
}

.leftsidemore a:hover, .rightside a:hover {
	color: #00a886;
}

.leftside {
	position: relative;
	width: 500px;
	min-height: 400px;
	padding-left: 10px;
}

#wrapper, .wrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
}

#wrapper p {
	font-size: 12pt;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 24px;
	margin-bottom: 0.7em;
}

#wrapper a:link, #wrapper a:visited {
	text-decoration: none;
}

#wrapper a:hover {
	text-decoration: none;
}

.rightside {
	position: absolute;
	left: 550px;
	top: 0px;
}

.rightside img {
	margin-top: 50px;
}

/* Blue button used in the Helpful Resources section */
.leftside .bluepill, #col2 .bluepill {
	background-color: #1B637D;
	font-size: 0.8em;
	display: inline-block;
	color: white;
	padding: 16px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 3px;
}

.leftside .bluepill:hover, #col2 .bluepill:hover {
	background-color: #00a886;
}


#Sustainable {
	background-image: linear-gradient(#9673FF, #CFBFFF);
	color: white;
	padding-top: 32px;
}

#footer {
	color: #777;
	text-align: center;
	font-size: 0.85em;
	margin-top: 50px;
	padding-bottom: 20px;
}

/* Headings */
h1 {
	font-size: 2.3em;
	margin-top: 10px;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
	font-weight: 700;
	line-height: 1.8em;
}

/* Message Panel */
#message {
	position: relative;
	width: 996px;
	margin-top: 5px;
	font-size: 0.90em;
	height: 900px;
	color: #505050;
}

#message p {
	font-size: 1.0em;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 22px;
}

#innermess {
	position: absolute;
	top: 15px;
	left: 15px;
	height: 900px;
	width: 965px;
}

#col1 {
	position: absolute;
	width: 330px;
	left: 0px;
}

#col2 {
	margin-left: 370px;
	width: 300px;
	height: 600px;
}

#col3 {
	position: absolute;
	width: 290px;
	left: 690px;
	top: 0px;
}


hr {
	color: #000;
	background-color: #000;
}

img {
	border: none;
}

/* Common Styles */
/* ------------- */
.smaller {
	font-size: 10px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}

.noborder {
	border: none;
}

.clear {
	clear: both;
}


