body {
	margin: 0;
	border-top: 4px solid #a4d218;
	font-family: helvetica, Arial,sans-serif;
	min-width: 60em;
}

h1, h2, h3 {
	font-family: "segoe condensed", helvetica, Arial;
	letter-spacing: 1px;
}

h1 {
	font-size: 190%;
	background: #FFF;
	padding: 0.3em 0.2em 0.3em;
	color: #FF940B;
	/*background: #FFF url(../images/title-bg.gif) repeat-x 0 0;*/
	background: #454545;
	margin: 0;
	letter-spacing: 1px;
	border-bottom: 1px dotted #b0b0b0;
	text-shadow: 1px 1px 1px #000;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 100%;
}

p {
	font-size: 80%;
}

#newheaderWrapper {
	width: 60em;
	margin: 0 auto;
}

#newheaderLeft {
	float: left;
	margin: 0;
}

#newheaderRight {
	float: right;
	margin: 0;
	width: 80%;
}

.newlogo {
	margin: 1em 0;
}

#newheaderText {
	height: 200px;
}

#newheaderText img.textImg {
	float:left;

}

.sf-menu {
	margin: 0 0 2em !important;
	z-index: 9999;
}


.logo {
	margin: 0.5em 0.5em 0.5em 4em;
	float: left;
	position: relative;
	z-index: 9999;
}

#headerWrapper {
	width: 60em;
	margin: 0 auto;
}

#infoHeader {
	height: 200px;
	display: block;
}

#infoHeader img.infoImg {
	display: block;

}

#infoHeader img.textImg {
	display: block;
	float:left;
	/*margin-left: 2em;*/
	z-index:10;
	margin: 1em 0 0 6em;
}

#infoWrapper {
	/*margin: -5em auto 0em;*/
	margin: 0em auto 0em;
	width: 55em;
}

#mainContent {
	margin: 0;
	background: #454545;
	border-top: 4px solid #a4d218;	
}

#mainWrapper {
	width: 55em; 
	margin: 0 auto;
	padding-top: 1em;
}

#mainText {
	float: left;
	width: 41em;
	color: #FFF;
}

#mainText img {
	border: 3px solid #FFF;
}

#mainText img.imageCentre {
	margin: 0.3em auto;
	display: block;
}

#mainText img.imageLeft {
	float: left;
	margin: 0.3em 0.8em 0.3em 0.2em;
	text-align: top;	
}

#mainText img.imageRight {
	float: right;
	margin: 0.3em 0.2em 0.3em 0.8em;
	text-align: top;
}


#mainText p {
	margin: 1em;
}

#mainText a {
	color: #FF940B;
	text-decoration: none;
}

#mainText a:hover {
	text-decoration: underline;
}

#mainText h2 {
	margin: 0.6em;
	color: #FF940B;
	text-shadow: 1px 1px 1px #000;
}

#mainText h3 {
	margin: 0.8em; 
	color: #FF940B;
	text-shadow: 1px 1px 1px #000;
}

#mainText address {
	font-size: 80%;
	margin: 1em;
	font-style: normal;
}

#sidebar {
	float: right;
	width: 11.4em;
}

#sidebar h2 {
	/*font-family: "segoe print";*/
	font-size: 120%;
	padding: 0.4em 0.4em 0.2em;
	color: #FF940B;
	text-shadow: 1px 1px 1px #000;
	margin: 0;
	letter-spacing: 1px;
	border-bottom: 1px dotted #b0b0b0;
	background: #FFF url(resources/images/title-bg.gif) repeat-x 0 0;
}

#sidebar h3 {
	padding: 0.2em 0.4em 0em;
	margin: 0.2em 0 0;
}

#sidebar .text, #sidebar .more {
	font-size: 70%;
	margin: 0.5em;
}

#sidebar a {
	color: #004812;
}

#tips, #events, #newsletter {
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	background: #ECECEC;
	border: 4px solid #FFF;
}

#sidebar input {
	font-size: 90%;
}

#sidebar .header {
	background: #a4d218;
}

.clear {
	clear: both;
}

blockquote, li {
	font-size: 80%;
}

blockquote {
	font-weight: bold;
}


ul.imageBullets {
	list-style-type: none;
	vertical-align: center;
}

ul.imageBullets li a {
	text-decoration: none !important;
	display: block;
	font-size: 130%;
	font-weifght: bold;
}

ul.imageBullets li {
	display: block;
	clear: both;
	margin: 1em;
}

ul.imageBullets img {
	vertical-align: middle;
	margin-right: 1em;
	float: none !important;
	display: inline;
}

#slideshow1 {
	float: right !important;
	left: -300px;
	position: relative;
}

#slideshow1 img {
	position: absolute;
	top: 0px;
	left: 0px;
}

table {
	font-size: 70%;
	border-right:1px solid #898989;
	border-top:1px solid #898989;
	margin: 1em 1.5em;
}

th {
	border-bottom:1px solid #898989;
	border-left:1px solid #898989;
	font-weight:bold;
	padding:0.5em;
	text-align:left;
	vertical-align:top;
	background: #a4d218;
	color: #000;
}

td {
	border-bottom:1px solid #898989;
	border-left:1px solid #898989;
	padding:0.5em;
	vertical-align:top;
}	

#footer {
	clear: both;
	border-top: 4px solid #a4d218;
	background: FFF;
	padding: 0.8em 0;
}

#footer address {
	font-style: normal;
}

#footerWrapper {
	width: 55em;
	margin: 0em auto;
	color: #333;
}

#footerLeft {
	float: left;
	font-size: 90%;
}

#footerRight {
	float: right;
	font-size: 90%;
}

#footer .coloured {
	color: #004812;
	font-weight: bold;
}

#map_canvas {
	width: 300px;
	height: 300px;
	border: 3px solid #FFF;
	float: right;
	margin: 1em 5em 1em 2em;
}

.event {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dashed #DEDEDE;
}

#sidebar .event {
	margin-bottom: 0.1em;
	padding-bottom: 0.1em;	
}

#tips .text {
	border-bottom: 1px dashed #DEDEDE;
	padding-bottom: 0.8em;
	margin-bottom: 0.1em;
}