@charset "UTF-8";
/*Unstyle*/
html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
}

div:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
	line-height: 0px;
}

a img{
	border:none;
}

/*HTML styling*/
html {
	background-color: #FEECD3;
	color: #333333;
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: Tahoma, Arial;
	font-size: 90%;
	min-width: 850px;
}

h3 a , h4 a {
	color: #333333;
	text-decoration: none;
}

/*Layout*/
#header {
	height: 142px;
	background: #F9C02D url("../images/header.gif") top left repeat-x;
	width: 100%;
	border-bottom: 1px solid #DC8105;
	z-index: 500;
}

#top_images {
	width: 100%;
	height: 150px;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #DC8105;
	text-indent: 0px;
}

#footer {
	background: #F99E1D url("../images/footer.gif") top left repeat-x;
	color: #333333;
	height: 195px;
	overflow: hidden;
}

/*Header*/
#logo, #title, #subtitle, #search_form {
	position: absolute;
}

#logo {
	top: 30px;
	left: 20px;
}

#title {
	top: 15px;
	left: 180px;
	font-size: 230%;
}


#subtitle {
	top: 50px;
	left: 180px;
	font-size: 110%;
}

#search_form {
	top: 80px;
	left: 180px;
	width: 510px;
	height: 51px;
	display: block;
	position: relative;
	background: transparent url("../images/search_bar.png") center center no-repeat;
	z-index: 500;
}

#search_form fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	top: 6px;
	position: relative;
	z-index: 500;
}

#search_form label {
	font-size: 90%;
}

#search_form input {
	outline: none;
}

#search_form select,
#search_form input,
#search_form label {
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}

#search_form #town {
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 110px;
	border: 1px solid #DC8105;
	background-color: white;
}

#search_form #keywords {
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	width: 180px;
	border: 1px solid #DC8105;
	background-color: white;
}

#search_form .keywords_box {
	background-image: url("../images/keywords.gif");
	background-position: 5px center;
	background-repeat: no-repeat;
}

#search_form #suggestions_box {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 182px;
	overflow: visible;
	line-height: 0px;
	vertical-align: middle;
	z-index: 500;
}

#search_form #suggestions {
	border: 1px solid #DC8105;
	background-color: white;
	position: absolute;
	top: 21px;
	left: 0px;
	width: 180px;
	margin: 0px;
	padding: 0px;
	list-style:none;
	max-height: 100px;
	overflow: auto;
	display: none;
	z-index: 500;
}

#search_form #suggestions li {
	text-decoration: none;
	font-size: 80%;
	color: #333333;
	background-color: white;
	display: block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-family: Tahoma, Arial;
	outline: none;
	text-align: left;
	white-space: nowrap;
	text-indent: 6px;
	overflow: hidden;
	cursor: pointer;
}

#search_form #suggestions li.hover {
	background-color: #94B91F;/*#F99B1C;*/
	color: #FFF7EA;
}

#javascript_reminder {
	color: #333333;
	font-style: italic;
	font-size: 80%;
	bottom: 4px;
	left: 250px;
	position: absolute;
}

/*Top images*/
#top_images img {
	width: 267px;
	height: 150px;
	display: inline;
}

#top_images a {
	outline: none;
}

/*#top_images a:hover img {
	width: 265px;
	height: 148px;
	padding: 1px;
	background-image: url("../images/selection.gif");
}*/

/*Content*/
#content p {
	padding: 10px;
	text-align: justify;
	line-height: 1.3em;
	letter-spacing: 0.2px;
	border-bottom: 1px solid #DC8105;
	background-color: #FEECD3;
}

#content h3 {
	width: 100%;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	background: #F9B025 url("../images/subtitle.gif") top left repeat-x;
	text-indent: 10px;
	overflow: hidden;
	font-size: 105%;
	font-weight: normal;
}

#content h3 a {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	line-height: 26px;
}

#content .listing {
	border-bottom: 1px solid #DC8105;
	padding: 10px;
	position: relative;
	background-color: #FEECD3;
}

#content .listing h4 {
	font-size: 115%;
	font-weight: normal;
	padding-bottom: 5px;
}

#content .listing .more_info {
	position: absolute;
	top: 50%;
	right: 10px;
}

.button {
	display: block;
	height: 31px;
	margin-top: -12px;
	color: black;
	text-align: center;
	letter-spacing: 0.2px;
	font-size: 90%;
	background: transparent url("../images/button_start.png") left top no-repeat;
	outline: none;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial;
	text-decoration: none;
	padding-left: 16px;
}

.button span {
	width: auto !important;
	width: 1px;
	display: block;
	height: 31px;
	line-height: 24px;
	vertical-align: middle;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 22px;
	background: transparent url("../images/button_end.png") right top no-repeat;
	cursor: pointer;
}

.button:hover { background-position: center left; }
.button:hover span { background-position: center right; }

.button:active { background-position: bottom left; }
.button:active span { background-position: bottom right; }

#search_button {
	display: inline-block;
}

#content .listing.hover {
	background-color: #FEF5E9;
}

#content .found_term {
	background-color: #94B91F;
	color: white;
}

/*Footer*/
#footer:after {
	display: inline;
}

#footer h3 {
	color: white;
	font-size: 110%;
	font-weight: bold;
}


#footer p {
	font-size: 110%;
	font-weight: bold;
}

#footer #association,
#footer #sister_sites,
#footer #credit,
#footer #list_with_us {
	position: absolute;
}

#footer #list_with_us {
	top: 50px;
	left: 20px;
	width: 220px;
}

#footer #list_with_us h3 {
	padding-bottom: 3px;
}

#footer #association {
	top: 10px;
	right: 20px;
	width: 360px;
	vertical-align: bottom;
	line-height: 60px;
}

#footer #association h3 {
	width: 200px;
	top: 45px;
	position: absolute;
	left: 0px;
}

#footer #association #yorkhols_logo {
	width: 200px;
	height: 81px;
	float: right;
}

#footer #credit {
	bottom: 5px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 70%;
	color: black;
}

#footer #credit a {
	color: black;
}

#footer #sister_sites {
	bottom: 40px;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}

#footer #sister_sites li {
	padding-left: 6px;
	display: inline;
}

#footer #sister_sites li a {
	padding-right: 6px;
	color: black;
	font-size: 80%;
}	

/*Start hand*/
#start_hand {
	width: 175px;
	height: 119px;
	position: absolute;
	top: 60px;
	left: 690px;
	z-index: 5000;
}

