/* CSS Document */

@import "fonts.css";
@import "search.css";

body {
	margin: 0;
	background-image: url(../images/background_pattern.png); background-repeat: repeat;
	height: 100%;
	font-family: calibri, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11pt;
}

img {
	border: 0;
}

li {
	line-height: 2em;
}

#banner {
	display: block;
	width: 1024px;
	height: 120px;
	margin: 0 auto;
}

#yellowBar {
	display: block;
	width: 1024px;
	height: 30px;
	background: #FF951B;
	margin: 0 auto;
}

#search {
	margin-right: 20px;
	background-color: #FF951B;
	float: right;
}

.searchBox {
	border: 1px 0px 1px 1px solid #4B7B9F;
	height: 16px;
}

.searchButton {
	border: 0px;
	background: url(../images/searchbutton3.gif);
	width: 24px;
	height: 20px;
}

#contentContainer {
	display: block;
	width: 1024px;
	min-height: 600px;
	margin: 0 auto;
	overflow: hidden;
	background: #09367A
}

#navigationContainer {
	display: block;
	width: 150px;
	min-height: 600px;
	float: left;
	background-color: #09367A;
	padding-left: 10px;
	overflow: hidden;
}

#navigationContainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigationContainer ul li a {
	display: block;
	width: 140px;
	border-bottom:1px solid #FFFFFF;
	font: calibri;
	font-size: 12pt;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	padding: 0 0 10px 10px;
}

#navigationContainer a:hover {
	display: block;
	color: #FF951B;
	background-color: #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

#swfPlaceHolder {
	display: block;
	width: 800px;
	height: 280px;
	background: url(../images/bannerReplacement.png) no-repeat;
	margin: 0 auto;
}

#pageContent {
	display:block;	
	width: 824px;
	height: 100%;
	background-color: #FFFFFF;
	padding: 10px 20px 10px 20px;
	vertical-align: top;
	min-height: 580px;
	float: right;
	overflow: hidden;
}

#footer {
	width: 1024px;
	height: 30px;
	margin: 0 auto;
	background: #FF951B;
	text-align: center;
}

#signUpPrize {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

marquee a:link {
	font-size: 20px;
	font-weight: bold;
	color: #09367A;
	text-decoration: none;
}

marquee a:hover {
	color: #FF951B;
	text-decoration: none;
}

marquee a:visited {
	font-size: 20px;
	font-weight: bold;
	color: #09367A;
	text-decoration: none;
}

marquee .forage {
	color: #00B050;
}

marquee .grain {
	color: #548DD4;
}

marquee .maize {
	color: #FF0000;
}

marquee .sunflower {
	color: #CC00CC;
}

#pageText {
	width: 500px;
	height : 100%;
	float: left;
}

#inanutshell{
	border: 1px dotted;
	padding: 10px;
	background-color: #D0D3F2
}

#thingsToKnow {
	display: block;
	border: 1px dotted;
	padding: 10px;
	background-color: #D0D3F2;
	float: right;
	width: 280px;
	margin: 10px 0 20px 10px;
}	

#contactUs {
	border: 1px solid;
	padding: 10px;
	background-color: #D0D3F2;
	float: right;
	width: 500px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 40px
}

#contactUs th {
    text-align: justify;
    width: 100px;
}

#snowyRiverLogo {
	margin-left: 30px;
}

#newsImage {
	float: right;
}

#productImage {
	padding-top: 10px;
	padding-bottom: 10px;
}