
/* ------------------------------------------------------------------
	MAIN STYLESHEET
	
	Project: Midge Tolerant Wheat
	Created: 2008-11-18
	Created by: Dawn Wentzell dawn@rkd.ca
	
------------------------------------------------------------------- */
 
html { 
	overflow-y: scroll; /* keeps vertical scroll bar in firefox at all times so page doesn't jump around */
	height: 100%;
	}

body {
	background: #FFF;  /* background colour should be same as content area background colour to ensure WYSIWYG looks same as website */
	color: #484848;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	font-family: Trebuchet, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	height: 100%;
	}
	.BodyStyle { /* use this class to set body background colour so that it does not interfere with the WYSIWYG editor */
		background: #808080;
		color: #FFF;
		min-height: 100%;
		}

img, form { /* removes all default formatting on images and forms */
	margin: 0;
	padding: 0;
	border: 0;
	}
form { height: 100%; }

:focus { outline: none; } /* removes dotted outline from links */

.Clear { clear: both; } /* clears all floats; apply to empty divs */


/* ---------------------
	TYPOGRAPHY & LINKS
--------------------- */

a:link { color: #f16522; text-decoration: underline; }
a:visited { color: #900; text-decoration: underline; }
a:hover { color: #900; text-decoration: underline; }
a:active { color: #900; text-decoration: underline; }

p, td, div { 
	font-size: 14px;
	line-height: 21px;
	}
	p, ul, ol { margin: 14px 0; }
	#HomeContent p {
		margin-top: 0;
		color: #f16522;
		}

strong, b { font-weight: bold; }

em, i { font-style: italic; }

h1, h2, h3, h4, h5, h6 {
	font-family: "Gill Sans Regular", "Gill Sans MT", Trebuchet, Arial, Helvetica, sans-serif;
	}
h1 { 
	font-size: 28px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 28px;
	margin: 0 0 14px;
	}
	#HomeContent h1 {
		font-size: 25px;
		color: #f16522;
		text-transform: none;
		margin-bottom: 0;
		}
		#HomeContent h1 a:link { color: #f16522; text-decoration: none; }
		#HomeContent h1 a:visited { color: #f16522; text-decoration: none; }
		#HomeContent h1 a:hover { color: #484848; text-decoration: underline; }
		#HomeContent h1 a:active { color: #484848; text-decoration: underline; }
h2 {
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 21px;
	margin: 14px 0 0;
	color: #F16522;
	font-weight: normal;
	}
h3 {
	font-size: 14px;
	color: #484848;
	}
h4 {
	font-size: 14px;
	color: #333;
	margin-bottom: -14px;
	margin-top: 14px;
	color: #900;
	}
h5 {
	font-size: 13px;
	}
h6 {
	font-size: 12px;
	}

ul {
	list-style: url(../../images/bullet_list.png);
	margin-left: 25px;
	}

ol {margin-left: 25px;}

li {
	font-size: 13px;
	color: #333;
	margin-top: 7px;
	margin-bottom: 7px;
	}

hr { }

/* styles used by WYSIWYG - style as necessary */
pre { }

address { }


#Footer p { 
	font-size: 12px;
	line-height: 18px;
	}
	#Footer .Links strong { font-size: 14px; }
	#Footer .Links a:link { color: #484848; text-decoration: none; }
	#Footer .Links a:visited { color: #484848; text-decoration: none; }
	#Footer .Links a:hover { color: #F16522; text-decoration: none; }
	#Footer .Links a:active { color: #F16522; text-decoration: none; }	

#Footer p.Footnote { 
	color: #484848; 
	line-height: 15px;
	font-size: 9px;
	}
	
	.Footnote { 
	color: #484848; 
	line-height: 15px;
	font-size: 9px;
	}
		
#HomeSidebar h3 {
	color: #FFF;
	font-size: 14px;
	line-height: 21px;
	}
#HomeSidebar p { color: #FFF; }
	#HomeSidebar a:link { color: #FFF; text-decoration: underline; }
	#HomeSidebar a:visited { color: #FFF; text-decoration: underline; }
	#HomeSidebar a:hover { color: #F16522; text-decoration: underline; }
	#HomeSidebar a:active { color: #F16522; text-decoration: underline; }

#Subnav li {
	font-size: 15px;
	letter-spacing: -1px;
	}
	#Subnav li li {
		font-size: 14px;
		letter-spacing: -1px;
		}
	#Subnav a:link { color: #868686; text-decoration: none; }
	#Subnav a:visited { color: #868686; text-decoration: none; }
	#Subnav a:hover { color: #F16522; text-decoration: none; }
	#Subnav a:active { color: #F16522; text-decoration: none; }
	#Subnav a.Selected { color: #333; }

#Container { color: #484848; }

.Note {
	font-size: 12px;
	color: #f16522;
	}

#ContentArea .News em	 {
	font-size: 11px;
	color: #868686;
	}	


#ContentArea td, #ContentArea th {
	font-size: 13px;
	line-height: 15px;
	}
#ContentArea th { color: #484848; }

