

.textOnly {
	display: none;
}

#PrintHeader {
	display: none;
}

.clear {
	clear: both;
}

* {
	margin: 0;
}

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

body {
	background: url(/i/bgd-header.gif) top left repeat-x;
	font-family: tahoma,geneva,sans-serif;
	font-size: 80%;
	padding: 0;
}

#HeaderWrapper, #ContentWrapper, #NavWrapper, #FooterWrapper {
	text-align: center;
	width: 100%;
}
#Header {
	position: relative;
}
#Header, #Content, #Nav, #Footer {
	text-align: left;
	width: 760px;
	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 **/

#Main {
	float: right; display: inline;
	width: 500px;
}
#Side {
	float: left; display: inline;
	width: 220px;
	padding-top: 150px;
	border-top: 15px solid #000;
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 30em;
}

.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);}

.leftCol {
	float: left; display: inline;
	width: 48%;
}

.rightCol {
	float: right; display: inline;
	width: 48%;
}
.threeCol {
	float: left; display: inline;
	width: 249px;
}

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

h1 {
	display: none;
}

h2, h3 {
	font-family: "Arial Narrow", arial, sans-serif;
	font-weight: normal;
	color: #736956;
	clear: both;
}

h2 {
	font-size: 2.5em;
	padding: 1.5em 0 0 0;
}

h3 {
	text-transform: uppercase;
	font-size: 1.4em;
	padding: 1.2em 0 0 0;
}

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

h4 {
	font-size: 1em;
	padding: .5em 0 0 0;
}

p {
	line-height: 1.6em;
	padding: .5em 0;
	margin: 0;
}
.finePrint {
	font-size:.85em;
}

ul {
	padding: .5em 0;
}
li {
	line-height: 1.4em;
	margin: 0 0 0 1.2em;
}

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;
}

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

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

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;
/*
	text-transform: uppercase;
*/
}

/** Tables **/
table {
	width: 100%;
	font-family: tahoma,geneva,sans-serif;
	font-size: .9em;
	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;
}

/** Footer styling **/
#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;
}

.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);}

/** Forms **/
form em {
	color: #f00;
	font-weight: bold;
	font-style: normal;
}
td form {
	float: left;
}
td.options {
	width: 32px;/* edit & delete icons */
	white-space: nowrap;
	padding: 0;
}
td.entry {
	width: 99%;
}

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: .85em;
	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.new, button.ok, button.cancel {
    padding:0 5px 2px 21px;/* Firefox */
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #f0f0f0;
	background-position: 3px 0;
	background-repeat: no-repeat;
    border: 1px solid;
	border-color: #ddd #bbb #bbb #ddd;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: .9em;
    line-height: 1.5em;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    overflow: visible;/* IE */
}
button.edit, button.delete {
    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: arial,tahoma,geneva,sans-serif;
	position: absolute;
	top: 95px;
	left: 250px;
	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.2em;
	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: arial,tahoma,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 250px;
}

#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;
}

#ReportLinks,
#TabLinks,
#DivisionList {
	display: none;
}
#ReportLinks.script,
#TabLinks.script,
#DivisionList.script {
	display: block;
}

#TabLinks,
#PageTabs {
	padding-top: 1.2em;
}


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

#PageTabs ul li,
ul.tabs 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.tabs li a,
ul.tabs li a:hover {
	display: block;
	color: #000;
	background: url(/i/bw-tab-bgd-l.gif) 0 -60px no-repeat;
	line-height:22px;
	text-decoration: none;
	padding: 0 5px 0 10px;
	border: none;
}

#PageTabs ul li.selected,
ul.tabs 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.tabs li.selected a,
ul.tabs li.selected a:hover {
	color:  #fff;
	background: url(/i/bw-tab-bgd-l.gif) top left no-repeat;
}

