* {
	outline: none;
}
body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #333;
	letter-spacing: 0.12em;
	background-color:#fcfaf3;
}
#page {
	width:1024px;
	margin:0 auto;
	padding:0 0 1em;
	background: #F0E3C3 url(/templates/lakealfred/images/bodyBkgrd.jpg) repeat-x top;
}
#wrapper {
	width:960px;
	margin:0 auto;
}
#mastHead {
	height: 179px;
	width: 962px;
}
#mastHead form {
	margin:0;
	padding:0;
	height:0;
}
#logo {
	background: url(/templates/lakealfred/images/logo.jpg) no-repeat;
	height: 133px;
	width: 275px;
}
#logo a {
	display:block;
	width:200px;
	height:100px;
	position:relative;
	top:12px;
	left:23px;
}
#logo * {
	display:none;
}
#searchBox {
	background: url(/templates/lakealfred/images/searchBox_06.jpg) no-repeat;
	height: 37px;
	width: 347px;
	position: relative;
	left: 510px;
	top: -72px;
}
#searchBox input {
	width:332px;
	height:16px;
	border:0;
	position:relative;
	top:7px;
	left:7px;
}
#searchButton {
	background: url(/templates/lakealfred/images/searchButton_07.jpg) no-repeat;
	height: 37px;
	width: 96px;
	position: relative;
	left: 860px;
	top: -109px;
}
#postcard_Image {
	height: 302px;
	width: 962px;
}
#wrapper_content {
	margin:0;
	padding:0;
}
#content_container {
	width: 670px;
	float: left;
	margin: 1em 0 0;
}
#content_top_bck {
	background: url(/templates/lakealfred/images/content_top_bck.png) no-repeat;
	height:7px;
	margin:0;
	padding:0;
}
#content_bottom_bck {
	background: url(/templates/lakealfred/images/content_bottom_bck.png) no-repeat;
	height:7px;
	margin:0;
	padding:0;
}
#content {
	padding: 1em;
	margin: 0;
	background-color:#fff;
	min-height:600px;
}
#content a {
	color:#05661C;
}
#content a:hover {
	color:#06F;
}
#content * {
	margin-top:0;
}
#content h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#right_rail {
	width:269px;
	float: right;
	margin: 1em 0 0;
	padding:0;
}
#subNav {
	float:right;
	position:relative;
	right:12px
}
#subNav img {
	display:block;
}
#wrapper_footer {
	clear: both;
	width:960px;
	margin:1em auto;
	background-color: #edf0ce;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	color: #05661C;
}
#footer {
	padding: 0 1em;
}
#footer a {
	color: #05661C;
	text-decoration:none;
}
#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer li {
	display:inline;
	padding-right:10px;
}
#footer li a {
	display:inline;
	padding-right:10px;
	color:#333;
	text-decoration:none;
}
.clear {
	clear:both;
}
/* business listings */
.business_listing {
	margin:0 0 1em;
	padding:0;
	border-bottom: 1px dashed #008d48;
}
.business_listing .details {
	float:left;
	width:60%;
	margin-bottom:1em;
}
.business_listing .links {
	margin-left:61%;
}
.business_listing .name {
	margin-bottom:1em;
	font-size:1.2em;
	font-weight:bold;
}
.business_listing .category {
	margin-bottom:1em;
	font-size:0.8em;
}
.business_listing .category span {
	color: #d20;
	font-weight:bold;
}
.business_listing .links ul {
	list-style: none;
}
.business_listing .links li {
	margin:0;
	padding:0 0 0 22px;
	line-height:16px;
	background: url(/templates/lakealfred/images/web_16x16.gif) no-repeat;
}
.searchBus {
	background: url(/templates/lakealfred/images/searchBox_06.jpg) no-repeat;
	height: 37px;
	width: 347px;
}
.searchBus input {
	width:332px;
	height:16px;
	border:0;
	position:relative;
	top:5px;
	left:6px;
}
.searchBusButton {
	position:relative;
	top:-37px;
	left:350px;
}
.category_results {
	margin-bottom:2em;
}

/* navigation */
#mainNavigation {
	background: url(/templates/lakealfred/images/nav-background.jpg) no-repeat;
	height: 37px;
	width: 962px;
	text-transform:uppercase;
}
#mainNavigation ul.nav {
	list-style:none;
	margin:0 0 0 1em;
	padding:0;
	position:relative;
}
#mainNavigation ul.nav li {
	display:inline;
	padding-right:20px;
}

#mainNavigation ul.nav li a {
	text-decoration:none;
	font-weight:bold;
  line-height: 37px;
	color:#096421;
}
div.menu {
  background-color: #ecd6a7;
  position: absolute;
  visibility: hidden;
  z-index: 101;
  margin: 0;
  padding:0;
}
div.menu a.menuItem {
  font-weight: bold;
  color: #096421;
  cursor: pointer;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
  margin:0;
}

div.menu a.menuItem:hover {
  background-color: #e0bd7b;
  color: #096421;
}

div.menu div.menuItemSep {
  border: 1px inset #fff;
  margin: 4px 2px;
}
