
/*defaults all undesginated padding, margin, and borders to zero*/
* {
	padding: 0px;
	margin: 0px;
	}

* html .visualIEFloatFix { height: 0.01%; }


/* brings the website up to the new state standard   */


body{
	background: #030c1b;
	text-align: center;
	margin: auto;
	font-size: small;
	font-family: sans-serif;
	text-align: center;
	padding: 0px 0px 25px 0px;
	border: 0px;
}

/*Clears both left and right float*/
.clear{
	clear: both;	
}

/*Float item left of content below it*/
.left{
	float: left;	
}

/*Float item right of content below it*/
.right{
	float: right;	
}

/*Hide elements for screen readers*/
.hidden{
	display: none;
}

/*This adds the gradient background on the top of the page*/
.background_top{
	background: url(../../images/header/background.gif) repeat-x #0a306a;
	width: 100%;
	padding-top: 15px;
}

/*wrapper envelops the header, content, and footer stuff and keeps it all together*/
#wrapper {
	background-color: #FFF;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 960px;
	text-align: left;
	margin: auto;
	}		


/*These all control the look and feel of the gold bar at the top of the page*/
/*This is for the <div> container that holds the entire top bar*/
#top_bar{
	display: block;
	width: 960px;
	min-height: 27px;
	background: #c17b00 url(../../images/header/gold_bar.gif) no-repeat;	
}
/*This creates the State of Alaska Button on the left hand corner of the top bar*/
#top_bar a#soa{
	text-indent: -9999px;
	display: block;
	float: left;
	width: 168px;
	height: 25px;
	background: url(../../images/header/topbarSOA.gif) no-repeat 0 0;
}
/*This is the "container" for the list of links on the top bar*/
#top_bar ul{
	padding: 5px 15px 0 15px;
	margin: 0;
	float: right;
	font-size: .9em;
}
/*This is the styling for each list item in the top bar list of links*/
#top_bar ul li{
	float: left;
	display: inline;
	list-style: none;
	padding: 0 7px;
}
/*Style for the actual links in the top bar*/
#top_bar ul li a{
	color:#036;
	font-weight: bold;
	text-decoration: none;
}
/*Style for the hover / focus state of the list of links in the top bar*/
#top_bar ul li a:hover, #top_bar ul li a:focus{
	text-decoration: underline;
}

/*This control the header element*/
/*This is the container as well as the holder of the actual header image*/
#header{
	display: block;
	width: 960px;
	height: 96px;
	background: #112039 url(../../images/header/header.gif) no-repeat;/*The individual department / division header needs to be put in here*/
	clear: both;
}
/* Since the Page Title link has an H1 element around it this makes sure that the h1 doesn't effect positioning*/
#header h1{
	padding: 0;
	margin: 0;
}

/*This creates the link for the header with an invisible link block*/
#header h1 a#title{
	text-indent: -9000px;/* This hides the text so that you just have a link element, but screenreaders also have the link available*/
	display: block;
	width: 377px;
	height: 90px;
	float: left;
}

/*This styles the search box, mostly taken from DFG's css*/
#search
{
	float: right;
	position: relative;
	margin-top: 0px;
	padding: 15px 15px 0px 0px;
}

/*This is the style for the footer; defines the background that runs the bottom of the page*/
#footer{
	display: block;
	width: 100%;
	min-height: 200px;
	text-align: center;
	margin: auto;
	background: url('../../images/header/footerBG.gif') repeat-x #030c1b;
	padding-top: 3px;
}
/*Footer Links and content*/
#footer_content{
	display: block;
	width: 960px;
	min-height: 80px;
	padding-top: 10px;
	background: url('../../images/header/footer_contentBG.gif') repeat-x top;
	text-align: left;
	margin: auto;
	color: #CED4DF;
}
/*Styles the right and left box of the statewide footer */
#footer_content .right, #footer_content .left{
	padding: 10px 0;	
}

#footer_content .right{
	text-align: right;
	float: right;
}

