/*
 	Client:			Poole Borough Chaplaincy CSS 
	Written by:		S.D.Morgan
	Version:		1.28
	Date:			20-07-2004
	Company:		Repeat Media
	URL:			www.repeatmedia.co.uk
	Mail:			sales@repeatmedia.co.uk

	Notes: colour tag denotes the colour to
	be updated for different colour styles.
*/

/*	Define global site Styles start */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	list-style-type: square;
}
a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
#form_spacing {
	margin: 0;
	padding: 15px 0 25px 0;
}
.table_spacing {
	margin: 0;
	padding: 15px 0 25px 0;
}

table {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
input, textarea {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
/*	Define site Styles end */


/*	Define header styles start */

#header {
	margin: 0 0 2px 0;
	padding: 0;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c7d; /* colour */
	display: block;
	float: left;
}
#header_home_container {
	width: 760px;
}

/*	Define header styles end */

/* Main nav style */
#main_nav_case {
	margin: 0;
	padding: 0 0 2px 0;
	width: 100%;
	background-color: #ffffff;
	display: block;
	float: left;
}
#main_nav_case_inner {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #348bbc;
	border-bottom: 1px solid #4c4c7d;
	display: block;
	float: left;
}
#main_nav_case_inner p {
	margin: 10px 10px 7px 24px;
	padding: 0;
	color: #ffffff;
	font-size: .75em;
	font-weight: bold;
}
#main_nav_case_inner p a:link,
#main_nav_case_inner p a:visited,
#main_nav_case_inner p a:active {
	color: #ffffff;
	text-decoration: none;
}
#main_nav_case_inner p a:hover {
	color: #ffffff;
	text-decoration: none;
}
.main_nav_divider {
	margin: 0 6px;
}
/*	Define nav styles start */

#orange_nav_image_case {
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(../images/orange/nav_bg.gif); /* colour */
	background-repeat: repeat-y;
	background-color: #348bbc; /* colour */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8eb7ce; /* colour */
	display: block;
	float: left;
}

#nav {
	margin: 0;
	padding: 0;
	width: 201px;
	display: block;
	float: left;
}
#nav ul {
	margin: 0;
	padding: 15px 0 15px 40px;
	line-height: 1.3em;
	color: #ffffff;
	font-size: .75em;
	font-weight: bold;
}
#image_padding {
	margin: 0;
	padding: 171px 0 0 0;
	width: 550px;
	display: block;
}
/*	Define nav styles end */


/*	Define content styles start */

.orange_title_case {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #007abf; /* colour */
	background-image:  url("../images/orange/title_bg.gif"); /* colour */
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2d6f8; /* colour */
	display: block;
	float: left;
}
.title_text {
	margin: 0;
	padding: 59px 9px 5px 12px;
	color: #ffffff;
	font-size: .75em;
	float: right;
	display: block;	
}
#orange_content_case {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #007abf; /* colour */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2d6f8; /* colour */
	display: block;
	float: left;
}
#orange_vertical_lines {
	margin: 0;
	padding: 0;
	width: 759px;
	background-image: url(../images/subnav_border.gif); /* colour */
	background-repeat:repeat-y;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b2d6f8; /* colour */
	display: block;
	float: left;
}
#admin_orange_vertical_lines {
	margin: 0;
	padding: 0;
	width: 759px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b2d6f8; /* colour */
	display: block;
	float: left;
}
#orange_content_container {
	margin: 0;
	padding: 0;
	width: 759px;
	background-image:  url("../images/orange/pebble_bg.jpg"); /* colour */
	background-repeat:no-repeat;
	background-position: right top;
	display: block;
	float: left;
}

	/*	Define side nav styles start */
	
#side_nav {
	margin: 0;
	padding: 0;
	width: 200px;
	display: block;
	float: left;
}
.orange_side_nav_text {
	margin: 0;
	padding: 8px 8px 8px 14px;
	color: #ffffff;
	font-size: 95%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2d6f8; /* colour */
	display: block;
}
.side_nav_text {
	margin: 0;
	padding: 8px 8px 8px 14px;
	color: #ffffff;
	font-size: 95%;
	font-weight: bold;
	display: block;
}
.orange_side_nav_text_date {
	margin: 0;
	padding: 8px 8px 8px 25px;
	color: #000000;
	font-size: 95%;
	font-weight: bold;
	background-color: #7fbaf4; /* colour */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2d6f8; /* colour */
	display: block;
}

