/* Agricultural Waste Basic styles */
/** fish4 basic styles for all browsers / css capable devices **/

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
/* CSS Reset */   
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	/* border-collapse: collapse;
	border-spacing: 0; */
}

/* lists */
ol, 
ul {
	margin: 0 0 1.2em 36px;	
	}
ol li, 
ul li {padding: 0 0 .2em 13px;}
ul {list-style: none;}
	ul li {
		list-style: none;	
		/*background: url(../images/bullet.gif) 0 .5em no-repeat;*/
		}
ol {	
	margin-left: 22px;	
	list-style: decimal;	
	}
	ol li {vertical-align: middle;}
ol.lettered { list-style: lower-alpha; }
		
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}



/* Basic CSS */
body { 
	font-size: .75em; 
	line-height: 1.4;	
	font-family: arial, verdana, sans-serif; 
	background: #fff;
	color: #333;
	padding: 30px;
	}						
table, textarea, input { font-size: 100%; font-family: arial, verdana, sans-serif;}
input.dimmed{ color:#666666; font-size:inherit;}
table, th, td, caption { 
	text-align: left; 
	vertical-align: top; 
	}
hr { display: none; }
img { 
	border: 0; 
	vertical-align: bottom; 
	}	
/* Headings */	
h1 { font-size: 250%; }
h2 { font-size: 200%; font-weight: bold; padding: 0 0 10px 0; color: #e95e0f;}
h3 { font-size: 150%; padding: 0 0 8px 0; color: #e95e0f;}
h4 { font-size: 125%; font-weight: bold; color: #333;}		
h5,h6 { font-size: 100%; font-weight: normal; color: #333;}		
/* Paragraphs */
p { padding: 0 0 1.2em 0; }
/* Links */
a { 
	text-decoration: underline; 
	color: #e95f1a; 
	}
a:hover, 
a:focus, 
a:active {
	text-decoration: none;
	color:#333;
}
a:focus { outline: none; }
strong {font-weight: bold;}
/* Forms */
select { 
	margin-right: 7px; 
	vertical-align: middle	
	}
option {margin-right: 7px;}
/* Common Classes */		
.clr, .clearer { clear: both; height: 0.1px; font-size: 0; line-height: 0; }
.delete { display: none; }	
.strip { padding: 0 !important; margin: 0 !important; }
.stripWidth { width: auto !important; }	
.noFloat { float: none !important; }
.hozDots {
	height: 20px;
	background: url(../images/hozDots.gif) 0 0 repeat-x;
	}
/* default / graphic text switch */
/* irt = image replacement text - used with e3 CMS, for inline background images made on the fly */
.defaultText .irt { text-indent: 0 !important; background-image: none !important; line-height: 1.2em; }
.graphicText .irt { text-indent: -5000px; overflow: hidden; }			
	
