@charset "utf-8";
/* CSS Document */

body{
	font-size:62.5%;
}
body{
	background:#003573;
	padding:0;
	margin: 20px 0 0 0;
	font-family: Tahoma;
	color:#666;
}
h1{
	margin:0;
	padding:0;
}
a {
	color:#1f654a;
}
ul{
	padding:0;
	margin: 10px 0 0 30px;
}
li{
	list-style:none;
	background:url(../images/bullet.gif) 0 4px no-repeat;
	padding:0 0 8px 16px;
	margin:0;
}
#container{
	width:809px;
	margin: 0 auto 0 auto;
	background:#fff;
}
#content{
	padding: 12px 35px 12px 35px;
	width: 739px;
	font-size:1.2em;
}
/*-----------Home Page-------------*/
.left{
	float:left;
}
#middle{
	width:328px;
	float:left;
	padding: 20px 50px 0 18px;
	line-height: 1.5em;
}
#right{
	float:right;
	background:url(../images/naturipe-farms.jpg) 0 0 no-repeat;
	width:166px;
	height:217px;
	color:#666699;
	padding: 96px 18px 0 46px;
	line-height: 1.4em;
}

/*----------Child Pages------------*/
#sub-content{
float:right;
width:387px;
padding: 20px 180px 20px 26px;
background:url(../images/blueberries-right.jpg) right bottom no-repeat;
line-height: 1.5em;
}


/*----------Footer-----------------*/
#footerleft{
	float:left;
	background:url(../images/copyright-background.jpg) 0 0 no-repeat;
	width:315px;
	height:25px;
	color:#fff;
	font-weight:bold;
	padding: 13px 0 0 118px;
}
#footerright{
	float:right;
	width:376px;
}
.clear{
	clear:both;
}