@charset "utf-8";

  /* ================ */
 /* CSS 2.0 Document */
/* ================ */

body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
	margin: 0px auto;
	
	background-color: #FFFFFF;
	color: #000000;
	
	background-image: url('../images/layout/bg_tile.gif');
	background-repeat: repeat;
}

html {

	/* Firefox height hack */
	height: 101%;
}

* {

	margin: 0px auto;
	padding: 0px;
}

p {

	margin-bottom: 12px;
	line-height: 12pt;
}

	p a {
	
		color: #0A50FF;
		font-weight: bold;
		text-decoration: none;
	}
	
		p a:hover {
		
			text-decoration: underline;
		}
	
	p a.bright {
	
		color: #8ED4E5;
	}
	
	p a.bright_purple {
	
		color: #CC80B2;
	}
	
	p a.pdfIcon {
	
		display: block;
		background-image: url('../images/icons/icon_pdf.gif');
		background-position: 0px 0px;
		background-repeat: no-repeat;
		
		padding-left: 25px;
	}
	
	p.member_name {
	
		color: #1B9EC6;
		font-size: 12pt;
		font-weight: bold;
		
		margin-bottom: 3px;
	}
	
	p.member_title {
	
		color: #1B9EC6;
		font-weight: bold;
	}

	p.introText_purple {

		color: #990165;
		font-weight: bold;
	}

ul.ul_normalList, ul.ul_normalList_purple, ul.ul_normalList_orange {

	margin-left: 20px;
	margin-bottom: 10px;
}

	ul.ul_normalList li, ul.ul_normalList_purple li, ul.ul_normalList_orange li {
	
		margin-bottom: 4px;
	}
	
	ul.ul_normalList li {
	
		color: #1B9EC6;
	}
	
	ul.ul_normalList_purple li {
	
		color: #990165;
	}
	
	ul.ul_normalList_orange li {
	
		color: #F6640E;
	}
	
		ul.ul_normalList li span, ul.ul_normalList_purple li span, ul.ul_normalList_orange li span {
		
			color: #000000;
		}

h1 {

	font-size: 24px;
	margin-bottom: 0px;
}

h2 {

	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	
	color: #1B9EC6
}

h3 {

	font-size: 16px;
	color: #1B9EC6;
	font-weight: bold;
	margin-bottom: 8px;
}

h4 {

	font-weight: bold;
	color: #1B9EC6;
	margin-bottom: 5px;
}

a img {

	border: none;
}

.introText {

	font-weight: bold;
}

.colour_blue {

	color: #1B9EC6;
}

.colour_orange {

	color: #F6640E;
}

.colour_green {

	color: #73BE1E;
}

.colour_purple {

	color: #6D145A;
}

.emphasis {

	font-weight: bold;
	color: #1B9EC6;
}

div#container {

	width: 1000px;
	margin-top: 25px;
	background-color: #FFFFFF;
	padding-bottom: 30px;
}

	div#header { }
	
	div#header_logo {
	
		width: 235px;
		height: 100px;
		margin-top: 10px;
		margin-left: 35px;
		float: left;
	}
	
	div#header_navMenu {
	
		margin-left: 0px;
		width: 727px;
		height: 50px;
		float: right;
	}
	
		div.navMenu_button {
		
			width: 103px;
			height: 50px;
			float: left;
			margin-right: 1px;
			
			position: relative;
		}
		
			div.navMenu_button.last {
			
				margin-right: 0px;
			}
		
			div.navMenu_button a {
			
				display: block;
				width: 103px;
				height: 29px;
				
				padding-top: 15px;
				
				text-align: center;
				font-weight: bold;
				font-size: 12px;
				text-decoration: none;
				color: #000000;
			
				background-image: url('../images/buttons/button_menu.gif');
				background-position: 0px 0px;
				background-repeat: no-repeat;
			}
			
				div.navMenu_button a span.menuArrow {
			
					position: absolute;
					left: -12px;
					top: 11px;
					width: 22px;
					height: 23px;
					
					background-image: url('../images/buttons/menuArrow.png');
					background-position: 0px 0px;
					background-repeat: no-repeat;
					
					display: none;
				}
				
					div.navMenu_button a.on span.menuArrow {
					
						display: block;
					}
				
					div.navMenu_button a:hover span.menuArrow {
					
						display: block;
					}
			
				div.navMenu_button a:hover {
				
					background-position: 0px -50px;
					color: #1B9EC6;
				}
				
				div.navMenu_button a.on {
				
					background-position: 0px -100px;
					color: #FFFFFF;
				}
	
	div#header_strapline {
	
		float: right;
		margin-top: 0px;
		margin-right: 35px;
	}

