/* - - - - - - - - - - - - - - - - - - - - -

Title : 
URL : 

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

/* default styles */
html {
  overflow: -moz-scrollbars-vertical;
}

body {
	margin: 20px 0 0 0;
	padding: 0px;
	background-color: #FFF;
	font: normal 14px arial, verdana, helvetica;
	color: #333;
}

p, td, li {
	font: normal 14px arial, verdana, helvetica;
	color: #333;
}

li {
	margin: 0 0 10px 0;
	padding: 0;
}

a {
	color: #473a1b;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

h1 {
	font: bold 25px Georgia, arial, verdana, helvetica;
	color: #008000;
}

h2 {
	font: bold 18px Georgia, arial, verdana, helvetica;
	color: #008000;
}

/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#wrapper {
  width: 100%;
	border-bottom: 20px solid #509408;
}

#topwrap {
	height: 209px;
	text-align:left;
	vertical-align:top;
	background: url('../images/topbg.gif') repeat-x;
}

#topL {
  float: left;
  width: 192px;
  height: 209px;
  position: relative;
}

#topL a {
	padding-left: 20px;
	font: bold 12px arial, verdana, helvetica;
	color: #000;
	text-decoration: none;
}

#logo {
  position: absolute;
	top: 26px;
	left: 450px;
}

#topR {
  float: left;
  background: url('../images/banner.jpg') top left no-repeat;
  width: 240px;
  height: 209px;
}

#bodywrap {
  clear: both;
	text-align:left;
	vertical-align:top;
}

#lhs {
  float: left;
	width: 192px;
}

ul#navmenu {
	position: relative;
	top: 15px;
	left: 20px;
  width: 162px;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 2px solid #d2d2d1;
}

ul#navmenu li {
  width: 162px;
	height: auto;
	margin: 0;
	padding: 10px 0;
	display: block;
	border-top: 2px solid #B1ACAB;
}

ul#navmenu li a {
	font: bold 14px arial, verdana, helvetica;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	color: #333;
}

.menu_off {
  color: #000;
	background: url('../images/arrow.gif') no-repeat 0 50%;
}

.menu_off:hover {
  color: #473a1b;
	background: url('../images/arrow_on.gif') no-repeat 0 50%;
}

.menu_on {
  color: #473a1b;
	background: url('../images/arrow_on.gif') no-repeat 0 50%;
}

.menu_on:hover {
  color: #473a1b;
	background: url('../images/arrow_on.gif') no-repeat 0 50%;
}

#rhs {
  margin: 20px 20px 20px 192px;
	border-left: 2px solid #d2d2d1;
}

#contents {
  min-height: 250px;
	height: auto;
	padding: 20px;
	text-align:left;
	vertical-align:top;
}

#contents ul {
	list-style: none;
}

#contents li {
	background: url('../images/bullet.jpg') 0 1px no-repeat;
	padding: 0 0 0 18px;
}

*html #contents { height: 250px; }