/* CSS Document */
body {
	background-color:#FFFFFF;
	margin:0;
	/*background-image: url(imgs/background_content_narrow.gif);
	background-repeat: repeat-x;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #256B65;
}
#skipnav {
	background-color:#FFFFFF;
	color:#FFFFFF;
	text-decoration: none;
	text-indent: -9999px;
	font-size:1px;
	height:0px;
}
h1 {
	font-size: 1.5em;
	color: #256B65;
	text-align: left;
	margin-top: 0px; /*need this to stop content div moving down from header when header is 1st line*/
}
h2 {
	font-size: 1.4em;
	color: #256B65;
	margin-top: 0px; /*need this to stop content div moving down from header when header is 1st line*/
}
h3 {
	font-size: 1.1em;
	color: #256B65;
	margin-top: 0px; /*need this to stop content div moving down from header when header is 1st line*/
}
.boldtext {
	font-size: 1.1em;
	color: #256B65;
	font-weight:bold;
}
p {
	margin-top:0px; /*need this to stop content div moving down from header when paragraph tags on 1st line*/
}
#googlemap {
	position:relative; 
	top:0px; 
	float:right; 
	padding-left:20px; 
	padding-bottom:20px;
	padding-right:20px;
}
#easyfundraising {
	position:relative; 
	top:0px; 
	float:right; 
	padding-left:20px; 
	padding-bottom:20px;
	padding-right:20px;
	text-align:right
}
#donatebutton{
	position:relative; 
	top:0px; 
	float:right; 
	padding-left:20px; 
	padding-bottom:20px;
	padding-right:5px;
}
#supportus {
	position:relative; 
	top:0px; 
	left:0px; 
	padding-left:0px; 
	padding-bottom:20px;
	padding-right:20px;
}
#facebook, #supportus2 {
	position:relative; 
	top:0px; 
	float:left; 
	padding-left:0px; 
	padding-bottom:20px;
	padding-right:20px;
}
.emptydiv {
	font-size:1px;
	line-height:0;
	height:0px;
	overflow:hidden;
}
#outline {
	position:relative; 
	border-top: 0px;
	border-bottom: 0px;
	border-left: #669999 2px solid;
	border-right: #669999 2px solid;
	background-color:#FFFFFF;
	margin: 0px auto; /* the auto part is needed to centre the box in firefox */
	padding-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px;
	text-align: left;
	width: 986px;
	/*height:100%;*/
	min-height:800px;		/*to set minimum height but allow more content to stretch height*/
    height:auto !important;	/*to set minimum height but allow more content to stretch height*/
    height:800px;			/*to set minimum height but allow more content to stretch height*/
}
#header1 {
	position:relative; left:0px; top:0px; 
	width:986px; 
	height:154px;
	background-image:url(imgs/header1.jpg); /*new*/
	background-position:top left; /*new*/
	background-repeat:no-repeat; /*new*/
	padding: 0px; border: 0px; margin: 0px;
	overflow:hidden;
	text-indent: -9999px; /*new*/
}
#header2 {
	position:relative; left:0px; top:0px; 
	width:986px; 
	height:154px;
	background-image:url(imgs/header2.jpg); /*new*/
	background-position:top left; /*new*/
	background-repeat:no-repeat; /*new*/
	padding: 0px; border: 0px; margin: 0px;
	overflow:hidden;
	text-indent: -9999px; /*new*/
}
#header3 {
	position:relative; left:0px; top:0px; 
	width:986px; 
	height:154px;
	background-image:url(imgs/header3.jpg); /*new*/
	background-position:top left; /*new*/
	background-repeat:no-repeat; /*new*/
	padding: 0px; border: 0px; margin: 0px;
	overflow:hidden;
	text-indent: -9999px; /*new*/
}
#header4 {
	position:relative; left:0px; top:0px; 
	width:986px; 
	height:154px;
	background-image:url(imgs/header4.jpg); /*new*/
	background-position:top left; /*new*/
	background-repeat:no-repeat; /*new*/
	padding: 0px; border: 0px; margin: 0px;
	overflow:hidden;
	text-indent: -9999px; /*new*/
}
#telno {
	position:absolute; top:160px; left:20px;
	z-index:400;
	font-size: 1.6em;
	font-weight:bold;
	color: #ffffff;
}

/*--------start of section headers styles---------------*/
#section {
	position: absolute;
	left: 0px; top: 264px;
}
.whoweare {
	background: url(imgs/left_who.gif) top left no-repeat;
	height:300px; width:60px;
	display: block; 
	text-align: left;
	text-indent: -9999px;
	padding:0px; margin:0px;
}
.whatwedo {
	background: url(imgs/left_what.gif) top left no-repeat;
	height:300px; width:60px;
	display: block; 
	text-align: left;
	text-indent: -9999px;
	padding:0px; margin:0px;
}
.whereweare {
	background: url(imgs/left_where.gif) top left no-repeat;
	height:300px; width:60px;
	display: block; 
	text-align: left;
	text-indent: -9999px;
	padding:0px; margin:0px;
}
.information {
	background: url(imgs/left_infomation.gif) top left no-repeat;
	height:300px; width:60px;
	display: block; 
	text-align: left;
	text-indent: -9999px;
	padding:0px; margin:0px;
}
.supportus {
	background: url(imgs/left_supportus.gif) top left no-repeat;
	height:300px; width:60px;
	display: block; 
	text-align: left;
	text-indent: -9999px;
	padding:0px; margin:0px;
}
.contactus {
	background: url(imgs/left_contactus.gif) top left no-repeat;
	height:300px; width:60px;
	display: block; 
	text-align: left;
	text-indent: -9999px;
	padding:0px; margin:0px;
}
/*--------end of section headers styles---------------*/

