html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html {
	width: 100%;
	text-align: center;
	background: #ebe8d9;
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3e3e3e;
	width: 100%;
	margin: auto;
	background: #ebe8d9;
}

h1 {
	width: 321px;
	height: 111px;
	float: left;
	text-indent: -9999em;
	overflow: hidden;
}

	h1 a, h1 a:link, h1 a:visited {
		display: block;
		background: transparent url(../images/logo.jpg) no-repeat 0 0;
		height: 111px;
	}
	
	h1 a:hover {
		background-position: 0 -111px;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	padding: 0 0 20px 0;
	font-weight: normal;
}

h3 {
	font-weight: bold;
	padding: 0 0 3px 0;
}

#header-inside h2 {
	color: #dbd6d0;
	font-style: italic;
	font-size: 18px;
	position: absolute;
	bottom: 15px;
	right: 18px;
	padding: 0;
}

p {
	padding-bottom: 15px;
	line-height: 140%;
}

p.top-margin {
	padding: 15px 0 0 0;
}

p.error {
	color: red;
	border: solid 1px red;
	padding: 10px;
	margin: 0 0 20px 0;
}

p.bordered {
	border: solid 1px #d9d3c2;
	padding: 8px;
}

span.required {
	color: red;
}

ul.body-list {
	margin: 0 0 15px 20px;
	list-style-type: disc;
}

	ul.body-list li {
		padding: 4px 0;
	}

table.general-table {
	width: 500px;
	margin: 1px 0 20px 1px;
	border-collapse: collapse;
	float: left;
	border: solid 1px #ccc;
}

	table.general-table th {
		font-weight: bold;
		text-align: center;
		border: solid 1px #ccc;
	}
	
	table.general-table th, table.general-table td {
		padding: 6px;
		border: solid 1px #ccc;
		text-align: center;
	}

/* Link styles BEGIN */