#footer_content .left{
	text-align: left;	
}

/* Style the list of links in the footer */
#footer_content ul{
	list-style: none;
	display: inline;
	padding: 0;
}

#footer_content ul li{
	float: left;
	padding: 0 10px 3px 0;
}

#footer_content ul li a, #footer_content a{
	color: #CED4DF;
	text-decoration: underline;
	font-weight: normal;
}

#footer_content ul li a:hover, #footer_content ul li a:focus, #footer_content a:hover, #footer_content a:focus{
	text-decoration: none;
}

/*This styles the department footer*/
#department_footer{
	width: 935px;
	padding: 10px 15px 25px 10px;
	text-align: left;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background: url('../../images/header/department_footerBG.gif') repeat #EBEBEB;
}

#department_footer .right{
	text-align: right;
	color: #2A3858;
}

#department_footer ul{
	list-style: none;
	display: inline;
}

#department_footer ul li{
	float: left;
	padding: 0 10px 10px 0;
}

#department_footer ul li a, #department_footer a{
	color: #2A3858;
	text-decoration: underline;
}

#department_footer ul li a:hover, #department_footer ul li a:focus, #department_footer a:hover, #department_footer a:focus{
	text-decoration: none;
}

#department_footer .right .center_item{
	border-left:  #999 solid 1px;
	border-right: #999 solid 1px;
	padding: 0 4px;
}

#department_footer .right .right_item{
	border-left: #999 solid 1px;
	padding: 0 0 0 4px;
}

#department_footer .right .left_item{
	border-right: #999 solid 1px;
	padding: 0 4px 0 0;
}

#crumb {
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	z-index: 0;
	width: 940px;
}

	#crumb { color: #666699; }
	#crumb p { color: #666699; }
	#crumb br { color: #666699; }
	#crumb a:link { color: #666699; text-decoration: none;}
	#crumb a:visited   { color: #666699; text-decoration: none; }
	#crumb a:hover   { color: #0066CC; text-decoration: none; }
	#crumb a:active   { color: #666699; text-decoration: none; }

#accessibility {
	vertical-align: top;
	margin: -15px 5px 8px 0px;
	padding: 0px;
	
	}

#imghide {
	position: relative;
	float: right;
	vertical-align: top;
	margin: -25px 5px 0px 0px;
	z-index: 0;
	}

#content {
	color: #000000;
	padding: 0px 0px 0px 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-decoration: none;
	z-index: 5;
	width: 940px;
	}

#content strong { color: #000000; padding-bottom: 10px; text-decoration: none; }
	#content ul { padding: 0px; color: #000000; text-decoration: none; }
 	#content li { margin: 0px 1em 0px 5px; }	
	#content li { padding-left: 1em; text-decoration: none; list-style-image: url(http://www.tax.alaska.gov/images/header/grey_arrow.gif); }
	#content h1 { padding-top: 10px; color: #000000; padding-bottom: 10px; font: bold 17px/18px sans-serif;} 
	#content h2 { padding: 10px 0px 5px 0px; color: #00007C; font: bold 20px sans-serif; }
	#content h3 { padding: 0px 0px 0px 10px; color: #000000; font: 13px/14px sans-serif; }
	#content h5 { padding: 0px 0px 0px 0px; color: #000000; font: bold 17px/18px sans-serif; }
	/*-- H5 is the header for Forms Pages only   */
	
	#content a:link   { color: #333399; text-decoration: none; }
	#content a:visited   { color: #151B8D; text-decoration: none; }
	#content a:hover   { color: #0066CC; text-decoration: none; }
	#content a:active   { color: #151B8D; text-decoration: none; }
	#content i { padding: 0px; font-style: italic; }
	#content ul.special { color: #000000; padding: 0px 0px 5px 0px; margin-left: 25px; list-style-image: url(http://www.tax.alaska.gov/images/header/grey_arrow.gif); text-decoration: none; }
	
