/* --------------------------------------------------------------------------------------------------------
								SD Department of Environment and Natural Resources

web:			http://denr.sd.gov/
stylesheet:		IE.css 
date:			March 12, 2008
author:			Ron Duvall

The following styles are used to circumvent problems with how styles are rendered in I.E. 6.0.  No effort is being made
to fix problems with I.E. 5.5 or earlier browsers which are seldom used according to web statistics.
-----------------------------------------------------------------------------------------------------------*/

/* Following kicks the banner picture down 2px so it is centered between the upper and lower borders of the banner. */

* html .bannerpic {
	margin-top: 2px;
}

/*Following style fixes an IE 6.0 margin bug that doubles the left margin applied to main column  */

* html #content {
	display: inline;
	width: 941px;
}

/* Following kicks the main navigation menu down 4px so it is below the bottom of the banner. Also adjusts padding
so left border of "Air" link lines up with right side of sidebar and overall width is ends on right page border.*/

* html #mainnav {
	top: 155px;
	padding-left: 10px;
	width: 946px;
}

/* Following kicks the SD seal picture up 4px so it is at the top of the browser window. The SD seal is in the 
mainnav div so shadow falls over and not under the mainnav bar*/

* html .sdseal {
	top: -196px;
}

/* Following prevents a "double-margin" bug in IE 6 for the contact box on the water rights homepage. */

* html .contact_wr {
	display: inline;
}
* html .airlinkicon	{
	background-image: url(../SpryAssets/DENRweb/images/air.png);
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: 0px center;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
*html .landlinkicon {
	background-image: url(file:///V|/WebSites/SDGS/SpryAssets/DENRweb/images/land.png);
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: 0px center;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}

*html .waterlinkicon {
	background-image: url(file:///V|/WebSites/SDGS/SpryAssets/DENRweb/images/water.png);
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: 0px center;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}

*html .fundinglinkicon {
	background-image: url(file:///V|/WebSites/SDGS/SpryAssets/DENRweb/images/funding.png);
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: 0px center;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}

*html .permitlinkicon {
	background-image: url(file:///V|/WebSites/SDGS/SpryAssets/DENRweb/images/permits.png);
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: 0px center;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*
.clear {
	zoom: 1;
}
*/

/* Adding display inline to the content style prevents double margin bug in IE browsers

#content {
	display: inline;
}*/
