/* standard elements */
/* ------------------------------------------------------------------ */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #007236;
}

a:hover {
	color: #138b08;
}

body {
 	background-color: #FFF; 
	color: #444;
	font: normal 62.5% "Arial",sans-serif;
	margin: 0;
}

input {
	color: #555;
	font: normal 1.1em "Arial",sans-serif;
	border: 1px solid #007236;
	width: 310px;
	height: 15px;
	padding: 1px;
}

textarea {
	width: 300px;
	height: 100px;
	color: #555;
	font: normal 1.1em "Arial",sans-serif;
	border: 1px solid #007236;
	padding: 5px;
	}

p,ul{
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

td {
	font-size: 1.2em;
}

h1 {
	font-size: 14pt;
	margin-bottom: 4px;
}

h1,h2,h3 {
	color: #007236;
	padding-top: 6px;
	text-decoration: none;
}

h2 {
    font-size: 1.4em;
    } 

h3 {
    font-size: 1.2em;
    } 
    
h3.home {
    font-size: 1.2em;
    padding-bottom: 1.2em;
    }  

h2.divcontainerheading {
	cursor: pointer;
	position: relative;
	bottom: 9px;
}

h5 {
	font-size: 0.8em;
	color: #007236;
	text-decoration: none;
}

h5.divcontainerheading {
	font-size: 1.2em;
	cursor: pointer;
	position: relative;
	padding-top: 5px;
	bottom: 9px;
}

h6 {
	font-size: 0.8em;
	text-decoration: none;	
}  
    
/* ------------------------------------------------------------------ */    
    

/* misc */
/* ------------------------------------------------------------------ */

.clearer {
	clear: both;
}

.important 
{
    color: #007236;
}

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

/* structure */
/* ------------------------------------------------------------------ */
.container {
	background: url(../img/green/bgcontainer.gif) repeat-y; 
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 6px;
	width: 867px;
}
/* ------------------------------------------------------------------ */


/* main */
/* ------------------------------------------------------------------ */
.main {
	clear: both;
	padding: 0px 18px;
}
/* ------------------------------------------------------------------ */

/* Navigation */
/* ------------------------------------------------------------------ */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	float: left;
	width: 220px;
}
.sidenav h1 {
	color: #fff;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}

.sidenav li {
	border: 1px solid #000;
	list-style: none;
	margin: 15px 10px 10px 10px;
	background-color: #346633;
}

.sidenav li a {
	color: #fff;
	display: block;
	font-size: 1.1em;
	padding: 6px 6px 6px 14px; /*padding: 3px 6px 3px 14px;*/
	text-decoration: none;
	width: 178px;
	font-weight: bold;
}

.sidenav li a:hover {
	color: #FFFF33;
	background-color: #000000; 
}

.sidenav li:hover {
	color: #FFFF33;
	background-color: #000000; 
	border: 1px solid #FFFF33;
}

.sidenav img {
	margin-top: 43px;
	margin-left: 25px;
	margin-bottom: 20px
	}


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

/* content */
/* ------------------------------------------------------------------ */
.content {
	float: right;
	width: 570px;
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
	margin-top: 13px;
	line-height: 1.9em;
	overflow: visiable;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}

/* form */
form {
	padding: 0 0 6px 8px;
}
/* ------------------------------------------------------------------ */

/* footer */
/* ------------------------------------------------------------------ */
.footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 820px;
}
.footer a {
	color: #007236;
	text-decoration: none;
}
.footer a:hover {
	color: #138b08;
	text-decoration: underline;
}
/* ------------------------------------------------------------------ */




/* Banner */
/* ------------------------------------------------------------------ */
.banner {	
	width: 600px;
	height: 180px;
	float: right;
	margin: 8px 0 28px 0;
	background-image: url(../img/photos/banner.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 35px;
	}
	
.banner { behavior: url(iepngfix.htc); }	
	
.banner img {
	position: relative;
	top: 9px;
	left: 8px;
	}	
	
.bannerText {
	position: relative; 
	top: -105px;
	left: 33px;
	}	
	
	
.bannerText  h1 {
	font-size: 24px;
	color: #FFF;
	}	
	
#bannerPhoto {
	background: no-repeat;
  position: relative;
	top: 0px; /* 9 */
	left: 0px; /* 8 */
}		

/* ------------------------------------------------------------------ */
	
.logo {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	}	
	
	
/* Links Page */	
/* ------------------------------------------------------------------ */		
	
