@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #E2E7D0;
	background-repeat: repeat;


	background-image: url/images/l-bkg.gif);
	font-size: 100%;
	background-image: url(../images/l-bkg.gif);
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	color: #333;
}
.p1 {
	font-weight: bold;
	color: #0C74BB;
}

a img {
	border:none;
}
a {
	color: #0F74BA;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0F74BA;
}
a:hover {
	text-decoration: underline;
	color: #066;
}
a:active {
	text-decoration: none;
	color: #0F74BA;
	text-align: left;
	font-weight: bold;
}
h1 {
	font-size: 1.2em;
	color: #486995;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}
h2 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #D7210B;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 1.5em;
	font-weight: normal;
	text-align: center;
	color: #5B1F5D;
} 
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	background-color: #FFF;
} 
#hours {
	font-size: x-small;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #FFF;
	border: thin none #808F49;
	vertical-align: top;
}
hr {
	color: #BFC7A3;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	line-height: 1.5em;
	font-weight: normal;
}
#topnav {
	margin: 0px;
	padding: 0px;
	background-color: #E7ECF2;
}
#quitSale {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	color: #666;
} 
#footer {
	background-color: #DAE2ED;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#sideNav tr td {
	line-height: 1em;
	text-align: left;
}
.party {
	text-align: center;
	margin: 0px;
	padding: 5px;
	border: thin dotted #C00;
}

#constantContact {
	color: #333;
	border: thin dashed #F0CBD2;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: small;
	color: #666;
	text-align: left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #mainContent ul #supplyList li {
	text-align:left;
	list-style-image: url(../images/graphics/star.gif);
	line-height: 2em;
}

