@charset "utf-8";
/** Maine Maple main.css **/

* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #7F985C;
}
a img {
	border-style: none;
}
html {
	font-size: 100%; /* IE modification for em resizing*/ 
}
body {
	height: 100%;
	font-size: 12px; 
	background-color:#3F1600;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
p {
	font-size: 1em;
}
p img {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #627746;
	border-bottom-color: #627746;
	margin-left: 5px;
	margin-right: 5px;
}
p img.noborder {
	border: none;
}

h1 {
	font-size: 16px;
	color: #f89d01;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 16px;
	color: #d65d00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 13px; 
}
li {
	margin-left: 25px;
	list-style-type: none;
}
hr {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-top-style: ridge;
	border-top-color: #627746;
}
#container {
	width: 760px;
	margin: 0 auto;
}

/** HEADER WITH LOGO START **/
#header {
	height: 97px;
}
#top {
	width: 760px;
	height: 146px;
	margin: 0 auto;
}

/** NAVIGATION BLOCK START **/
#nav {
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	height: 49px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 744px;
}

/** MAIN CONTENT AREA START **/
#content {
	width: 744px;
	background-color: #EEE5C9;
	float: left;
	margin-left: 8px;
	display: inline;
}
#sidebar {
	width: 222px;
	background-color: #EEE5C9;
	float: left;
	display: inline;
}
#sidebar_quote {
	width: 222px;
	padding-bottom: 370px;	
	background-image: url(../images/sugar_bottle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9000px;
}
#sidebar_content {
	width: 170px;
	background-image: url(../images/spoon.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color:#000000;
	margin-left: 15px;
	margin-top: 10px;
	padding-bottom: 115px;	
}
#sidebar_content p {
	width: 160px;
	padding: 5px;
	background-color: #000000;
	color:#FFFFFF;
	font-size: 12px;
	text-align:center;
}
#sidebar_content h2 {
	text-align:center;
	font-weight: lighter;
	padding-top: 5px;
}
#content_top {
	width: 520px;
	min-height: 180px;
	float: right;
	background-image: url(../images/sugar_house.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 10px;
	display: inline;
}
#content_top p {
	width: 320px;
	height: auto;
	padding-top: 5px;
	padding-right: 200px;
	padding-bottom: 40px;
	font-weight:bold;
	font-size: 12px;
	line-height: 15px;
}
#content_main {
	width: 510px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	display: inline;
}
#content_main_full { 
	width: 728px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
} 
.zeemap { width: 728px; }
#content_main_full,
#content_main p {
	font-size: 12px;
	line-height: 14px;
}

/** HOME 3 BOXES **/
#content_3box {
	height: 250px;
	width: 507px;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #7E985B;
	margin-right: 10px;
	float: right;
	clear: right;
	position: relative;
	display: inline;
}
#box_left, #box_center, #box_right {
	float: left;
	height: 237px;
	width: 164px;
	padding-right: 5px;
}
.box_link {
	position: relative;
	top: 215px;
	padding-right: 15px;
	text-align: right;
}
#box_left {
	background-image: url(../images/box_left.jpg);
	background-repeat: no-repeat;
}
#box_center {
	background-image: url(../images/box_center.jpg);
	background-repeat: no-repeat;
}
#box_right {
	background-image: url(../images/box_right.jpg);
	background-repeat: no-repeat;
}

/** FORM STYLING **/
input {
	width: 200px;
}
textarea {
	width: 292px;
	height: 100px;
}
#membership_request p {
	text-align:right;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#membership_request .interest {
	width: 20px;
}
#membership_request #send {
	margin-top: 25px;
}
#contact_request p {
	text-align: right;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/** FOOTER START **/
#footer {
	width: 760px;
	height: 40px;
	margin: 0 auto;
	background-color: #3F1600;
	clear: both;
	background-image: url(../images/footer_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-size: 10px
}
#footer a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.copyright {
	font-size: 1.1em;
	color:#FFFFFF;
	text-align:center;
	padding-top: 20px;
}
.footer_nav {
	color:#7F985C;
	font-size: 10px;
	text-align:center;
	padding-bottom: 15px;
}	
.formfeild {
	display: none;
}
