/* CSS Stylesheet */

html { 
	margin: 0; 
	padding: 0;
	height: 100%;
	margin-bottom: -1px;
	background: #e4e0d8; 
	}

body { 
	position: relative; 
	width: 80%; 
	min-height: 100%;
	margin-top: 0; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 0; 
	background: #fff; 
	border: 1px solid #000;
	border-top: 0px none;
	font-family: "Trebuchet MS", Arial, sans-serif; 
	}
	
*html body {	/* applies to IE only */
	height: 100%;
	margin-bottom: -1px;
	}

#header { 
	position: relative; 
	margin: 0;
	padding: 0;
	height: 103px;
	background: url(../images/grass_crop1_colorized.jpg) top right repeat-x #e8efab;
	}

#header h1 { 
	text-align: right;
	margin-top: 0;
	margin-right: 220px;
	}

.logo { 
	position: absolute;
	top: 0;
	right: 0;
	}

.tagline { 
	font-size: .8em; 
	}
	
#nav { 
	position: relative; 
	display: block;
	clear: both; 
	margin: 0;
	padding: 0;
	height: 30px; 
	border-bottom: 1px solid #000;
	background: #e4e0d8;
	}
	
#nav ul { 
	margin: 0;
	padding: 0; 
	list-style: none; 
	}
	
#nav li { 
	position: relative; 
	float: left;
	width: auto;
	text-align: center;
	font-size: .8em; 
	font-weight: bold; 
	}
	
#nav a { 
	display: block; 
	padding-left: 1.5em;
	padding-right: 1.5em;
	line-height: 30px; 
	text-decoration: none; 
	background: transparent; 
	color: #000; 
	}
	
#nav a:hover { 
	background: #edf0d8; 
	color: #000; 
	}
	
#nav a.here { 
	background: #949c51; 
	color: #fff; 
	}
	
#wrapper {
	position: relative;
	/*height: 100%;*/
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
	background: #fff;
	}
	
#content { 
	position: relative; 
	clear: both;
	font-size: .8em;
	margin: 0;
	margin-right: 210px;
	/*margin-bottom: 10px;*/
	padding: 1.5em;
	}

#content.rightcol {
	border-right: 210px solid #e8efab;
	margin-right: 0;
	}
	
#content h1, #content h2 { 
	margin-top: 1em; 
	margin-bottom: .5em; 
	color: #747a40; 
	}
	
#rightcolumn {
	position: absolute;
	top: 20px;
	right: 5px;
	width: 198px;
	background: transparent;
	font-size: .7em;
	text-align: left;
	}
	
#footer { 
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	border-top: 1px solid #949c51; 
	font-size: .7em; 
	background: url(../images/grass_crop2_colorized.jpg) top left repeat-x #e8efab; 
	color: #949c51;
	text-align: center;
	}

#footer div {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
a img { 
	border: 0; 
	}

a:visited {
	color: #676d38;
	}
	
table { 
	width: 95%; 
	border: 0; 
	}
	
td { 
	vertical-align: top; 
	}
	
td p { 
	margin-top: 0; 
	}
	
td span.caption { 
	background: #e8efab; 
	color: #747a40;
	font-weight: bold;
	}
	
td.pic { 
	width: 140px; 
	text-align: center;
	}