/*---- R E - D E F I N E D   H T M L   T A G S ---------------------------------------------------*/



/*Changes the space below paragraphs*/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px; /*IE has different P margins? See IE CSS file*/
	margin-right: 6px; /*IE has different P margins? See IE CSS file*/
	font-size: .68em;
	line-height: 2em;


}

p.tight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 7px; /*IE has different P margins? See IE CSS file*/
	margin-right: 6px; /*IE has different P margins? See IE CSS file*/
	font-size: .63em;
	line-height: 1.45em;

}

p.smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 8px; /*IE has different P margins? See IE CSS file*/
	margin-right: 6px; /*IE has different P margins? See IE CSS file*/
	font-size: .62em;
	line-height: 1.45em;

}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding-bottom: 5px;
	margin-right: 6px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .59em;
	margin-bottom: 0px;
	margin-right: 6px;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .67em;
	margin-bottom: 0px;
	margin-right: 6px;
	margin-top: 12px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}



/*---- W R A P P E R ---------------------------------------------------------------------------*/


/*container Whole Page is relative positioned, all else inside is absolute*/

#OuterWrapper {
	position: relative;
	width: 755px;
	height:677px;
	margin-top: 0px; 
	margin-right: auto;
	margin-left: auto;
	background-image: url('../Images/ColumnTile.gif');
	background-repeat: repeat-y;
}





/*---- D I V s ---------------------------------------------------*/


#Logo {
	position: absolute;
	height: 173px;
	width: 177px;
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 200;
}


#HeaderPhoto {
	position: absolute;
	height: 116px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;

}


#MainText {
	position: absolute;
	top: 190px;
	left: 200px;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 293px;
}

#MainTextWide {
	position: absolute;
	top: 190px;
	left: 200px;
	width: 410px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 293px;
}

#MainTextWide p.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	}

#LeftColText {
	position: absolute;
	top: 190px;
	left: 10px;
	width: 165px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 293px;
}


#RightColText {
	position: absolute;
	top: 190px;
	left: 632px;
	width: 121px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 293px;
}


#PhotosByText {
	position: absolute;
	top: 134px;
	width: 100px;
	left: 518px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 8px;
}








/*---- C L A S S E S ---------------------------------------------------*/	


.RedHeads {
	font-weight: bold;
	color: #bc212e;
	margin-top: 6px;
	margin-bottom: -1px;
}


.Brown {
	color: #825537;
	font-weight: bold;

}

.Green {
	color: #588d53;
	font-weight: bold;

}


.Footer {
	padding-top: 9px;
	padding-bottom: 6px;
	font-size: .5em;
	color: #9e7846;
	line-height: 1.4em;
	background-position: bottom;
}

.Tag {
	color: #588d53;
	font-weight: bold;
	font-style: italic;
	font-size: .55em;
	letter-spacing: .02em;
}

.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFF1;
	}
	
img.FarmLogo {
	margin: 0px 0 0 0;
}

img.FarmPhoto {
	margin: -15px -14px 2px 10px;
	float: right;
}


/*---- L I N K S ---------------------------------------------------*/

a.MainText:link {
	color: #588d53;
	text-decoration: none;
} 


a.MainText:visited {
	color: #588d53;
	text-decoration: none;
}


a.MainText:hover {
	color: #825537;
	text-decoration: none;
} 





a.footerlink:link {
	color: #9e7846;
	text-decoration: none;
} 


a.footerlink:visited {
	color: #9e7846;
	text-decoration: none;
}


a.footerlink:hover {
	color: #588d53;
	text-decoration: none;
} 





a.SideText:link {
	color: #000;
	text-decoration: none;
} 


a.SideText:visited {
	color: #000;
	text-decoration: none;
}


a.SideText:hover {
	color: #9e7846;
	text-decoration: none;
} 