.orange_subnavBullets {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .75em;
	background-color: #7fbaf4; /* colour */
	background-image:  url(../images/orange/nav_bg_tile.gif); /* colour */
	background-repeat: repeat-y;
}
.orange_subnavBullets ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.orange_subnavBullets li {
	margin: 0;
	padding: 0;
}
.orange_subnavBullets li a:link, .orange_subnavBullets li a:visited, .orange_subnavBullets li a:active {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2d6f8; /* colour */
	text-decoration: none;
	
	color: #000000;
	display: block;
}
	/* IE 5 workaround start */
	.orange_subnavBullets li a:link, .orange_subnavBullets li a:visited, .orange_subnavBullets li a:active/**/ {
		background-color: #7fbaf4;
	}
	/* IE 5 workaround finish */
.orange_subnavBullets li a:hover {
	margin: 0;
	padding: 7px 8px 7px 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfddfa; /* colour */

	text-decoration: none;
	color: #ffffff;
	display: block;
}
	/* IE 5 workaround start */
	.orange_subnavBullets li a:hover/**/ {
		background-color: #0389d5;
	}
	/* IE 5 workaround finish */
.orange_subnavBullets li a:link, .orange_subnavBullets li a:visited, .orange_subnavBullets li a:active {
	margin: 0;
	padding: 7px 8px 7px 25px;
	background-image:  url(../images/orange/nav_bg_tile.gif); /* colour */
	background-repeat: repeat-y;
	text-decoration: none;
	width: 167px; /* Mac value left */
	/* Hides from IE-mac \*/
		width: 200px;
		width/**/: /**/167px; /* Value is for IE 6 onwards */
	/* End hide from IE-mac */
	display: block;
}



	/*	Define side nav styles end */
	
	/*	Define main content styles start */
#main_case {
	margin: 0;
	padding: 0;
	width: 558px;
	color: #ffffff;
	font-size: .75em;
	display: block;
	float: right;
}
#main_case a:link, #main_case a:visited, #main_case a:active {
	text-decoration: underline;
}
#main_case a:hover {
	color: #000000;
}
#admin_case {
	margin: 0;
	padding: 0;
	width: 745px;
	color: #ffffff;
	font-size: .75em;
	display: block;
	float: right;
}
#admin_case a:link, #admin_case a:visited, #admin_case a:active {
	text-decoration: underline;
}
#admin_case a:hover {
	color: #000000;
}

.search_corners {
	margin: 0;
	padding: 0 0 0 23px;
}
.orange_search_box {
	margin: 0 0 0 23px;
	padding: 0;
	width: 511px;
	background-color: #cd8c4c;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a9daf4; /* colour */
	border-left-color: #a9daf4; /* colour */
	background-image:  url(../images/orange/search_bg.gif);
	background-repeat:repeat-y;
}
.form_box {
	margin: 0 0 0 23px;
	padding: 0;
	width: 511px;
	background-color: #a9daf4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a9daf4; /* colour */
	border-left-color: #a9daf4/* colour */
}
.table_box {
	margin: 0 0 0 23px;
	padding: 0;
	width: 511px;
}
#main_case h1, #main_case h2, #main_case h3, #main_case h4, #main_case h5, #main_case h6, #main_case p {
	margin: 0;
	padding: 7px 10px 7px 23px;
	line-height: 1.6em;
	text-align: left;
}
#main_case li {
	padding-right: 15px;
	line-height: 1.6em;
}
#admin_case h1, #admin_case h2, #admin_case h3, #admin_case h4, #admin_case h5, #admin_case h6, #admin_case p {
	margin: 0;
	padding: 7px 10px 7px 23px;
	line-height: 1.6em;
}
#admin_case li {
	padding-right: 15px;
	line-height: 1.6em;
}

	/*	Define main content styles end */
/*	Define content styles end */


/*	Define home page styles start */

#orange_home_vertical_lines {
	margin: 0;
	padding: 0;
	width: 759px;
	background-image: url(../images/orange/nav_bg_home.gif); /* colour */
	background-repeat:repeat-y;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b2d6f8; /* colour */
	display: block;
	float: left;
}
#orange_home_content_container {
	margin: 0;
	padding: 0;
	width: 759px;
	background-image:  url("../images/orange/home_bg.jpg"); /* colour */
	background-repeat:no-repeat;
	background-position: right top;
	display: block;
	float: left;
}
#home_nav {
	margin: 0;
	padding: 0;
	width: 200px;
	display: block;
	float: right;
}
#home_content {
	margin: 0;
	padding: 0;
	width: 353px;
	display: block;
}
.orange_home_side_nav_text {
	margin: 0;
	padding: 8px 7px 8px 14px;
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2d6f8; /* colour */
	display: block;
}
.home_side_nav_text {
	margin: 0;
	padding: 8px 7px 8px 24px;
	color: #ffffff;
	background-color: #7fbaf4;
	font-size: 95%;
	background-image: url(../images/orange/nav_bg_tile.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9daf4; /* colour */
	display: block;
}
#home_nav a:link, #home_nav a:visited, #home_nav a:active {
	text-decoration: none;
}
#main_nav a:hover {
	color: #000000;
	text-decoration: underline;
}
/*	Define home page styles end */

