@charset "utf-8";
/* CSS Document */

body {margin:0px; padding:0px; background:#a8b87a;}
html
	{
		overflow-y:scroll;
	}
div#totWrap	{width:100%; margin:0px; padding:0px; float:left;}
div#header	{height:200px; background: url('http://www.huntingandfishingheritagecentre.com/images/topbg.png') repeat-x;border-bottom:solid #93a75f 2px;}
div#header .topcontainer{width:980px;padding:0px;height:200px;}
div#header .logo{position:relative;width:980px; background:url('http://www.huntingandfishingheritagecentre.com/images/logo.png') no-repeat;z-index:27;float:left;height:200px;}

div#header .spread{position:relative;height:200px;right:-450px;top:20px;background: url('http://www.huntingandfishingheritagecentre.com/images/photospread.png') no-repeat;z-index:28;float:left;width:500px;}
div#header .openh{position:relative;height:200px;right:-180px;padding:0px;margin:0px;background: url('http://www.huntingandfishingheritagecentre.com/images/openhouse.png') no-repeat;z-index:30;float:left;width:270px;}


div#container{width:100%;color:#000;text-align:center;background:#FFF;}
div#content{position:relative;width:980px;top:-15px;text-align:justify;background: url('http://www.huntingandfishingheritagecentre.com/images/old_paper.jpg') repeat-y; border:solid black 1px;z-index:25;}
div#content .padding{padding:5px;}

div#maintext{float:left;width:625px;text-align:justify;padding:5px;}
div#maintext a,a:visited{color:#544116;text-decoration:underline;font-weight:bold;}
div#maintext a:hover{text-decoration:none;color:#4e5f20;}

div#maingal{float:left;width:320px;;height:200px;position:relative;top:-10px;}

div#footer{position:relative;top:-25px;height:100px; border-top:solid #93a75f 2px; background: url('http://www.huntingandfishingheritagecentre.com/images/botbg.png') repeat-x; background-color:#899c56;padding:0px;margin:0px;width:100%;}
div#footer .photo{position:relative;top:-10px;;width:300px;}
div#footer .foottext{font-size:9pt;font-family:Arial;padding-top:10px;text-align:left;}

div#footer .foottext a,a:visited{color:#544116;text-decoration:underline;font-weight:bold;}
div#footer .foottext a:hover{text-decoration:none;color:#4e5f20;}

.photo{border:solid #000 1px;}
.clear{clear:both;}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}


/* navigation */
#nav {
	background:#aeb49f url(http://www.huntingandfishingheritagecentre.com/images/slider/h300_reverse.png);
	border:1px solid #CCCCCC;
	height:150px;	
	width:950px;
}

#nav ul {	
	width:950px;
	margin:0 ;	
}

#nav li {	
	border-right:1px solid #ddd;
	float:left;
	/* change the size of the link tabs to fit more */
	width:110px;
	list-style-type:none;
}

#nav a {
	color:#333333;
	display:block;
	padding:5px;
	position:relative;
	word-spacing:-2px;
	font-size:11px;	
	text-align:center;	
	height:135px;
	text-decoration:none;
}	

#nav a.current {
	background:url(http://www.huntingandfishingheritagecentre.com/images/slider/down_large.jpg);	
}
#nav .sm_photo{text-align:center;}
#nav img {
	background-color:#fff;
	border:1px solid #ccc;
	margin:2px 0 2px 2px;
	padding:2px;		
	display:block;

}

#nav strong {
	display:block;		
	font-size:13px;
}

/* panes */
#panes {
	background:#fff url(http://www.huntingandfishingheritagecentre.com/images/slider/h300_reverse.png) repeat scroll 0 0;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 1px 0;
	width:950px;	
	/*change the height of the main content region */
	height:200px;
	margin-bottom:-20px;
	padding-bottom:2px;
	text-align:justify;
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

#panes a,a:visited{color:#544116;text-decoration:underline;font-weight:bold;}
#panes a:hover{text-decoration:none;color:#4e5f20;}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
	top:20px;
	left:20px;
	font-size:14px;
	color:#444;	
	width:900px; 
}

#panes img {
	float:left;
	margin-right:10px;		
}

#panes p.more {
	color:#000;
	font-weight:bold;
}

#panes h3 {
	margin:0 0 -5px 0;
	font-size:22px;
	font-weight:normal;
}

.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}

.slide_photo{border:solid black 1px;}

