/* CSS Document */
/* apt606 27th September 2006 */
/* Soil Forensics International */

/* Structural layout */
html, body {height:100%;}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
body {
	padding-left: 20px;
	padding-right: 20px;
	width: 95%;/**/
	margin:0;
	background:#ACABA8;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#outer{
	height:100%;
	min-height:100%;
	min-width:500px;
	top: 0px;
	background:transparent;
	margin-bottom:-30px;
	}

#header {
/*	background-color:#706F6D;
	color: #FFFFFF;*/
	height: 150px;
	line-height:150px;
	font-weight:bold;
/*	padding-left: 10px;*/
}

#footer {
	height:30px;
	line-height:30px;
	font-size: 0.8em;
	clear:both;
/*	border-top:1px solid #628600;
	border-bottom:1px solid #628600; */
/*	background-color: #000080; */
	color: #FFFFFF;
	text-align:center;
	position:relative;
/*	font-weight:bold;
	padding-right: 10px;*/
}

* html #footer {/*only ie gets this style*/
	\height:30px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
#clearfooter{clear:both;height:30px;}/*needed to make room for footer*/

#left {
	width: 140px;
	float: left;
/*	border: 1px solid grey;*/
	min-height: 500px;
	}
	
#right{
/*	float: left;*/
	min-height: 100px;
	margin-left: 165px;
/*	border: 1px solid grey; 
	min-width: 500px;
*/
}

/* Hyperlink formatting */
#header a {
	color:#FFFFFF;
	text-decoration:none;
	}
#header a:hover {
	text-decoration:underline;}
	
.orangetext {
	color:#d25400;
}
/*	color:#F35A13;
*/

#header_menu_text {
	color:#d25400;
	text-align: right;
}

#information {
/*	border: 1px dashed green;*/
}

#left_navigation {
	list-style-type: none;
	font-size: 0.9em;
	text-decoration: none;
	padding: 0px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-left: 0px;
	color:#FFFFFF;
}

#left_navigation ul {
	margin: 0;
	padding:0;
	list-style: none;
}

#left_navigation ul li {
	margin: 0;
	padding:0;
	list-style: none;
/*	border: 1px dashed red;
	display: block;*/
	padding-left: 5px;
}

/* Code for dealing with the left hand menu items and to get them coloured */
/* Formatting of Current Page */
#currentpage {
	color:#FFFFFF;
	font-weight: bolder; 
	background-color: #d25400;
	display: block;
	width: 160px;
/*	font-size: 1.1em;
	padding-left: 5px;*/
}
	
/* Hypertxtlink formatting */
a {
	text-decoration: none;
	color:#FFFFFF;
}

a:hover {
	text-decoration: underline;
	}
a:visited {
	text-decoration: none;
	color:#FFFFFF;
	}	
	
