/* ----------------------------------------------------------*/


body {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #373A48;}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #8CC63F;}

h2{
	font-size: 16px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 130%;
	color: #1788CE;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;}

a:link,
a:active,
a:visited{
	color: #73A431;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}

a:hover {
	color:#6C7C91;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;}

#container {
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 50px;
	margin-left: 20px;
	width: 950px;}

/* ----------------------------------------------------------*/
/* divs*/
#logo {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 364px;
	margin-bottom: 40px;
	width: 950px;}

#wideCol {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 25px;
	width: 56%;}

#narrowCol {
	float: right;
	width: 390px;
	margin: 0px;
	padding: 0px;}

#otherContent{ /* inside narrowCol*/
	float: right;
	height: 100px;
	width: 370px;
	padding-left:10px;
	margin-bottom: 10px;}
/* ----------------------------------------------------------*/
/* images - top row*/

#leftT{
	float: left;
	height: 119px;
	width: 120px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 10px;
	background-image: url(../images/lettuce.jpg);
	background-repeat: no-repeat;}

#middleT{
	float: left;
	height: 119px;
	width: 120px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../images/raspberries.jpg);
	background-repeat: no-repeat;}

#rightT {
	float: left;
	clear:right;
	height: 119px;
	width: 120px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 0px;
	background-image: url(../images/fish.jpg);
	background-repeat: no-repeat;}

/* images - middle row*/
#leftM{
	float: left;
	height: 119px;
	width: 120px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 10px;
	background-image: url(../images/trailer.jpg);
	background-repeat: no-repeat;	}

#middleM{
	float: left;
	height: 119px;
	width: 120px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../images/people2.jpg);
	background-repeat: no-repeat;	}

#rightM {
	float: left;
	clear:right;
	height: 119px;
	width: 120px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 0px;
	background-image: url(../images/costVgain.jpg);
	background-repeat: no-repeat;	}

/* images - bottom row*/
#leftB{
	float: left;
	height: 119px;
	width: 120px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-image: url(../images/screen.jpg);
	background-repeat: no-repeat;	}

#middleB{
	float: left;
	height: 119px;
	width: 120px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	background-image: url(../images/family.jpg);
	background-repeat: no-repeat;	}

#rightB {
	float: left;
	clear:right;
	height: 119px;
	width: 120px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-right: 0px;
	background-image: url(../images/people.jpg);
	background-repeat: no-repeat;	}

/*  FOF logo*/
#logo2{
	float: right;
	height: 100px;
	width: 367px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-image: url(../images/FOFlogo.gif);
	background-repeat: no-repeat;	}
	
/* ----------------------------------------------------------*/