@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}

#container {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(../images/header_image.jpg);
	height: 245px;
	width: 900px;
	background-repeat: no-repeat;
	margin-top: 20px;
	background-color: #FFF;
	background-position: 197px 3px;
}
#image_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.95em;
	position: absolute;
	left: 203px;
	top: 168px;
	width: 690px;
	color: #FFF;
}

#image_text a {
	text-decoration: blink;
	color: #000;
	padding: 10px;
	
}

#image_text a:hover {
	text-decoration: underline;
	
}

#header_image {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 180px;
	position: absolute;
	top: 25px;
	left: 10px;
}

#header_image span {
	display: none;
}
#logo span {
	display: none;
}


#content {
	width: 900px;
	position: relative;
	background-color: #FFF;
	height: 600px;
}
#leftnav {
	height: 300px;
	width: 195px;
	background-image: url(../images/left_nav_bg.png);
	background-repeat: repeat-y;
	float: left;
	position: relative;
	margin-top: -10px;
}

#leftnav ul li a:active {
	background-image: url(../images/leftnav_greenbarbg.png);
	background-repeat: no-repeat;
	
}

#leftnav ul li a:hover {
	background-image: url(../images/leftnav_greenbarbg.png);
	float: left;
	position: relative;
	
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#leftnav ul {
	list-style-type: none;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#leftnav ul li {
	float: left;
	position: relative;
	padding-left: 25px;
	padding-top: 0px;
	margin-top: 2px;
}
#leftnav ul #homeli {
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 185px;
	margin-left: 25px;
}
#leftnav ul #tree_surgeryli {
	background-image: url(../images/Tree_surgery.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 185px;
	margin-left: 25px;
}
#leftnav ul #fencingli {
	background-image: url(../images/fencing.png);
	height: 30px;
	width: 185px;
	margin-left: 25px;
	background-repeat: no-repeat;
}
#leftnav ul #ground_worksli {
	background-image: url(../images/ground_works.png);
	height: 30px;
	width: 185px;
	margin-left: 25px;
	background-repeat: no-repeat;
}
#leftnav ul #weed_controlli {
	background-image: url(../images/weed_control.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 185px;
	margin-left: 25px;
}
#leftnav ul #contact_usli {
	background-image: url(../images/contact_us.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 185px;
	margin-left: 25px;
}


#leftnav ul li a {
	display: block;
	height: 30px;
	width: 185px;
	margin-left: -25px;
	overflow: hidden;

}

#leftnav ul li a span {
	display: none;
}


#maincontent {
	float: left;
	width: 630px;
	position: relative;
}

#maincontent h1   {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	background-image: url(../images/dns_home_h1.png);
	background-repeat: no-repeat;
	height: 58px;
	width: 605px;
	float: left;
	position: relative;
	margin-left: 30px;
	margin-top: -15px;
}
#maincontent h1 span {
	display: none;
	background-image: url(../images/dns_home_h1.png);
	height: 58px;
	width: 605px;
	float: left;
	position: relative;
}
#maincontent #bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	float: right;
	width: 375px;
	position: relative;
	margin-right: -8px;
}
#maincontent ul {
	list-style-type: none;
}

#homepageimg1 {
	float: left;
	position: relative;
	margin-left: 40px;
	margin-top: 15px;
}
#tree_surgery_img {
	float: left;
	padding-left: 15px;
}

#maincontent #tsh1 {
	background-image: url(../images/dns_tree_surgery_h1.png);
}
#maincontent #fh1 {
	background-image: url(../images/dns_fencing_h1.png);
}
#maincontent #gwh1 {
	background-image: url(../images/dns_groundworks_h1.png);
}
#maincontent #wch1 {
	background-image: url(../images/dns_weedcontrol_h1.png);
}

#footer {
	float: left;
	height: 150px;
	width: 900px;
	position: relative;
	background-color: #000;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	background-position: top;
	margin-top: 150px;
}
#footer_contact {
	float: left;
	height: 150px;
	width: 900px;
	position: relative;
	background-color: #000;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	background-position: top;
	margin-top: 50px;
}
#footer_contact h2 {
	background-image: url(../images/footer_hedge.png);
	height: 63px;
	width: 900px;
	margin-top: -63px;
	background-repeat: no-repeat;
	padding-top: 63px;
	color: #FFF;
	padding-left: 25px;
}


#footer_ul {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	list-style-image: url(../images/bullet_point_pine_tree.png);
	float: left;
	position: relative;
	margin-top: -35px;
	margin-left: 50px;
}

#footer h2 {
	background-image: url(../images/footer_hedge.png);
	height: 63px;
	width: 900px;
	margin-top: -63px;
	background-repeat: no-repeat;
	padding-top: 63px;
	color: #FFF;
	padding-left: 25px;
}
#footer_img {
	float: right;
	position: absolute;
	margin-top: -115px;
	clear: both;
	left: 709px;
	top: 104px;
}



#extra1 {
	float: left;
	height: 50px;
	position: relative;
	width: 900px;
	background-image: url(../images/footer_end.png);
	background-repeat: no-repeat;
}
#container #content #leftnav ul #admin {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	margin-left: 25px;
}
#footertext    {
	color: #FFF;
	text-align: center;
}
#footertext a {
	color: #FFF;
	text-decoration: none;
}

#footertext a:hover {
	text-decoration:underline;
}
