@charset "UTF-8";
/* CSS Document by Darcy Scholes - iDesign Solutions */

* {	
	margin: 0px;
	padding: 0px;
	}
	
body {
	background-image: url(assets/misc/grass.gif);
	text-align:center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	}

#container {
	position: relative;
	background: #FFFFFF;
	width: 1000px;
	margin:  30px auto;
	text-align: left;
	
	}
	
h1 {
	color: #3e793a;
	font-size: 24px;
	padding-bottom: 18px;
	}

h2 {
	color:#333333;
	font-size: 18px;
	padding-top: 16px;
	padding-bottom: 10px;
	padding-left: 30px;
	}
	
h4 {
	font-size:16px;
	color:#333333;
	}
	
p {
	padding: 10px 30px 10px 50px;
	line-height: 1.75em;
	letter-spacing: .25px;
	font-size: 14px;
	}
	
a {
	color:#3e793a;
	text-decoration: none;
	font-style: oblique;
	font-weight: 500;
	}

a:hover {
	text-decoration: underline;
	}

.clear {
	clear: both;
	}

	
/*------ page elements ------*/

#header {
	position:relative;
	background: url(assets/misc/topBar.jpg) no-repeat;
	height: 37px;
	margin: 0;
	padding: 0;
	}
	
#header h1 {
	margin-left: -9000px;
	font-size: 18px;
}

#lower_header {
	position:relative;
	background:  url(assets/TrueGreen_headerNoLogo.jpg) no-repeat;
	height: 189px;
	margin: 0;
	padding: 0;
	}

#lower_header img {
	text-align: right;
	padding: 30px 10px 0 0;
	}
	
#lower_header a {
	
	font-style: normal;
	
	}
	
/*----------------Left Content -----------------*/

#left {
	float: left;
	width: 650px;
	padding: 20px 10px 10px 20px;

	}
	
#left h1 {
	padding: 0;
	
	}
	
#left img {
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 0;
	padding-bottom: 10px;
	

	}
	
#left li{
	padding-right: 15px;
	font-size: 14px;
	
	}
	
/*-------- Sidebar --------*/

#right {
	float: right;
	width: 280px;
	padding-top: 20px;
	padding-right: 0;
	
	}
	
#right img {
	padding: 0px;
	}
	
 #right p {
	padding: 10px 10px 10px 20px;
	line-height: 1.75em;
	letter-spacing: .25px;
	font-size: 14px;
	}
	
#right h2 {

	padding-left: 0;
	padding-right: 5px;
	}
	
#right li{
	padding-right: 15px;
	font-size: 14px;
	
	}


	
/*--------- Footer ---------*/

#footer {
	color: #FFFFFF;
	border-bottom: solid thick #343a42;
	border-top: solid thick #343a42;
	width: auto;
	font: "Trebuchet MS", Helvetica, sans-serif;
	background-color: #3e793a;
	clear:both;
	text-align: center;
	line-height: normal;
	padding-top: 10px;
	}
	
#footer a {
	color:#FFFFFF;
	}

#footer p {
	font-size: 10px;

	}


/*---------- Slide Show ----------*/	
	
#slideShow {

	position:relative;
	height: 154px;
	width: 345px;
	margin:auto;
	padding-top: 50px;
	}

#slideShow div {
	position:absolute;
	z-index: 0;
	}
	
#slideShow div.previous {
	z-index: 1;
	}
	
#slideShow div.current {
	z-index: 2;
	}
	
#slideShow a {
	border: none;
	}
	
/*---------------Navigation Links at bottom of page ------------------*/

#navlinks {
	text-align:center;
	}

#navlinks a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration:none;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	}
#navlinks a:hover {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:underline;
	color: #999999;
	}
#navlinks a:visited {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:underline;
	color: #999999;
	}
#navlinks li {
	display:inline;
	list-style:none;
	margin-right: 0.25em; 
	padding-right: 0.75em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	border-right: 1px solid  #FFF;
	font-weight: bold;
	
	}
#navlinks li.last {
	border-right: 0;
	}
