/* BODY */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

a {

}

a:hover {
	text-decoration: none;
}

img {
	border-style: none;
}

#maincontent img {
	padding: 10px;
}

/* start colouring navbar */ 
#aboutus_nav {
	background-color: #FF6600;
	color: #FFFFFF;
}

#sitemap_nav {
	background-color: #FF6600;
	font-size: 18px;
	color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	text-align: center;
	display: block;
}

#getinvolved_nav {
	background-color: *ffccff;
	color: #ffffff;
	background-color: #CCF;
}

#programmes_nav {
	background-color: #99cc33;
	color: #FFFFFF;
}

#projects_nav {
	background-color: #66ccff;
	color: #FFFFFF;
}

#resources_nav {
	background-color: #FF6600;
	color: #FFFFFF;
}

#links_nav {
	background-color: #FF6600;
	color: #FFFFFF;
}
/* end colouring navbar */ 

#mainnav {	
	float: left;	
	background-color: #FF6600;  /* to allow for left hand-side background to be hidden and not grey*/
	background-repeat: no-repeat;  /* to allow for left hand-side background to be hidden and not grey*/
	color: #FFFFFF;
	width: 100%;	
}

#mainnav ul {
	padding: 0 0 0 200px;
	margin: 0;
	background-color: #cccccc;  
	color: #FFFFFF;	
}

#mainnav ul li {
	display: inline;
}

#mainnav ul li a {
	float: left;
	padding: 0.2em 1em;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;	
	border-right: 3px solid #fff;
}

/* start highlighting navbar hover */ 
#mainnav ul li a#aboutus_nav:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}

#sitemap ul li a#sitemap_nav:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}

#mainnav ul li a#getinvolved_nav:hover {
	background-color: #ffccff;
	color: #ffffff;
}

#mainnav ul li a#programmes_nav:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}

#mainnav ul li a#projects_nav:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}

#mainnav ul li a#resources_nav:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}

#mainnav ul li a#links_nav:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}

/* end highlighting navbar hover */ 

h3 {
	margin: 30px 10px 0 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #006699;
	background-color: #FFFFFF;	
}

/* start highlight current nav and put appropriate colour on h2 and h3 */
body#aboutus a#aboutus_nav, body#aboutus h2, body#aboutus h3 {
	background-color: #FFFFFF;
	color: #FF6600;
}

body#getinvolved a#getinvolved_nav, body#getinvolved h2, body#getinvolved h3 {
	background-color: #ffccff;
	color: #FF6600;
}

body#programmes a#programmes_nav, body#programmes h2, body#programmes h3 {
	background-color: #FFFFFF;
	color: #FF6600;
}

body#projects a#projects_nav, body#projects h2, body#projects h3 {
	background-color: #FFFFFF;
	color: #FF6600;
}

body#resources a#resources_nav, body#resources h2, body#resources h3 {
	background-color: #FFFFFF;
	color: #FF6600;
}

body#links a#links_nav, body#links h2, body#links h3 {
	background-color: #FFFFFF;
	color: #FF6600;
}

body#newsevents a#active {
	color: #FFFFFF;
	background-color: #0066FF;
}

body#newsevents a#active:hover {
	color: #0066FF;
	background-color: #FFFFFF;	
}
/* end highlight current nav and put appropriate colour on h2 */

#container {
	position: absolute;
	width: 100%;
	min-width: 1060px;
	text-align: justify;
}

#header {
	height: 129px;
	margin: 0;
	padding: 0;
}

#headernav {
	position: absolute;
	top: 0;
	right: 0;
	height: 29px;
	padding-right: 3px;
	text-align: right;
}

#headernav a {
	color: #027ea3;
	text-decoration: none;
	background-color: #FFFFFF;
}

#headernav a:hover {
	color: #027ea3;
	background-color: #FFFFFF;
	text-decoration: underline;
}

#logo {
	float: left;
	width: 200px;
}

#ycwname {
	position: relative;
	top: 29px;
	left: 0;
	height: 100px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	margin-left: 200px;
	margin-right: 250px;
}

#header_image {
	position: relative;
	top: 29px;
	right: 0;
	float: right;
	width: 250px;
	height: 100px;
	background-image: url(/images/header-image-blue-home.jpg);
	background-repeat: no-repeat;
}

