/* reset */
a img { border: 0; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; background: transparent; } :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; }

body {
	background: #f5f5f5 url('/images/temp/bg-400-paper.jpg') top left repeat fixed;
	font-family: Helvetica, Arial, sans-serif;
}

div#wrap {
	background: #fcfcfc;
	background: #fcfcfc url('/images/temp/bg-400-paper-white.jpg') top left repeat fixed;
	
	border: 10px solid #ececec;			
	border: 4px solid #ececec;border-top: 0;

	
	width: 810px;
	
	margin: 0px auto;
	min-height: 700px;
	padding: 10px 30px 200px 30px;
	}

/* header */
div#header {
	margin:  10px 0 0 0px;
	min-height: 95px;
}
div#header img {
	margin: 0 0 10px 0;
}

/* nav */
div#header li {
	display: inline;
}
div#header li a {
	display: block;
	float: left;
	width: 150px;
	padding: 5px;
	height: 40px;
	color: #222;
	background: #333947;
	background: #323133;
	background: #f5f5f5 url('/images/temp/bg-400-paper.jpg') top left repeat fixed;
	margin: 0 2px 0 0;
	text-decoration: none;
	font-size: 80%; font-weight: bold;
	font-size: 90%; font-weight: normal;
}
div#header li a:hover {
	background: #64b360;
	background: #57552e url('/images/temp/nav-hover-01.png');
	background: #f5f5f5 url('/images/temp/bg-400-paper-green.jpg') top left repeat fixed;
	color:  #fff;
}
div#header li a#nenquiry { margin: 0; }
div#header li a span { white-space: nowrap; }

/* down state */
body#phom div#header li a#nhome,
body#pwalks div#header li a#nwalks,
body#pfaqs div#header li a#nfaqs,
body#pgallery div#header li a#ngallery,
body#pabout div#header li a#nabout,
body#penquiry div#header li a#nenquiry {
	background: #222;
	color: #fff;
	background: #fff;
	color: #222;
}


div#main {
	background: #fff;

	margin: 10px 0 0 170px;
	margin:  10px 85px;
	margin:  1px 0;
	
	padding:  10px 15px;
	padding: 10px;

	min-height: 640px;
	overflow: auto;
}


/* footer */
div#footer {
	clear: both;
	margin:  20px 0;
}
div#footer p {
	margin: 0;
	}
div#footer p#smallprint {
	margin: 0;
	font-size: 90%;
}
p#smallprint a {
	color: #000;
	text-decoration: none;
}
p#smallprint a:hover { text-decoration: underline; }

/* h */

h1 {
	font-size: 140%;
	padding: 0 0 .2em 0;
	clear: both;
}


h2 {
	font-size: 130%;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 20px 0 6px 0;
}

h5 {
	font-weight: bold;
	margin: 20px 0 0 0;
}


p, li, dd {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 130%;
	font-size: 90%;
	margin: 0 0 1.1em 0;
}

/* walk sub nav */
ul#walksubnav {
	min-height: 40px;
	overflow:visible;
	margin: -10px -15px 0 -15px;
	margin: 0 0 10px 0;
	}
ul#walksubnav li {
	display:  inline;
	float:  left;
	}
ul#walksubnav li a {
	display: block;
	padding:  10px 0;
	margin:  0;
	text-align: center;
	width:  197px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	background: #eee;
	color: #222;
	}
ul#walksubnav li a#wloc {
	width: 199px;
}
ul#walksubnav li a:hover {
	background: #eee;background: #f5f5f5 url('/images/temp/bg-400-paper.jpg') top left repeat fixed;
	}

/* walks sub nav down */
body#palp ul#walksubnav a#walp,
body#pmean ul#walksubnav a#wloc,
body#pcons ul#walksubnav a#wcon,
body#pbirds ul#walksubnav a#wbir {
	background: #333;
	color: #fff;
}


	/* l */
dt {
	font-weight: bold;
	padding:  10px 0 3px 0;
	}

	/* image */
img.right {
	float: right;
	margin: 0 0 20px 20px;
	}
img.left {
	float: left;
	margin: 0 20px 20px 0;
	}



/* walkdetails */
div.walkdetails {
	
	width: 300px;
	float: right;
	margin: 0 0 20px 20px;
	padding: 0px 5px 15px 10px;
	background: #eee;
	font-size: 90%;
}

div.walkdesc {
	width: 450px;
	float: left;
}



/* contact */

form#contact_form,
div#contactdiv p {
	clear: both;
	min-height: .8em;
	background: #eee;
	border: 1px solid #aaa;
	padding: 1em;
	width: 420px; width: 60%;
	margin: 2em auto;
	}
fieldset {
	}


input[type="text"], textarea {
	margin: .2em 0 1em .5em;
	width: 28em; width: 98%;
	background: #fff; border: 1px solid #aaa;
	padding: .2em;
	}

input[type="submit"] {
	display: block;
	width: 6em;
	}
select {
	min-width: 10em;
	margin: 0 0 10px 0;
	}

label {
	display: block; cursor: pointer;
	margin: 6px 0 4px 0;
	font-weight: bold;
	}
label span {
	font-weight: normal;
	display: block;
	font-size: 90%;
	line-height: 120%;
	padding: 2px 0 0 15px;
	}

/* questions */
div#questions {
	
}
div#questions dt {
	cursor: pointer;
	padding: 6px 8px;
	margin:  5px 0 0 0;
	border: 1px solid #f5f5f5;	
	background: #f5f5f5;
}
div#questions dt:hover {
	background: #323133;
	color:  #fff;
}
div#questions dd {
	margin: 5px;
}