

/* Idaho Game Guide 1.0 layout - ifwis.fishgame.idaho.gov/gameguide */
/* You may adapt elements of this CSS, but the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright 2004 Idaho Fish and Game and may not be reproduced. */ 

/* --- (banner) IDFG Banner --------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */		

/* Styles for Graphic Layer (crane, deer, fish)  at top of header */
	.idfgLogo {
		width : 67px;
		height: 75px;
		position: relative;
		left: 2px;
		z-index: 1;
	}
	
	.idfgLabel {
		width : 400px;
		margin: -55px 100px 0 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
		height: 50px;
		position: relative;
		left : 95px;
		z-index: 1;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-variant: normal;
		color: #FFFFCC;
		background-position: center;
		font-size: 30px;
		vertical-align: middle;
		text-transform: uppercase;
	}
	
	.graphics1 {
		width : 75px;
		height: 75px;
		margin: -75px 133px 0 500px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
		overflow: hidden;
		z-index: 1;
	}
	
	.graphics2 {
		width : 100px;
		height: 75px;
		margin: -75px 67px 0 575px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
		overflow: hidden;
		z-index: 1;
	}
	
	.graphics3 {
		width : 100px;
		height: 75px;
		margin: -75px 67px 0 675px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
		overflow: hidden;
		z-index: 1;
	}

	#Location {
		z-index: 1;
		left: 100px;
		position: absolute;
		top: 70px;
		}

	/* --- (IDFGfooter) --- Styles for Fish and Game footer --- */
	#IDFGfooter {
        color : #FFFFCC;
        border-top: 7px solid #fff;
        background-color: #A7A07D;
        font-size : 85%;
        font-weight : bold;
        padding : 0 2px 5px 2px;
        text-align: center;
        vertical-align: middle;
	}

	#IDFGfooter a:link {
        text-decoration : none;
        color : #FFFFCC;
	}

	#IDFGfooter a:visited {
        text-decoration : none;
        color: #FFFFCC;
	}

	#IDFGfooter a:hover {
		text-decoration: underline;
	}

	#IDFGfooterPrint { display: none; }
