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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #000000;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}

a {
	color: cyan;
	text-decoration: none;
}

a:hover {
/*	color: #0000FF;*/
	color: #CC9900;
	text-decoration: underline;
}

p {
	padding: 0.5em;
	padding-right: 2em;
	padding-left: 1.5em;
	margin: 0px;
	font-size: 1em;
}

address {
	padding: 0.5em;
	padding-right: 2em;
	padding-left: 1.5em;
	margin: 0px;
	font-size: 1em;
}

h1 { 
	padding: 0.5em;
	margin: 0px;
	font-size: 1.3em;
	font-weight: normal;
	color: #FFFFFF;
}

h2 {
	padding: 0.5em;
	padding-bottom: 0em;
	margin: 0px;
	font-size: 1em;
	font-weight: bold; 
}

h3 {
	padding: 0.5em;
	padding-bottom: 0em;
	margin: 0px;
	font-size: 0.9em;
	font-weight: bold; 
}

h4 {
	padding: 0.5em;
	padding-bottom: 0em;
	margin: 0px;
	font-size: 0.8em;
	font-weight: bold; 
}

h5 {
	padding: 0.5em;
	padding-bottom: 0em;
	margin: 0px;
	font-size: 0.7em;
	font-weight: bold; 
}

h6 {
	padding: 0.5em;
	padding-bottom: 0em;
	margin: 0px;
	font-size: 0.6em;
	font-weight: bold; 
}

.smalltext {
	font-size: small;
}

.oneColFixCtrHdr #container {
	width: 650px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	background-color: #0066b3;
	/*	padding: 0 10px 0 20px;  */
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #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 */
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #000000;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #000000;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: small;
}

.oneColFixCtrHdr #mainNav {
	padding: 10px 10px;
	background-color: #000066;
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
}

.oneColFixCtrHdr #mainNav a{
	color: #FFFFFF;
	text-decoration: none;
}

.oneColFixCtrHdr #mainNav a.hover{
	text-decoration: underline;
	color: #CC9933;
}

.wrapper {
	min-width: 650px
}

.wrapper {
	width: 100%
}

.div.spacer {
	clear: both;
}

.alaskawild {
	font-family: mistral,script mt bold;
/*	font-size: medium;*/
	text-transform:none;
}

.alaskawild-large {
	font-family: mistral,script mt bold;
	font-size:x-large;
}

#nav {
/*	background: url(/images/menu-background.jpg) #0066b3 left bottom; */
	background-color: #0066b3;
	background-image: url(/images/menu-background.jpg);
	background-position: left bottom;
/*	height: 2.2em; */
	height: 1.5em; 
	text-align: left;
}

#navwrapper {
/*	height: 2.2em; */
	height: 1.5em; 
}

#nav a:hover {
/*	background: url(/images/nav-shadow.gif) #00487d no-repeat left top;*/
	background-color: #00487d;
	background-image: url(/images/nav-shadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
}

#nav ul {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	padding-top: 0px; 
	font-size: 75%; 
	margin: 0px; 
	text-transform: lowercase; 
	white-space: nowrap; 
	list-style-type: none; 
	text-align: left;
}

#nav li {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	float: left; 
	background-image: url(none); 
	margin: 0px; 
	text-indent: 0px; 
	line-height: normal; 
}

#nav a {
	border-right: #00487d 1px solid; 
	border-top: #ddd 0px solid; 
	border-left: #ddd 0px solid; 
	border-bottom: #ddd 0px solid; 
	display: block; 
	padding-right: 10px; 
	padding-left: 10px; 
	padding-bottom: 6px; 
	padding-top: 5px; 
	color: #fff; 
	white-space: nowrap; 
	text-decoration: none;
}

#nav strong {
	border-right: #00487d 1px solid; 
	padding-right: 10px; 
	border-top: #ddd 0px solid; 
	border-left: #ddd 0px solid; 
	display: block; 
	padding-left: 10px; 
	padding-bottom: 6px; 
	color: #fff; 
	padding-top: 5px; 
	border-bottom: #ddd 0px solid; 
	white-space: nowrap; 
	text-decoration: none;
}

html #nav a {
	width: 1%;
}

