@charset "UTF-8";

html, body, h1, h2, h3, h4, p, ul, li {
	 margin: 0;
	padding: 0;
}

body {
	margin: 0 0 50px 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #6e6e6e; /* dark grey */
	background: #585c51; /* olive green */
	line-height: 20px;
}

.wrapper { 
	margin: 0 auto; 
	padding-left: 20px; /* make roome for left shadow */
	width: 800px; 
	background: url('../images/shadow-left.gif') repeat-y; /* left shadow - olive green */
}

.wrapper-inner {
	background: White url('../images/shadow-right.gif') repeat-y right top; /* right shadow */
}

.header { 
    position: relative; 
	with: 780px; 
	height: 280px; 
	background: url('../images/header.jpg') no-repeat; /* store photo */
}

a { 
     text-decoration: none ; 
}

h1 a { 
	width: 325px; 
	height: 65px; 
	display: block; 
	position: relative; 
	top: 155px; 
	left: 37px; 
	background: url('../images/bridgewater-corners-country-store.gif') no-repeat; 
}

.contact { 
	position: absolute; 
	bottom: -4px; 
	color: White; 
	background: #585c51; /* olive green */
	padding: 6px 20px; 
	width: 740px;
	font-size: 11px; 
	letter-spacing: 1px; 
	text-align: left; 
	border-top: 10px solid White;
}

.contact strong,
.contact b { /* Go Daddy HTML editor changes <strong> tags to <b> */
   font-weight: bold;
      color: #aa9568; /* beige */ 
}

.contact a { /* address */
    color: White;
	position: absolute;
	right: 20px;
	top: 6px; /* need for IE7 */
}

.sub-header {
	position: relative;
	margin-top: 10px;
	padding: 15px 10px 30px 0;
	background: url('../images/sub-header.png'); 
}

.sub-header,
.sub-header a {
	font-size: 12px;
	color: #aa9568; /* beige */ 
}

.sub-header a {
	position: absolute;
	right: 10px;
}

.sub-header img { /* "Check out our Menu" button */
	 width: 162px;
	height: 37px;
	border: none;
	margin-top: -5px;
}

.content { 
	float: left;
	width: 495px; 
	padding: 0 20px 5px 20px; 
	background-color: White;
}

.content.secondary { 
	width: 233px; 
	padding: 0 0 10px 0;
}

h2 { 
	color: #B40939; /* red */
	font-size: 23px; 
	margin: 15px 0 20px;
}

.content.secondary h2 {
	margin: 22px 0 0 0;
	padding: 12px 0 9px 0;
	text-align: center;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url('../images/h2.png'); 
	text-shadow: 1px 1px 1px White;
}

p {  
	padding-bottom: 1em; 
}

ul {
	margin-left: -20px;
	list-style: none;
}

li {
	background: url('../images/bullet.gif') no-repeat; 
	font-size: 12px;
	padding-left: 17px; /* make room for bullet */
	margin-bottom: -17px;
}

li span { /* year */
	vertical-align: top;
	font-weight: bold;
	color: #aa9568; /* brown */
}

li p {
 position: relative;
	right: -50px;
	  top: -20px;
	width: 430px;
}

.content.secondary ul { 
	border-bottom: 1px solid #dfdbc7; /* beige */
	padding: 10px 0 10px 110px;
	margin-left: 0;
	background: #eaeadc url('../images/sprite-products.png') no-repeat 22px top;  /* red icon on light beige */
}

.content.secondary ul.drink   { background-position: 25px -127px; }
.content.secondary ul.read    { background-position: 25px -194px; }
.content.secondary ul.hunt    { background-position: 27px -310px; }
.content.secondary ul.drive   { background-position: 30px -411px; }
.content.secondary ul.give    { background-position: 27px -474px; }
.content.secondary ul.private { background-position: 30px -568px; padding-bottom: 15px; }

.content.secondary li { 
	color: #464646; /* dark grey */
	font-size: 10px;
	list-style: none;
	margin: 0;
	line-height: 14px;
	background: none;
}

.content.secondary ul.services { 
	padding: 0;
    background-image: none;
	border-bottom: none;
}

.content.secondary ul.services li { 
	text-align: center;
	float: left;
	width: 116px;
	padding: 50px 0 5px; /* top R+L bottom */
	border: 1px solid #dfdbc7; /* beige */
	border-top: none;
	border-left: none;
	background: #eaeadc url('../images/sprite-products.png') no-repeat 27px -603px;  /* red icon on light beige */
}

.content.secondary ul.services li.catering { background-position: 25px  -692px; }
.content.secondary ul.services li.payment  { background-position: 25px  -774px; }
.content.secondary ul.services li.licenses { background-position: 25px  -856px; border-bottom: none; padding-bottom: 10px; }
.content.secondary ul.services li.air      { background-position: 25px  -940px; border-right: none; }
.content.secondary ul.services li.reports  { background-position: 18px -1024px; border-right: none; }
.content.secondary ul.services li.cards    { background-position: 12px -1107px; border-right: none; }
.content.secondary ul.services li.lottery  { background-position: 15px -1191px; border: none; padding-bottom: 10px; }

.content.secondary div { /* shadow bottom */
	clear: both;
	width: 100%;
	height: 8px;
	background: url('../images/shadow-ul.jpg');  
}

.footer { 
	clear: both;
	position: relative; 
	height: 13px; 
	background: #585c51 url('../images/shadow-bottom.gif'); /* bottom shadow */
}

.footer div { /* right corner */
  position: absolute;
	   top: -16px;
	 right: 0;
	 width: 39px;
	height: 29px;
	background: url('../images/shadow-corners.jpg') no-repeat right top;  
}

.footer div:first-child { /* left corner */
	  left: -21px;
	background-position: left top;
}

