
@font-face {
    font-family: 'PTSerifRegular';
    src: url('/PTF55F-webfont.eot');
    src: url('/PTF55F-webfont.eot?iefix') format('eot'),
         url('/PTF55F-webfont.woff') format('woff'),
         url('/PTF55F-webfont.ttf') format('truetype'),
         url('/PTF55F-webfont.svg#webfont2QAWVFKQ') format('svg');
    font-weight: normal;
    font-style: normal;
}

.textOnly {
	display: none;
}

#PrintHeader {
	display: none;
}

.clear {
	clear: both;
}

* {
	margin: 0;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #fff url(/i/bgd-header.gif) top left repeat-x;
	font-family: verdana,geneva,sans-serif;
	/* 16px * .875 = 14px */
	font-size: 87.5%;
	padding: 0;
}

#HeaderWrapper, #ContentWrapper, #NavWrapper, #FooterWrapper {
	text-align: center;
	width: 100%;
}
#ContentWrapper {
/*
	background: transparent url(/grid2.gif) center 15px no-repeat;
*/
	overflow: auto;
}

#Header {
	position: relative;
}
#Header, #Content, #Nav, #Footer {
	text-align: left;
	width: 940px;
	margin: 0 auto;
}

/** Header **/
#HeaderWrapper {
	height: 150px;
}
#Logo {
	position: relative;
	float: left; display: inline;
	width: 135px;
	height: 135px;
	background: url(/i/pg-logo-2.gif) top left no-repeat;
	margin-top: 15px;
	margin-left: 42px;
	z-index: 990;
}
#Logo img {
	margin: 8px 0 0 17px;
}

/** Content **/
#Content {
	line-height: 1.714em;
}

#Main {
	float: right; display: inline;
	width: 680px;
}
#Side {
	float: left; display: inline;
	font-size: .857em;
	line-height: 1.5em;
	width: 220px;
	padding-top: 150px;
	border-top: 15px solid #000;
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 30em;
}

.leftCol {
	float: left; display: inline;
	width: 320px;
}

.rightCol {
	float: right; display: inline;
	width: 320px;
}

.colOne {
	width: 210px;
	float: left; display: inline;
	margin-right: 25px;
}
.colTwo {
	width: 210px;
	float: left; display: inline;
}
.colThree {
	width: 210px;
	float: right; display: inline;
}

img.feature {
	float:right;
	margin:1em 20px 1em 1em;
}

/*
h1 {
	display: none;
}
*/

h2, h3 {
	font-family: "PTSerifRegular","Georgia",serif;
	font-weight: normal;
	color: #736956;
	clear: both;
}

h2 {
	font-size: 2.143em;
	line-height: 1em;
	padding: 51px 0 5px 0;
}

h3 {
	text-transform: uppercase;
	font-size: 1.214em;
	line-height: 1.214em;
	padding: 1.05em 0 0 0;
}

#Side h3 {
	font-size: 1.2em;
}

h4 {
	font-family: "PTSerifRegular","Georgia",serif;
	font-size: 1.143em;
	font-weight: normal;
	padding: 6px 0 0 0;
	clear: both;
}

p {
	padding: .429em 0;
	margin: 0;
}
td p {
	padding: 0;
}

.finePrint {
	font-size:.90em;
}

ul {
	padding: .429em 0;
}
li {
	margin: 0 0 0 1.2em;
}
#Side ul {
	padding: .5em 0;
}

ul.fileList, ul.articles, ul.careers {
	list-style: none;
}
ul.fileList {
	padding: 0;
}
ul.fileList li {
	padding: 0;
	margin: 0;
}

ul.articles li, ul.careers li {
	padding: 0 0 .5em 0;
	margin: 0;
}

dd ul {
	padding: 0;
}

dt {
	font-weight: bold;
	padding: .5em 0 .2em 0;
}
dd {
	padding: 0 0 0 1em;
}

dd p {
	margin: 0 1em 0 0;
}

dl.compact dt {
	float: left;
	clear: left;
}

blockquote {
	clear: both;
	font-family: georgia;
	font-size: .9em;
	font-style: italic;
	padding: .5em 0;
}

cite {
	font-style: normal;
}

address {
	font-style: normal;
}

sup {
	font-size: .7em;
	line-height: .7em;
}

