﻿@charset "UTF-8";
body  {
	font-family:arial;
	background: #1D3329;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000;
}
a img {
	border: 0;
	background-position:center;
}

/* -------------------- LAYOUT -------------------- */


#container {
	margin: 30px auto;
	width: 850px;
	padding: 0 auto;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}

.page {
	width: 440px;
	height:10px;
	width:440px;
	}


#wrapper {
	float: left;
	width: 850px;
	
	}


/*----------------------HEADER-------------------*/ 
 #header {
	width: 850px;
	height: 219px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	
	border-bottom:solid #000000 thin;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Han Solo Laser";
	color: #999999;
	font-size: 40px;
}
#header img{
	float:left;
	padding:5px 10px 0 30px;
}




/* -------------------- MENU -------------------- */

#menu {
	float: left;
	width: 440px;
	background-image: url(../images/backgroundtab.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
	positon:absolute;
}
#menu ul {
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
}
#menu ul li {
	float: left;
	margin: 0 2px 0 0;
	text-align: left;
	vertical-align: top;
	background: url(../images/right-tab.jpg) no-repeat right top;
	font-size: 14px;
}
#menu ul li a {
	display: block;
	padding:  5px 5px 6px 5px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	background: url(../images/left-tab.jpg) no-repeat;
	color: #fff;
}
#menu ul li:hover {
	float: left;
	margin: 0 2px 0 0;
	text-align: left;
	vertical-align: top;
	background: url(../images/right-tab-gray.jpg) no-repeat right top;
}
#menu ul li a:hover {
	display: block;
	padding:5px 5px 6px 5px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	background: url(../images/left-tab-gray.jpg) no-repeat;
	color: #fff;
	
}
#menu ul li.current_page_item {
	float: left;
	margin: 0 2px 0 0;
	text-align: left;
	vertical-align: top;
	background: url(../images/right-tab-gray.jpg) no-repeat right top;
}
#menu ul li.current_page_item a {
	display: block;
	padding: 5px 5px 6px 5px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	background: url(../images/left-tab-gray.jpg) no-repeat;
}

/*---------------VERTICAL NAVIGATION BAR-------------*/



#vertnav ul {
	padding:5px;
	margin:0px;
	list-style: none;
	width:12em;
	z-index:99;
	float:left;
	overflow:visible;
}

#vertnav li.instructions {
	border-bottom:none;
	display:block;
	width:180px;
	height:240px;
	list-style-type: none;
	text-align: center;
	font-family: "Arial Narrow";
	position: relative;
}

#vertnav li.women{
	position:relative;
	border-bottom:none;
	display:block;
	list-style-type: none;
	text-align: center;
	height: 180px;
	width:180px;
	font-family: "Arial Narrow";	
}
#vertnav li.youth {
	position:relative;
	border-bottom:none;
	display:block;
	list-style-type: none;
	text-align: center;
	font-family: "Arial Narrow";
	height: 170px;
	width:180px;
}

#vertnav li.hunter {
	position:relative;
	border-bottom:none;
	display:block;
	list-style-type: none;
	text-align: center;
	font-family: "Arial Narrow";
	height: 180px;
	width:180px;
}

#vertnav li:last-child{
	border-bottom:1px solid #666666;
}

#vertnav a {
	text-decoration:none;
	display:block;
	margin:.5em 0 1.5em 0em;
	font-size:14px;
	height:1.5em;
	text-align: center;
	color: #996600;
	vertical-align: middle;
	padding-top: 5px ;
	
	background-color:#999999;
	
}

#vertnav a:hover, #vertnav li:hover{
	color: #0000CC;
	font-family: "Arial Narrow";
	font-size:14px;
	
}

#vertnav ul li {
	background-color:#000000;
	color:#CCCCCC;
	border: solid #666666 thin;
	height:22px;	
	
}

#vertnav ul li:hover, #vertnav ul li a:hover{
	color: #000000;
	background-color:#666666;
	font-size:14px;
	
	
}

#vertnav ul, #vertnav ul ul, #vertnav ul ul ul{
	display:none;
	position:absolute;
	top:8em;
	left:8em;
	z-index:999;
	width:200px;
	
}

/* non-IE browsers see this */
#vertnav ul li>ul, #vertnav ul ul li>ul{
     margin-top:5em;
	


}

#vertnav li:hover ul ul, #vertnav li:hover ul ul ul, #vertnav li:hover ul ul ul ul, #vertnav li:hover ul ul ul ul ul{
     display:none;
}

#vertnav li:hover ul, #vertnav ul li:hover ul, #vertnav ul ul li:hover ul, #vertnav ul ul ul li:hover ul, #vertnav ul ul ul ul li:hover ul{
     display:block;
}

li>ul {
	top: auto;
	left: auto;
	float: left;	
}
/* Win IE only \*/
* html #vertnav li{float:left;}
/* end holly hack */ 







/* -------------------- SIDEBAR -------------------- */





#sidebar {
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	width: 180px;
	font-size:12px;
	background: #999999;
	color: #000000;
	padding-left: 10px;
	padding-right: 5px;
	border-right:solid #000000 thin;
	border-bottom: solid #000000 thin;
	text-align:justify;
	float: left;
}

#sidebar h1{
	font-size:22px;
	line-height: 1.8em;
	color: #B5A338;
	font-weight: bolder;
}
#sidebar a {
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	display: block;
}
#sidebar ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
#sidebar img{
	padding:5px;
	}



/* -------------------- CONTENT -------------------- */
#content-wrapper {
	width: 455px;
	margin-left: 205px;
	margin-top: 10px;
}


.content {
	background-color: #999999;
	width: 435px;
	float: left;
	margin-top: -6px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
.content h1{
font-size:130%;
color:#990000;
padding-top:15px 0 0 0;
}
.content h2 {
	padding: 20px 0 0 0;
	font-size:120%;
	font-weight:bold;
	color:#330099;
}
.content h2 a {
	text-decoration: none;
	color: #00009C;
}
.content h2 a:hover {
	text-decoration: none;
	color: #C00000;
}
.content img{
margin:5px;}

.content p{
font-size:12px;
}


/***** Banner *********************/
.banner {
clear:both;
margin-top:20px;
margin-bottom:20px;
} 



/*********Sidebar right**********/

#sidebarright {
	margin: 0;
	width: 160px;
	font-size: 11px;
	color: #6F6F6F;
	padding-left: 10px;
	float: right;
	margin-top: 0px;
	padding-right: 10px;
	padding-top:10px;
	background-color: #999999;
	border-left: solid #000000 thin;
	border-bottom: solid #000000 thin;
}

#sidebarright h1{
	font-size:18px;
	line-height: 1.2em;
	color: #000000;
	font-weight: bolder;
}
#sidebarright a {
	color: #f2f2f2;
}
#sidebarright ul {
	margin: 0;
	padding: 0 5px 0 10px;
	list-style: none;
}
#sidebarright ul li {
	padding: 10px 0  5px 0;
	font-size: 14px;
	list-style-type: disc;
}
#sidebarright ul li  {
	padding: 0 0 9px 0;
	color: #dddddd;
}

#sidebarright h2{
	padding: 0 0 9px 0;
	color: #dddddd;
	font-size: 14px;
}





/* -------------------- FOOTER -------------------- */


#footer {
	float: left;
	background-color:#1D3329;
	width: 850px;
	font-size: 11px;
	color: #cccccc; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear: both;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #cccccc;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	padding: 20px 20px 20px 20px;
	line-height: 20px;
	text-align: center;
	color: #cccccc;
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 5px;
	line-height: 0px;
}
