/* CSS Document */
/*Author: Clint Ungashick*/

/* # = id, use only once on a page */
/* . = class, can be used multiple times on a page */
/* margin extends outside container */
/* padding extends inside container */

/*find this link in .CSS for the other code snippets necessary to force Footer at bottom of Viewport*/
/*http://www.frontpagewebmaster.com/m-285491/tm.htm#285491*/
html {
	height: 100%;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	/*background-image: url(../images/bgbody.gif);
	*/
	/*background-repeat: repeat-x;
	*/
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	/*http://www.frontpagewebmaster.com/m-285491/tm.htm#285491*/
	height: 100%;
}

#wrapperLandscape {
	position: relative;
	/* the key is setting the min-height of the main wrapper*/
	/*http://www.frontpagewebmaster.com/m-285491/tm.htm#285491*/
	min-height: 100%;
	top: 0;
	width:1050px;
	margin-top: 0;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color:  #FFF8DC;
}

#wrapper {
	position: relative;
	/* the key is setting the min-height of the main wrapper*/
	/*http://www.frontpagewebmaster.com/m-285491/tm.htm#285491*/
	min-height: 100%;
	top: 0;
	width:800px;
	margin-top: 0;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	/*background-color:  #F8F8FA;*/
	background-color:  #FFF8DC;
}
/*background-color:  #FFFFFF;*/
/*http://www.frontpagewebmaster.com/m-285491/tm.htm#285491*/
* html #wrapper {
	height: 100%;
	}

#masthead {
	width:800px;
	height:190px;
	padding: 0;
	margin: 0 auto; /*needed for centering DIV with this ID*/
	background: white url('../images/native-harvest-logo.gif') no-repeat 0px 10px;
}
/*.mast_tagline {
	width:800px;
	height:43px;
	margin: 0;	
}*/

#mast_banner {
	width:800px;
	height:150px;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#mast_logo {
	float:left;
	height:150px;
	width:200px;
}
#mast_flash {
	float:left;
	height:150px;
	width:600px;
}

#menu_wrapper {
	/*layers menu on top of content*/
	z-index: 20;
	position: relative;
	width:800px;
	margin: 0 auto; /*needed for centering DIV with this ID*/
	text-align: center;
	background-color:  #FFF8DC;
/*	background-color:  #FFFFFF;*/
}

/*start of content*/
#content_wrapperLandscape {
	z-index: 10;
	width:1050px;
	text-align: center;
	background-color:  #FFF8DC;
	text-align: center;
	margin: 0 auto; /*needed for centering DIV with this ID*/
	padding: 0px;
}

#content_wrapper {
	z-index: 10;
	width:800px;
	text-align: center;
	background-color:  #FFF8DC;
	text-align: center;
	margin: 0 auto; /*needed for centering DIV with this ID*/
	padding: 0px;
}

#content_box {
	position: relative;
	width: 798px;
	margin: 10px 0px 10px 0px;
	border: black 0px solid;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	background-color:  #FFF8DC;
/*	background-color:  #FFFFFF;*/
}

#sideColumn {
	float:left;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	/*background-color:green;*/
}
.sideContent {
	margin: 1px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	border-right: 1px dotted #A0522D;
	/*min-height: 425px;*/
	font-size: 14px;
	height: 100%;
	text-align: left;
}
.sideContent p {
	text-align: left;
}

#mainColumnDottedLeft {
	float: left;
	width: 597px;
	margin: 0px 0px 0px -1px;
	padding: 0px 0px 0px 0px;
	border-left: 1px dotted #A0522D;
	height: 100%;
	/*background-color:blue;*/
}
#mainColumnDottedRight {
	float: left;
	width: 597px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-right: 1px dotted #A0522D;
	height: 100%;
	/*background-color:blue;*/
}
#mainColumnNarrow {
	float: left;
	width: 397px;
	margin: 0px 0px 0px -1px;
	padding: 0px 0px 0px 0px;
	border-right: 1px dotted #A0522D;
	border-left: 1px dotted #A0522D;
	height: 100%;
	/*background-color:blue;*/
}
.mainContent {
	/*reduces width by 6 for positioning in IE6*/
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 10px 10px; 
	font-size: 15px;
	text-align: left;
	height: 100%;
}
.pageTitleBox {
	background-color:#943131;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px; 
}
.mainContent p {
	text-align: left;
}
.mainContent ul li {
	text-align: left;
}

/*horizontal spacer used to force box around content*/
.spacer_row {
	clear:both;
	background-color:  #FFF8DC;
/*	background-color:  #FFFFFF;*/
	height: 1px; 
	padding-top: 0px;
	padding-bottom: 0px;
	width: 758px;
}
/*horizontal spacer used to force box around content*/
.clearBothRow {
	clear:both;
	background-color:  #F8F8FA;
/*	background-color:  #FFFFFF;*/
	height: 1px; 
	padding-top: 0px;
	padding-bottom: 0px;
	width: 758px;
}
.recordDivider {
	width:100%;
	padding-bottom: 2px; 
	padding-top: 2px;
	border-bottom:1px dotted #900; 
}
/*footer*/
/*http://www.frontpagewebmaster.com/m-285491/tm.htm#285491*/
#nonFooter {
	position: relative;
	min-height: 100%;
}

/*#footer {position: relative;margin-top: -7.5em;}*/
#footer_wrapper {
	position: relative;
	clear: both;
	width:800px;
	/*http://www.frontpagewebmaster.com/m-285491/tm.htm#285491*/
	margin-top: -5.25em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color:  #FFF8DC;
/*	background-color:  #FFFFFF;*/
}
#footer_box {
	position: relative;
	margin: 0px 10px 0px 10px;
	border: white 0px solid;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
/*	background-color:#E8DAC8;*/
	color: #000000;
}

/*sets default link attributes*/
/*order of Pseudo-classes - http://www.w3schools.com/CSS/css_pseudo_classes.asp*/
a:link {
   color: #A0522D ;
   text-decoration: none;
}
a:visited {
   color: #A0522D ;
   text-decoration: none;
}
a:hover {
	color: #A0522D ;
	background-color: yellow;
	text-decoration: underline;
}
a:active { 
   color: #A0522D ;
   text-decoration: none;
}


a.NavigationArrows:link {
	color: #006B84;
	text-decoration: underline;
	font-weight : bold;
	font-size : 11pt;
	font-family : Arial
}
a.NavigationArrows:visited {
	color: #006B84;
	text-decoration: underline;
	font-weight : bold;
	font-size : 11pt;
	font-family : Arial
}
a.NavigationArrows:hover {
	color: Cyan;
	text-decoration: underline;
	font-weight : bold;
	font-size : 11pt;
	font-family : Arial;
	background: Black
}
a.NavigationArrows:active {
	color: #006B84;
	text-decoration: underline;
	font-weight : bold;
	font-size : 11pt;
	font-family : Arial
}

h1 {
	color: #A0522D ;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight : normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h2 {
	color: #A0522D ;
	text-align: right;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight : normal;
	font-style : italic;
	margin: 10px 10px 0px 0px;
}
h3 {
	color: white;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h4 {
	color: #A0522D ;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul li {
	list-style-image: url(../images/star_blue.gif);
	padding: 0px 0px 0.5em 0px;
}
.redText {
	color: Red;
}
.maroonText {
	color: #840E31;
}

.grayText {
	color: #CCCCCC;
}

	/* used by chkFrom.js and relate Java script code */ 
#errordiv {
  border: 1px solid red;
  background-color: #FFAFAF;
  display: none;
  width: 50%;
  margin: 5px;
  padding: 5px;
}	