/** Tables **/
table {
/*
	width: 100%;
*/
	font-family: verdana,geneva,sans-serif;
	font-size: .9em;
	line-height: 1.3em;
	border-style: solid;
	border-color: #000;
	border-width: 1px 0 1px 1px;
	margin: 1em 0;
}

th {
	color: #fff;
	background: #9d1b1b;
	text-align: center;
	vertical-align: top;
	font-size: .9em;
	text-transform: uppercase;
	padding: .4em .5em .5em .5em;
}
td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #ccc;
	padding: .3em .5em;
}
tr.odd {
	background: #efefef;
}
td.rowLabel, td.total {
	white-space: nowrap;
}
td input{
	padding: 0;
	font-size: .95em;
}
td input, td.total {
	text-align: right;
}
td.text {
	text-align: center;
}
td.total {
	font-weight: bold;
}

table.plain {
	border-style: none;
	border-color: transparent;
	border-width: 0 0 0 0;
}
table.plain td {
	border-right: none;
	border-bottom: none;
}


/** Footer **/
#FooterWrapper {
	clear: both;
	padding: 3em 0;
}

#Footer {
	border-top: 5px solid #807560;
	padding-top: 1em;
}

#FooterAddress {
	float: left; display: inline;
	font-size: .85em;
	width: 260px;
}
#FooterAddress b {
	text-transform: uppercase;
}

#FooterAddress ul {
	list-style: none;
	padding: 0;
}

#Props {
	float: left; display: inline;
	width: 30em;
	font-size: .85em;
	padding-top: 1em;
}
#Props img {
	float: left; display: inline;
	margin-right: 1em;
}

#Copyright {
	padding: 1em 0;
	font-size: .85em;
	clear: left;
}

#Disclaimer {
	color: #666;
	margin: 1em 0;
}
#Disclaimer h4 {
}

/** History **/
#Gallery {
	margin-top: 30px;
}

#Gallery .thumb {
	float: right;display: inline;
	width: 105px;
	height:105px;
	margin-bottom: 5px;
	text-align: center;
}

#Gallery .odd {
	float: left;display: inline;
	clear: left;
}

.P span {
	display: none;
}

.P {
	background: url(/i/p.gif) top left no-repeat;
	height: 22px;
	width: 27px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: -.25em;
}

.NMP {
	float:left;
	margin: 5px 10px 10px 0;
}

.swather {				background-image: url(/i/swather.jpg);}
.tractor {				background-image: url(/i/tractor.jpg);}
.bins {					background-image: url(/i/bins.jpg);}
.assiniboia-farmer {	background-image: url(/i/assiniboia-farmer.jpg);}
.rye {					background-image: url(/i/rye.jpg);}
.combine-truck {		background-image: url(/i/combine-truck.jpg);}
.canola-swathing {		background-image: url(/i/canola-swathing.jpg);}
.wheat {				background-image: url(/i/wheat.jpg);}
.wheat-field {			background-image: url(/i/wheat-field.jpg);}
.terminal-truck {		background-image: url(/i/terminal-truck.jpg);}
.flaxseed {				background-image: url(/i/flaxseed.jpg);}
.flax-beans {			background-image: url(/i/flax-beans.jpg);}
.combine-truck-sunset {	background-image: url(/i/combine-truck-sunset.jpg);}
.swift-current {		background-image: url(/i/swift-current.jpg);}
.truck-combines {		background-image: url(/i/truck-combines.jpg);}
.terminal-sunset {		background-image: url(/i/terminal-sunset.jpg);}
.winnipeg-combine {		background-image: url(/i/winnipeg-combine.jpg);}
.green-wheat {			background-image: url(/i/green-wheat.jpg);}
.fenceline {			background-image: url(/i/fenceline.jpg);}
.sunset-trees {			background-image: url(/i/sunset-trees.jpg);}
.windbreak-trees {		background-image: url(/i/windbreak-trees.jpg);}
.bale-rainbow {			background-image: url(/i/bale-rainbow.jpg);}
.tree-shadows {			background-image: url(/i/tree-shadows.jpg);}
.black {				background-image: url(/i/black.gif);}

.roots {		background-image: url(/i/roots.jpg);}
.seeds {		background-image: url(/i/seeds.jpg);}
.war {			background-image: url(/i/war.jpg);}
.grow {			background-image: url(/i/grow.jpg);}
.leadership {	background-image: url(/i/leadership.jpg);}
.future {		background-image: url(/i/future.jpg);}


