/* Display the image logo for the header - if the image is not available, display text instead */
#goFishAK_header, #goFishAK_header span { width: 200px; height: 89px; background-image: url(/static/maps/sf/gofishak/resources/images/gofishak.gif); background-repeat: no-repeat; } 
#goFishAK_header span { margin-bottom: -75px; } /* non-repeated code */ 
h1 span { display: block; position: relative; z-index: 1; }

/* Right side and Left side <div> */
/* To be added later - these are separated out in the dspGoFishAK.cfm file currently to be used to display two different layouts */
/*div.section-holder div.rightside-container {min-width:450px;}
div.section-holder div.leftside-container {max-width:36%;}

div.section-holder div.rightside-container {min-width:30%;}
div.section-holder div.leftside-container {max-width:60%;}*/

/* Inline list CSS */
ul.inlinelist {
	 margin: 5px 0 0 0;
	 padding: 0;
	 text-align:center;
}

ul.inlinelist li {
	list-style-type:none;
	padding: 0 6px;
	display:inline-block;
}

/* Other CSS styling */
.landingpageimg {
	display: block;
	max-width:400px;
	max-height:267px;
	width: auto;
	height: auto;
	padding:5px;
	border: solid 1px #aaa !important;
}