.linkitem {
height: 130px;
width: 550px;
position: relative;
}	

.itemtext a:hover h1 {
color: #138b08;
text-decoration: underline;
}	

.itemtext {
position: absolute; 
top: 0;
left: 190px;
}
	
.greenitem {
	color: #007236;
	font-weight: bold;
	}	
	
.links {
float: left;
padding: 10px;
border: 0px;
}		

.clear {
	clear: both;
	}	
	
/* ------------------------------------------------------------------ */	
	

/* Contact Us Page */	
/* ------------------------------------------------------------------ */	

.mapitem {
	float: left;
	padding-left: 80px;
	}	
	
.map1, .map2 {
	cursor: pointer;
	}	
	
.map1 {
	margin-left: 10px;
	}	
	
.map2 {
	margin-left: 65px;
	}	
	
.contactus 
{
    border: 1px solid #007236;
    color: #007236;
    padding: 2px;
    margin: 0;
    font-weight: bold;
    text-align: center;
}	

#submit {
	width: 80px;
	height: 18px
	}
/* ------------------------------------------------------------------ */


/* Calendar Page */	
/* ------------------------------------------------------------------ */	
	
	
	
div#contentJan {
	display: none;
	}	
	
div#contentFeb {
	display: none;
	}
	
div#contentMar {
	display: none;
	}
	
div#contentApr {
	display: none;
	}
	
div#contentMay {
	display: none;
	}
	
div#contentJun {
	display: none;
	}
	
div#contentJul {
	display: none;
	}
				
div#contentAug {
	display: none;
	}	
	
div#contentSep {
	display: none;
	}	
	
div#contentOct {
	display: none;
	}	
	
div#contentNov {
	display: none;
	}	
	
div#contentDec {
	display: none;
	}
	
#jan h2, #feb h2, #mar h2, #apr h2, #may h2, #jun h2, #jul h2, #aug h2, #sep h2, #oct h2, #nov h2, #dec h2 {
	position: relative;
	bottom: 9px;
	padding-bottom: 5px;
	cursor: pointer;
	}	
	
#jan {
	background-image: url('../img/cal/maximise.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	cursor: pointer;
	}
	
	
#feb {
	background-image: url('../img/cal/maximise.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	cursor: pointer;
	}	
	
#mar {
	background-image: url('../img/cal/maximise.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	cursor: pointer;
	}	
	
#apr {
	background-image: url('../img/cal/maximise.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	cursor: pointer;
	}			
	
#may {
	background-image: url('../img/cal/maximise.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	cursor: pointer;
	}	
	
#jun {
	background-image: url('../img/cal/maximise.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	cursor: pointer;
	}	
	
#jul {
	background-image: url('../img/cal/maximise.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	cursor: pointer;
	}			
	
#aug {
	background-image: url('../img/cal/maximise.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	cursor: pointer;
	}
	
#sep {
	background-image: url('../img/cal/maximise.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	cursor: pointer;
	}	
	
	
#oct {
	background-image: url('../img/cal/maximise.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	cursor: pointer;
	}
	
#nov {
	background-image: url('../img/cal/maximise.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	cursor: pointer;
	}
	
#dec {
	background-image: url('../img/cal/maximise.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	cursor: pointer;
	}	
	
table.calendar 
{
    width: 525px;
    padding-bottom: 15px;
}

table.calendar td
{
    padding-bottom: 5px;
}
/* ------------------------------------------------------------------ */


div#content-history {
	display: none;
	}	

#history {
	background-image: url('../img/cal/maximise.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
	}
	
#history h2 {
	cursor: pointer;
	position: relative;
	bottom: 9px;
	}		
	
div#content-members {
	display: none;
	}	

#members {
	background-image: url('../img/cal/maximise.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
	}
	
#members h2 {
	cursor: pointer;
	position: relative;
	bottom: 9px;
	}


/* ------------------------------------------------------------------ */
/* Elements for Show/Hide functionality */	
/* ------------------------------------------------------------------ */

div.divcontainer {
	background-image: url('../img/cal/maximise.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}

div.divcontent {
	display: none;
}

/* ------------------------------------------------------------------ */
/* Custom tables */	
/* ------------------------------------------------------------------ */

table.outer_table1 { 

}

td {
	vertical-align: top;
}

td.borderTd {
	border-width: 1px;
	border-style: solid;
}
		