.rssItem h4 {
	line-height: 1.5em;
}
.rssItem p.finePrint {
	line-height: 1.5em;
	padding: 0;
}
.rssItem p {
	line-height: 1.5em;
	padding: 0;
}


/* CMS */
div.CMSEdit {
	overflow: auto;
	border: 1px solid red;
}
div.CMSEdit form {
	padding:0;
	margin:0;
}
div.CMSEdit form button.edit {
	display: block;
	color: #333;
	background-color: #f0f0f0;
	background-position: 3px 1px;
	background-image: url(/_cms/i/icon-edit.png);
	background-repeat: no-repeat;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: .9em;
	text-decoration: none;
	line-height: 1.3em;
	height: auto;
	cursor: pointer;
	padding:1px 5px 2px 21px;
	border: 1px solid;
	border-color: #ddd #bbb #bbb #ddd;
	margin: 0;
	overflow: visible;/* IE */
}

/** Forms **/
form {
	line-height: 1.286em;
}
form em {
	color: #f00;
	font-weight: bold;
	font-style: normal;
}
td form {
	float: left;
}
td.options {
	width: 35px;/* edit & delete icons */
	white-space: nowrap;
	text-align: center;
	padding: 0;
}
td.entry {
	width: 99%;
}

form.icon {
	height: 16px;
	width: 16px;
	padding: 0;
	margin: 0;
}

fieldset {
	display: block;
	padding: .5em 1em;
	border: none;
	margin: 0;
}

legend {
	color: #000;
	font-weight: bold;
}

label, input, select, textarea {
	display: block;
}

label {
	font-size: .92857em;
	margin: 0 0 .5em 0;
}
label.radio {

}

label.radio input {
	clear: both;
	float: left;
	width: auto;
	padding: 0;
	margin: 0 .5em 0 0;
}

/* accomodate the datepicker buitton layout*/
label.date input {
	display:inline-block;
}


label.paired {
	float: left;
	clear: left;
	margin-right: .5em;
}

label.cleared {
	clear: left;
}
label.invalid, label.missing {
	font-weight: bold;
}

select {
	padding: 1px 0;
}

/* BUTTONS */
ul.records {
	list-style: none;
	clear: left;
}
ul.records li {
	display: block;
	border-bottom: 1px solid;
}
div.buttons {
	display: block;
	height: 1.8em;
}

button {
    display: block;
    float: left;
    color: #333;
    background-color: #f0f0f0;
	background-position: 3px 1px;
	background-repeat: no-repeat;
    font-family: verdana, sans-serif;
    font-size: .92857em;
    line-height: 1.846em;
    text-decoration: none;
    margin: 0 7px 0 0;
    border: 1px solid;
	border-color: #ddd #bbb #bbb #ddd;
    cursor: pointer;
    overflow: visible;/* IE */
}

button.plain {
    padding:0 5px 2px 5px;
}

button.new, button.ok, button.cancel {
    padding:0 5px 2px 21px;
}


button.edit, button.delete {/* coded image instead of background image */
    display: block;
    background-color: transparent;
	height: 16px;
    cursor: pointer;
    padding: 0;
    margin: 0;
	border: none;
}

button.first {
	margin-left: 11px;
}

button.new {
	background-image: url(/i/icon-add.png);
}
button.ok {
	background-image: url(/i/icon-ok.png);
}
button.cancel {
	background-image: url(/i/icon-cancel.png);
}

/** Content links **/
a {
	text-decoration: none;
	color:#9f1b1b;
}
/*
a:link {
	color:#9f1b1b;
}
a:visited {
	color:#9f1b1b;
}
a:active {
	color:#9f1b1b;
}
*/
a:hover {
	color:#9f1b1b;
	text-decoration: underline;
}
a:hover img {
	text-decoration: none;
}

a img {
	border: none;
}
h2 a, h3 a, h4 a {
/*
	color: #807560;
*/
}

#ContextMenu {
/*
	font-family: verdana,geneva,sans-serif;
*/
	font-family: "PTSerifRegular","Georgia",serif;
	position: absolute;
	top: 95px;
	left: 260px;
	height: 25px;
	z-index: 1000;
}

#ContextMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#ContextMenu li {
	float: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0 5px 0 0;
}

