@charset "utf-8";

body {
	background-color:#627C5B;
	width:900px;
	margin:auto;
	color:#000000;
	font-family:arial;
	font-size:14px;
}
a {color:#993300; font-style:italic;}
a:hover {color:#627C5B}
h3 {color:#990000}
#frame {
	position:relative;
	width:862px;
	margin:auto;
}
#topTxt {
	position:absolute;
	top:2px;
	left:360px;
	z-index:2;
	color:#F5B93D;
	font-size:10px;
}
#top {
    margin-top:-3px;
}
#logo {
	float:left;
}
#huntingMap {
	position:relative;
	margin-left:-1px;
}
#belowTop {
	position:relative;
	top:0px;
}
#content {
	background-image:url(../images/template_main/contentBG.jpg);
	background-repeat:repeat-y;
	margin-top:-10px;
	padding-top:23px;
}

#innerContent {
	width:640px;
	margin-left:200px;
	background-color:#EDFADC;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;
	min-height:590px;
}
.headerTxt {
	color:#993300;
	font-size:16px;
	font-weight:700;
}
#linkTxt {
	position:absolute;
	width:370px;
	top:260px;
	right:30px;
}
.linktxt2 {
	font-size:10px;
	font-family:sans-serif;
}
.linktxt {
	color:#627C5B;
	font-size:18px;
	font-weight:700;
	font-style:italic;
	text-decoration:underline;
}
.linktxt a {
	color:#627C5B;
}
.linktxt a:hover {
	color:#993300;
}
#ad1 {
	position:absolute;
	left:30px;
	bottom:150px;
}
#footer {
	margin-top:0px;

}


/* menu */
/* General rules */
	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		position:relative;
	}
	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;
		position:relative;
	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
		margin-bottom:4px;
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{
		position:absolute;		
		width:190px;
		left:16px;
		top:250px;
		font-family:arial;
		font-size:13px;
		font-weight:700;	
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		color:#FFCC33;
		text-decoration:none;	
		display:block;
		clear:both;
		width:170px;	
		padding-left:2px;
	}
	#dhtmlgoodies_slidedown_menu a:hover{
		color: #FFF;
	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin-top:1px;
	/*	border-bottom:1px solid #000; */
		font-weight:bold;
		color:#FFFFFF;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:1px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		color:#FFCC33;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
		margin-bottom:6px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:5px;
		padding:1px;
		margin-bottom:6px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
		margin-bottom:6px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
		margin-bottom:6px;
	}
	
/*******
  for rollover & popup
********/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: darkred;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top:-232px;
left:-40px; /*position where enlarged image should offset horizontally */
z-index:50;
}


	
/* CONTACT FORM */
    
	#contact-form btn_home {
	  position:absolute;
	  top:327px;
	  left:10px;
	  z-index:10;	
	}

    #contact-formText1 {
    }
    #contact-form {
     position: relative;
     display: block;
     width: 350px;
     margin: 0px auto -10px auto;
     font-size: .9em;
    }
    #contact-form label {
     display: block;
     clear: both;
     float: left;
     width: 40%;
     margin: 3px 0px 0px 0px;
     height: 20px;
    }
    #contact-form .textinput {
     display: block;
     float: right;
     width: 49%;
     margin: 3px 0px 0px 0px;
     height: 20px;
    }
    #contact-form .fieldgroup {
     float: right;
     width: 49%;
     margin: 3px 0px 0px 0px;
     height: 20px;
    }
    #contact-form textarea {
     clear:both;
     width: 98%;
     height: 100px;
     border: #000 solid 1px;
     margin: auto;
    }
    #contact-form .form-button {
     clear: both;
     background: #000066;
     color: #FFF;
     width: 100%;
     margin: 10px 0px 10px 0px;
    }
    #contact-form br {
     clear: both;
    }