/* -------------------------- */
#clearfooter{
    height:267px;
    width:100%;
    background-color:#ccc;
    padding:0;
    margin:auto;
	background-image:url('../images/philasearch/footer_slide.jpg');
	background-position:0 0;
	background-repeat:repeat-x;
	clear:both;
}

#clearfooter-wrapper {
	color:#fff;
	width:887px;
	height:250px;
	margin:auto;
	padding:0 0 0px 0;
}

#clearfooter-wrapper h3{
	margin:0;
	padding:20px 0 10px 0;
	color:#fff;
	font-size:1.1em;
	font-weight:normal;
}

#clearfooter-wrapper li {
	padding:1px 0 1px 0;
}

#clearfooter-wrapper a {
	font-size:0.9em;
	color:#fff;
}

#clearfooter-wrapper a:hover{
	text-decoration:underline;
}

#clearfooter-services {
	width:200px;
	height:auto;
	margin:0px 0 0 10px;
	float:left;
}

#clearfooter-topics {
	width:200px;
	height:auto;
	margin:0px 0 0 0px;
	float:left;
}

#clearfooter-address {
	width:200px;
	height:auto;
	margin:0px 0 0 0px;
	float:left;
}

#clearfooter-address p {
	margin:0px;
	padding:0 0 5px 0px;
	font-size:0.9em
}

#clearfooter-contact {
	width:200px;
	height:auto;
	margin:0px 0 0 0px;
	float:left;
}

#clearfooter-contact li {
	margin:0px;
	padding:0 0 5px 0px;
	font-size:1.0em
}

#clearfooter-bookmark {
	width:50px;
	height:auto;
	margin:0px 0 0 0px;
	float:left;
}

/* -------------------------- */
#footer{
	/* must match negative margin of #outer */
	height:0;
	width:100%;
	margin:0 auto 0;
	/*border-bottom:2px solid white;*/
	background-color:transparent;
	position:relative;
}

