@charset "UTF-8";
/* CSS Document */

body {
	margin:0px 0 20px 0;
	background-image:url(images/bg.png);
}
td, tr {
	margin:0px;
}
h1 {
	font-family:Trajan Pro, Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:0;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#002F60;
	
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#002F60;
}
a {
	color:#034EA1;
	text-decoration:none;
}
a:hover {
	color:#900;
	text-decoration:underline;
}
p {
	margin:10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
/*form styles */
.formfields {
	border:solid 1px #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
#farm_form {
	width:850px; 
	margin:10px; 
	padding:10px; 
	background:#FFF;
}
#farm_form td {
	background:#f1f1f1;
	text-align:right;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
#farm_form td strong {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#farm_form th {
	text-align:left;
	background-color:#e5e5e5;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#farm_form strong {
	color:#034EA1;
}
	

/* template styles */
#top-wrapper {
	width:992px;
	height:181px;
	position:relative;
}
#nav-wrapper {
	background:url(images/bg-nav1.png) repeat-x;
	height:45px;
}
#body-wrapper {
	position:relative;
	width:900px;
	height:500px;
}
#logo {
	background:url(images/logo.png);
	width:198px;
	height:181px;
	position:absolute;
	top:0;
	left:12px;
}
#banner-wrapper {
	background:url(images/bg-banner.png);
	width:794px;
	height:181px;
	position:absolute;
	top:0;
	right:-12px;
}
#content-wrapper {
	position:absolute;
	top:20px;
	left:0;
	width:589px;
}
#title {
	background:url(images/bg-title.png);
	height:58px;
}
#title h1 {
	position:absolute;
	top:4px;
	left:10px;
	background:url(images/title-bullet.png) no-repeat left;
	padding:25px 0 20px 17px;
}
#content {
	background:#FFF;
	padding:10px 20px 20px 20px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
#content img {
	border:solid 1px #CCC;
	padding:3px;
}
#content strong {
	color:#034EA1;
}
#footer {
	background:url(images/bg-footer.png) no-repeat;
	height:47px;
}
#mod-wrapper {
	position:absolute;
	top:20px;
	left:610px;
	background:url(images/bg-mod.png);
	width:318px;
	height:352px;
}
#mod-content {
	padding:60px 40px 40px 29px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-align:left;
}
#mod-content h1 {
	position:absolute;
	top:4px;
	left:10px;
	background:url(images/title-bullet.png) no-repeat left;
	padding:25px 0 20px 17px;
}
#copyright {
	padding:8px 0 0 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:left;
}
	
/* Slideshow */
#slideshow {
	position:absolute;
	left:0px;
	top:42px;
	width:735px;
	height:118px;
	z-index:1;
}
#slideshow IMG {
	position:absolute;
    top:0;
    left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* menu styles */
#nav {
	width:900px;
	overflow:hidden;
}
.navitems {
	position: relative;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
	text-transform: uppercase;
	border-left: 1px #2773B7 solid;
	list-style:none;
}
.navitems a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	display:block;
	height:30px;
	padding:15px 25px 0 25px;
}
.navitems a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	background:url(images/bg-nav2.png);
}
.navitems ul {
	list-style:none;
	margin:0;
	padding:0;
	
}
.navitems li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	border-top:solid 1px #f1f1f1;
	border-bottom:solid 1px #333;
}
.navitems li a{
	display:block;
	height:15px;
	padding:5px;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.navitems li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#points {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 34px;
}

.endnav {
	float: left;
	height:44px;
	border-left: 1px #2773B7 solid;
}