a, a:link, a:visited { color: #156BFB; text-decoration: underline; outline: none; }
a:hover, a:active { color: #0b2b90; }

#footer a, #footer a:link, #footer a:visited { color: #898989; text-decoration: none; border-bottom: none; }
#footer a:hover, #footer a:active { text-decoration: underline; border-bottom: none; }

.container {
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
}
	
	#header {
		background: transparent url(../images/bg-header.jpg) repeat-x 0 0;
		overflow: hidden;
		height: 152px;
		min-width: 960px;
	}
	
	#header-inside {
		width: 960px;
		margin: 0 auto;
		padding: 20px 0 0 0;
		position: relative;
		overflow: hidden;
	}

		.logo {
			float: left;
			margin: 0 0 0 17px;		
		}
	
		* html #header img.logo {
			margin-left: 8px;
		}
		
		#search-form {
			float: right;
			background: url(../images/bg-search.jpg) no-repeat 0 0;
			width: 320px;
			height: 31px;
			margin: 10px 0 0 0;
		}

			#search {
				border: none;
				background: none;
				width: 260px;
				float: left;
				color: #72532e;
				font-style: italic;
				font-size: 16px;
				font-weight: bold;
				padding: 7px 0 2px 8px;
			}
			
			#search-submit {
				background: none;
				border: none;
				color: #dbd6d0;
				padding: 3px;
				float: left;
				font-size: 17px;
				font-style: italic;
				cursor: pointer;
			}
		
	#navigation {
		clear: both;
		height: 40px;
		border-top: solid 1px #8d7b66;
		background: #7a6246 url(../images/bg-nav.jpg) repeat-x 0 0;
		min-width: 960px;
	}

	ul#nav-list {
		width: 960px;
		margin: 0 auto;
		overflow: hidden;
		height: 40px;
	}
	
		ul#nav-list li {
			float: left;
		}

		ul#nav-list li a, ul#nav-list li a:link, ul#nav-list li a:visited {
			color: #d9d4ce;
			font-family: Arial, Helvetica, sans-serif;
			height: 40px;
			line-height: 38px;
			text-align: center;
			padding: 0 28px 0 27px;
			text-decoration: none;
			display: block;
			font-weight: bold;
			font-size: 14px;
			float: left;
		}

		ul#nav-list li a.selected, ul#nav-list li a.selected:link, ul#nav-list li a.selected:visited {
			color: #c6e69d;
		}

		ul#nav-list li a:hover {
			text-decoration: none;
			color: #c6e69d;
		}

	.content {
		clear: both;
		overflow: hidden;
		width: 916px;
		margin: 0 auto;
		padding: 20px 22px 20px 22px;
	}

	.content_home {
		padding-top: 30px;
	}
	
		.promo {
			width: 214px;
			float: left;
			margin: 0 20px 0 0;
			overflow: hidden;
		}
		
		.promo-restaurants {
			margin: 0;
		}
		
		.promo-food ul li {
			background: transparent url(../images/promo-food.jpg) no-repeat bottom center;
		}

		.promo-health ul li {
			background: transparent url(../images/promo-health.jpg) no-repeat bottom center;
		}

		.promo-farms ul li {
			background: transparent url(../images/promo-farms.jpg) no-repeat bottom center;
		}

		.promo-restaurants ul li {
			background: transparent url(../images/promo-restaurants.jpg) no-repeat bottom center;
		}

		.promo ul li a, .promo ul li a:link, .promo ul li a:visited {
			display: block;
			width: 214px;
			height: 214px;
			color: #745f47;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 18px;
			font-style: italic;
			text-indent: 5px;
			text-decoration: none;
		}
		
		.promo-food ul li a, .promo-food ul li a:link, .promo-food ul li a:visited {
			background: transparent url(../images/bg-food-slide.jpg) no-repeat 2px 214px;
		}
		
		.promo-health ul li a, .promo-health ul li a:link, .promo-health ul li a:visited {
			background: transparent url(../images/bg-health-slide.jpg) no-repeat 2px 214px;
		}

		.promo-farms ul li a, .promo-farms ul li a:link, .promo-farms ul li a:visited {
			background: transparent url(../images/bg-farms-slide.jpg) no-repeat 2px 214px;
		}

		.promo-restaurants ul li a, .promo-restaurants ul li a:link, .promo-restaurants ul li a:visited {
			background: transparent url(../images/bg-restaurants-slide.jpg) no-repeat 2px 214px;
		}

		.promo ul li a:hover {
			text-decoration: none;
		}
		
		#submissions {
			width: 910px;
			margin: 0 auto;
			padding: 20px 22px 20px 22px;
			clear: both;
		}
		
		#submissions h2 {
			float: left;
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #3e3e3e;
			font-size: 20px;
			padding: 11px 0 0 0;
		}
		
		#submissions ul {
			overflow: hidden;
			float: right;
			width: 200px;
			height: 38px;
			margin: 0 30px 0 0;
		}
		
			#submissions ul li {
				text-indent: -9999em;
			}

				#submissions ul li a, #submissions ul li a:link, #submissions ul li a:visited {
					display: block;
					height: 38px;
					background: transparent url(../images/btn-submit-promo.jpg) no-repeat 0 -38px;
				}
				
				 #submissions ul li a:hover {
				 	background-position: 0 0;
				 }
				 
		#home-ad {
			width: 728px;
			margin: 0 auto;
			overflow: hidden;
			padding: 30px 0 0 0;
		}
		
		#featured {
			padding: 30px 0 30px 0;
		}
		
		#featured h2 {
			color: #745f47;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 20px;
			border-bottom: solid 2px #d9d3c2;
			padding: 0 0 6px 0;
		}
	
		#secondary-left {
			float: left;
			width: 58%;
			padding: 0 30px 0 0;
		}

			#extra-ad {
				padding: 0 0 20px 0;
			}
		
		#secondary-right {
			overflow: hidden;
			text-align: right;
		}
		
			#secondary-ad-left {
				padding: 0 25px 0 0;
				float: left;
			}

	#submission_form div {
		height: 30px;	
	}
	
	#submission_form input {
		height: 18px;
		width: 218px;
	}
	
	#submission_form input#count {
		border: none;
		background: none;
		padding: 0 0 0 0;
		height: 25px;
	}
	
	#submission_form select {
		height: 24px;
		width: auto;
		padding: 2px;
	}

	#submission_form div.form-text {
		height: auto;
	}
	
	#submission_form div.form-bottom {
		height: auto;
		padding: 0 0 20px 0;
	}

	#submission_form label {
		float: left;
		display: block;
		width: 210px;
		text-align: right;
		padding: 5px;
	}
	
	#submission_form textarea {
		margin: 0 0 10px 0;
	}
	
	#submission_form input.readonly {
		width: 60px;
		clear: both;
	}
	
	input#yes-receive {
		width: auto;
		float: left;
		margin: 0 15px 0 0;
	}

	#submission_form label.other-label {
		width: auto;
	}
	
	#submission_form #submit-listing {
		width: 140px;
		height: 27px;
		margin: 0 auto 0 auto;
		display: block;
		padding: 2px 0 3px 0;
	}
	
	#bus-info {
		overflow: hidden;
		padding: 0 0 20px 0;		
	}
	
	.bus-left {
		float: left;
		width: 130px;
		text-align: right;
		padding: 0 20px 0 0;
		min-height: 22px;
		clear: left;
	}
	
	* html .bus-left {
		height: 22px;
	}

	.bus-right {
		float: left;
		min-height: 22px;
		width: 380px;
		padding: 0 0 5px 0;
	}
	
	* html .bus-right {
		height: 22px;
	}

		.bus-right p {
			line-height: 15px;
			padding: 0;
		}
	
	ul.featured-list {
		width: 930px;
		overflow: hidden;
		margin: 0 auto;
	}
		
		ul.featured-list li {
			width: 290px;
			float: left;
			padding: 5px 20px 5px 0;
			line-height: 30px;
			border-bottom: solid 1px #d9d3c2;
		}
		
		ul.featured-list li a, ul.featured-list li a:link, ul.featured-list li a:visited {
			text-decoration: none;
			font-weight: bold;
			font-size: 14px;
		}
		
		ul.featured-list li span a, ul.featured-list li span a:link, ul.featured-list li span a:visited {
			text-decoration: underline;
			font-weight: normal;
			font-size: 12px;
		}
	
	#search-ad {
		border-top: solid 1px #d9d3c2;
		border-bottom: solid 1px #d9d3c2;
		padding: 15px 0 15px 0;
		margin: 0 0 15px 0;
	}
	
	#desc-ad {
		padding: 20px 0 0 0;
		text-align: center;
	}

	#footer {
		overflow: hidden;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color: #b7b2a8;
		background: transparent url(../images/bg-footer.jpg) repeat-x 0 0;
		padding: 20px 0 0 35px;
		border: solid 1px #363636;
		min-width: 960px;
	}
		
		#footer-inside {
			margin: 0 auto;
			width: 960px;
		}
		
		#footer p {
			padding: 0 0 20px 0;
			text-align: center;
		}
		
.side {
	padding-left: 55px;
	text-align: left;
}

.bsap_adhere2, .bsap_adhere {
	display: none;
}

.all-page-lb {
	overflow: hidden;
	margin-bottom: 20px;
}

.sidebar-ad {
	overflow: hidden;
	margin-bottom: 40px;
}
}