@media all{
	html, body{
		width:800px;
		height: 100%;
		background-color: #8CC641;
		margin:0 auto;
		padding: 0px;
		font-family:Verdana;
	}
	
	/*Opera Fix*/
	body.stickyFooter:before {
		content:"";
		height:100%;
		float:left;
		width:0;
		margin-top:-32767px;/
	}
	
	body.stickyFooter > div  {
		position: relative;
		font-family: Verdana;
		color: #000000;
		background: url(../Images/aiuweb_footerbg2.png) bottom repeat-x;
		background-color: #ffffff;
		min-height: 100%;
	}
	
	body.stickyFooter > div section{
		padding: 0 25px;
	}
	
	body.stickyFooter > div > section:last-child{
		padding-bottom:	135px; /* must be same height as the footer (added 30px for extera whitespace) */
	}
	
	body.stickyFooter > footer{
		position: relative;
		clear:both;
		margin-top: -115px; /* negative value of footer height */
		height: 115px;
	}
	
	.arcaincutilityHeader, .arcaincutilityDetailHeader{
		background: url(../images/aiuweb_header2.png) top repeat-x;
		background-size: 800px 144px;
		padding-top: 145px;
		padding-bottom: 20px;	
		text-align: center;
	}
	
	.arcaincutilityDetailHeader{
		background: url(../images/AIU_programheader.jpg) top repeat-x;
	}
	
	.arcaRetailerHeader img{
		padding-bottom: 5px;
	}
	
	.arcaRetailerHeader h1{
		height: 50px;
		font-size: 35px;
		vertical-align: top;
	}
	
	.arcaRetailerLink{
		padding: 0 15px 15px 10px;
		text-align: center;
	}
	
	.arcaRetailerLink > a > img{
		height: 65px;
	}
	
	
	
	.main { 
		background-color: #FFFFFF;
	  /* background-image: url(../Images/AIU_footergradient.jpg); */
	  background-image: url(../Images/aiuweb_footerbg2.png);
	  background-attachment:inherit;
		background-position: bottom left;
	  background-repeat: repeat-x;
		height: 500px;
	}
	
	//*TR {
		background-color: #FFFFFF;
	}*//
	
	IMG {
		border: none;
	}
	
	.button_main {
		padding: 4px 0 4px 0;
	    background-image:  url(../Images/green-button.png);
	    background-repeat: no-repeat;
	    height: 38px;
	    width: 148px;
	}
	
	.button_text {
	    position: relative;
	    height: 38px;
	    width: 148px;
		text-align: center;
		top: 4px;
		vertical-align: middle;
	}
	
	.button_long {
		padding: 1px 0 1px 0;
	    background-image:  url(../Images/green-button_long.png);
	    background-repeat: no-repeat;
	    height: 38px;
	    width: 225px;
	}
	
	
	.button_max {
		padding: 1px 0 1px 0;
		background-image:  url(../Images/green-button_max.png);
		background-repeat: no-repeat;
		height: 38px;
		width: 525px;
	}
	
	.button_text_max {
		position: relative;
		height: 38px;
		width: '100%';
		text-align: center;
		top: 6px;
		vertical-align: middle;
	}
	
	.button_text:hover {
		color: #FFFFFF
	}
	
	.button_text_max:hover {
		color: #FFFFFF
	}
	
	.button_text_long {
	    position: relative;
	    height: 38px;
	    width: 225px;
		text-align: center;
		top: 6px;
		vertical-align: middle;
	}
	
	.button_text_long:hover {
		color: #FFFFFF
	}
	
	a {
		text-decoration: none;
		color: #006327;
	}
	a:hover {
		cursor: hand;
	}
	a:visited {
		color: #006327;
	}
	a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
	a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }
	
	
	.highlight {
		color: #39b54a;
	}
	
	.center{
		text-align:center;
	}
	
	.txt1 {
		font-size: 19px;
		font-weight: normal;
		color:#006327;
		font-family: "Century Gothic";
		}
	
	.txt2 {
		font-size: 16px;
		font-weight: normal;
		color:#006327;
		font-family: "Century Gothic";
	}
	
	.txt3 {
		font-size: 21px;
		font-weight: normal;
		}
	
	.txt4 {
		font-size: 14px;
		font-weight: bold;
		color:#A6C84B;
		font-family: "Century Gothic";
		text-decoration: underline;
	}
	.txt4:visited {
		color:#A6C84B;
	}
	
	.state_hdr {
		font-size: 33px;
		font-weight: bold;
		text-align: center;
		color:#006327;
		margin: 20px auto 20px auto;
	}
	
	.detail_hdr {
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		vertical-align: top;
		color:#065B8E;
	}
	
	.header_img {
		padding: 0 10px;
	    background-image:  url(../Images/3rd-pg-header.png);
	    background-repeat: no-repeat;
	    height: 145px;
	    width: 800px;
		font-size: 26px;
		color: #FFFFFF;
		text-align: right;
		vertical-align: bottom;
	}
	
	.disclaimer {
		font-size: 14px; 
		color: #39b54a;
		padding-right: 35px;
	}
	
	.ARCARoundedBox, .ARCARounderBoxSM, .ARCARoundedBoxDoubleLine{
		margin:2px 5px 10px 5px;
		padding:10px 8px;
		display:inline-block;
		width: 220px;
		background: #b7d987;
		background: linear-gradient(#b7d987, #8fc744);
		border-radius: 10px;
		font-size: 16px;
		font-weight: normal;
		font-family: "Century Gothic";
		text-align: center;
		vertical-align: middle;
	}
	.ARCARounderBoxSM{
		width: auto;
		min-height:1em;
	}
	.ARCARoundedBoxDoubleLine{
		min-height:2.5em;	
	}
	
	.ARCARoundedBox:HOVER, .ARCARoundedBoxDoubleLine:HOVER {
		color: #FFFFFF
	}
	
	#landing {
		text-align:center;
		padding-bottom: 175px;
	}
	
	#detailPage{
		text-align:center;
		line-height: 1.231;
	}
	
	#detailPage ul {
		text-align:left;
		list-style-image: url('../images/AIU_recyclebullet.jpg');
		padding-left:10%;
		width:90%;
		margin:0 auto;
	}
	#detailPage ul li{
		padding:.25em;
	}
	#detailPage p{
		text-align:left;
	}
	
	#detailPage article{
		padding-top:1em;
	}
	#detailPage article h1{
		text-align:left;
	}
	
	#mainSection p{
		font-size:13pt;
		font-weight: normal;
	}
	
	ol.requirements{
		padding:0 5% 0 5%;
		font-weight: normal;
	}
	ol.requirements li{
		margin-bottom:.5em;
	}
	
	#tblETLookUp{
		margin:0 auto; 
		min-width: 50%;
	}
	#tblETLookUp td{
		padding: .25em;
	}
	
	#map{
		text-align:center;
		margin-top:-20px;
	}
	
	#map img{
		vertical-align:middle;
		margin:0 25px;
	}
	#stateLinks {
		width: 628px;
		margin: 0 auto;
	}
	#stateLinks ol{
		width: 24%;
		display: inline-block;
		vertical-align:top;
		list-style: none;
	}
	
	img#saveEnviromentConserveEnergy{
		display: block;
		margin: 2em auto;
	}
}

@media print{
	.noprint{
		display:none;
	}
	body, html{
		font-size: 12pt;
	}
	#pageHeader img{
		display:none;
	}
	html, body,
	body.stickyFooter > div,
	body.stickyFooter > div > section:last-child,
	body.stickyFooter > footer,
	#pageHeader img{
		height:auto !important;
		padding:0 !important;
		margin:auot !important;
	}
}