#headerarea.subpage .headerlogoimage {
	position: absolute;
	top: 3px;
	left: 10px;
	width: 473px;
	height: 75px;
	background: url(guide/guide_banner.png) no-repeat !important;
	background: url(/static/_global/css/css_images/subpage_banner/subpage_banner_logo_ie6.gif);
	z-index: 30;
}

#footer_soa {
	display: block;
	width: 100%;
	height: 200px;
	text-align: center;
	margin: auto;
	background: url('http://www.adfg.alaska.gov/static/_global/css/css_images/footer/footerbg-2.jpg') repeat-x #030c1b;
}

#footer_soacontent {
	display: block;
	width: 960px;
	min-height: 80px;
	padding-top: 8px;
	text-align: left;
	margin: auto;
	color: #CED4DF;
	font-family: Arial,Helvetica,sans-serif;
}

#footer_soacontent .footersoaleft {
	float: left;
} 

#footer_soacontent .footersoaright {
	font-size: .9em;
	color: #CED4DF;
	float: right;
}

#footer_soacontent ul li a, 
#footer_soacontent a {
	color: #CED4DF;
	text-decoration: underline;
	font-weight: normal;
	font-size: .9em;
}

div.liabilityNotice {
	width: 80%;
	font-size:.9em;
	line-height: 1.2em;
	text-align:justify;
	background-color: #D4EC8E;
	margin: 0 auto;
	padding: 15px;
	border-radius: 7px;
	-moz-border-radius: 7px;
}

div.tipbox {
	background:#CCC;
	width:60%;
	border: 1px solid #333;
	margin: 0 auto;
	padding: 15px; 
	border-radius: 7px;
	-moz-border-radius: 7px;
}

div.tipbox p {
	margin: 0;
}

ul.overview li {
	margin-bottom: 10px;
}

dl.inline {
	margin: 0 0 1em 0;
}

dl.inline dt:before {
  content: "";
  display: block;
}

dl.inline dt, dd {
  margin: 0 0 0 0.25em;
  display: inline;
}

img.guidenum {
	display: inline;
	vertical-align: top;
}

/* START NAV MENU */
nav {
  background-color: #0F446E;
  height:40px;
}
 
 
nav ul {
  font-family: Arial, Verdana;
  font-size: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
nav ul li {
  display: block;
  position: relative;
  float: left; 
}
 
nav li ul { 
  display: none; 
}
 
nav ul li a {
  display: block;
  font-weight: bold !important;
  text-decoration: none !important;
  text-shadow: 1px 1px #000000;
  padding: 9px 15px 1px 15px;
  background: #0F446E;
  color: #FFFFFF !important;  
  white-space: nowrap;
  height:30px; /* Width and height of top-level nav items */
  text-align:center;
}
 
nav ul li a:hover { 
  background: #608CB9; 
}
  
/* END NAV MENU */
