 /* Colours
 
 navi green - #749354
 border green - #336304
 navi hover - #d0dfc0
 
  */
 
 /* ------------------ html overrides ---------------- */
 
 html,body {
 		height:100%;
 		min-height:100%;
 }
 body {
 	background-image: url(images/bg.jpg);
 	margin: 0px;
 	padding: 0px;
 	font-family: "Trebuchet MS";
 	font-size: 1em;
 }
strong, b {
	font-weight: bold;
	color: #336034;
	font-style: italic;
}
 h1.header {
 	padding: 152px 0 0 0;
 	overflow: hidden;
 	background-image: url(images/header.jpg);
 	background-repeat: no-repeat;
 	height: 0px !important;
 	height /**/:152px;
 	margin: 0;
 	border-bottom: 3px solid #336304;
 	width: 770px;
 }
h2 {
 	border-bottom: 3px solid #336304;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 5px;
}
input {
	border: 3px solid #336304;
	font-size: 0.8em;
	font-family:  "Trebuchet MS";
	color: #000;
	width: 150px;
	background-color: #fff;
}
input.button {
	border: 3px solid #336304;
	font-size: 0.8em;
	font-family:  "Trebuchet MS";
	color: #000;
	width: auto;
}
select {
	border: 3px solid #336304;
	font-size: 0.8em;
	font-family:  "Trebuchet MS";
	color: #000;
	width: 150px;
}
textarea {
	border: 3px solid #336304;
	font-size: 0.8em;
	font-family:  "Trebuchet MS";
	color: #000;
	width: 200px;
}

img {
	border: 3px solid #336304;
	margin: 4px;
}
ul#dropmenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.topnav {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.topnav li a {
	display: block;
	list-style: none;
	margin: 0px;
	padding-left: 10px;
	width: 140px;
	min-height: 20px;
	color: #fff;
	font-weight: bold;
	border-top: 3px solid #749354;
	border-bottom: 3px solid #749354;
}
* html ul.topnav li a {
	height: 20px;
}
ul.topnav li a:hover {
	background-color: #d0dfc0;
	border-top: 3px solid #336304;
	border-bottom: 3px solid #336304;
	min-height: 20x;
	color: #336304;
}
* html ul.topnav li a:hover {
	height: 20px;
}
ul.topnav li.here {
	list-style: none;
	margin: 0px;
	padding-left: 10px;
	width: 140px;
	min-height: 20px;
	color: #fff;
	font-style: italic;
	border-top: 2px solid #749354;
	border-bottom: 2px solid #749354;
}
* html ul.topnav li.here {
	height: 20px;
}
 
 /* ---------------- ID Tags ---------- */
 
 #container {
 	width: 770px;
 	min-height: 100%;
 	border-right: 3px solid #336304;
 	border-left: 3px solid #336304;
 	text-align: left;
 	margin: 0px auto;
 	background-image:url(images/navi_bg.jpg);
 	background-position: top left;
 	background-repeat: repeat-y;
 	background-color: #fff;
 	position: relative;
 }
 * html #container {
 	height: 100%;
 }
 
 #content {
 	width: 600px;
 	min-height: 100%;
 	text-align: left;
 	margin: 0px auto;
 	padding-left: 160px;
	padding-right: 10px;
 	position: relative;
 	z-index:99;
 }
 * html #content {
 	height: 100%;
 	margin: 0;
 }

 #navigation {
 	width: 150px;
 	padding: 8px 0 0 0;
 	font-size: 0.8em;
 	position: absolute;
 	top: -20px;
 	left: 0;
 }
 * html #navigation {
 	top: 0px;
 }
 #contact {
 	margin: 0 auto;
	width: 200px;
	text-align: right;
}
 
 /* --------------- class tags ------------------ */
 
 .clear {
 	clear: both;
    height:1px;
 	font-size:0;
 } 
 .base{
 	background-image: url(images/leaf_bg.jpg);
 	background-position: bottom right;
 	background-repeat: no-repeat;
 	position:absolute;
 	bottom:0;right:0;
 	z-index:1;
 	width:545px;
 	height:274px;
 }
 .hrule {
 	width: 550px;
	margin: 20px auto 0 auto;
	border-top: 3px solid #336304;
	text-align: center;
	font-size: 0.7em;
}
.noimage {
	border: 0;
}

/* --------------------- LINKS ------------------------- */

a {
	color: #336304;
	border-bottom: 1px dashed #336304;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #749354;
	border-bottom: 1px dashed #749354;
	font-weight: bold;
	text-decoration: none;
}