#ContextMenu a {
	display: block;
	font-size: 1.143em;
	line-height: 25px;
	text-decoration: none;
	padding: 0 5px 0 10px;

}
#ContextMenu li a{
	color: #fff;
}
#ContextMenu li.on {
	background: url(/i/nav-tab-bgd-r.gif) 100% 0 no-repeat;
}
#ContextMenu li.on a{
	color: #fff;
	background: url(/i/nav-tab-bgd-l.gif) 0 0 no-repeat;
}

/** Nav **/
#NavWrapper {
	font-family: verdana,geneva,sans-serif;
	position: absolute;
	top: 125px;
	left: 0px;
	width: 100%;
	height: 25px;
	z-index: 950;
}

#Nav ul {
	float: left; display: inline;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
}

/* fix ie */
#Nav ul.first {
	padding: 0 0 0 260px;
}

#Nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	line-height: 25px;
	font-size: .9em;
	padding: 0 5px 0 10px;
}

#Nav li {
	float: left;
	text-transform: uppercase;
	padding: 0 5px 0 0;
	margin: 0;
}
#Nav li.on {
	background: url(/i/nav-tab-bgd-r.gif) 100% -60px no-repeat;
}
#Nav li.on a {
	background: url(/i/nav-tab-bgd-l.gif) 0 -60px no-repeat;
}

/** SubNav **/
#SubNav {
	width: 220px;
	margin-top: 1px;
}

#SubNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#SubNav ul li {
	padding: 0;
	margin: 1px 0 0 0;
}
#SubNav ul li li {
	border-left: none;
}

#SubNav ul li a {
	display: block;
	color: #fff;
	background: #807560;
	line-height: 30px;
	padding-left: 10px;
	border-left: 30px solid #807560;
}
#SubNav ul li li a {
	padding-left: 20px;
}
#SubNav ul li a.select,
#SubNav ul li a.select:hover {
	border-left: 30px solid #000;
}
#SubNav ul li a:hover {
	text-decoration: none;
	border-left: 30px solid #665d4c;
}

div.pageNav {
	display: block;
	clear: both;
	margin: 1em 0;
	overflow:auto;
}

div.pageNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.pageNav li {
	float: left; display: inline;
	text-transform: uppercase;
	padding: 0 0 0 5px;
	margin: 0 2px 0 0;
	background: url(/i/button-bgd-l.gif) top left no-repeat;
}
div.pageNav a {
	display: block;
	text-decoration: none;
	line-height: 25px;
	font-size: .85em;
	padding: 0 10px 0 5px;
	background: url(/i/button-bgd-r.gif) top right no-repeat;
}
div.pageNav a:link,
div.pageNav a:visited {
	color: #fff;
}
div.pageNav li.current {
	background: url(/i/button-on-bgd-l.gif) top left no-repeat;
}
div.pageNav span {
	color: #000;
	display: block;
	line-height: 25px;
	font-size: .85em;
	padding: 0 10px 0 5px;
	background: url(/i/button-on-bgd-r.gif) top right no-repeat;
	cursor: default;
}

.panelOff {
	display: none;
}

#PageTabs {
	padding-top: 1.2em;
}

#PageTabs ul,
#Side ul.idTabs,
ul.idTabs {
	display: block;
	clear:both;
	height: 1.714em;
	list-style: none;
	padding: 1em 0 0 0;
	margin: 0;
	border-bottom: 1px solid #000;
}

#PageTabs ul li,
ul.idTabs li {
	float: left;
	background: url(/i/bw-tab-bgd-r.gif) 100% -60px no-repeat;
	padding: 0 5px 0 0;
	margin: 0 3px 0 0;
}

#PageTabs ul li a,
#PageTabs ul li a:hover,
ul.idTabs li a,
ul.idTabs li a:hover {
	display: block;
	color: #000;
	background: url(/i/bw-tab-bgd-l.gif) 0 -60px no-repeat;
	line-height:1.714em;
	text-decoration: none;
	padding: 0 5px 0 10px;
	border: none;
}

#PageTabs ul li.selected,
ul.idTabs li.selected {
	background: url(/i/bw-tab-bgd-r.gif) top right no-repeat;
}
#PageTabs ul li.selected a,
#PageTabs ul li.selected a:hover,
ul.idTabs li.selected a,
ul.idTabs li.selected a:hover {
	color:  #fff;
	background: url(/i/bw-tab-bgd-l.gif) top left no-repeat;
}