div#home_mainImage {

	width: 930px;
	height: 215px;
	margin-top: 10px;
}

div#home_audience {

	width: 930px;
	height: 275px;
	margin-top: 30px;
}

	div.audience_box {
	
		float: left;
		width: 212px;
		height: 275px;
		margin-right: 27px;
	}
	
		span.hidden {
		
			display: none;
		}
	
		div.box_youth-work {
		
			margin-right: 28px;
			background-image: url('../images/layout/audience_box_youthwork.gif');
		}
		
		div.box_parents {
		
			background-image: url('../images/layout/audience_box_parents.gif');
		}
		
		div.box_young-people {
		
			background-image: url('../images/layout/audience_box_young-people.gif');
		}
		
		div.box_supporters {
		
			margin-right: 0px;
			background-image: url('../images/layout/audience_box_supporters.gif');
		}
		
		div.box_image {
		
			margin-top: 60px;
		}
		
		div.box_links, div.box_links_yw_top, div.box_links_yw_bottom {
		
			margin-left: 10px;
			width: 194px;
		}
		
		div.box_links_yw_top {
		
			margin-top: 90px;
			margin-left: 9px;
		}
		
		div.box_links_yw_bottom {
		
			margin-top: 10px;
			margin-left: 9px;
		}
		
			div.box_links ul li, div.box_links_yw_top ul li, div.box_links_yw_bottom ul li {
			
				list-style-type: none;
				padding-left: 14px;
			}
			
			ul.box_ul_youth-work {
			
				margin-top: 5px;
			}
			
				ul.box_ul_youth-work li {
				
					background-image: url('../images/layout/box_link_arrow_blue.gif');
					background-position: 0px 0px;
					background-repeat: no-repeat;
				}
				
				div.box_links ul.box_ul_parents li {
				
					background-image: url('../images/layout/box_link_arrow_orange.gif');
					background-position: 0px 0px;
					background-repeat: no-repeat;
				}
				
				div.box_links ul.box_ul_young-people li {
				
					background-image: url('../images/layout/box_link_arrow_pink.gif');
					background-position: 0px 0px;
					background-repeat: no-repeat;
				}
				
				div.box_links ul.box_ul_supporters li {
				
					background-image: url('../images/layout/box_link_arrow_green.gif');
					background-position: 0px 0px;
					background-repeat: no-repeat;
				}
			
				div.box_links ul li:hover, div.box_links_yw_top ul li:hover, div.box_links_yw_bottom ul li:hover {
				
					background-position: 0px -40px;
				}
			
				div.box_links ul li a, div.box_links_yw_top ul li a, div.box_links_yw_bottom ul li a {
				
					display: block;
					
					padding: 2px;
					
					font-size: 12px;
					font-weight: bold;
					color: #000000;
					text-decoration: none;
				}
				
					div.box_links ul li a:hover, div.box_links_yw_top ul li a:hover, div.box_links_yw_bottom ul li a:hover {
					
						text-decoration: none;
					}
				
					ul.box_ul_youth-work li a:hover {
					
						background-color: #49B1D1;
					}
					
					div.box_links ul.box_ul_parents li a:hover {
					
						background-color: #FFAD33;
					}
					
					div.box_links ul.box_ul_young-people li a:hover {
					
						background-color: #E9497C;
					}
				
					div.box_links ul.box_ul_supporters li a:hover {
					
						background-color: #9AD15D;
					}

