body { 
	background: #7ca73e url(/siteimages/bg.gif) repeat-x top;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Times New Roman;
	font-size: 12px;
	border-top: 10px solid #184800;
	color: #222;
}

a { color: #184800; }
a:link { color: #184800; }
a:visited { color: #184800; }
a:hover { text-decoration: none; }

img, div, body { behavior: url(/iepngfix/iepngfix.htc) }
img { border: 0; }


#wrapper {
	width: 986px;
	margin: 0 auto;
	padding: 0;
}

#header {
	padding: 17px 60px 10px 60px;
	margin: 0;
	position: relative;
}

#header #subnav { 
	font-weight: bold; 
	font-size: 13px; 
	color: #184800; 
	top: 20px;
	right: 40px;
	position: absolute;
	}
	
#header .phone {
	position: absolute;
	font-weight: bold;
	font-size: 26px;
	color: #fff;
	right: 40px;
	top: 100px;
}

#main.section {
	background: url(/siteimages/bg-main.png) repeat-y;
}

#main.section .top {
	background: url(/siteimages/bg-main-top.gif) no-repeat;
	position: relative;
}

#left-column {
	width: 224px;
	padding: 15px 0 0 45px;
	margin: 0;
	float: left;
}

#content {
	float: left;
	width: 677px;
	padding: 6px 40px 0 0;
	* padding: 6px 29px 0 0;
	position: relative;
}

#content .fruit {
	position: absolute;
	right: 0;
	top: 100px;
}

#main .pineapple {
	position: absolute;
	left: 0;
	bottom: 0;
}


#navigation {
	list-style: none;
	margin: 0 0 330px 0;
	padding: 0;
}

#navigation li {
	background: url(/siteimages/bullet-navigation.png) no-repeat 0px 6px;
	padding: 0 20px;
	margin: 2px 0 2px 5px;
}

#content .section { 
	float: left;
	padding: 0 10px;
	width: 465px;
}

#content .section p {
	padding: 0 15px;
}

#content .section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content .section ul li {
	margin: 4px 30px;
	background: url(/siteimages/bullet.png) no-repeat 0 2px;
	padding: 0 0 0 25px; 
}

#content .section em {
	color: #666;
}

#content .section h1,
#content .section h2,
#content .section h3 {
	color: #7ca73e;
	font-size: 22px;
	font-weight: bold;
	margin: 5px 0 15px 0;
	padding: 0;
	font-family: Georgia, Times New Roman;
}

#content .section h2 { font-size: 19px; }
#content .section h3 { font-size: 16px; }

#content #latest-entries {
	float: left;
	padding: 35px 0 0 10px;
	width: 180px;
}

#content #latest-entries h2 {
	margin: 0;
	padding: 0;
	font-size: 19px;
	text-transform: uppercase;
	color: #184800;
}

#content #latest-entries ul {
	list-style: none;
	margin: 0;
	padding: 10px;
}

#content #latest-entries ul li {
	margin: 3px 0;
}

#content #latest-entries ul li a { color: #222; font-size: 11px; }

#navigation li a { 	
	font-size: 16px;
	font-family: Georgia, Times New Roman;
	text-decoration: none;
}

.rss { 
	background: url(/siteimages/icon-rss.gif) no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	color: #184800;
	margin: 0 10px;
	padding-left: 19px;
	padding-top: 1px;
	text-decoration: none;
}

#footer {
	background: url(/siteimages/bg-main-btm.gif) no-repeat;
	padding: 15px 170px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 15px;
}

#footer a { color: #fff; }

/* -----------------------------------*/
/* ---------->>> EXTRAS <<<-----------*/
/* -----------------------------------*/

.clearfix:after,
#main.section .top:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* newsletter forward */
#forward label {
	width:180px;
	float:left;
	padding:10px;
	margin: 2px 0 20px 10px;
}

#forward input{
	width:180px;
	padding:4px 2px;
}

#forward textarea {
	width:180px;
	height:190px;
	padding:4px 2px;	
}
.submit input {
	clear:both;
	margin-left:0px;
	width:125px;
	height:31px;
	text-align:center;
}
