/* CSS Document */

/*
	 green machines lawn care
	 by Jon R Wilson
	 http://JonRWilson.com
	 
	 COLOR KEY:
	 	White: #FFFFFF;
		Light Gray (33%): #AAAAAA;
	 	Dark Gray (66%): #535353;
	 	Black: #000000
		Yellow: #FFFF00
		YellowOrange: #FFAA00
		OrangeRed: #FF5500
		Red: #FF0000
		Green: #137039
*/

/*	RESET AND TYPOGRAPHY	*/

@import url('css/reset.css');
@import url('css/typography.css');

/*	MAIN STRUCTURE	*/

html { height: 100%; overflow:hidden;}
body { background-color: transparent; margin: 0px; padding: 0px; height: 100%; border-top: 1px transparent solid; margin-top: -1px; z-index:0; position:relative; }
img#background { height: 100%; width: 100%; z-index: -1; position:absolute; color: white; }

#page-wrap	{
	width: 1024px;
	margin: auto;
	}

#header {	
	/*background:url(img/logo.png) no-repeat; */
	width: 944px;
	height: 78px;
	margin: 40px 40px 20px 40px;
	}
	
ul {
	width:944px;
}

li a {
	display: block;
	float: left;
	text-indent: -9999em;
	}

li.logo a {	background:url(img/logo.png) no-repeat left; width: 412px; height: 78px; border-right: 1px solid #137039;}

li.home a {	background:url(img/nav-home.png) no-repeat center; width:176px; height: 25px; margin-top: 52px; border-right: 1px solid #137039; }

li.mission a { background:url(img/nav-mission.png) no-repeat center; width: 205px; height: 25px; margin-top: 52px; border-right: 1px solid #137039; }

li.hireus a { background:url(img/nav-hireus.png) no-repeat right; width: 148px; height: 25px; margin-top: 52px; }

#content	{
	width: 944px; 
	margin: 20px 40px 0 40px;
	border-top: 1px solid #137039;
	border-bottom: 1px solid #137039;
	padding-top: 10px;
	padding-bottom: 10px;
	}

/*#home-text {display:block;}
#mission-text, #hireus-text {display:none;}*/

#footer		{
/*	background:url(img/footer.png) no-repeat center;
	text-indent: -9999em;*/
	text-align:center;
	width: 1024px;
	height: 15px;
	margin-top: 10px;
	}
