/* set all margins and pagging */
* {
margin: 0px;
padding: 0px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2c4d22;
	color: #000;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
}

a {
color: #2c4d22;
}

a:active {
color: #97a317;
}

a:hover {
color: #97a317;
}

table {
font-size:100%;
}

/* set all heading to same*/
h1, h2, h3, h4, h5, h6 {
display:block;
font-weight: bold;
color: #2c4d22;
font-size: 110%;
margin: 0px 0px 10px 0px;
}

/* specific heading settings */
h1 {
font-size: 180%;
color: #97a317;
}

h2 {
font-size: 120%;
}

ul, ol {margin: 0px 0px 10px 30px;}

p {margin: 0px 0px 12px 0px;}

/* define main page areas */
/* ====================== */
#container {
position: relative;
width: 980px;
margin: 0px auto 20px auto;
background: #fff url('../images/piwatermark-200.jpg') 0px 0px no-repeat;
border: 1px solid #c4d37e;
}

#skiplinks {
position: absolute;
left: -1000px;
}


#header {
position: relative;
height: 100px;
}

#logo {
border: 0px;
margin: 10px 0px 0px 10px;
}

#mainbody {
position: relative;
width: 100%;
overflow: auto;
min-height: 500px;
}

#content {
position: relative;
margin: 30px 30px 0px 250px;
padding: 0px;
}

#menuleft {
position: relative;
float: left;
width: 220px;
margin: 130px 0px 10px 0px;
}


#lefttree {
width: 220px;
height: 290px;
position: absolute;
bottom:0px;
left: 0px;
background: url('../images/tree-220.jpg') 0px 0px no-repeat;
}


#footer {
text-align: center;
margin: 0px 0px 0px 0px;
}

/* ======================================== */
/* menus as ul list so set-up look and feel */
/* ======================================== */
#menutop  {
background: #c4d37e;
}
#menutop ul {
list-style-type: none;
margin: 0px 0px 0px 5px;
padding: 3px 0px 3px 0px;
overflow: auto;
}

#menutop ul li {
display: block;
width: 105px;
float: left;
margin: 0px 2px 0px 0px;
background: #2c4d22 url('../images/button-bak.jpg') 0px 0px repeat-x;
padding: 0px 0px 0px 0px;
line-height: 1;
}

#menutop a {
height: 15px;
color: #fff;
display: block;
width: 100%;
font-size: 7pt;
font-weight: bold;
line-height: 1;
text-align: center;
text-decoration: none;
padding: 3px 0px 0px 0px;
}

#menutop a:hover {
color: #dacb4c;
text-decoration: underline;
background: #2c4d22 url('../images/button-bak2.jpg') 0px 0px repeat-x;
}

#menutop .thispage, #menutop .thisparent {
color: #dacb4c;
}

/* ======================================== */
/* ======================================== */

#menuleft ul {
list-style-type: none;
margin: 0px 0px 300px 20px;
padding: 5px 0px 3px 10px;
overflow: auto;
background: #c4d37e;
width: 170px;
}

#menuleft ul li {
display: block;
width: 160px;
margin: 0px 0px 2px 0px;
background: #2c4d22 url('../images/button-bak.jpg') 0px 0px repeat-x;
padding: 0px 0px 0px 0px;
line-height: 1;
}

#menuleft a {
height: 15px;
color: #fff;
display: block;
width: 100%;
font-size: 7pt;
font-weight: bold;
line-height: 1;
text-align: center;
text-decoration: none;
padding: 3px 0px 0px 0px;
}

#menuleft a:hover {
color: #dacb4c;
text-decoration: underline;
background: #2c4d22 url('../images/button-bak2.jpg') 0px 0px repeat-x;
}

#menuleft .thispage a {
color: #dacb4c;
}

/* ======================================== */
/* ======================================== */

/* ================================ */
/*  START OF WIDGET TEXT FORMATTING
/* ================================ */
.widgetem {
font-style: italic;
}

.widgetstrong {
font-weight: bold;
}

.widgetleft {
text-align: left;
}

.widgetright {
text-align: right;
}

.widgetcentre {
text-align: center;
}

.widgetjustify {
text-align: justify;
}

.widgetexternal {
/* formatting for external link */}


/* ================================ */
/*  END OF WIDGET TEXT FORMATTING   */
/* ================================ */
.lhcolumn {
width: 45%;
margin: 0px 0px 0px 20px;
}

.rhcolumn {
width: 45%;
float: right;
margin: 0px 20px 0px 0px;
}


.uploadedimgr {
float: right;
margin: 0px 0px 10px 20px;
display: inline;
}

.uploadedimgl {
float: left;
margin: 0px 20px 10px 0px;
display: inline;
}

.uploadedimgc {
text-align: center;
display: block;
margin: 5px 0px 5px 0px;
}

.uploadedimgi {
text-align: center;
display: inline;
margin: 5px 0px 5px 0px;

}


/* =================== */
/* segment templates   */
/* =================== */
.segmenttpl1 {
position: relative;
margin: 0px;
padding: 0px;
}


.segment {
margin: 10px 0px 10px 0px;
padding: 0px;
position: relative;
width: 100%;
overflow: auto;
}

.segmentimgonly {
display: inline;
float: left;
margin: 0px 0px 0px 5px;
text-align: center;
}