#whatsnew li 
{
	padding-left: 6em;
	text-indent: -6.5em;
	text-decoration: none;
	list-style-image: url(http://www.tax.alaska.gov/images/header/grey_arrow.gif);
}

#content ul 
{
	margin-left: 0px;
	padding-left: 25px;
	color: #000000;
	list-style: none;
	list-style-image: url(http://www.tax.alaska.gov/images/header/grey_arrow.gif);
	text-decoration: none;
}

#time {
	float: right;
	margin: 0px 8px 0px 8px;
	height: 25px;}

.pnlright {
	float: right;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.pnlleft {
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#foot {
	background: #ddd url(http://www.tax.alaska.gov/images/header/footer_back.gif) top left no-repeat;
	clear: both;
	padding: 0px;
	margin-top: 5px;		
	background-color: #fff;
	text-align: center;
	height: 25px;}

	#foot p { color: #666666; text-decoration: none; }

	#foot ul { display: inline; margin: 0px; padding: 0px; list-style-image: none; }
	#foot li { display: inline; margin: 0px; padding: 0px 10px 0px 0px; }

	#foot a:link { text-decoration: none; }
	#foot a:visited { color: #666699; text-decoration: none; }
	#foot a:hover { color: #0066CC; font-family: sans-serif; text-decoration: none; }
	#foot a:active { color: #404040; text-decoration: none; }

#menu dl {
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 135px;
	padding: 0px;
	z-index: 150;
}

#menu dd
{
	margin-top: 3px;
	margin-left: -2px;
	position: absolute;
}

#menu dd ul, #menu dd ul li
{
	display: table;
}

#menu li a, #menu dd a {
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 0px 15px;
	color: #FFCC00;
	display: block;
	z-index: 150;
	height: 100%;
	width: 270px;
	border: none;
	background-repeat:repeat-y;
	font-size: 9pt;
	background-image: url(http://www.tax.alaska.gov/images/header/backdrop.bmp);
	padding: 2px 0px 1px 0px;
}

#menu li a:visited, #menu li a:active, #menu li a:link {
	color: #000000;
	font-size: 9pt;
	width: 270px;
	text-align: left;
	margin-left: 2px;
	z-index: 150;
	}
	
#menu li a:hover, #menu li a:focus, #menu dd a:hover, #menu dd a:focus {
	color: Red;
	font-size: 9pt;
	width: 270px;
	text-align: left;
	margin-left: 2px;
	z-index: 150;
}

#menu dt a {
	text-align: left;
	text-decoration: none;
	margin: 0px;
	color: #FFCC00;
	display: block;
	z-index: 150;
	height: 100%;
	width: 135px;
	border: none;
	font-size: 9pt;
	z-index: 150;
}

#menu dt a:visited, #menu dt a:active, #menu dt a:link {
	color: #FFCC00;
	font-size: 9pt;
	text-align: center;
	margin: 0px;
	z-index: 150;
	}
	
#menu dt a:hover {
	color: #000000;
	font-size: 9pt;
	z-index: 150;
}

#bottom {
	margin: -13px 0px 0px 3px;
	background-image: url(http://www.tax.alaska.gov/images/header/backdropbottom.bmp);
	visibility: visible;
	height: 7px;
	background-repeat:no-repeat;
	width: 269px;
}
#bottom1 {
	margin: -13px 0px 0px 3px;
	background-image: url(http://www.tax.alaska.gov/images/header/backdropbottom1.bmp);
	visibility: visible;
	height: 7px;
	background-repeat:no-repeat;
	width: 269px;
}

#bottom2 {
	margin: -13px 0px 0px 16px;
	background-image: url(http://www.tax.alaska.gov/images/header/backdropbottom1.bmp);
	visibility: visible;
	height: 7px;
	background-repeat:no-repeat;
	width: 269px;
}

#menu
{
	position: absolute;
	margin: -26px 0px 0px 0px;
}

#headerfooter
{
	margin-top: -10px;	
}
