/* global white space reset */
* 
{
	padding: 0;
	margin: 0;
}

body 
{ 
	color: #6d6d6d; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
}

p { 
	line-height: 150%;
	margin-bottom:0.5em;
	/*margin-left: 0.5em */
}

a { color: #78a22e; }
a:link { color: #78a22e; }
a:visited { color: #78a22e; }
a:hover { color: #78a22e; }
a:active { color: #78a22e; }

td {padding-top: 2pt; padding-bottom: 2pt; text-align:left;}

h1 { color: #78a22e; font-size: 150%; font-weight: bold; margin: 0.67em 0; }
h2 { font-size: 100%; font-weight: bold; margin: 0.67em 0;}
h3 { font-size: 100%; font-style: italic; margin: 0.67em 0;}

ul {margin-left: 1.5em;
	margin-bottom: 0.5em;}
ol {margin-left: 1.5em;
	margin-bottom: 0.5em;}


/*** NAVIGATION */

.navbar 
{ 
	color: #9b9b9b;
	font-size: medium; 
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica", "Arial"; 
	text-decoration: none; 
	text-align: center;
	width: 100%;
	padding: 0; 
	margin: 0;
	padding-top: 1em; 
	padding-bottom: 1em; 
	white-space: nowrap;
}

.navbar li
{
	display: inline;
	list-style-type: none;
	padding-right: 6px;
	padding-left: 6px
}

.navbar a { color: #9b9b9b; font-size: medium; font-family: "Gill Sans", "Gill Sans MT"; text-decoration: none; text-align: center; }
.navbar a:visited { color: #9b9b9b; font-size: medium; font-family: "Gill Sans", "Gill Sans MT"; text-decoration: none; text-align: center; }
.navbar a:hover { color: #78a22e; font-size: medium; font-family: "Gill Sans", "Gill Sans MT"; text-decoration: none; text-align: center; }

.content { 
	width: 600px; 
	margin-right: auto; 
	margin-left: auto;
}

.content li {
	line-height: 150%;
}

.page { width: 700px; margin-top: 5px; margin-right: auto; margin-left: auto; }

.sidebar
{
	width: 200px;
}

.left{	float:left;	}
.right{	float:right; }
.center{ align:center; }


.sidebar h2 { text-align: center;}

.sidebar p
{
	font-size: 80%;
	list-style-type: none;
	margin-left: 0.5em;
}

.sidebar ul
{
	font-size: 80%;
	list-style-type: none;
	margin-left: 0.5em;
}

.sidebar .sidelist
{
	font-size: 100%;
	list-style-type: disc;
	margin-left: 1em;
	margin-top: 1em;
}

.sidebar li
{
	line-height: 130%;
	margin-bottom: 1em;
}

.box
{
	border: 1px #6d6d6d solid;
	margin-bottom: 1em;
}

.thin
{
	width: auto;
}

.col
{
	width: 45%;
	float: left;
	padding: 1em;
}

.margin-left {margin-left:220px;}
.margin-right {margin-right: 220px;}

.statement
{
	font-style:italic;
}

.thinner {
	width: 80%;
}

.back
{
	font-size:80%;
	text-align: right;
}

/*.form { width: 700px;}*/



.footerbar
{
	clear:both;
	color: #9b9b9b; 
	font-size: small; 
	text-decoration: none; 
	text-align: center;
	width: 100%;
	padding: 0; 
	margin: 0;
	padding-top: 2em; 
}

.footerbar li
{
	display: inline;
	list-style-type: none;
}

.footerbar p
{
	text-align: center;
	font-size: 80%;
	line-height: 100%;
	margin-top: 0;
	padding-top: 0;
}

#BookingForm2 h3
{
	border-bottom: 1px dotted #6d6d6d;
}

.formheading
{
	text-align: left;
	font-style:italic;
	color: white;
	background-color: #78a22e;
	padding: 3px;
}

.news h2
{
	color: white;
	background-color: #9b9b9b;
	padding: 0.3em;
}

.next_event
{
	border: 2px solid #78a22e;
	padding: 5px;
	background-image: url("../images/nextevent.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 2em;
	margin-bottom: 1em;
}

.red
{
	color: red;
}

/**FIGURE STYLING**********************************************************/
 
div.figure
{
/*	display: inline; /* will this fix display problem in IE/Win? */
	float: left;
	width: auto;
	border: 1px #838B8B solid; /* azure4 */
	color: #666666; /* gray40 */
	background-color: white;
	margin-bottom: 0.5em; /* to match global margin settings */
}

div.figure p 
{
	text-align: center;
	font-style: italic;
	font-size: 90%;
	margin: 0;
	padding: 3px;
}

/* specifically for caption text, if present */
div.figure p + p
{
	margin-top: -6px; /* bring caption text up closer to image, for balance */
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.3em;	/* some padding on either side to keep... */
	padding-right: 0.3em;	/* ...text away from div border */
}

/* Apply to a paragraph following the 'figure' construct to ensure text
   appears after previous figure */
div.figure + p
{
	clear: both;
}

/* The following two statements are for the neat placing of images */
div.left 
{
	float: left;
	margin-right: 0.5em;
}

div.right 
{
	float: right; 
	margin-left: 0.5em;
}

div.hyperfigure a /* to create hyperlink div.figures, can click image or caption */
{
	display: block;
	padding: 3px;
	text-align: center;
	color: #6d6d6d;
	text-decoration: none;
	font-style: italic;
}

/*
div.hyperfigure a:link {color: #6d6d6d; font-style: italic;}
div.hyperfigure a:visited {color: #6d6d6d; font-style: italic;}
div.hyperfigure a:hover {color: #6d6d6d; font-style: italic;}
div.hyperfigure a:active {color: #6d6d6d; font-style: italic;}
*/
div.hyperfigure
{
	border: none;
}