.header_search {
	margin-top: 73px;
	text-align: right;
	padding-right: 3px;
}

body#aboutus #header_image {
	background-image: url(/images/header-image-yellow.jpg);
}

body#getinvolved #header_image {
	background-image: url(/images/header-image-pink.jpg);
}

body#programmes #header_image {
	background-image: url(/images/header-image-green.jpg);
}

body#projects #header_image {
	background-image: url(/images/header-image-blue-projects.jpg);
}

body#resources #header_image {
	background-image: url(/images/header-image-lilac.jpg);
}

body#links #header_image {
	background-image: url(/images/header-image-orange.jpg);
}

.search_button {		
	font-weight: bold;
	color: #ffffff;
	background-color: #006699;
	border: 1px solid #7e9db9;
	margin-top: 2px;
}

body#aboutus .search_button { 
	background-color: #FF9900;
}

body#getinvolved .search_button { 
	background-color: #ffccff;
}

body#programmes .search_button { 
	background-color: #8cbd3f;
}

body#projects .search_button { 
	background-color: #5cccf5;
}

body#resources .search_button { 
	background-color: #c7b8d9;
}

body#links .search_button { 
	background-color: #e66d21;
}

#maincontent {
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 10px;
}

#maincontent_norightcolumn {
	margin-left: 200px;
	margin-right: 0;
	margin-top: 10px;
}

#maincontent_home2 {
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 10px;
	color: #000000;
}

#maincontent_home2 td {
	width: 50%;
}

#maincontent_home2 a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#maincontent_home2 a:hover {
	text-decoration: underline;
}

#youthgroup_box {
	background-color: #FFCC00;
	/* height: 150px;  /* modified March 2010 - was 20 px */ 	
}

#youthgroup_box a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	
}

#youthgroup_box a:hover {
	text-decoration: underline;
}

#yourparish_box {
	background-color: #0099FF;
	/* height: 150px;   /* modified March 2010 - was 20 px */ 	
}


#yourparish_box a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#yourparish_box a:hover {
	text-decoration: underline;
}

#schools_box {
	background-color:#33FF66;
	/* height: 150px;   /* modified March 2010 - was 20 px */ 	
}

#schools_box a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#schools_box a:hover {
	text-decoration: underline;
}

#volunteers_box {
	background-color:#660099;
	/* height: 150px;   modified March 2010 - was 20 px */ 	
}

#volunteers_box a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#volunteers_box a:hover {
	text-decoration: underline;
}

.photobox_header2 {	
	font-size: 1.3em;
	text-align: left;
	height: 60px;     /* ADDED March 2010 */
}

.photobox_subheader {	
	font-size: 1.2em;
	text-align: center;
}

.photobox_subheader_new {    /* ADDED March 2010 */ 	
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;	
}

#maincontent_home {
	margin-left: 200px;
	margin-top: 10px;
	padding-bottom: 150px;		
}

h1 {
	color: #006699;
	font-size: 2em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

#subname {
	color: #999999;  
	font-size: 1.4em;
	font-weight: lighter; 
	margin: 5px 0 0 0;
	padding: 0;
	white-space: nowrap;
}

h2 {
	margin: 0;
	padding: 5px 0 5px 5px;
	background-color: #0066FF;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #939598;
	border-bottom-color: #939598;
}

h5 {
     margin: 0;
	padding: 5px 0 5px 5px;
	background-color: #0066FF;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #939598;
	border-bottom-color: #939598;
	}
	
        

h4 {
	margin: 20px 10px 0 10px;
	font-weight: bold;
	color: #006699;
	background-color: #FFFFFF;
	font-size: 1.1em;
}

#sidebar_a {
	clear: both;
	float: left;
	display: inline;
	margin: 10px 0 10px 10px;
	padding: 0;
	width: 180px;
	background-color: #009999;	
}

#sidebar_a p {	
	padding-left: 5px;
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.8em;
}

#sidebar_a ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.8em;
}

#sidebar_a a {
	display: block;
	padding: 2px 0 2px 3px;
	width: 177px; /*needed to avoid IE6 bug with double gaps underneath each navigation item */
	border-bottom: 2px dotted #939598;
}

#sidebar_a a:link, #secondarynav a:visited {
	color: #000000;
	text-decoration: none;
}

