@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0px;
	background-color: #322415;
	height: 100%;
	width: 100%;
}
* {
	behavior: url(/css/iepngfix.htc);
}
.main_table {
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	height: 100%;
}

.header {
	height: 156px;
	width: 810px;
}
.left-header-bg {
	background-color: #000000;
	background-image: url(/img/left_hdr_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 265px;
}
.left-shadow-bg {
	background-image: url(/img/left_shadow_bg.png);
	background-repeat: repeat-y;
	background-position: right;
}
td {
	vertical-align: top;
}

strong, b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;	
}

.main-td {
	min-height: 100%;
	height: 100%;
	width: 810px;
	vertical-align: top;
	background-color: #e0c89e;
	background-image: url(/img/main_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 156px;
}
.right-header-bg {
	background-color: #000000;
	background-image: url(/img/right_hdr_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 265px;
}
.right-shadow-bg {
	background-image: url(/img/right_shadow_bg.png);
	background-repeat: repeat-y;
	background-position: left;
}
hr {
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #8f7860;
}

a {
	color: #cc0000;
	text-decoration: none;
	
}
a:hover {
	color: #620000;
	text-decoration: underline;
	
}

.nav {
	background-image: url(/img/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	width: 810px;
	margin: 0px 0px 10px;
	padding: 0px;
	
}

.nav ul {
	padding-left: 25px;
	color: White;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 800px;
	text-transform: uppercase;
	margin: 12px 0px 0px;
	font-size: 15px;
}

.nav ul li {
	display: inline;
	padding-right: 23px;
}

.nav ul li a {
	color: White;
	text-decoration: none;
}

.nav ul li a:hover {
	color: #e0c89e;
}

.nav ul li a.active {
	color: #e0c89e;
}

.gold-rush {
	width: 210px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8f7860;
	text-align: center;
	vertical-align: top;
	padding: 10px 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 315px;
}

.gold-rush p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	margin-top: 0px;
	
}

a.goldrush {
    display: block;
    width: 208px;
    height: 163px;
    text-decoration: none;
    background: url(/img/gold_rush_hover.png) no-repeat;	
}

a:hover.goldrush {
	background-position: -208px 0;
	text-decoration: none;
	border: 0px none;	
}

.jackrabbits {
	width: 239px;
	text-align: center;
	vertical-align: top;
	padding: 10px 10px 2px;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8f7860;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}

.jackrabbits p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	margin-top: 10px;
}
a.jackrabbitshover {
    display: block;
    width: 239px;
    height: 79px;
    text-decoration: none;
    background: url(/img/2_jackrabbits_hover.png) no-repeat;	
}

a:hover.jackrabbitshover {
	background-position: -239px 0;
	text-decoration: none;
	border: 0px none;	
}

.lick-creek {
	width: 239px;
	text-align: center;
	vertical-align: top;
	padding: 10px;
	line-height: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
}

.lick-creek p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	margin-top: 10px;
}

a.lickcreek {
    display: block;
    width: 225px;
    height: 55px;
    text-decoration: none;
    background: url(/img/lick_creek_hover.png) no-repeat;	
}

a:hover.lickcreek {
	background-position: -225px 0;
	text-decoration: none;
	border: 0px none;	
}

.salmon-run {
	width: 210px;
	text-align: center;
	vertical-align: top;
	padding: 10px 20px;
	line-height: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8f7860;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 315px;
}

.salmon-run p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	margin-top: 0px;
}

a.salmonrun {
	display: block;
	width: 223px;
	height: 114px;
	text-decoration: none;
	background: url(/img/salmon_run_hover.png) no-repeat;
	margin-right: auto;
	margin-left: auto;
}

a:hover.salmonrun {
	background-position: -223px 0;
	text-decoration: none;
	border: 0px none;	
}

.register_div {
	width: 246px;
	height: 126px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

a.register {
    display: block;
    width: 246px;
    height: 126px;
    text-decoration: none;
    background: url(/img/register_hover.png) no-repeat;	
}

a:hover.register {
	background-position: -246px 0;
	text-decoration: none;
	border: 0px none;	
}


.bar {
	margin: 15px auto;
	
}

.weather {
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

.more {
	font-size: 12px;
	text-transform: uppercase;
	
}

.news {
	padding: 10px 5px 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #322415;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #322415;
}
.news h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 30px;
	margin: 0px;
	
}
.news p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
	
}

.news li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.news table {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

.news table td {
	padding-top: 5px;
	padding-bottom: 5px;	
}

.odd {
	background-color: #C8B28C;
	
	
}

.content {
	padding: 10px 15px 20px 25px;
	width: 500px;
}
.content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 30px;
	margin: 0px;
	
}

.content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	
}

.content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
}

.content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
}

.content table {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

.content table td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;

	
}

.right-coulmn {
	padding: 10px;
	width: 210px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8f7860;
	margin-top: 10px;
	text-align: center;
}

.right-coulmn .event {
	text-align: center;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
}

.right-coulmn .event p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	margin-top: 0px;
}

.right-coulmn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
}

.right-coulmn h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 30px;
	margin: 0px;
	
}

.shirt {
	width: 239px;
	margin-bottom: 5px;
	
	
}

.shirt_bar {
	padding-left: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #452E12;
	
	
}

.archives {
	padding: 10px;
	float: right;
	width: 200px;
	text-align: center;
}
.archives h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	margin: 0px;
}
.archives p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 30px;
}
.footer {
	height: 142px; /* .push must be the same height as .footer */
	background-color: #322415;
	background-image: url(/img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
}
.footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #694829;
	margin-bottom: 20px;
}

.logos {
	height: 94px;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-left: 15px;
}
.inset {
	float: right;
	width: 146px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
