/*
	Add on CSS document
	PUB FINDER
*/

/* MAIN - HOME PAGE - featured pub */
#wrapper #middle #main #pub_finder {
	width: 294px;
	height: 269px;
	display: block;
	position: relative;
	background: transparent url(../images/pubfinder_homebox.gif) left bottom no-repeat;
	margin: 0px 0px 0px 20px;
}
#wrapper #middle #main #pub_finder h1 {
	position: relative;
	margin: 0;
	padding: 0px 0px 9px 0px;
	width: 142px;
	height: 17px;
	text-indent: -9000px;
	background: transparent url(../images/heading_pubfinder.png) 0 0 no-repeat;
	font-size: 0px;
	line-height: 0px;
}
#wrapper #middle #main #pub_finder #pub_finder_map {
	width: auto;
	height: auto;
	display: block;
	position: absolute;
	top: 30px;
	right: -5px;

}
#wrapper #middle #main #pub_finder #pub_finder_content {
	width: auto;
	height: auto;
	position: relative;
	top: 10px;
	left: 12px;

}
#wrapper #middle #main #pub_finder #pub_finder_content h2 {
	font-family: "Arial", sans;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #01253f;
	margin: 0;
	padding: 0px 0px 16px 0px;
	position: relative;
}
#wrapper #middle #main #pub_finder #pub_finder_content p {
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 11px;
	color: #01253f;
	margin: 0;
	padding: 0px 0px 10px 0px;
	position: relative;
}
#wrapper #middle #main #pub_finder form {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 216px;
	left: 12px;
}
#wrapper #middle #main #pub_finder input {
	font-family: "Arial", sans;
	font-size: 10px;
	line-height: 12px;
	color: #01253f;
	margin: 0;
	padding: 0px 2px 0px 2px;
	position: relative;
	border: 1px #01253f solid;
	background-color: #ffffff;
	height: 15px;
	width: 108px;
}
