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

* {
	margin:0;
	padding:0;
}
a img {
	border:0;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #623A00;
	background: #FFD644 url(../images/bg.jpg) repeat;
	text-align:center;
}
#wrapper {
	width:778px;
	font-size:.8em;
	margin:10px auto;
	text-align:left;
}
#nav {
	height:39px;
	width:778px;
}
#logo {
	width:778px;
	height:214px;
	background: url(../images/logo.jpg) no-repeat;
}
#masthead {
	width:778px;
	height:253px;
}
#container {
	width:778px;
	height:100%;
	background-color:#fff;
	position:relative;
}
#logo_bottom {
	height:80px;
	width:348px;
	background: url(../images/logo_bottom.jpg) no-repeat;
	position:relateive;
}
#pg_title {
	width:496px;
	height:73px;
	position:absolute;
	left:250px;
	top:20px;
}
#bees_left {
	background: url(../images/left-side_bees.jpg) no-repeat top left;
	width:100px;
	height:257px;
	float:left;
	margin-right:60px;	
}

#content {
	float:left;
	margin-left:0px;
	width:600px;
	text-align:justify;
}

#footer {
	width:778px;
	height:110px;
	background: #fbd46f url(../images/footer.jpg) no-repeat;
	position:relative;
}
#footer address {
	position:absolute;
	bottom:120px;
	left:12px;
	font-size:.9em;
}
#footer p#copyright {
	position:absolute;
	left:100px;
	bottom:0;
	font-weight:bold;
}	


/* ---------- Start Font Styles ----------*/
caption {
	font-weight:bold;
	background-color:#FFD94A;
}
.directions p, .directions ul {
	margin-right:12px;
}
.directions ul {
	margin-top:15px;
}
.directions ul ul {
	margin-left:15px;
}
.directions ul li {
	font-weight:bold;
	list-style:none;
}
.directions ul li li {
	font-weight:normal;
	list-style:circle;
}
/* ---------- End Font Styles ----------*/