/* CSS Document */

body {
	background: #887559;
	margin: 0;
	padding: 0 0 10px 0;
	top: 0;
	left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}

img, form {
	margin: 0;
	padding: 0;
	border: 0;
}

.Clear { clear: both; }


/* --- Home Page --- */
#HomeContainer {
	margin: 40px auto 20px auto;
	width: 832px;
}
	#ImageArea {
		background: #D7DFDF url(../images/home_photo_bg.jpg) no-repeat center top;
		height: 494px;
	}
		#Tagline {
			text-align: right;
			padding: 28px 30px 0 0;
		}
		#Title {
			text-align: center;
			margin-top: 69px;
		}
			#Title h1 {
				margin: 0;
				padding: 0;
			}
		#PhotoCredit {
			margin: 273px 0 0 27px;
		}
	#HomeContainer #MenuArea {
		background: #D1C8A9 url(../images/home_menu_bg.jpg) repeat-y center top;
		padding: 10px 30px 10px 31px;
		height: 114px;
	}
		#HomeContainer #MenuArea div { float: left; }
			#HomeContainer ul#Menu {
				margin: 12px 0 0;
				padding: 0;
				list-style: none;
			}
			#HomeContainer ul#Menu li { float: left; }
			#HomeContainer ul#Menu a { display: block; }


/* --- Footer --- */
#Footer {
	text-align: center;
	padding-top: 10px;
	line-height: 18px;
	font-size: 11px;
}
#HomeContainer #Footer { 
	background: url(../images/home_footer_bg.jpg) no-repeat center top; 
	padding-top: 20px;
}
#Container #Footer { background: #887559 url(../images/footer.jpg) no-repeat center top; }
	#Footer a:link { color: #000; text-decoration: none; }
	#Footer a:visited { color: #000; text-decoration: none; }
	#Footer a:hover { color: #D1C8A9; text-decoration: underline; }
	#Footer a:active { color: #D1C8A9; text-decoration: underline; }




/* --- Content Pages --- */
#Container {
	background: url(../images/body_bg.jpg) repeat-y left top;
	margin: 40px auto 20px auto;
	width: 833px;
}
	#Header {
		background: url(../images/header.jpg) no-repeat left top;
		padding-top: 15px;
		text-align: center;
	}
	#Container #MenuArea {
		float: left;
		margin-left: 20px;
	}
			#Container ul#Menu {
				margin: 0;
				padding: 0;
				list-style: none;
				width: 190px;
			}
			#Container ul#Menu li { float: left; }
			#Container ul#Menu a { display: block; }
	#ContentArea {
		margin: 0 40px 0 230px;
	}
		#PageTitle { 
			background: url(../images/pagetitle_bg.gif) no-repeat right top;
			text-align: right;
			height: 27px;
			margin: 0 -20px;
		}
			#PageTitle h1 {
				margin: 0;
				padding: 0 20px 0 0;
				color: #937D58;
				font-weight: normal;
				font-size: 24px;
				text-transform: uppercase;
				letter-spacing: -1px;
				line-height: 27px;
			}
			#PageTitle h1.NoUppercase{
				text-transform:none;
				}
			#ContentArea h2 {
				font-size: 18px;
				color: #20563E;
			}
			#ContentArea h3 {
				font-size: 14px;
				color: #887559;
			}
		#ContentArea p { line-height: 21px; }
		#ContentArea a { font-weight: bold; }
			#ContentArea a:link { color: #20563E; text-decoration: underline; }
			#ContentArea a:visited { color: #20563E; text-decoration: underline; }
			#ContentArea a:hover { background: #E8D993; color: #333; text-decoration: underline; }
			#ContentArea a:active { background: #E8D993; color: #333; text-decoration: underline; }
		
		#ContentArea ul {
			list-style: url(../images/bullet_list.gif);
		}
			#ContentArea ul li {
				line-height: 18px;
				padding: 2px 0;
			}
		
		.PhotoCentre {
			text-align: center;
			margin: 10px 0;
		}
		.PhotoFloatLeft {
			float: left;
			margin: 0 10px 10px 0;
		}
		.PhotoCentre img, .PhotoFloatLeft img { border: 1px solid #937D58; }
		.Note {
			font-size: 11px;
			font-style: italic;
			color: #20563E;
		}
		.TableStyle { margin: 10px 0; }
		.TableStyle td {
			padding: 4px 2px;
			vertical-align: top;
		}
		.TableStyle th {
			background: #887559;
			padding:0 4px;
			color: #FFF;
			height: 20px;
			font-size: 14px;
			text-align:left;
		}
		.TableStyleAltRow { background: #DCE5E4; }
		
.cattlead {border:2px solid #000;}
.cycle { height: 400px; width: 232px; position:relative; top:1px; }

/*-------------------------------------------------------------------- LIMONEWS  */

.ColumnHalf {
	width: 260px;
	float: left;
	margin-right: 43px;  
	}
	.ColumnHalf img {max-width: 260px;}
	.NoMarginRight {margin-right: 0;}

