/* --- CSS By Huy "Wee" Tran --- */

/*---RESET---*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #FFFFFF url(../images/bgbody.jpg) top center no-repeat;
text-align:center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --- Finish RESET --- */

#container {width:850px; margin:auto;
text-align:left;
}

#header {height:195px;}

#logo {padding:20px 0px 0px 0px;}

/* ---- Navigation ---- */

#nav {
  list-style:none;
  padding:32px 0px 0px 30px;}

#nav ul {
  margin:0;
  padding:0;
  }

#nav li {
  float:left;
  margin:0;
  padding-right:2px;
  list-style:none;
 }



a.navHome{background-image:url("../images/nav_HomeOver.png"); width:150px; height:55px; display:block; text-decoration:none;}
a.navAbout{background-image:url("../images/nav_About.png"); width:150px; height:55px; display:block;text-decoration:none;}
a:hover.navAbout{background-image:url("../images/nav_AboutOver.png");}
a.navServices{background-image:url("../images/nav_Services.png"); width:150px; height:55px; display:block;text-decoration:none;}
a:hover.navServices{background-image:url("../images/nav_ServicesOver.png");}
a.navGreen{background-image:url("../images/nav_Green.png"); width:150px; height:110px; margin-top:-55px; display:block;text-decoration:none;}
a:hover.navGreen{background-image:url("../images/nav_GreenOver.png");}
a.navContact{background-image:url("../images/nav_Contact.png"); width:150px; height:55px; display:block;text-decoration:none;}
a:hover.navContact{background-image:url("../images/nav_ContactOver.png");}

/* ---- Navigation End ---- */

/* --- Main Content Wrapper ---*/
#mainContent {padding:0px 0px 120px 0px;}

/* --- Home Content --- */

img.homeBanner{margin:10px 0px 0px 15px;float:left;}
#leftCol{margin:0px 0px 0px 75px; width:340px; float:left;}
h2.welcomeMessage {color:#FF9900; font-size:128%; letter-spacing:1px;margin:25px 0px 0px 0px;}
img.leavesWelcome {margin:0px; padding:20px 0px 10px 0px;}
p.mottoWelcome { font-weight:lighter; font-size:128%; line-height: 21px;letter-spacing:1px; color:#999999;}
p.phoneTxt {color:#00a24e; padding:10px 0px 0px 0px; font-weight:bold;line-height: 21px;}
span.phoneNumber { font-size:128%;}
#rightCol {float:right; margin:-40px 30px 40px 0px; width:370px;}
img.recycleLogo {float:right; padding:30px 60px 0px 0px;}


/* --- Home Content End --- */


/* ---Footer ---- */
#footer {clear:both;
background: #00a24d url(../images/footerGrass.jpg) repeat-x; width:100%; height:182px;}
#footerContent {margin:auto; background:#00a24d; width:850px; height:30px; margin-top:-30px;}
#bottomNav li {display: inline;
list-style-type: none;
padding:30px 7px 15px 7px;
color:#fff; font-size:92%; font-weight:bold;margin:-20px 0px 0px 0px;}
#bottomNav ul{margin:auto;}
a.bottomMenu{text-decoration:none; color:#fff;}
a.LogoFooter{float:right; margin:-50px 30px 0px 0px;}

/* --- CSS By Huy "Wee" Tran --- */