#sidebar_a a:hover {
	color: #FFFFFF;
	background-color: #006699;
}

/* styling of left nav bar items, different highlight colour for each section */
body#aboutus #sidebar_a a:hover {
	background-color: #0066FF;	
}

body#getinvolved #sidebar_a a:hover {
	background-color: #ffccff;	
}

body#programmes #sidebar_a a:hover {
	background-color: #0066FF;	
}

body#projects #sidebar_a a:hover {
	background-color: #0066FF;	
}

body#resources #sidebar_a a:hover {
	background-color: #0066FF;	
}

body#links #sidebar_a a:hover {
	background-color: #0066FF;	
}

body#aboutus a#active {
	color: #FFFFFF;
	background-color: #0066FF;
}

body#aboutus a#active:hover {
	color: #0066FF;
	background-color: #FFFFFF;	
}

body#getinvolved a#active {
	color: #ffccff;
	background-color: #0066FF;
}

body#getinvolved a#active:hover {
	color: #ffccff;
	background-color: #FFFFFF;	
}

body#programmes a#active {
	color: #FFFFFF;
	background-color: #0066FF;
}

body#programmes a#active:hover {
	color: #0066FF;
	background-color: #FFFFFF;	
}

body#projects a#active {
	color: #FFFFFF;
	background-color: #0066FF;
}

body#projects a#active:hover {
	color: #0066FF;
	background-color: #FFFFFF;	
}

body#resources a#active {
	color: #FFFFFF;
	background-color: #0066FF;
}

body#resources a#active:hover {
	color: #0066FF;
	background-color: #FFFFFF;	
}

body#links a#active {
	color: #FFFFFF;
	background-color: #0066FF;
}

body#links a#active:hover {
	color: #0066FF;
	background-color: #FFFFFF;	
}

/* styling of left nav bar heading */
#heading_leftnavbar {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 5px;
	color: #FFFFFF;
	background-color: #009999;
	font-size: 1.5em;
	font-weight: bold;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #939598;
	border-bottom-color: #939598;
}

body#aboutus #heading_leftnavbar {	
	background-color: #009999;
}

body#getinvolved #heading_leftnavbar {	
	background-color: #ffccff;
}

body#programmes #heading_leftnavbar {	
	background-color: #009999;
}

body#projects #heading_leftnavbar {	
	background-color: #009999;
}

body#resources #heading_leftnavbar {	
	background-color: #009999;
}

body#links #heading_leftnavbar {	
	background-color: #009999;
}

body#newsevents #heading_leftnavbar {	
	background-color: #009999;
}

.rounded_topleft {	
	height: 9px;
	width: 9px;
	font-size: 2px;  /* avoids bug with IE */
}

.rounded_topright {
	float: right;
	margin-top: -9px;
	height: 9px; 
	width: 9px;
	font-size: 2px;
}

.rounded_bottomleft {
	height: 9px;
	width: 9px;
	font-size: 2px;
	margin-right: 9px;
}

.rounded_bottomright {
	background-position: 100% 0;
	background-repeat: no-repeat;
	height: 9px;
	font-size: 2px;
	margin-top: -9px;
}

.topleft_green {	
	background-image: url('../../images/greencorner_topleft.gif');	
}

.topright_green {
	background-image: url('../../images/greencorner_topright.gif');	
}

.bottomleft_green {
	background-image: url('../../images/greencorner_bottomleft.gif');	
}

.bottomright_green {
	background-image: url('../../images/greencorner_bottomright.gif');	
}

#sidebar_b {
	float: right;
	width: 200px;
	margin-top: 10px;
}

#sidebar_b_home {
	float: right;
	margin: 10px 5px 10px 5px;
	padding: 0;
	width: 180px;
}

#sidebar_b_home p {
	font-size: 0.9em;
	text-align: left;
}

#sidebar_b_bluespacer {
	margin: 0;
	padding: 5px 0 5px 5px;
	background-color: #006699;
	font-size: 1.05em;
	color: #006699;
}

#sidebar_b a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.9em;
}

#sidebar_b a:hover {
	text-decoration: underline;
}

#sidebar_b img {
	border: none;
}

#footernew {
	clear: both;
	font-size: 0.85em;
	font-weight: normal;
	text-align: center;
	margin-top: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	background-color: #009999;
	color: #FFFFFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #939598;
	border-bottom-color: #939598;
}

