@charset "UTF-8";
* {
	padding:0px;
	margin:0px;
}
img {
	border:none;
}
body {
	background-color: #edeeea;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding:20px;
}
#wrapper {
	margin: 0 auto;
	width: 800px;
	background-color: #FFF;
}
#headder {
	width: 800px;
	height: 149px;
}
p {
	padding-bottom:10px;
	max-width:650px;
}
#menu {
	position:absolute;
	background-color: #a0472d;
	width:800px;
	height:25px;
	z-index:500;
	font-size:12px;
}
#menu ul {
	float:left;
	list-style:none;
	padding:0px;
}
#menu li {
	background-color: #a0472d;
	color:#FBFEFD;
	text-align:left;
	padding:5px;
}
#menu_spacer {
	float:left;
	height:20px;
	padding:5px;
	padding-bottom:0px;
	color:#FFF;
}
#menu ul .sub {
	display:none;
	opacity: 0;
	border-top:1px solid #FFF;
	background-color: #8DB5B5;
	width:230px;
}
#menu ul:hover .sub {
	display:block;
	opacity: 1;
	position:absolute;
 webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 -webkit-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
#menu ul:hover .top {
	background-color: #627E7E;
 webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 -webkit-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
#menu a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: underline;
}
#content {
	width: 760px;
	float: left;
	padding-left: 20px;
}
#sidebar {
	width: 175px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
#goodiebox {
	background-color: #a0472d;
	color: #FFF;
	padding: 5px;
}
a {
	color: #6e9b9d;
	text-decoration: none;
}
a:hover {
	color: #55787B;
	text-decoration: underline;
}
.pagetitle {
	display:block;
	margin-left:-10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom:10px;
	font-weight: bold;
	font-size: 24px;
	color: #A0472D;
}
#map {
	width:800px;
	height:430px;
	background-image: url(../images/hebden-Bridge-painting800.jpg);
	background-repeat: no-repeat;
}
.marker {
	position:absolute;
}
.pointer {
	width:15px;
	height:16px;
	float:left;
	margin-top:2px;
	padding-top:1px;
	background-image: url(../images/mapmarker.png);
	color:#fff;
	font-size:12px;
	text-align:center;
	position:absolute;
}
.info {
	width:150px;
	position:absolute;
	display:none;
	padding:5px;
	background-color:#333;
	float:left;
	margin:2px;
	border:1px solid #8db5b5;
	color: #FFF;
}
#share_box {
	height:18px;
	overflow:hidden;
	padding-top:10px;
 webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 -webkit-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
#share_box:hover {
	height:40px;
}
#funding {
	background-color:#FFF;
	color:#000;
	width:140px;
	position:absolute;
	text-align:center;
	margin-left:635px;
	margin-top:-10px;
}
#footer {
	height:65px;
	width: 780px;
	padding:10px;
	background-color: #8db5b5;
	text-align:left;
	color:#FFF;
}

#f_links{
	text-align:center;}
#footer a {
	color:#FFF;
}
.clear {
	clear:both
}
#nav {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	float:left;
	display:block;
	position:relative;
	z-index:500;
}
#nav li a {
	display:block;
	font-weight:700;
	text-decoration:none;
	color:#fff;
	text-align:left;
	padding-bottom: 0;
	padding-left: 10px;
}
#nav li a:hover {
	color:#000;
}
#nav a.selected {
	color:#f00;
}
#nav ul {
	position:absolute;
	left:0;
	display:none;
	padding:0;
	list-style:none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	border-top:1px solid #fff;
}
#nav ul li {
	width:200px;
	float:left;
}
#nav ul a {
	display:block;
	padding:2px;
	color:#FFF;
}
#nav ul a:hover {
}
#sitemap {
	padding:20px;
	list-style-type:none;
}
#sitemap li {
	padding-top:20px;
}
#sitemap ul {
	list-style-type:none;
}
#sitemap ul li {
	padding-left:10px;
	padding-top:2px;
	border-bottom: 0px solid #000;
}
form label {
	display:block;
	float:left;
	width:150px;
}
form input {
	padding: 2px;
	margin:3px;
}
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
}