.SiteLink {
	font-weight: bold;
  	padding-right: 12px;
   	background: transparent url(../../images/icon_arrow.png) no-repeat center right;
	}
	
/* ---------------------
	STRUCTURE
--------------------- */

#Container {
	background: #808080 url(../../Images/bg.gif) repeat-y center top;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 17px 0 19px;
	width: /*980px*/ 944px;
	}

#Header {
	background: #f16522 url(../../Images/header_bg.gif) repeat-x left top;
	color: #FFF;
	height: 132px;
	}
	#Logo {
		float: right;
		margin: 23px 11px 0 0;
		}
	#Nav {
		float: left;
		list-style: none;
		margin: 83px 0 0;
		padding: 0;
		}
		#Nav li { float: left; }
			#Nav a {
				display: block;
				background-image: url(../../Images/nav_sprite.gif);
				background-repeat: no-repeat;
				height: 35px;
				text-indent: -9999px;
				text-decoration: none;
				}
				#Nav a.NavMidge {
					background-position: 0 top;
					width: 182px;
					}
					#Nav a.NavMidge:hover, #Nav .Selected a.NavMidge { background-position: 0 bottom; }
				#Nav a.NavFarmers {
					background-position: -182px top;
					width: 87px;
					}
					#Nav a.NavFarmers:hover, #Nav .Selected a.NavFarmers { background-position: -182px bottom; }
				#Nav a.NavGrowers {
					background-position: -268px top;
					width: 131px;
					}
					#Nav a.NavGrowers:hover, #Nav .Selected a.NavGrowers { background-position: -268px bottom; }
				#Nav a.NavResources {
					background-position: -398px top;
					width: 154px;
					}
					#Nav a.NavResources:hover, #Nav .Selected a.NavResources { background-position: -398px bottom; }
				#Nav a.NavEvents {
					background-position: -551px top;
					width: 73px;
					}
					#Nav a.NavEvents:hover, #Nav .Selected a.NavEvents { background-position: -551px bottom; }
				#Nav a.NavAbout {
					background-position: -623px top;
					width: 86px;
					}
					#Nav a.NavAbout:hover, #Nav .Selected a.NavAbout { background-position: -623px bottom; }
				
				

#Footer { clear: both; }
	#Footer p {  margin: 5px 10px 21px;  }
	#Footer .Copyright { float: left; }
	#Footer .Links { float: right; }

/* Homepage */
#HomeContainer { 
	background: #fff url(../../images/home_bg.png) no-repeat left bottom; 
	width: 944px;
	margin: 0 auto;
	}
#HomeSidebar {
	/*background: #58595b url(../../Images/home_sidebar.gif) no-repeat left bottom;*/
	padding: 0 20px;
	width: /*237px*/ 197px;
	min-height: 425px;
	float: right;
	position: relative;
	}
	/*#HomeSidebar .News { margin-bottom: 50px; }
	#HomeSidebar .Login {
		position: absolute;
		bottom: 0;		
		}*/
	#HomeSidebar h3 { margin: 21px 0 0; }
	#HomeSidebar p { margin: 0 0 21px; }
#HomeContent {
	position: relative;
	width: 707px;
	float: left;
	}
	#HomeContent .Intro {
		left: 40px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 275px;
		width: 275px;
		z-index: 9;
		}
	#HomeContent .Links {
		left: 40px;
		list-style: none;
		padding: 0;
		position: absolute;
		margin: 0;
		top: 60px;
		width: 329px;
		z-index: 7;
		}
		#HomeContent .Links li { float: left; }
			#HomeContent .Links a {
				background-image: url(../../Images/home_sprite.gif);
				background-repeat: no-repeat;
				display: block;
				height: 48px;
				width: 439px;
				text-indent: -9999px;
				text-decoration: none;
				}
				#HomeContent .Links a.HomeFarmers {  background-position: left top; }
					#HomeContent .Links a.HomeFarmers:hover { background-position: -440px top; }
				#HomeContent .Links a.HomeGrowers {  background-position: left -48px; }
					#HomeContent .Links a.HomeGrowers:hover { background-position: -440px -48px; }
				#HomeContent .Links a.HomeResources {  background-position: left -96px; }
					#HomeContent .Links a.HomeResources:hover { background-position: -440px -96px; }

/* Content Pages */
#Subnav {
	background: #FFF url(../../Images/subnav_bg.gif) no-repeat left top;
	height: 452px;
	width: 237px;
	float: left;
	}
	#Subnav ul {
		list-style: none;
		list-style-image: none;
		margin: 76px 0 0;
		padding: 0;
		width: 237px;
		}
		#Subnav li {
			list-style: none;
			list-style-image: none;
			background: url(../../Images/subnav_bullet.gif) no-repeat left top;
			margin: 0;
			padding: 7px 0 5px 32px;
			}
			#Subnav ul ul { 
				margin: 0;
				width: 200px;
				}
			#Subnav li li {
				background: url(../../Images/subnav_bullet2.gif) no-repeat left top;
				height: 29px;
				padding: 7px 0 0 32px;
				}
			
