/* CSS Document */

body {	
	font-family: verdana, helvetica, "sans serif";
	font-size: 0.7em;
	background-image: url('/images/back_grass.jpg');
			
}

h3#tlc	{
	color: green;
}	

#all	{
	background-color: #fff;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;

}

#header	{
	background-image: url('/images/terra_lawn_care_banner.jpg');
	width: 900px;
	height: 190px;
}

#content	{
	padding-left: 10px;
	padding-right: 10px;
}

#tlcticks	{
	float: right;
	background-color: #0c0;
	height: 150px;
	width: 390px;
	border: 2px solid #000;
	font-size: 1.2em;
}

#seasons	{
	float: left;
	width: 480px;
}

#program	{
	background-color: #90ee90;
	border: 2px solid #000;
	margin: 30px;
	width: 800px;
	padding-left: 15px;
	padding-right: 15px;
}

#packages	{
	background-color: #90ee90;
	border: 2px solid #000;
	margin: 30px;
	width: 800px;
	padding-left: 15px;
	padding-right: 15px;
}

#searchtowns	{
	color: #6c6;
}

#tlcticks ul	{
	list-style-image: url('../images/tlc_tick.gif');
	margin-left: 15px;
	
}

#tlcticks li	{
	padding-top: 0px;
	margin-top: 0px;
}

#whatwedo	{
	width: 400px;

}

#wwdleft	{
	width: 200px;
	float: left;

}

#wwdright	{
	width: 200px;
	float: right;

}

#leafletimages	{
	margin-left: 80px;
	margin-right: 80px;
	width: 680px;
	margin-bottom: 15px;
}

#leafletfront	{
	float: left;

}

#leafletback	{
	float: right;
}

#text	{
	float: left;
	width: 420px;
}

#map	{
	float: right;
	width: 460px;
}

#footer	{
	background-image: url('/images/terra_lawn_care_footer.jpg');
	background-repeat: no-repeat;
	color: #000;
	height: 100px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
	
}

#footer p	{
	font-size: 1em;
	font-weight: bold;	
}

#panel	{
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #000;
	width: 320px;
}	
	
#footer strong	{
	font-weight: bolder;	
}

#whydiy	{	
	background-color: #f00;
	color: #fff;
	border: 2px solid #000;
	padding: 15px;
}	

.tlcpanel	{
	background-color: #ffc;
	border: 1px solid #000;
	margin: 30px;
	width: 800px;
	padding-left: 15px;
	padding-right: 15px;
}		

.upper	{
	text-transform: uppercase;

}

/* TOP MENU */
#topnavmenu	{
	position: relative;
	top: 150px;
}
	
#topnavmenu ul{
	list-style-type:none;
}
#topnavmenu li{
	display:inline;
}
#topnavmenu a{ 
	float:left;
	width:100px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	background:#999900;
	padding:5px;
	border-right:1px solid #FFFFFF;
}
#topnavmenu a:hover{
	background:#CCCC00;
}
