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

html, body {
	margin:0px;
	padding:0px;
	height:100%;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-color: #0f253d;
}
.container {
	min-height:100%;
	position:relative;
	/*background-image:url(img/bg-image.jpg);*/
	background-repeat:no-repeat;
}
.header {
	width:1000px;
	height:76px;
	margin:0;
}
.content {
	padding-bottom:220px;
	width:800px;
	margin:0;
}
.content_box {
	margin:100px;
	margin-top:300px;
}
.footer {
	height:270px;
	width:100%;
	position:absolute;
	bottom:0;
	background:url(../img/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.footer_container {
	width:900px;
	margin:0px 50px;
}
.footer_title {
	margin-top:25px;
	padding-bottom:10px;
}
body, td, th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color:#c7e9ff;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:30px;
	font-weight:normal;
	margin:0;
	color:#FFF;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:20px;
	font-weight:normal;
	color:#96caf3;
	margin:6px 0px 0px 0px;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:20px;
	font-weight:normal;
	color:#3e6683;
	margin:0;
}
p.indent {
	position: relative;
	width: 700px;
	left: 35px;
}
p.indent2 {
	position: relative;
	width: 670px;
	left: 85px;
}
.logo {
	position: absolute;
	top:92px;
	left:18px;
	z-index:20;
}
.header_logo {
	position: absolute;
	top:16px;
	left:30px;
}
.header_nav {
	position:relative;
	right:10px;
	top:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:17px;
	font-weight:normal;
	letter-spacing:.5px;
	float:right;
}
.header_navStyle {
	position: relative;
	height: 29px;
	width: 570px;
	padding: 10px;
	margin:6px 0px;
	overflow: hidden;
}
.header_navStyle li {
	float: left;
	list-style: none;
	margin:0 8px;
}
.header_navStyle li.back {
	border-bottom: 3px solid white;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	opacity:.50;
	filter: alpha(opacity=50);
}
.header_navStyle li a {
	text-decoration: none;
	outline: none;
	text-align: center;
	top: 7px;
	left:8px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 0px;
}
.header_navStyle li a:hover, .header_navStyle li a:active, .header_navStyle li a:visited {
	border: none;
}
a {
	color: #FFF;
}
a:link {
	text-decoration: underline;
	color: #fff;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #fff;
}
.content a:link {
	text-decoration: underline;
	color: #f0f9ff;
}
.content a:visited {
	text-decoration: underline;
	color: #dcf1ff;
}
.content a:hover {
	text-decoration: none;
	color: #8ca4bd;
}
.content a:active {
	text-decoration: none;
	color: #8ca4bd;
}
.contact_header {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	font-weight:normal;
	text-align:center;
	margin:0;
	background-image:url(../img/contact_us_bg.png);
	width:156px;
	height:36px;
	position:relative;
	top:9px;
	right:20px;
	padding-top:6px;
	color:#fff;
}
#response_form {
	float:left;
	margin-left:290px;
	margin-top:-22px;
	width:300px;
	position:relative;
	top:10px;
}
.form {
	width:620px;
	float:right;
	clear:none;
	margin:10px;
	margin-right:0px;
	padding-left:10px;
}
.button {
	width:143px;
	height:35px;
	background:url(../img/button.png);
	border:0px;
}
.button:hover {
	width:143px;
	height:35px;
	background:url(../img/button_over.png);
	border:0px;
	cursor:pointer;
	outline:0px;
}
.form_info {
	float:right;
	width:230px;
}
.form_info input {
	width:200px;
	height:25px;
	margin:8px;
	background:#142e49;
	border:1px solid #274b6a;
	color:#96caf3;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	padding-top:7px;
	padding-left:7px;
	-moz-border-radius:3px;
	opacity:.75;
	filter: alpha(opacity=75);
}
.form_info input:focus {
	opacity:1;
	filter: alpha(opacity=100);
}
.form_message {
	float:right;
	text-align:right;
	width:390px;
}
.form_message textarea {
	width:370px;
	height:129px;
	margin:8px;
	background:#142e49;
	border:1px solid #274b6a;
	color:#96caf3;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	padding-top:7px;
	padding-left:7px;
	overflow:auto;
	-moz-border-radius:3px;
	opacity:.75;
	filter: alpha(opacity=75);
}
.form_message textarea:focus {
	opacity:1;
	filter: alpha(opacity=100);
}
.title_header {
	height:28px;
	padding-top:8px;
	margin-bottom:8px;
	background:url(../img/title_header_rule.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
.copyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#5c7999;
	margin-top:44px;
	margin-bottom:-60px;
	margin-right:6px;
	text-align:right;
	height:0;
	overflow:visible;
}
.image_fish {
	width:400px;
	float:right;
	margin:4px;
	padding:1px;
	background:#FFF;
	border:1px solid #003;
}
.basket {
	position: absolute;
	height: 313px;
	width: 332px;
	top: 70px;
	right: 0px;
}
.salmon {
	position: absolute;
	height: 166px;
	width: 216px;
	bottom: 230px;
	left: 790px;
}
.yurok_man {
	position: absolute;
	height: 324px;
	width: 186px;
	top: 55px;
	right: 10px;
}
.audio_embed {
	position:absolute;
	top:0;
	left:0;
}
.ice_title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:20px;
	font-weight:normal;
	color:#96caf3;
	padding:8px 0px;
}
#ice_content {
}
#ice_group {
}
#signup {
	opacity:0;
	display:none;
}
.text_field {
	height:24px;
	width:260px;
	border:2px solid rgb(0, 0, 0);
	border:2px solid rgba(0, 0, 0, 0.5);
	background:rgb(40, 86, 129);
	background:rgba(40, 86, 129, 0.6);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#FFF;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.text_field:focus {
	background:rgba(40, 86, 129, 1.0);
	border:2px solid rgba(0, 153, 204, 1.0);
}
.select_field {
	height:28px;
	width:264px;
	border:2px solid rgb(0, 0, 0);
	border:2px solid rgba(0, 0, 0, 0.5);
	background:rgb(40, 86, 129);
	background:rgba(40, 86, 129, 0.6);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#FFF;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
