@charset "utf-8";
/* CSS Document */

/* MAIN SITE LAYOUT */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #C1764D;
	text-align: center; /* this centers the container in IE 5* browsers */
	padding: 0; /*  to account for differing browser defaults */
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-image: url(../images/bkg_willow2.jpg);
	background-attachment: fixed;
}

#page_wrapper {
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:860px;			/* width of whole page */
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the header */
	background-color: #E4FFE4;
	overflow: hidden;
	border: 2px solid #01631A;
}

#page_header {
	width: 860px;
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the header */
	height: 144px;
	background-color: #E4FFE4;
}  

#menu_bar {
	height:30px;
	background: #6CB433;
	margin-top: 10px;
	margin-bottom: 0px;	
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006600;
}

#content_wrapper {
	float:left;
	width:100%;
	position:relative;
	background-color: #E4FFE4;
	margin: 0px;
	padding: 0px;
}
	
/* page with one column */
#column_single {
	width:856px;
	padding-left: 0px;
	padding-right: 0px;	
	padding-top: 20px;
	margin-left: 0px;
	margin-right: 0px;	
	margin-top: 0px;
}

/* narrow left-hand column of 2-column page */
#column_left {
	float:left;
	position:relative;
	overflow:hidden;
	width:150px;
	background-color: #E4FFE4;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	margin: 0px;	
}

/* wide right-hand column of 2-column page */
#column_right {
	float:right;
	position:relative;
	overflow:hidden;
	width: 650px;
	height: auto;	
	font-size: small;
	font-weight: normal;	
	text-align: justify;	
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 1em;
	padding-left: 20px;
	margin: 0px;
} 

#page_footer {
	float:left;
	width:860px;
	padding: 6px;  /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: auto;	
	background-color: #6CB433;
	border: 0px;	
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	color: #000000;	
}  


/* ********************************END MAIN SITE LAYOUT ******************************** */

/* Lists, Menus & Links */

#menu_container ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 4px;
	background-color: transparent;
	float: left;
	width: 100%;
	font-size:small;
	font-weight:bold;
}

#menu_container ul li { display: inline; }

#menu_container ul li a {
	background-color: transparent;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006600;
	padding-top: 0.2em;
	padding-right: .5em;
	padding-bottom: 0.2em;
	padding-left: .5em;
}

#menu_container a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#menu_container a:visited {
	color: #99FF99;
	text-decoration: none;
	font-weight: bold;
}

#menu_container a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

/* link colours for main content background */
ul {
	text-align: justify;
}

a {
	font-weight: bold;
	font-size: small;
	color: #006600;	
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#column_single .workshoptable table tr td a {
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}

/* bottom menu */
.menu_btm ul {
	width: 100%;
	background-color: transparent;	
	text-align: center;	
	padding-left: 0;
	margin-left: 30px;
	margin-top: 0px;	
	margin-bottom: 10px;
}

.menu_btm ul li { display: inline; }

.menu_btm ul li a
{	background-color: transparent;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006600;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: .6em;
	padding-left: 1em;
	font-size:small;	
	font-weight: bold;	
}

.menu_btm a:link {
	color: #006600;
	text-decoration: none;
}


.menu_btm a:visited {
	color: #006600;
	text-decoration: none;
}

.menu_btm a:hover {
	color: #FFFFFF;
	background-color: #6CB433;	
	text-decoration: underline;
}


/* Text Formatting */

h1 {
	font-size: large;
	font-weight: bold;
	color: #006600;
	text-align:left;
	vertical-align: top;	
}

#column_single h1 {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 30px;		
}

#column_right h1 {
	margin-top: 20px;
	padding-top: 0px;	
}
 
h3 {
	font-size: medium;
	font-weight: bold;
	text-align:left;	
	color: #006600;
}
  
#column_single h3 {
	margin-top: 15px;
	margin-bottom:12px;
	padding-left: 30px;	
}

#column_right h3 {
	margin-top: 15px;
	margin-bottom:2px;
}

h4 {
	font-size: small;
	font-weight: bold;
	text-align:left;	
	color: #006600;
}

p {
	font-size:small;
	font-weight: normal;
	color: #000000;
	padding-left: 30px;
	padding-right: 30px;	
	text-align: justify;						
}

#column_single table tr td .piccaption1 {
	font-size:small;	
	text-align: center;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 10px;
}


.copyright {
	float: left;
	margin-left: 2em;
}

.last_update {
	float: right;
	margin-right: 2em;
}

.browser {
	margin-left: 1.8em;
}

/* Images   */

#page_header img {
	margin-top: 3px;
	border: 0;
}

.imgleft {
	float: left;
	margin-right: 20px;	
	margin-bottom: 20px;
}

#column_single table tr td img {
	text-align: center;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	border: 1px solid #006600;
}

#iframe_w640 {
	text-align: center;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 106px;
	padding-right: 0px;
}

#column_left img {
	margin-top: 25px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 20px;
	border: 1px solid #006600;
}

/* Tables */
#column_single table {
	padding: 0px;
	margin-left: 40px;
	margin-right: 30px;	
	vertical-align: top;
	width: 776px;
}

#column_single table tr td {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#column_single .workshoptable table {
	padding: 15px;
	margin-left: 40px;
	margin-right: 30px;
	vertical-align: top;
	width: 776px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;

}

#column_single .workshoptable table tr td {
	vertical-align: middle;
	text-align: left;	
	font-weight: normal;	
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
/*	border: 1px solid #00631A; */
	border: none;
}

#column_single .workshoptable table tr td p{
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/* Miscellaneous */
#column_single hr {
	color: #006600;
	width: 90%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#column_single table tr td hr{
	width: 700px;
	text-align: center;
	vertical-align: top;
	height: 1px;
	margin-top: 10px;
	margin-left: 28px;
	margin-bottom: 10px;
}

.menu_btm hr{
	width: 100%;
	color: #006600;	
	text-align: center;
	vertical-align: top;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 10px;	
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 2px;		
}

.pagebreak {page-break-before:always}
