@charset "UTF-8";
/* CSS Document */


body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #024585;
	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 */
	color: #000000;
	background-image: url(images/masthead_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}
table#stores_table {
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
table#stores_table th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #024585;
}
table#stores_table, table#stores_table th, table#stores_table td {
	border: 1px solid #000000;
	border-collapse:collapse;
}
#nav {
	background-color: #999999;
	background-image: url(images/nav-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top: 3px;
}

ul#navigation {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation li {
	display: inline;
	margin-left: 40px;
	list-style-type: none;
}
li#home_nav {
	margin-left: 0px !important;
}
h1#logo {
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.oneColFixCtr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px;
	position: relative;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #024585;
	text-align: center;
	margin-top: 0px;
	padding-top: 15px;
}
#footer_menu a:link, #footer_menu a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer_menu a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#footer_menu a:active {
	color:#003399;
	text-decoration: none;
	background-color:#CCCCCC;
}


ul#footer_menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer_menu li {
	display: inline;
	margin-left: 30px;
}
#open_curve{
	height:12px;
	background-image: url(images/main_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px -20px;
	;
}
#close_curve{
	background-image: url(images/close_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	;
	left: 0px;
	bottom: 0px;
	clear: both;
	margin-right: -20px;
	margin-left: -20px;
}
div.strippromo {
	margin: 10px;
}
#promo_strip {
	text-align: center;
	top: 0px;
	float: right;
	margin: 10px;
}
table#stores_table tr.table_alt {
	background-color: #CBDEF4;
}
#mainContent p a:link {
	color: #024585;
	text-decoration: none;
}

#mainContent p a:visited {
	color: #024585;
	text-decoration: none;
}
#mainContent p a:hover {
	background-color: #024585;
	color:#FFFFFF;
	text-decoration: none;
}
#mainContent p a:active {
	background-color: #FF0000;
	color:#FFFFFF;
	text-decoration: none;
}

div.article img.articleimg{
	margin: 10px;
	float: right;
}
div.article {
width:655px;
}div.specials-box {
	background-image: url(images/top-corners.gif);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 680px;
	clear:left;
	
}
div.specials-box p {
	background-image: url(images/bottom-corners.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 10px;
	font-size: 13px;
	min-height:100px;
  	height:auto !important;
  	height:100px;
}
div.specials-box p img{
margin:0px 2px 5px 0px;
float:left;
}