div#content {

	width: 930px;
	margin-top: 10px;
	margin-left: 35px;
}

	div#content_menu, 
	div#content_menu_what-we-do, 
	div#content_menu_testimonials {
	
		width: 212px;
		margin-right: 24px;
		float: left;
		
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}
	
		div#content_menu {
		
			background-image: url('../images/layout/content_menu_bg.gif');
		}
	
		ul.ul_about-us, ul.ul_what-we-do {
		
			width: 212px;
			margin-top: 5px;
		}
		
			ul.ul_about-us {
			
				height: 333px;
			}
		
			ul.ul_about-us li {
			
				list-style-type: none;
				
				height: 36px;
				
				background-image: url('../images/buttons/content_menuButton_bg_over.gif');
				background-position: 0px 0px;
				background-repeat: no-repeat;
			}
			
				ul.ul_about-us li:hover, 
				ul.ul_about-us li.on {
				
					background-position: 0px -36px;
				}
			
				ul.ul_about-us li a {
				
					padding-top: 10px;
					padding-left: 25px;
					padding-bottom: 11px;
					display: block;
					
					text-decoration: none;
					color: #FFFFFF;
					font-weight: bold;
					font-size: 12px;
					
					background-image: url('../images/buttons/content_menu_arrow.gif');
					background-position: 10px 0px;
					background-repeat: no-repeat;
				}
				
					ul.ul_about-us li a:hover {
					
						background-position: 10px -50px;
					}
					
					ul.ul_about-us li.on a {
					
						background-position: 10px -100px;
					}
				
					ul.ul_about-us li a span {
					
						width: 20px;
						margin-right: 10px;
					}
		
		/*------------------------------------------------------------------------------------------------------*/
		
		div#content_menu_what-we-do, div#content_menu_testimonials {
		
			background-image: url('../images/layout/content_menu_bg_what-we-do.gif');
			height: 200px;
		}
		
		ul.ul_what-we-do li.top {
			
				list-style-type: none;
				
				background-image: url('../images/buttons/content_menuButton_bg_over.gif');
				background-position: 0px 0px;
				background-repeat: no-repeat;
			}
			
				ul.ul_what-we-do li.top:hover, 
				ul.ul_what-we-do li.top.on {
				
					background-position: 0px -36px;
				}
			
				ul.ul_what-we-do li.top a.a_top {
				
					padding-top: 10px;
					padding-left: 25px;
					padding-bottom: 11px;
					display: block;
					
					text-decoration: none;
					color: #FFFFFF;
					font-weight: bold;
					font-size: 12px;
					
					background-image: url('../images/buttons/content_menu_arrow.gif');
					background-position: 10px 0px;
					background-repeat: no-repeat;
				}
				
					ul.ul_what-we-do li.top a.a_top:hover {
					
						background-position: 10px -50px;
					}
					
					ul.ul_what-we-do li.top.on a.a_top {
					
						background-position: 10px -100px;
					}
				
					ul.ul_what-we-do li.top a.a_top span {
					
						width: 20px;
						margin-right: 10px;
					}
			
			ul.subLevel {
			
				display: block;
				margin-top: 5px;
				margin-left: 10px;
				margin-right: 10px;
			}
			
				ul.subLevel li {
				
					list-style-type: none;
					margin-bottom: 2px;
				}
				
					ul.subLevel li a {
					
						display: block;
						padding: 2px;
						color: #8ED4E5;
						text-decoration: none;
						
						padding-left: 25px;
					}
					
					ul.subLevel li a.on, 
					ul.subLevel li a:hover {
					
						color: #FFFFFF;
						text-decoration: none;
					}
					
					ul.subLevel li a:hover {
					
						background-color: #1083B2;
					}
					
					ul.subLevel li a.on:hover {
					
						background-color: #1B9EC6;
					}
		
		/*------------------------------------------------------------------------------------------------------*/
	
	div#content_body {
	
		width: 458px;
		margin-top: 10px;
		margin-right: 24px;
		float: left;
	}
	
		div#content_body div.mainImage {
		
			margin-top: 10px;
			margin-bottom: 15px;
		}
		
		div#content_body ul.ul_aims {
		
			margin-left: 15px;
		}
		
			div#content_body ul.ul_aims li {
			
				list-style: outside;
				list-style-type: disc;
				margin-left: 0px;
				margin-bottom: 10px;
				padding-left: 10px;
				padding-bottom: 10px;
				
				font-weight: bold;
				
				color: #1C9EC6;
				border-bottom: 1px solid #1C9EC6;
			}
	
	div#content_body_extended {
	
		width: 694px;
		margin-top: 10px;
		float: left;
	}
	
		div.team_member {
		
			border-bottom: 1px solid #1B9EC6;
			padding-top: 15px;
			padding-bottom: 10px;
		}
		
			div.team_member_mugshot {
			
				float: left;
				width: 235px;
				margin-right: 5px;
				margin-bottom: 10px;
			}
			
			div.team_member_details {
			
				float: left;
				width: 449px;
			}
	
	div#content_pullout {
	
		width: 212px;
		margin-right: 0px;
		float: left;
	}
	
	div#content_pullout_brief-history {
	
		width: 212px;
		height: 580px;
		margin-right: 0px;
		float: left;
		
		background-image: url('../images/pullout/about-us_brief-history.gif');
		background-repeat: no-repeat;
	}
	
		div#content_pullout_brief-history div {
		
			width: 187px;
			margin-left: 15px;
		}
		
			div#content_pullout_brief-history div p {
			
				color: #FFFFFF;
			}
	
		div.brief-history_top {
		
			margin-top: 140px;
		}
		
		div.brief-history_middle {
		
			margin-top: 50px;
		}
		
		div.brief-history_bottom {
		
			margin-top: 65px;
		}
	
	div#content_pullout_trustees {
	
		width: 212px;
		height: 234px;
		margin-right: 0px;
		float: left;
		
		background-image: url('../images/pullout/about-us_trustees.gif');
		background-repeat: no-repeat;
	}
	
		div.trustees_top {
		
			width: 187px;
			margin-top: 90px;
			margin-left: 15px;
		}
		
			div.trustees_top p {
			
				color: #FFFFFF;
			}
	
	div#content_pullout_vacancies {
	
		width: 212px;
		height: 234px;
		margin-right: 0px;
		float: left;
		
		background-image: url('../images/pullout/about-us_work-with-us.gif');
		background-repeat: no-repeat;
	}
	
		div#content_pullout_vacancies div.vacancy {
		
			width: 187px;
			margin-top: 95px;
			margin-left: 20px;
		}
		
			div.vacancy p {
			
				color: #FFFFFF;
			}
	
	div#content_pullout_infoSheet {
	
		width: 212px;
		height: 240px;
		margin-right: 0px;
		float: left;
		
		background-image: url('../images/pullout/what-we-do_default.gif');
		background-repeat: no-repeat;
	}
	
		div#content_pullout_infoSheet div {
		
			width: 187px;
			margin-top: 95px;
			margin-left: 20px;
		}
		
			div#content_pullout_infoSheet div p {
			
				color: #FFFFFF;
			}
	
	div#content_pullout_churches {
	
		width: 212px;
		height: 234px;
		margin-right: 0px;
		float: left;
		
		background-image: url('../images/pullout/what-we-do_in-churches.gif');
	}
	
		div#content_pullout_churches div {
		
			width: 187px;
			margin-top: 95px;
			margin-left: 15px;
		}
		
			div#content_pullout_churches div p {
			
				color: #FFFFFF;
			}
	
	div#content_pullout_testimonials {
	
		width: 212px;
		height: 234px;
		margin-right: 0px;
		float: left;
		
		background-image: url('../images/pullout/testimonials_default.gif');
	}
	
		div#content_pullout_testimonials div {
		
			width: 187px;
			margin-top: 95px;
			margin-left: 15px;
		}
		
			div#content_pullout_testimonials div p {
			
				color: #FFFFFF;
			}
			
			div#content_pullout_testimonials div p a {
			
				color: #FFEBCC;
			}
	
	div#content_pullout_contact {
	
		width: 212px;
		height: 399px;
		margin-right: 0px;
		float: left;
		
		background-image: url('../images/pullout/contact_default.gif');
	}
	
		div#content_pullout_contact div {
		
			width: 187px;
			margin-top: 95px;
			margin-left: 15px;
		}
		
			div#content_pullout_contact div p {
			
				color: #FFFFFF;
			}
			
			div#content_pullout_contact div p a {
			
				color: #8ED4E5;
			}
		
	div.partner_icons {
	
		margin-top: 20px;
		margin-left: 0px;
	}
	
		div.partner_icons div {
		
			float: left;
			margin-right: 20px;
		}
	
		div.partner_icons a {
		
			display: block;
			width: 93px;
			height: 93px;
			
			margin-left: 0px;
			margin-bottom: 5px;
		}
		
			div.partner_icons a span {
			
				display: none;
			}
		
			div.partner_icons a.ksa { 
			
				background-image: url('../images/buttons/button_ksa.gif');
				background-position: 0px -93px;
				background-repeat: no-repeat;
			}
			
			div.partner_icons a.ksa:hover {
			
				background-image: url('../images/buttons/button_ksa.gif');
				background-position: 0px 0px;
				background-repeat: no-repeat;
			}
			
			div.partner_icons a.ctk {
			
				background-image: url('../images/buttons/button_ctk.gif');
				background-position: 0px -93px;
				background-repeat: no-repeat;
			}
			
			div.partner_icons a.ctk:hover {
			
				background-image: url('../images/buttons/button_ctk.gif');
				background-position: 0px 0px;
				background-repeat: no-repeat;
			}
	
div#footer {

	width: 1000px;
	margin-top: 10px;
	margin-bottom: 10px;
}

	div#footer p {
	
		font-size: 8pt;
		color: #333333;
	}
	
	div.footer_alignLeft {
	
		float: left;
	}
	
	div.footer_alignRight {
	
		float: right;
		text-align: right;
	}

div.clear {

	clear: both;
}

	div.clear.keyline {

		border-bottom: 1px solid #333333;
		margin-bottom: 10px;
	}