@charset "utf-8";
/* CSS Document */

body
{
	background-color:#000;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	color:#FFF;
	min-height:100%;
	min-width:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
}

#background_gradient
{
	background-image:url(images/background_gradient.jpg);
	background-repeat:repeat-x;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:1;
}

#title
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
}

/* Graphic Banner Items Here */

#Clouds
{
	position:absolute;
	width:100%;
	background-image:url(images/clouds.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
	height:152px;
	z-index:2;
	top:0px;
}

#Wheat
{
	position:absolute;
	width:100%;
	height:195px;
	top:15px;
	background-image:url(images/wheat.gif);
	background-repeat:repeat-x;
	overflow:hidden;
	z-index:6;
}

#Rolling_Hills
{
	position:absolute;
	top:115px;
	width:100%;
	height:57px;
	z-index:3;
	overflow:hidden;
	background-image:url(images/rolling_hills.png);
	background-repeat:repeat-x;
}

#Trees_left
{
	position:absolute;
	top:-10px;
	left:0px;
	z-index:2;
	overflow:hidden;
	width:316px;
	height:152px;
	background-image:url(images/left_trees.gif);
	background-repeat:no-repeat;
}

#Trees_right
{
	position:absolute;
	top:-10px;
	right:0px;
	z-index:2;
	overflow:hidden;
	width:316px;
	height:152px;
	background-image:url(images/right_trees.gif);
	background-repeat:no-repeat;
}

#Trees_centre
{
	position:absolute;
	top:-10px;
	left:450px;
	z-index:2;
	overflow:hidden;
	width:316px;
	height:152px;
	background-image:url(images/centre_trees.gif);
	background-repeat:no-repeat;
}

#oil_pump
{
	position:absolute;
	right:0px;
	top:0px;
	width:255px;
	height:168px;
	background-image:url(images/oil_pump.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:5;
}

#bales
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:150px;
	background-image:url(images/bales.gif);
	background-repeat:repeat-x;
	z-index:4;
}

/* END GRAPHIC BANNER ITEMS */

#navigation
{
	background-image:url(images/nav_back.jpg);
	background-repeat:repeat-x;
	position:absolute;
	top:190px;
	left:0px;
	width:100%;
	height:35px;
	font-size:8pt;
	z-index:999;
}

#navigation a:link
{
	text-decoration:none;
	color:#FFF;
}

#navigation a:hover
{
	text-decoration:none;
	color:#CCC;
}

#navigation a:visited
{
	text-decoration:none;
	color:#FFF;
}

#ticker_tape
{
	position:absolute;
	top:221px;
	left:0px;
	z-index:10;
}

#secondary_navigation
{
	position:absolute;
	top:225px;
	left:0px;
	width:200px;
	height:48%;
	font-size:8pt;
	z-index:998;
}

#secondary_navigation a:link
{
	text-decoration:none;
	color:#fff;
}

#secondary_navigation a:hover
{
	text-decoration:none;
	color:#666;
}

#secondary_navigation a:visited
{
	text-decoration:none;
	color:#fff;
}

#content
{
	position:absolute;
	top:225px;
	left:20px;
	width:90%;
	height:auto;
	color:#fff;
	font-size:10pt;
	font-family:Verdana, Geneva, sans-serif;
	z-index:500;
}

#content a:link
{
	color:#ffffff;
	text-decoration:none;
}

#content a:hover
{
	color:#dbb46c;
	text-decoration:none;
}

#content a:visited
{
	color:#ffffff;
	text-decoration:none;
}


#content_left
{
	position:absolute;
	width:40%;
	padding-left:50px;
	padding-top:25px;
	padding-right:25px;
	text-align:justify;
	left:0px;
	z-index:10;
}

#content_right
{
	position:absolute;
	width:40%;
	padding-right:50px;
	padding-left:25px;
	padding-top:25px;
	text-align:justify;
	right:0px;
}

#full_content_with_secondary_navigation
{
	position:absolute;
	top:225px;
	left:200px;
	margin-left:15px;
	width:75%;
	height:48%;
	color:#fff;
	font-size:10pt;
	font-family:Verdana, Geneva, sans-serif;
	z-index:500;
	overflow:auto;
}

#full_content_with_secondary_navigation a:link
{
	color:#ffffff;
	text-decoration:none;
}

#full_content_with_secondary_navigation a:hover
{
	color:#dbb46c;
	text-decoration:none;
}

#full_content_with_secondary_navigation a:visited
{
	color:#ffffff;
	text-decoration:none;
}

.section_background_color
{
	background-color:#bd9b5c;
}

.policy_border
{
	border:1px solid #bd9b5c;
}

h1
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12pt;
	font-weight:bold;
}
#weathertable{
		width:900px;
		border:none;
		cellspacing:20px;
	}
.gadget{
		padding: 0px;
		background:white;
		height:480px;	
		}

#web_one
{
	position:absolute;
	bottom:5px;
	right:5px;
	color:#666;
	font-size:6pt;
	font-weight:bold;
	z-index:1000;
}

#web_one a:link
{
	color:#3366cc;
	text-decoration:none;
}
#web_one a:hover
{
	color:#ff9900;
	text-decoration:none;
}
#web_one a:visited
{
	color:#CCC;
	text-decoration:none;
}
