/*
 Sticky Footer Solution
 by Steve Hatcher
 http://stever.ca
 http://www.cssstickyfooter.com
 */ * {
    margin: 0;
    padding: 0;
}

/* must declare 0 margins on everything, also for main layout components use padding, not
 vertical margins (top and bottom) to add spacing, else those margins get added to total height
 and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */
html, body, #master {
    height: 100%;
}

body > #master {
    height: auto;
    min-height: 100%;
}

#main {
    padding-bottom: 100px;
}
 /* must be same height as the footer */
#footer {
    position: relative;
    margin-top: -200px; /* negative value of footer height */
    height: 200px;
    text-align: left;
    width: 100%;
	overflow:visible;
    clear: both;
	z-index:9;
}



#footer ul {
    padding-top: 10px;
    list-style-type: none;
    font-size: 0.9em;
}

/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

/*FOOTER INFO*/

#fronthill {
	position: relative;
	bottom:0px;
	left:0px;
	background: url(images/fronthill.png) repeat-x bottom left;
	width:100%;
	z-index:11;
	height:200px;
	overflow:visible;
}

#fronthill2 {
	position: relative;
	bottom:-5px;
	left:0px;
	background: url(images/fronthill.jpg) repeat-x bottom left;
	width:100%;
	z-index:11;
	height:200px;
}

#backhill {
	position: relative;
	left:0px;
	
	z-index:9;
	background:url(images/backhill.png) repeat-x 9% 0%;
	height:100px;
	margin-top: -100px;	
}

#tree {
	position:relative;
	bottom:0px;
	left:0px;
	height:200px;
	background:url(images/tree.png) no-repeat 2% 0%;
	margin-top: -200px;	
	z-index:11;
	
}

#house {
	position:relative;
	bottom:0px;
	left:0px;
	height:237px;
	background:url(images/house.png) no-repeat 98% 100%;
	margin-top: -237px;	
	z-index:10;
	
}

#esignpost {
width:300px;
text-align:center;
}

#signpost {
position:relative;
	bottom:0px;
	left:0px;
	height:100px;
		background:url(images/signpost.png) no-repeat 50% 100%;
	margin-top: -100px;	
	z-index:13;
	text-align:center;
}

#signpost2 {
position:relative;
	bottom:-5px;
	left:0px;
	height:100px;
	background:url(images/signpost.png) no-repeat 50% 100%;
	margin-top: -105px;	
	z-index:13;
	text-align:center;
}

#signposttext {

position:relative;
top:15px;
text-align:center;
}

#signposttext ul {margin:0
}

#signposttext ul li {margin:0; font-size:0.75em;
}

#signposttext a{color:#666;}
#esignposttext {

position:relative;
text-align:center;
margin-top:-10px;
}