.segmentimgonly p {
display: inline;
}


/* =================== */
/* =================== */
/* =================== */
/*      PMBWS FORM     */
/* =================== */

.validation_options {
	position: absolute;
	left: -1000px;
}

form#pmbws 		{
position: relative;
display: block;
width: 450px;
overflow: auto;
border: 1px solid #2c4d22; 
background: #e0e8b8;
margin: 0px 0px 10px 10px; 
padding-top: 10px;
}

form#pmbws p		{
	margin-bottom		: .1em;  /* NB value of this in forms css is currently set at 1em */
	margin-left		: 5px;
}

form#pmbws p label {
	width			: 10em; /* NB value of this in forms css is currently set at 9.5em */
	display			: block;
	float			: left;
	cursor			: pointer;
	clear			: left;
	font-weight		: bold;
}
form#pmbws p input {
	width			: 15em; /* NB value of this in forms css is currently set at 9.5em */
}
form#pmbws p textarea {
	width			: 15em; /* NB value of this in forms css is currently set at 9.5em */
}

form#pmbws #submit 	{
	cursor			: pointer;
	width			: 12em;
	margin			: 0em 0em 1em 10em;
	line-height: 1;
}

form#pmbws p input.width2 {
width: 2em;
}


/* ------ error messages -------- */

form#pmbws p span.errorMsg {
	position		: relative;
	display			: block;
/*	float			: left; */
	clear			: left;
	margin-left		: 10em;
	color			: #FF0000;
	font-size		: 100%;
	width			: 20em;
}


/* ------ validation option buttons -------- */

form#pmbws fieldset.validation_options {
	position		: absolute; 
	/*right			: 440px;  */ 
	bottom			: 0.5em;
	width			: 50%; 
	border			: 1px solid #006699;
	padding			: 0.3em;
}

/* ==================================== */
/* ==================================== */

form#pmbws p.formItemNow		{
	margin: 10px 5px 0px 5px;
	line-height: 1.2;
	font-weight: bold;
	clear: left;
	}

form#pmbws p.formItemNow label {
	width	: 25em; 
	display	: block;
	float	: left;
	cursor	: pointer;
	clear	: left;
	font-weight: normal;
	text-align: right;
	}
form#pmbws p.formItemNow input {
	width	: 2em; 
	line-height: 1.2;
	margin: 1px 0px 3px 0px;
	}

form#pmbws #submitnow 	{
	cursor	: pointer;
	width	: 12em;
	margin	: 0em 0em 1em 2em;
	line-height: 1;
	}

form#pmbws p.formItemNow input.width2 {
width: 2em;
}

form#pmbws p.formItemNow2 label {
	width	: 10em; 
	display	: block;
	float	: left;
	cursor	: pointer;
	clear	: left;
	font-weight: bold;
	text-align: right;
	}
form#pmbws p.formItemNow2 input {
	width	: 15em; 
	line-height: 1;
	margin: 2px 0px 3px 5px;
	}

/* ------ error messages -------- */

form#pmbws p span.errorMsg {
	position		: relative;
	display			: block;
/*	float			: left; */
	clear			: left;
	margin-left		: 10em;
	color			: #FF0000;
	font-size		: 100%;
	width			: 20em;
}


/* ------ validation option buttons -------- */

form#pmbws fieldset.validation_options {
	position		: absolute; 
	/*right			: 440px;  */ 
	bottom			: 0.5em;
	width			: 50%; 
	border			: 1px solid #006699;
	padding			: 0.3em;
}
/* ------ error/OK messages -------- */


.contactmessage {
font-weight: bold; 
color: #a00;
}


#downloads {
width: 500px;
position: relative;
border: 1px solid #d37c17;
overflow: auto;
border-collapse: collapse;
}

#downloads td{
border: 1px solid #d37c17;
vertical-align: top;
padding: 1px;
}

.downloadhead {
background: #ffe3c1;
}

.download300 {
float: left;
display: block;
width: 300px;
border: 1px solid #060;
}

.download200 {
float: left;
display: block;
width: 200px;
border: 1px solid #060;
}

.download100r {
float: left;
display: block;
width: 100px;
text-align: right;
border: 1px solid #060;
}

.newshead {
text-align: center;
font-weight: bold;
font-size: 120%;
}

.newsitem {
margin: 20px 0px 0px 0px;
}
.newsitem h2 {
margin: 0px 0px 0px 0px;
}


.newsitem a {
text-decoration: none;
margin: 10px 0px 0px 0px;
}

.newsdate {
float: right;
}

.absr {
position: absolute;
right: 0px;
top: 0px;
}

#eventslist {
text-align: center;
border: 1px solid #430073;
list-style-type: none;
margin: 0px;
font-weight: bold;
}
#eventslist ul {
list-style-type: none;
margin: 5px 0px 10px 0px;
}
#eventslist li {
margin: 0px 0px 5px 0px;
font-weight: normal
}


.eventlisttable {
border-collapse: collapse;
border:  1px solid #0EB2B0;
}

.eventlisttable td,th {
border: 1px solid #0EB2B0;
padding: 1px 3px 1px 3px;
text-align: left;
vertical-align: top;
font-size: 90%;
}

.tabledate {width: 20%;}
.tableevent {width: 40%;}