#footernew a {
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	background-color: #009999;
	text-decoration: none;
} 

#footernew a:hover {
	color: #FFFFFF;
	background-color: #009999;
	text-decoration: underline;
}

p {
	margin: 10px;
}

p5 {   margin: 10px;
       background:#FF9900
}


.margin_table {
	margin: 10px;
}

.margin_bottom_only {
	margin: 0 0 10px 0;
	padding: 0;
}

.photo_box {
	margin: 5px;
	padding: 10px 5px 10px 5px;	
	text-align: left;
	color: #FFFFFF;
}

.photo_box a {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

.news_box {
	margin: 5px;
	padding: 10px 5px 10px 5px;	
	text-align: center;	
}

.photobox_header {	
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.photoboxhome_header {	
	color: #FFFFFF;	
	font-weight: bold;
	height: 50px;
}

.photo_box_home {
	margin: 10px;
	padding: 10px;	
	text-align: center;
	height: 220px;
	float: left;
	width: 200px;
}

.photo_box_home a {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
}

.photo_box_home a:link, .photo_box_home a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.photo_box_home a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.blue {
	background-color: #1a80c4;
	color: #FFFFFF;
}

.new_yellow { background-color:#FFCC00;
color : #FFFFFF;
}

.new_parishcolour { background-color: #0099FF;
color : #FFFFFF ;
}

.new_purple {
	background-color: #660099; /* was 9e1f4e */
	color: #FFFFFF;
}
	

	
.new_green {
	background-color: #33FF66; /* was 669933 */
	color: #FFFFFF;
}
	

	
.new_blue {
	background-color: #00b6d4; /* was 007da3 */
	color: #FFFFFF;
}

.dark_blue {
	background-color: #007da3;
	color: #FFFFFF;
}

	
.new_orange {
	background-color: #ffa325;  /* was cc5f1b */
	color: #FFFFFF;
}
	

.green {
	background-color: #99cc00;
	color: #FFFFFF;
}

.purple {
	background-color: #6e3c99;
	color: #FFFFFF;
}

.orange {
	background-color: #ff9933;
	color: #FFFFFF;
}

.red {
	background-color: #cc3333;
	color: #FFFFFF;
}

.blue_button {		
	font-weight: bold;
	color: #ffffff;
	background-color: #006699;
	border: 1px solid #000000;
}

.photo_box_search {
	margin: 5px;
	padding: 5px;	
	text-align: left;	
	color: #000000;
	background-color: #FFFFFF;
	border: none;
}

.photobox_header_search {	
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.margin2px {	
	margin-top: 2px;	
}

.clearfloat {
	clear: both;
	height: 0;
}

#sidebar_a_home {
	clear: both;
	float: left;
	display: inline;
	margin: 10px 0 10px 10px;
	padding: 0;
	width: 180px;
	background-color: #FFFFFF;
}

#news_header {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 5px;
	color: #FFFFFF;
	background-color: #FF3300;
	font-size: 1.5em;
	font-weight: bold;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #939598;
	border-bottom-color: #939598;
}

.news_heading {	
	color: #939598;
	margin: 0;
	padding: 5px 0 5px 0;
	background-color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;	
}

#highlights_header {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 5px;
	color: #FFFFFF;
	background-color: #0099FF;
	font-size: 1.5em;
	font-weight: bold;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #939598;
	border-bottom-color: #939598;
}


#sidebar_a_home p {
	font-size: 0.9em;
	text-align: left;
}

.thirty_percent_width {
	width: 30%;
}

.seventy_percent_width {
	width: 70%;
}

hr {
	color: #006699;
	background-color: #006699;
	height: 2px;
}

.column_50percent_width {
	width: 50%
}

.img_noborder {
	border: none;
}

.centered {
    text-align: center;
}

.centered table {
    margin: 0 auto; 
    text-align: left;
}

.light_blue {
	background-color: #a8d7ed;
	color: #FFFFFF;
}

.bright_green {
	background-color: #c4d92e;
	color: #FFFFFF;
}

.bright_new_blue {
	background-color: #66ccff;
	color: #FFFFFF;
}

.brown {
	background-color: #d7a183;
	color: #FFFFFF;
}

.dark_pink {
	background-color: #e19ec6;
	color: #FFFFFF;
}