#ContentArea{
	float: right;
	padding: 40px 90px 0;
	width: /*707px*/ 527px;
	}

.NoTop { margin-top: 0; }

#ContentArea .News h3 { margin: 21px 0 0; }
#ContentArea .News p { margin: 0 0 21px; }

#ContentArea table {
	margin-top: 14px;
	margin-bottom: 14px;
	border-spacing: 0;
	border-collapse: collapse;
	}
	#ContentArea td, #ContentArea th { padding: 4px 2px; }
	#ContentArea th {
		border-bottom: 2px solid #484848;
		vertical-align: bottom;
		}
.floatright {
	float: right;
	margin: 5px 0 10px 10px;
	}
	img.floatright { border: 2px solid black; }
	
	
	
/* retailer training section*/

.TrainingSidebar {
	width:175px;
	background-color:#FDC689;
	float:right;
	margin:5px 0 10px 20px;
	}
	
.TrainingSidebar p {
	padding:13px 18px;
	font-size:12px;
	line-height: 18px;
	margin:0;
	}
	
.LoginColumn {
	float:left;
	width:230px;
	}
	.ReturningUserCol {
		border-left:1px solid #FDC689;
		background:url(../../images/login_bg.jpg) repeat-y;		
		padding-left:20px;
		height:710px;
		}

#ContentArea .LoginColumn table {
	margin-top: 0;
	}
		
.Required, .Error {
	color:#c00;
	font-style:normal;
	}	
	
.RequiredNote {
	font-size:12px;
	font-style:italic;
	}
	
.Input { 
	background: #fff url(../../images/input-bg.gif) repeat;
	border: 1px solid #ccc;
	margin:0 0 10px 0;
	width:200px;
	height:19px; 
	}

.LoginButton {
	width:200px;
	height:37px;
	margin:15px 0 0 2px;
	}
	
.SubmitButton {
	width:200px;
	height:37px;
	margin:25px 0 0 2px;
	}
	
.BeginButton {
	width:308px;
	height:37px;
	margin:25px 0 0 2px;
	}
	
#ContentArea .ModulesOverview td {
	padding:25px 10px;
	vertical-align:top;
	}
	
#ContentArea .ModulesOverview tr.Header td {
	padding:10px;
	background-color:#F16724;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-transform: uppercase;
	}

#ContentArea .ModulesOverview td.Name {
	font-weight:bold;
	}
	
#ContentArea .ModulesOverview tr.Grey{
	background-color:#eee;
	color:#bbb;
	}
	
.RadioButtons {
	clear:both;
	float:left;
	margin:1px 10px 5px 16px;
	}
	
#ContentArea .Quiz ul, #ContentArea .Quiz li, #ContentArea .Quiz li ul, #ContentArea .Quiz li ul li {
	margin:0;
	padding:0;
	list-style:none !important;
	list-style-image: none;
	margin-left: 1px;

	}

#ContentArea .Quiz li {
	margin-top: 20px;
	}
	
#ContentArea .Quiz li ul {
	margin-top: 5px;
	}

.CorrectIcon {
	vertical-align:middle;
	padding-right:10px;
	}
	
.CorrectMessage{
	padding-top:10px;
	color:#39B54A;
	font-weight:bold;
	}
	
.IncorrectIcon {
	vertical-align:middle;
	padding-right:10px;
	}
	
.IncorrectError {
	color:#c00;
	font-weight:bold;
	}

#ContentArea .Quiz li.IncorrectHighlight li {
	color:#fff;
	}

#ContentArea .Quiz li.IncorrectHighlight {
	display:block;
	margin-top:10px;
	padding:5px;
	background-color:#c00;
	color:#fff;
	}


/* icons for document downloads */
	
a[href $='.pdf'] { 
	display: inline-block;
  	padding-right: 20px;
   	background: transparent url(../../images/icon_adobe.gif) no-repeat center right;
}	

a[href $='.ppt'], a[href $='.PPT'] { 
	display: inline-block;
  	padding-right: 25px;
   	background: transparent url(../../images/icon_ppt.gif) no-repeat top right;
}

/*a[href $='.doc'], a[href $='.docx'] { 
	display: inline-block;
  	padding-right: 20px;
   	background: transparent url(../../images/icon_word_2.gif) no-repeat center right;
}
a[href $='.xls'], a[href $='.xlsx'] { 
	display: inline-block;
  	padding-right: 20px;
   	background: transparent url(../../images/icon_excel_2.gif) no-repeat center right;
}
a[href $='.jpg'], a[href $='.jpeg'], a[href $='.JPG'] { 
	display: inline-block;
  	padding-right: 20px;
   	background: transparent url(../../images/icon_jpeg.gif) no-repeat center right;
}
a[href $='.gif'], a[href $='.GIF'] { 
	display: inline-block;
  	padding-right: 20px;
   	background: transparent url(../../images/icon_gif.gif) no-repeat center right;
}
a[href ^="mailto:"] { 
	display: inline-block;
  	padding-right: 20px;
    background: url(../../images/icon_email.png) no-repeat center right;
}*/