/*----------------------------------
Stylesheet for WJS Garden Services
-----------------------------------*/

body{
	background:#164212;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}
h1{
	color:#000058;
	font-size:170%;
}
h2{
	color:#164212;
	font-size:130%;
}
a:link, a:visited{
	color:#060;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#000058;
}

/*IDs-------------------------------------*/
#container{
	position:relative;
	width:780px;
	margin:0 auto;
	text-align:left;
	background:#fff url(images/body.jpg) repeat-y;
}
#content{
	width:450px;
	margin:20px 0 30px 30px;
	float:left;
}
#content img{
	float:left;
	margin:2px 8px 2px 0;
}
#content br{
	clear:both;
}
#footer{
	clear:both;
	background:url(images/footer.jpg) no-repeat bottom;
	width:780px;
	height:70px;
}
#header{
	position:relative;
	background:url(images/header.jpg) no-repeat top;
	width:780px;
	height:125px;
}
#header h1{
	display:none;
}
#hours{
	background:url(images/clock.gif) no-repeat left;
	padding:2px 0 0 30px;
}
#email{
	background:url(images/email.gif) no-repeat left;
	padding:2px 0 0 30px;
}
#mail{
	background:url(images/post.gif) no-repeat left;
	padding:2px 0 0 30px;
}
#phone{
	background:url(images/phone.gif) no-repeat left;
	padding:2px 0 0 30px;
}

/*Classes--------------------------------*/
.box{
	width:240px;
	background:url(images/box.jpg) no-repeat bottom;
	float:left;
	margin: 30px 0px 20px 0px;
	padding:10px 10px 40px 20px;
}

.box h1{
	color:#164212;
	font-size:120%;
	margin-left:10px;
}

.box ul {
	margin:0 10px 0 25px;
	padding:0;
}

.box p{
	width:200px;
	margin-left:10px;
}

.box li{
	margin:0;
	padding:0 0 0 5px;
	font-size:90%;
	list-style:disc;
}

.box img{
	float:right;
	margin:-20px 20px 0 0;
}

#job-list li {
	margin-bottom: 10px;
}