@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-image:url(images/olive.jpg);
	background-repeat:repeat;
	height:100%;
}

img	{
	border:0px;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color:#000000
}

#container	{
	width:755px;
	height:100%;
	min-height:100%;
	margin:auto;
}

#banner	{
	height:200px;
	width:755px;
	position:relative;
	z-index:2;
}

		img.flower	{
			float:left;
			margin-top:-70px;
			margin-left:-100px;
		}
		
		img.logo	{
			float:left;
			margin-top:55px;
		}
		
#email	{
			float:left;
			margin-left:100px;
			margin-top:60px;
		}
	
#offwhite	{
	width: 100%;
	min-height:460px;
	margin-top:-85px;
	background-image:url(images/offwhite.jpg);
	background-repeat:repeat;
}
	
#top	{
	background-image:url(images/top.jpg);
	width:755px;
	height:20px;
}

#bottom	{
	width:755px;
	height:20px;
	background-image:url(images/bottom.jpg);
}

#navigation	{
	width:100px;
	height:400px;
	padding-top:50px;
	padding-left:50px;
}

			#navigation dt { float: left; margin-right:22px; margin-top:15px;}
			#navigation dt a {
				display: block;
				height: 0px !important;
				height /**/:19px; /* IE 5/Win hack */ 
				padding: 19px 0 0 0;
				overflow: hidden;
				background-repeat: no-repeat;
			}
			
			#navigation dt a:hover {
				background-position: 0 -19px;	
			}
			
				#navigation dt.stay	{
					background-position: 0 -19px;
				}
				#navigation dt.stay a:hover {
					background-position: 0 -0px;	
				}
			
			#navigation dt#home,
			#navigation dt#home a { width: 40px; background-image: url(images/home.png); }
			
			#navigation dt#about,
			#navigation dt#about a { width: 43px; background-image: url(images/about.png); }
			
			#navigation dt#services,
			#navigation dt#services a { width: 58px; background-image: url(images/services.png); }
			
			#navigation dt#events,
			#navigation dt#events a { width: 110px; background-image: url(images/newsevents.png); }
			
			#navigation dt#testimonials,
			#navigation dt#testimonials a { width: 93px; background-image: url(images/testimonials.png); }
			
			#navigation dt#products,
			#navigation dt#products a { width: 62px; background-image: url(images/products.png); }
			
			#navigation dt#resources,
			#navigation dt#resources a { width: 69px; background-image: url(images/resources.png); }
			
			#navigation dt#recipes,
			#navigation dt#recipes a { width: 100px; background-image: url(images/recipes.png); }
			
			#navigation dt#faqs,
			#navigation dt#faqs a { width: 39px; background-image: url(images/faqs.png); }
			
			#navigation dt#contact,
			#navigation dt#contact a { width: 55px; background-image: url(images/contact.png); }
			
#content	{
	width:575px;
	min-height:420px;
	background-color:#FFF;
	float:right;
	margin-top:-425px;
	margin-right:20px;
}

#clear	{
	clear:right;
}

#spacer	{
	background-image:url(images/olive.jpg);
	background-repeat:repeat;
	height:25px;
	width:100%;
	text-align: center;
	font-style: italic;
	padding-top:7px;
}

p.content	{
	font-size:1.1em;
	font-family:Tahoma, Geneva, sans-serif;
	margin:10px 15px 15px;
}

img.grocery	{
	display:inline;
	float:right;
	margin-right:15px;
	margin-top:30px;
	margin-left:15px;
}

img.headline	{
	display:block;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:0px;
}

img.bikers	{
	float:left;
	margin-top:-85px;
	margin-left:135px;
}

img.contact	{
	float:left;
	margin-top:-10px;
	margin-left:145px;
	margin-bottom:15px;
}

ul.none	{
	list-style:none;
	line-height:20px;
}

img.aim	{
	float:right;
	margin: 0px 15px 15px 15px;
	clear:right;
}

img.aim2	{
	float:left;
	margin: 0px 25px 15px 15px;
	clear:right;
}

ul.aim	{
	margin-bottom:25px;
}

p.aim 	{
	clear:left;
	font-size:1.1em;
	font-family:Tahoma, Geneva, sans-serif;
	margin:10px 15px 15px;
}

table.aim	{
	margin:auto;
	margin-bottom:15px;
}

tr.aim	{
	background-image:url(images/olive.jpg);
	text-align:center;
}

tr.aim2	{
	background-image:url(images/offwhite.jpg);
}

ul.tips	{
	line-height:20px;
}

img.portals	{
	float:left;
	clear:left;
	margin-left:75px;
	margin-top:15px;
}

p.portals	{
	float:left;
	margin-left:15px;
	margin-top:40px;
}

ul.events	{
	list-style:none;
	display:inline;
	margin:auto;

}

li.events	{
	display:inline;
	margin-left:15px;
}


.hidden	{
	height:45px;
	width:100%;
	visibility:hidden;
}

p.float	{
	float:right;
	margin-top:-30px;
	margin-right:50px;
	font-weight:bold;
	font-size:1.3em;
	position:relative;
	z-index:9999;
}

#gallery {
	padding: 25px 25px 25px 60px;
}

