@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	width: 100%;

}
p {

font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	
}
.alignleft {
float: left;
font-size: 14px;
}
.alignright {
float: right;
font-size: 14px;
}

A:link {font-weight:bold; color: white;}
A:visited {font-weight:bold; color: white;}
A:active {font-weight:bold; color: white;}
A:hover {font-weight:bold; color: white;}

 

.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
background: url(images/topBarBg1.gif) left top repeat-x;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #000000;
	padding: 0px;
	height: 70px;
	width: 100%;
	text-align: center;
	background: url(images/topBarBg1.gif) left top repeat-x;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	text-align: center;
}
.oneColLiqCtrHdr #footer { 
		background: url(images/backdop-footer.gif) left top repeat-x; background-color: #000000;
			text-align: center;		
			width: 100%;
			height: 60px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
 /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#retailer-container {background-color: none;

			font-family: Helvetica, Verdana,Sans-Serif; color: #FFFFFF;

			width:100%;

			margin: auto;

			padding: 0px 0px 0px 0px;
			

		}

	.state {
	background-color: none;
	font-size: 16px;
	font-weight: bolder;
	
	margin: 0px;
	padding-top: 13px;
	padding-bottom: 3px;
	width: 100%;
	text-decoration: underline;			

		}

	.city {background-color: none;

			font-size: 12px;  

			margin: 0px;

			padding-top: 3px;
			
		padding-bottom: 3px;

		}

	.retailer {background-color: none;

 			font-size: 14px;

			width: 100%;

			margin: 0px 0px 0px 0px;

			padding-top: 3px;
			
		padding-bottom: 13px;

		}

	* html .retailer {width: 100%;}	

	.retailer-name {font-weight: bold; font-size: 12px;}

	.top {background-color: none;

				font-size: 0.6em; font-style: italic;

				text-align: right;

				

			}



hr.grey {border-top: 1px solid #transparent; width: 100%; height: 1px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;} 



.clear { clear: both; }

.store-state {
			width: 115px;
			height: 28px;
text-align: left;
float: left;

			padding: 0px 0px 0px 0px;
		}				
	* html .store-state {height: 15px;}	