/*	Define footer styles start */

#footer {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	float: left;
}
.footer_content {
	margin: 0;
	padding: 15px 15px 24px 14px;
	font-size: .75em;
	display: block;
	float: left;
}
.footer_content a:link, .footer_content a:visited,.footer_content a:active {
	color: #000000;
}
.footer_content a:link {
	
}
/*	Define footer styles ends */




/*	Page photos */

#home_nav_image_block {
	margin: 0;
	padding: 0;
	width: 759px;
	background-image: url(../images/header_boat_sandbanks.jpg); /* colour */
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
#message_nav_image_block {
	margin: 0;
	padding: 0;
	width: 759px;
	background-image: url(../images/header_sunset.jpg); /* colour */
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
#news_nav_image_block {
	margin: 0;
	padding: 0;
	width: 759px;
	background-image: url(../images/header_fireworks.jpg); /* colour */
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
#privacy_nav_image_block {
	margin: 0;
	padding: 0;
	width: 759px;
	background-image: url(../images/header_japan.jpg); /* colour */
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
#sendlink_nav_image_block {
	margin: 0;
	padding: 0;
	width: 759px;
	background-image: url(../images/header_windsurfer.jpg); /* colour */
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
#about_nav_image_block {
	margin: 0;
	padding: 0;
	width: 759px;
	background-image: url(../images/header_wrestlers.jpg); /* colour */
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
#search_nav_image_block {
	margin: 0;
	padding: 0;
	width: 759px;
	background-image: url(../images/header_church_2.jpg); /* colour */
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
#contact_nav_image_block {
	margin: 0;
	padding: 0;
	width: 759px;
	background-image: url(../images/header_church.jpg); /* colour */
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
#links_nav_image_block {
	margin: 0;
	padding: 0;
	width: 759px;
	background-image: url(../images/header_fountain.jpg); /* colour */
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
#comments_nav_image_block {
	margin: 0;
	padding: 0;
	width: 759px;
	background-image: url(../images/header_bar.jpg); /* colour */
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
#admin_nav_image_block {
	margin: 0;
	padding: 0;
	width: 759px;
	background-image: url(../images/header_beach.jpg); /* colour */
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
#thankyou_nav_image_block {
	margin: 0;
	padding: 0;
	width: 759px;
	background-image: url(../images/header_sunset.jpg); /* colour */
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
#event_nav_image_block {
	margin: 0;
	padding: 0;
	width: 759px;
	background-image: url(../images/header_fun.jpg); /* colour */
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}




/*	Page titles */

.admin_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_admin.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.home_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_welcome.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.venue_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_powv.gif?id=6623"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.news_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_news.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.events_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_events.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.admin_title_homepage {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_admin_homepage.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.message_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_message_board.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.comments_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_comments.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.about_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_about.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.mystery_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_mystery.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.links_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_links.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.downloads_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_downloads.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.va_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_admin_va.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.contact_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_contact.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.privacy_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_privacy.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.sendlink_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_send_a_link.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.thankyou_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_thankyou.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.faithgroup_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_faithgroups.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.denomination_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_denominations.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.district_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_districts.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.event_type_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_event_type.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.mailing_list_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_mailing_list.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}
.alerts_title_block {
	margin: 0;
	padding: 0;
	width: 759px;
	height: 83px;
	background-image:   url("../images/titles/title_alerts.gif"); /* colour */
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80bddf; /* colour */
	display: block;
	float: left;
}



/*	News formating start */


.bold {
	font-weight: bold;
}
.bold_yellow {
	font-weight: bold;
	color: #ffff00;
}
.bold_right {
	color: #ffffff;
	font-weight: bold;
	text-align: right;
}
.italic {
	font-style: italic;
	color: #ffffff;
}
.large_font {
	font-weight: bold;
	font-size: 1.5em;
}

.content_list {
	padding: 10px 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ffffff;
	width: 100%;

	float: left;
	
}
.content_photo_right_case {
	padding: 10px 15px 10px;
	float: right;
	display: inline;
	clear: both;
}
.content_photo_right_mw {
	margin-bottom: 10px;
}
.content_photo_right {
	padding: 10px 15px 10px 10px;
	float: right;
	clear: both;
	display: block;
}
.content_photo_right img {
	border-color: #ffffff;
}
.content_title {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
}
.orange_form_bg_dark {
	background-color: #5f8bb6;
	color: #ffffff;
}
.orange_form_bg_light {
	background-color: #1c6e9c;
	color: #ffffff;
}
.poole_partnership_logo_header {
	float: right;
}


/*	Events formating start */

.orange_bar {
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-color: #f58f29;
	font-size: 95%;
	background-image: url(../images/orange/nav_bg_tile.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #80bddf; /* colour */
	display: block;
}


