@charset "UTF-8";
body {
	background: #006666;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 860px;
	background: #FFFFFF url(images/bkgSidebar.gif) repeat-y;
	margin: 0 auto;
	border: 2px solid #CC0;
	text-align: left;
}
#singleCol {
	background: #FFF;
	border: 2px solid #CC0;
	margin: 0px auto;
	width: 560px;
	padding: 0px 20px;
}
.cell {
	font: 12px/15px Arial, Helvetica, sans-serif;
}
#sidebar {
	float: left;
	width: 140px;
	background: url(images/river_mist_color.jpg) no-repeat;
	padding: 250px 10px 15px 20px;
	border-top: 1px solid #CC0;
	border-right: 1px solid #CC0;
	top: 0px;
	position: absolute;
}
#container #sidebar ul {
	list-style: none;
}
#container #sidebar li {
	height: 40px;
}
#container #sidebar ul li .odd {
	background: url(images/dog_print.gif) no-repeat 0px;
	position: relative;
	height: 40px;
	padding-left: 45px;
	margin-top: 15px;
	width: 105px;
	left: -50px;
}
#container #sidebar ul li .even {
	width: 85px;
	background: url(images/dog_print.gif) no-repeat 0px;
	position: relative;
	left: -30px;
	height: 40px;
	padding-left: 45px;
	margin-top: 15px;
}
#container #sidebar ul li .new {
	width: 105px;
	background: url(images/dog_print_yel.gif) no-repeat 0px;
	position: relative;
	left: -50px;
	height: 40px;
	padding-left: 40px;
	margin-top: 15px;
}
#container #sidebar a {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #DFD446;
	text-decoration: underline;
}
#container #sidebar a:hover {
	color: #990;
	text-decoration: none;
}
#container #header{
	height: 265px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
#container #rightCol {
	float: right;
	width: 690px;
	margin-left: 170px;
	margin-top: -25px;
	background: #FFF;
	position: relative;
	min-height: 1100px;
}
#container #rightCol #mainContent{
	margin: 0 0 0 0px;
	padding: 0 20px 0px;
}
#container #rightCol #mainContent .fullLftAlign{
	text-align: left;
	width: 100%;
}
#container #rightCol #mainContent .centered{
	text-align: center;
}
.blueText {
	font-size: 12px;
	font-weight: bold;
	color: #75A2C9;
}
#pgTitle {
	width: 100%;
	margin-top: 50px;
}
.wbkg  {
	background: url(images/farm.jpg) no-repeat;
	height: 700px;
}
.pageBottom   {
	padding-top: 10px;
	bottom: 0px;
	margin: 0px auto;
	position: relative;
	padding-left: 170px;
	text-align: center;
}
#container #footer{
	padding: 0 10px 0 170px;
	background: #CC9;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 1px solid #CC0;
}
#footer p {
	margin: 0; 
	padding: 10px 0; 
	font: .8em Arial, Helvetica, sans-serif;
	color: #007879;
	text-align: center;
}
h1 {
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	color: #B90202;
	text-transform: uppercase;
}
h2 {
	font: bold 14px/17px Arial, Helvetica, sans-serif;
	color: #B90202;
}
h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 10px 0px 0px;
}
h4 {
	font: bold 18px/22px "Times New Roman", Times, serif;
	color: #75A3C9;
}
h5 {
	font: bold 0.8em/1.0em Arial, Helvetica, sans-serif;
	color: #75A2C8;
}
p {
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #333;
}
a {
	font-weight: bold;
	color: #CC0;
	text-decoration: underline;
}
a:hover {
	color: #B90202;
	text-decoration: none;
}
.fltrt { 
	float: right;
	margin-top: 10px;
	margin-right: 0px;
}
.fltlft {
	float: left;
	margin-right: 0px;
	margin-top: 10px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.fltlftBdrRt {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
	margin-left: -10px;
	height: 525px;
}
.redText {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
}
.spacer {
	margin: 0px auto 20px;
	width: 150px;
	height: 30px;
	border-bottom: 1px solid #CC0;
}
.box {
	background: #FFF;
	padding: 5px;
	width: 100px;
	border: thin solid #C00;
}
.contact {
	font: bold 18px "Goudy Old Style", Garamond, "Times Roman", "Times New Roman MT Extra Bold", serif;
	color: #066;
	border-top: thin solid #900;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
}
