/*sfhhw batteries page: orange corners*/

			div.roundCornerOrange{
				
				width:600px; 
				height: 50px; 
				background: #F37021;
				text-align: center;
			
			}
			
			div.orangeCornerBorder{
				
				width:600px; 
				background: #663300; 
				position: relative; 
				
			}
			
			div.roundCornerWhite{
				
				width:600px; 
				background: #FFFFFF;
				text-align: center;
				border: 0;
			
			}
			
			div.whiteCornerBorder{
				
				width:600px; 
				background: #F37021; 
				position: relative; 
			
				
			}
			
			.orange{
				
				color: #f37021;
				
			}

/*Border Blend for all residential corners*/

	#roundCornerSpacing{

				margin: 10px;
	}
		
/*Blue Cart Corners*/

	#squareCornerBlue{
		position: relative;
		width:725px;
		border: solid 2px #2878E0;
		background: #FFFFFF;
		background-repeat: no-repeat;
	}

	#roundCornerRecycling{
		
		background: #FFFFFF;
		background-repeat: no-repeat ;
	}

	div.roundCornerWhite{
				
				width:700px; 
				background: #FFFFFF;
				border: 0;
			
			}
			
			div.whiteCornerBlueBorder{
				
				width:700px; 
				background: #2878E0; 
				position: relative; 
				border: 0;
			}
			
			


/*Green Cart Corners*/

	#squareCornerGreen{
		position: relative;
		width:725px;
		border: solid 2px #4D8D3E;
		background: #FFFFFF;
		background-repeat: no-repeat;
	}

	#roundCornerCompost{
		
		background: #FFFFFF;
		background-repeat: no-repeat;
	}

	div.roundCornerWhite{
				
				width:700px; 
				background: #FFFFFF;
				border: 0;
			
			}
			
	div.whiteCornerGreenBorder{
				
				width:700px; 
				background: #4D8D3E;
				position: relative;
				border: 0;
				
			}


/*Black Cart Corners*/

#squareCornerBlack{
		position: relative;
		width:725px;
		border: solid 2px #000000;
		background: #FFFFFF;
		background-repeat: no-repeat;
	}

div.roundCornerWhite{
				
				width:700px; 
				background: #FFFFFF;
				border: 0;
			
			}
			
			div.whiteCornerBlackBorder{
				
				width:700px; 
				background: #000000; 
				position: relative;
				border: 0;
				
			}
			
/*Residential Recycling/Garbage/Compost ID's and Classes */

.blueHeader{
	
		font-family: verdana;
		font-size: 70%;
		font-weight: bold;

}

.blueHeader a{
	
	color: #0033cc;
	text-decoration:underline;
}

.blueHeader a:visited{
	
	color: #0033cc;
}

.blueHeader a:hover{
	
	color: #006F99;
}

.greenHeader{
	
		font-family: verdana;
		font-size: 70%;
		font-weight: bold;

}

.greenHeader a{
	
	color: #027902;
	text-decoration:underline;
}

.greenHeader a:visited{
	
	color: #027902;
}

.greenHeader a:hover{
	
	color: #006F99;
}

.blackHeader{
	
		font-family: verdana;
		font-size: 70%;
		font-weight: bold;

}

.blackHeader a{
	
	color: #000000;
	text-decoration:underline;
}

.blackHeader a:visited{
	
	color: #000000;
}

.blackHeader a:hover{
	
	color: #006F99;
}