#content {
	position:relative; left:60px; top:20px; /*to have all text content start at same point whether <p> or <h1> etc*/
	width: 926px; /*986px less width of section images at left 60px*/
	height:100%;
	background-color:#FFFFFF;
	border: 0px;
	margin: 0px;
	padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;

}
#maze {
	position:relative;
	left:0px;
	border:0px; padding-top:40px; padding-bottom:0px; margin:0px;
	width:300px; height:160px;
	background:url(imgs/mazelarge_faded.gif) top left no-repeat;
	text-align:center;
}
/*------------------start of navigation----------------*/
#navigation {
	position: relative; left:0px; top:0px;
	width: 986px; height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px; border:0px;
	background-image: url(imgs/background_content_narrow.gif);
	background-repeat: repeat-x;
	
}

#navigation li {
	display: block;
	border: 0px; margin: 0px; padding: 0px;
	list-style-type: none;
}

#navigation li a {
	height: 40px; /*width of each is set below in the separate elements*/
	border: 0px; margin: 0px; padding: 0px;
	text-decoration: none;
	display: block; 
	text-align: left;
	text-indent: -9999px;	
	font: bold 12px/22px Arial, Helvetica, sans-serif;
}
#navigation ul {
	padding:0px; margin:0px; border:0px; /*to stop navigation moving down from header*/
}

#nav_who {
	position:absolute; top:0px; left: 712px; width: 50px;
}
#nav_who a {
	/*position:absolute; to show in IE5*/
	background: url(imgs/button_who.gif) top left no-repeat;
}
#nav_who a:hover, #nav_who a.selected {
	background: url(imgs/button_who.gif) top left no-repeat;
	background-position: 0 -40px;
}
#nav_what {
	position:absolute; top:0px; left: 762px; width: 60px;
}
#nav_what a {
	/*position:absolute; to show in IE5*/
	background: url(imgs/button_what.gif) top left no-repeat;
}
#nav_what a:hover, #nav_what a.selected {
	background: url(imgs/button_what.gif) top left no-repeat;
	background-position: 0 -40px;
}
#nav_fund {
	position:absolute; top:0px; left: 822px; width: 80px;
}
#nav_fund a {
	/*position:absolute; to show in IE5*/
	background: url(imgs/button_support.gif) top left no-repeat;
}
#nav_fund a:hover, #nav_fund a.selected {
	background: url(imgs/button_support.gif) top left no-repeat;
	background-position: 0 -40px;
}
#nav_contact {
	position:absolute; top:0px; left: 902px; width: 84px;
}
#nav_contact a {
	/*position:absolute; to show in IE5*/
	background: url(imgs/button_contact.gif) top left no-repeat;
}
#nav_contact a:hover, #nav_contact a.selected {
	background: url(imgs/button_contact.gif) top left no-repeat;
	background-position: 0 -40px;
}
/*---------end of main navigation----------------*/

li {
	list-style-image: url(imgs/bullet.gif);
	padding-bottom: 6px;
}

blockquote {
	font-style: italic;
}	
	
#quote {
	font-style: italic;
}

#printmap {
	background-color:#FFFFFF;
	margin:0;
	background-image: none;
	text-align: center;
}
	
.image {
	border: 0px;
	margin: 0 5px 10px 10px;
	padding: 0px;
}
/*------------------start of form elements-------------*/
#contactform{
	width:540px;
	/*background-color:#88BFB6;*/
	background-color:#ffffff;
	padding:20px;
	border: #669999 2px solid;
	z-index:400;
}

/*------------------end of form elements-------------*/
#response {
	position:relative;
	visibility: hidden;
	width:400px;
	background-color:#FFFFFF;
	padding:10px;
	margin-top:20px; margin-bottom:20px;
	border: #256B65 2px solid;
	display:none;
}
#responsemap {
	position:relative;
	visibility: hidden;
	width:240px;
	background-color:#FFFFFF;
	padding:10px;
	margin-top:20px; margin-bottom:20px;
	border: #256B65 2px solid;
	display:none;
}

#questions {
	position:relative;
	margin-bottom:20px;
}

#choice {
	position:relative; 
	left:0px; top:10px; 
	width:500px;
}

#choice div div{
	margin-left:50px;
	padding-right:40px;
	line-height:140%;
}
#choice div a{
	font-weight:bold;
	text-decoration:none;
}
#Q1, #Q2, #Q3, #Q4, #Q5, #Q6, #Q7 {
	font-weight:bold;
	font-size: 1.2em;
}
#Q1A, #Q2A, #Q3A, #Q4A, #Q5A, #Q6A, #Q7A {
	padding-left:10px;
	padding-bottom:20px;
	font-style:italic;
}
.visible {visibility:visible;}
.invisible {visibility:hidden;}


#textnav {
	font-size: 0.8em;	
}	
	
#date {
	position: absolute;
	top: 55px;
	width: 250px;
	right: 10px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #256B65;
	text-align: right;	
}

#footerhome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #FFFFFF;
	text-align: center;
}

#footer {
	clear:both;
	font-size: 0.85em;
	color: #256B65;
	text-align: center;

}
#footer a{
	text-decoration:none;
}


a:link {
	color:#F3BA25;
	}

a:visited{
	color:#6C9891;
	}
	
a:active{
	color:#88BFB6;
	}

