@charset "utf-8";
/* CSS Document */
/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h2,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; }
:focus { outline:0; }
a:active { outline:none; }
ol,ul { list-style:none; }
table { border-collapse:separate; 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 {
	margin:0;
	padding:0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #000;
	background-color: #C8C891;

}
#mainContent {
	
	background-color:#FFFFC4;
	
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	width:1024px; 
	text-align:center
}
#topnav { height:45px; width:960px; margin-top:30px;}
#topnav li,#topnav div { display:inline;
			width:70px;
}
#topnav li a,#topnav div a {
	padding:10px 20px;
	width:70px;
	color:#333;
	border: solid #C8C891 thick;
	font-weight:bold;
					
}
#topnav div a.blkborder { border-color:#000;
}


#content {
	background-image:url(trees.png);
	text-align:left;
	padding:5px;
	font-size:18px;

}
#ulist ul p{ text-decoration:underline;}
#ulist li {
	text-indent:20px;
	list-style-type:square;
	list-style-position:inside;
	text-decoration: none;
}	
#ulist li:hover { font-weight:bold}		  
#gmap {
	 border: outset gold 4px;
}
#gallery { position:absolute;
}
.centre {text-align:center;
margin:0 auto;
}
.fltrt {float:right}
hr {color:yellow;background-color:gold;
	height:3px}

.words {height:1px;width:1px;
display:none;left:-999em;
}
.shadowf {
 -moz-box-shadow: 0 5px 8px #000;
 -webkit-box-shadow: 0 5px 8px  #000;
 box-shadow: 0 5px 8px #000;
 }
.lrgtxt {
	font-size:20px;
 }
.rounded {
		-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
 /*
	Footer
*/

#footer {
	margin:0 auto;
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	font-size:0.8em;
}

/*
	Anchors
*/

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}
