
/* body */
body { 
  background-color: white; 
  margin: 5px;
  font-family: times new roman, serif; 
  font-size:  1.0em;
  color: #444444; 
  width:   100%;
}
select, input, textarea { 
  font-family: verdana, arial, helvetica, sans-serif; 
  font-size: 11px; 
  color: black; 
}
option.selected {
  background-color: #F0F0F0;
}
form { 
  margin: 0; 
  padding: 0; 
}
img { 
  border: 0; 
}
table, table td {
  border: 0;
}
li {margin-bottom: 1em} 
hr {
  width: 100%;
  border-top: #CCCCCC 1px solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
  height: 1px;
  clear: both;
}
.clear {
  clear: both;
  height: 1px;
  font-size: 0;
}
.year {
  font-family: verdana, arial, helvetica, sans-serif; 
  font-size: 0.7em; 
}
.small {
  font-size: 0.8em; 
}  
.investors-in-people {
  font-family: georgia, times new roman, serif; 
  font-size: 110%;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;
}
/* anchors */
a { 
  color: #0000FF; 
  text-decoration: underline; 
}
a:visited { 
  color: #663399; 
}
a:hover, a:visited:hover { 
  color: #F10537; 
  text-decoration: underline;
}
a.icon {
  background-position: 0 3px;
  padding-left: 10px;
  background-repeat: no-repeat;
}
a.icon-right {
  background-position: right 3px;
  padding-right: 10px;
  background-repeat: no-repeat;
}
a.arrow-left {
  background-image: url(/images/icons/footer_links/arrow_left.gif);
}
a.arrow-left:hover,
a.arrow-left:visited:hover {
  background-image: url(/images/icons/footer_links/arrow_left_over.gif);
}
a.arrow-left:visited {
  background-image: url(/images/icons/footer_links/arrow_left_visited.gif);
}
a.arrow-right {
  background-image: url(/images/icons/footer_links/arrow_right.gif);
}
a.arrow-right:hover,
a.arrow-right:visited:hover {
  background-image: url(/images/icons/footer_links/arrow_right_over.gif);
}
a.arrow-right:visited {
  background-image: url(/images/icons/footer_links/arrow_right_visited.gif);
}
a.arrow-up {
  background-image: url(/images/icons/footer_links/arrow_up.gif);
}
a.arrow-up:hover,
a.arrow-up:visited:hover {
  background-image: url(/images/icons/footer_links/arrow_up_over.gif);
}
a.arrow-up:visited {
  background-image: url(/images/icons/footer_links/arrow_up_visited.gif);
}
a.home {
  background-image: url(/images/icons/footer_links/home.gif);
}
a.home:hover,
a.home:visited:hover {
  background-image: url(/images/icons/footer_links/home_over.gif);
}
a.home:visited {
  background-image: url(/images/icons/footer_links/home_visited.gif);
}
a.print {
  background-position: 0 4px;
  padding-left: 11px;
  background-image: url(/images/icons/footer_links/printer.gif);
}
a.print:hover {
  background-image: url(/images/icons/footer_links/printer_over.gif);
}
/* overlib */
.OVERLIB-foreground {
  background-color: white;
}
.OVERLIB-background {
  background-color: #666666;
}
.OVERLIB-text {
  color: black;
  font-size: 90%;
}
.OVERLIB-text ul {
  padding-left: 0;
  margin-top: 2px;
  margin-bottom: 2px;
}
.OVERLIB-text ul li {
  margin-left: 20px;
}
.OVERLIB-caption {
  color: white;
  font-weight: bold;
  font-size: 90%;
}
/* header table */
#header-table {
  display:none;
  margin-bottom: 3px;
}
#header-table img {
  vertical-align: top;
}
#header-table td.main {
  background-image: url(/images/header/header_bg.gif); 
  background-repeat:repeat-x; 
  width: 100%;
}
#header-table .diocese_logo {
  float: left;
}
#header-table .diocese_logo a,
#header-table .diocese_logo a:hover {
  font-family: times new roman, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: black;
  text-decoration: none;
}
#header-table .diocese_logo img {
  margin-left: 4px;
  margin-right: 5px;
  margin-top:0;
  vertical-align: middle;
}
#header-table form.search {
  height: 35px;
  float: right;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 10px;
  font-family: century gothic, arial, helvetica, sans serif;
  font-size: 12px; 
}
#header-table form.search img {
  vertical-align: middle;
}
#header-table form.search table td {
  padding-right: 1px;
}
#header-table .search input.keywords  {
  height: 15px;
  width: 100px;
}
/* nav table */
#nav-table {
  display:none;
  margin-bottom: 3px;
  height: 26px;
}
#nav-table img {
  vertical-align: top;
}
#nav-table td.main {
  width: 100%;
  background-image: url(/images/nav/nav_bg.gif); 
  background-repeat:repeat-x;
}
#nav-table td.main table {
  width: 100%;
  height: 26px;
}
#nav-table td.main table td {
  padding: 6px 5px 0 5px;
}
#nav-table td.main table tr>td { /* for browsers other than IE */
  padding: 5px 5px 0 5px;
}
#nav-table td.main table td.over {
  background-color: #555354;
  background-image: url(/images/nav/nav_bg_over.gif); 
  background-repeat:repeat-x;
}
#nav-table td.main table td.over a {
  color: #EEEEEE;
}
#nav-table td.main a {
  font-size: 9px;  /* size of menu font */
  color: black;
  font-weight: bold;
  text-decoration: none;
}
#nav-table td.main a:hover {
  text-decoration: none;
}
/* footer table */
#footer-table {
  display:none;
  margin-bottom: 1px;
}
#footer-table img {
  vertical-align: top;
}
#footer-table td.main {
  font-size: 90%;
  width: 100%;
  background-image: url(/images/nav/nav_bg.gif); 
  background-repeat:repeat-x;
  padding: 5px 10px 2px 10px;
  text-align: right;
}
/* home table */
.home-table {
  margin-bottom: 1px;
  height: 100px;
}
.home-table td {
  padding-bottom: 3px;
  padding-right: 3px;
}
.home-table td.final-column {
  padding-right: 0;
  width: 183px;
}
/* main table */
#main-table {
  margin-bottom: 1px;
  height: 100px;
}
#main-table td.nav-cell {
  display:none;
  width: 180px;
  padding-right: 3px;
}
#main-table td.nav-cell img {
  margin-bottom: 1px;
}
#main-table td.main-cell {
  width: 100%;
}
#main-body {
  padding: 10px;
}
#main-body h1 {
  font-family: century gothic, arial, helvetica, sans serif;
  font-weight: normal;
  font-size: 215%; 
  color: #000058;
  margin-top: 0;
  margin-bottom: 10px;
}
#main-body h2 {
  font-weight: bold;
  font-size: 115%; 
  color: #444444; 
  margin-top: 10px;
  margin-bottom: 10px;
}
#main-body h5 {
  font-weight: normal;
  font-size: 100%;
}
#main-body .align-left,
#main-body .align-right,
#main-body .align-center {
  border: #8F8C8C 1px solid;
  margin-top: 5px;
  margin-bottom: 10px;
}
#main-body .align-left {
  float: left;
  margin-right: 10px;
}
#main-body .align-right {
  float: right;
  margin-left: 10px;
}
#main-body .align-center {
  width: 96px;
}
#main-body .align-left img,
#main-body .align-right img,
#main-body .align-center img {
  display: block;
}
#main-body .align-left .caption,
#main-body .align-right .caption,
#main-body .align-center .caption {
  background-color: #8F8C8C;
  color: #EEEEEE;
  font-size: 90%;
  padding: 2px;
}
#main-body .align-left a ,
#main-body .align-right a,
#main-body .align-center a {
  color: #EEEEEE;
}
#main-body .align-left a:hover,
#main-body .align-right a:hover,
#main-body .align-center a:hover {
  text-decoration: none;
}
/* maib body section colours */
#main-body.youth h1 {
  color: #6D1ADE;
}
#main-body.children h1 {
  color: #FF8A00;
}
#main-body.schools h1 {
  color: #000483;
}
/* header bar */
.header-bar {
  font-family: century gothic, arial, helvetica, sans serif;
  font-weight: bold;
}
.header-bar table {
  width: 100%;
}
.header-bar h1 {
  font-family: century gothic, arial, helvetica, sans serif;
  font-weight: normal;
  font-size: 215%; 
  color: black;
  margin-top: 0;
  margin-bottom: 10px;
}
/* coloured panels */
.panel {
  margin-bottom: 3px;
}
/* FIX TO REMOVE PEEKABOO BUG FROM IE-WIN \*/
* html .panel {height: 1%;} /* 
/* END FIX */
.panel img.end {
  display: block;
  clear: both;
}
.panel .float-left {
  float: left;
}
.panel .float-right {
  float: right;
}
.panel .float-centre {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.panel div.end {
  clear: both;
  height: 1px;
  overflow: hidden;
  background-image: url(/images/white_pixel.gif);
  background-repeat: no-repeat;
  font-size: 0;
}
.panel div.end div {
  float: right;
  width: 1px;
  height: 1px;
  background-image: url(/images/white_pixel.gif);
  background-repeat: no-repeat;
}
.panel .content {
  padding: 2px 6px 4px 6px;
}
.panel .content img.button {
  float: right;
  margin: 2px 0 3px 3px;
}
.panel .content img.button-inline {
  margin: 2px 0 3px 3px;
}
.panel .content h1 {
  font-family: century gothic, arial, helvetica, sans serif;
  font-size: 150%;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
}
.panel .content h1.main-heading {
  font-size: 180%;
}
.panel .content h1 a {
  color: black;
  text-decoration: none;
}
.panel-i .content h1 a {
  color: white;
  text-decoration: none;
}
.panel .content h1 a:hover {
  text-decoration: underline;
}
.panel .content h1 a:visited {
  color: #666666;
}
.panel-i .content h1 a:visited {
  color: white;
}
.panel .content p {
  margin-top: 10px;
  margin-bottom: 10px;
}
ul.panel-list {
  padding-left: 0;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* panel colours */
.panel-a {    /* about */
  background-color: #88B2E2;
  color: black;
}
.panel-b {    /* home */
  background-color: #AEE7FD;
  color: black;
}
.panel-c {    /* worship */
  background-color: #8AB2BA;
  color: black;
}
.panel-d {    /* black */
  background-color: #FFFFCC;
  color: black;
}
.panel-e {    /* orange */
  background-color: #FFC67B;
  color: black;
}
.panel-f {    /* information */
  background-color: #EAD9B1;
  color: black;
}
.panel-f a {
  color: #FF0000;
}
.panel-g {    /* white with black outline */
  background-color: white;
  color: black;
}
.panel-g .content {
  border-left: black 1px solid;
  border-right: black 1px solid;
}
.panel-g div.end {
  background-color: black;
}
.panel-h {    /* mission */
  /* editted from background-color: #A3E5D0 by Val 28Oct09 */;
  background-color: #3CC6F4;
  color: black;
}
.panel-i {    /* blue */
  background-color: #000483;
  color: white;
}
.panel-i a { color: #ffffff; }
.panel-i a:visited { color: white; }
.panel-i div.end {
  background-color: #000483;
}
.panel-purple1 .content h1 a {
  color: white;
  text-decoration: none;
}
.panel-purple1 .content h1 a:visited {
  color: white;
}
.panel-purple1 {    /* blue */
  background-color: #000483;
  color: white;
}
.panel-purple1 a { color: #ffffff; }
.panel-purple1 a:visited { color: white; }
.panel-purple1 div.end {
  background-color: #000483;
}
.panel-j {    /* white with grey outline */
  background-color: white;
}
.panel-j .content {
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
}
.panel-j div.end {
  background-color: #CCCCCC;
}
.panel-k {    /* church */
  background-color: #B2CDB2;
  color: black;
}
.panel-l {    /* youth */
  background-color: #D9B9E9;
  color: black;
}
.panel-m {    /* adult */
  background-color: #FBA3A8;
  color: black;
}
.panel-n {    /* schools */
  background-color: #AACAFB;
  color: black;
}
.panel-o {    /* resources */
  background-color: #FFFFCC;
  color: black;
}
.panel-p {    /* news */
  background-color: #FED0AA;
  color: black;
}
.panel-900 {  /* Ely 900 */
  background-color: #bad3ed;
  color: black;
}
.panel-about {  /* About Us - pale yellow */
  background-color: #f7e4af;
  color: black;
}
.panel-news {  /* News and Events - light blue */
  background-color: #bad3ed;
  color: black;
}
.panel-mission {    /* Mission and Ministry - orange */
  /* editted from background-color: #FFC67B #3CC6F4;by Val 28Oct09 */;
  background-color: #6AC8F5;
  color: black;
}
.panel-church { /* Church and Community - light green*/
  background-color: #C0EDBA;
  color: black;
}
.panel-info { /* Information - beige*/
  background-color: #EAD9B1;
  color: black;
}
.panel-worship {  /* Worship and Prayer - lilac*/
  background-color: #bebaed;
  color: black;
}
.panel-lightblue {  /* Newsletter sidebar background */
  background-color: #bad3ed;
  color: black;
}
.panel-mediumblue {  /* Newsletter topbar background */
  background-color: #74a8dc;
  color: black;
}
.panel-darkblue {  /* Newsletter footer background */
  background-color: #3380cb;
  color: black;
}
.panel-light-purple {  /* Schools */
  background-color: #dca8ff;
  color: black;
}
.panel-medium-purple {  /* Schools */
  background-color: #b951ff;
  color: black;
}
.panel-darkblue {  /* Newsletter footer background */
  background-color: #3380cb;
  color: black;
}
.panel-purple {  /* Newsletter footer background */
  background-color: #cc99cc;
  color: white; 
}
.panel-red {  /* highlight in red */
  color: #ff0000;
}
.imgBorder {
  border: 1px solid #8F8C8C;
}
/* prayer panel */
.panel .prayer {
/*  background-image: url(/images/todays_prayers_bg.jpg); 
  background-repeat:no-repeat; 
  background-position: right top; */
}
.panel .prayer .remembering {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 115%;
  font-weight: bold;
}
.panel .prayer .person {
  margin-top: 10px;
  font-size: 90%;
}
/* news panel */
.panel .news {
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: verdana, arial, sans-serif;
  overflow: auto;
}
.panel .news hr {
  border-top: black 1px solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
  height: 1px;
  clear: both;
}
/* bullet icon lists */
ul.icon-list {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0;
  margin-left: 5px;
}
ul.icon-list li {
  list-style: none;
  color: #808080;
  padding-left: 21px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-bottom: 3px;
  padding-bottom: 4px;
}
ul.icon-list li.jpg,
ul.jpg li {
  background-image: url(/images/icons/jpg.gif);
}
ul.icon-list li.png,
ul.png li {
  background-image: url(/images/icons/png.gif);
}
ul.icon-list li.gif,
ul.gif li {
  background-image: url(/images/icons/gif.gif);
}
ul.icon-list li.bio,
ul.bio li {
  background-image: url(/images/icons/bio.gif);
}
ul.icon-list li.pdf,
ul.pdf li {
  background-image: url(/images/icons/pdf.gif);
}
ul.icon-list li.zip,
ul.zip li {
  background-image: url(/images/icons/zip.gif);
}
ul.icon-list li.doc,
ul.doc li {
  background-image: url(/images/icons/doc.gif);
}
ul.icon-list li.txt,
ul.txt li {
  background-image: url(/images/icons/txt.gif);
}
ul.icon-list li.web,
ul.web li {
  background-image: url(/images/icons/web.gif);
}
ul.icon-list li.ppt,
ul.ppt li {
  background-image: url(/images/icons/ppt.gif);
}
ul.icon-list li.arc,
ul.arc li {
  background-image: url(/images/icons/arc.gif);
}
ul.icon-list li.arc-open,
ul.arc-open li {
  background-image: url(/images/icons/arc_open.gif);
}
ul.icon-list li.cal,
ul.cal li {
  background-image: url(/images/icons/cal.gif);
}
/* bulletless list */
ul.no-bullet {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0;
  margin-left: 5px;
}
ul.no-bullet li {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 7px;
}
/* footer links */
.navigation-links {
  display:none;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.navigation-links .left {
  float: left;
  padding-left: 2px;
  margin-left: 10px;
}
.navigation-links .right {
  float: right;
}
.navigation-links a {
  text-decoration: none;
}
.navigation-links a:hover {
  text-decoration: underline;
}
.navigation-links a.breadcrumb {
  text-decoration: underline;
}
/* calendar */
table.calendar {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border: #AAAAAA 1px solid;
  background-color: #FAFAFA;
}
table.calendar td {
  padding: 3px 5px 3px 5px;
  font-size: 90%;
  text-align: center;
}
table.calendar tr.month-selector td {
  background-color: #AAAAAA;
}
table.calendar tr.month-selector td.prev {
  text-align: left;
}
table.calendar tr.month-selector td.next {
  text-align: right;
}
table.calendar tr.month-selector a {
  color: white;
}
table.calendar tr.month td {
  background-color: #AAAAAA;
  color: white;
  font-weight: bold;
}
table.calendar tr.header td {
  background-color: #999999;
  color: white;
  font-weight: bold;
}
table.calendar td.active {
  background-color: #FFF0F0;
}
table.calendar td.active a {
  font-weight: bold;
  color: red;
  text-decoration: none;
}
/* diary */
.header-selector {
  background-color: #EEEEEE;
  padding: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}
table.diary-table {
  width: 100%;
}
table.diary-table td.main {
  padding: 0 10px 10px 0;
}
table.diary-table td.main .month {
  background-color: #CCCCCC;
  padding: 2px;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 10px;
}
table.diary-table td.main .section {
  margin-top: 10px;
  margin-bottom: 15px;
}
table.diary-table td.main .section .heading {
  background-color: #EEEEEE;
  padding: 2px;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}
table.diary-table td.main .section .entry {
  border-bottom: #CCCCCC 1px solid;
  margin-bottom: 10px;
}
table.diary-table td.main .section .entry .title {
  font-weight: bold;
  color: #666666;
  margin-bottom: 10px;
}
.title a {
  font-weight: bold;
}
.title a:hover {
  font-weight: bold;
}
table.diary-table td.nav {
  width: 110px;
  padding: 10px 0 10px 10px;
  border-left: #CCCCCC 1px solid;
}
ul.year-list {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0;
  margin-left: 5px;
}
ul.year-list li {
  list-style: none;
  color: #808080;
  padding-left: 21px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(/images/icons/arc.gif);
  margin-bottom: 3px;
  padding-bottom: 4px;
}
ul.year-list li.selected {
  background-image: url(/images/icons/arc_open.gif);
}
ul.year-list li.month-container {
  padding-left: 0;
  background-image: none;
}
ul.year-list li.month-container ul {
  margin-top: 0;
  margin-bottom: 3px;
  padding-left: 0;
  margin-left: 8px;
}
ul.year-list li.pdf {
  background-image: url(/images/icons/pdf.gif);
}
/* parishes */
table.parish-directory {
  width: 100%;
  border-top: #CCCCCC 1px solid;
}
table.parish-directory td {
  border-bottom: #CCCCCC 1px solid;
  padding: 7px;
}
/* news feed */
div.newsfeed {
  width: 100%;
  table-layout: fixed;
}
div.newsfeed .morehl {
  font-weight: bold;
  font-size: 110%;
}
/* form error */
.form-error {
  color: red;
}
/* picture gallery */
table.picture-gallery-table {
  width: 100%;
}
table.picture-gallery-table td {
  padding: 5px 5px 15px 5px;
  text-align: center;
}
table.picture-gallery-table .picture {
  border: #8F8C8C 1px solid;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}
table.picture-gallery-table .picture img {
  display: block;
}
table.picture-gallery-table .picture .caption {
  background-color: #8F8C8C;
  color: #EEEEEE;
  font-size: 90%;
  padding: 2px;
}
table.picture-gallery-table .picture .caption a {
  color: white;
}
table.picture-gallery-table .picture .caption a:hover {
  text-decoration: none;
}
/* vertical data table */
table.vertical-data-table {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
table.vertical-data-table td {
  padding: 5px;
}
table.vertical-data-table td.key {
  font-weight: bold;
  background-color: #F0F0F0;
}
table.vertical-data-table td.value {}
/* search */
.search-results .synopsis {
  font-size: 110%;
  margin-bottom: 15px;
}
.search-results .record {
  margin-bottom: 15px;
}
.search-results .record .title {
  margin-bottom: 5px;
  font-size: 120%;
  font-weight: bold;
}
.search-results .record .description {
  margin-bottom: 5px;
}
.search-results .record .info {
  color: #006600;
  font-size: 90%;
}
.search-results .page-controls {
  text-align: center;
  color: #777777;
  margin-bottom: 15px;
  border-top: #DDDDDD 1px solid;
  border-bottom: #DDDDDD 1px solid;
  padding: 5px;
}
/* added by Val Robson - Diocese of Ely - November 2008 */
.quote {
       border:1px solid #9FCFFF;
       background:#D7EBFF  url(/images/open_quote_small.gif) no-repeat left top;
       margin-left: 25%;
       margin-right: 25%;
       padding-top: 10px;
       padding-left: 30px;
       font-style:italic;
       font-variant:normal;
       font-weight:normal;
       font-size:110%;
       font-family:Verdana
    }
.quote div {background: transparent url(/images/close_quote_small.gif)right bottom no-repeat;
     padding-right: 25px;
     padding-bottom: 0px;
    }
.quoteby {
       border:1px solid #9FCFFF;
       background:#D7EBFF  no-repeat left top;
       margin-left: 25%;
       margin-right: 25%;
       padding-top: 10px;
       padding-left: 30px;
       font-style:normal;
       font-variant:normal;
       font-weight:normal;
       font-size:110%;
       font-family:Verdana;
	   text-align: right;
    }
/* added by Val Robson - Diocese of Ely - 12 December 2008 */
/* Main Content */
#maincontent {
	float: left;
	width: 440px;
	padding: 0 30px;
}
.post {
}
.post .title {
	margin: 0;
	background: url(images/img03.jpg) repeat-x left bottom;
}
.post .title h1, .post .title h2 {
	margin: 0;
	padding: 0;
}
.post .title a {
	border: none;
	color: #666666;
}
.post .meta {
	margin: 0;
	padding: 3px 0 0 0;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.post .entry {
	padding-bottom: 20px;
}
.post .entry p, .post .entry ol, .post .entry ul {
	line-height: 180%;
}
.post .tags {
	margin: 0;
	padding: 10px;
	border-top: 1px solid #DEDEDE;
	font-size: smaller;
	text-align: center;
}
.post .tags a {
	margin-left: 10px;
}
.post .links {
	text-align: center;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #DEDEDE;
	font-size: smaller;
	text-transform: uppercase;
}
.post .links a {
	font-weight: bold;
}
.post ul {
	padding-bottom: 25px;
}
.post h2, .post h3 {
	padding-top: 20px;
}
/* Sidebars */
.sidebar {
	float: left;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar li {
	padding-bottom: 20px;
}
.sidebar li ul {
}
.sidebar li li {
	padding: 5px 0;
}
.sidebar h2 {
	background: url(images/img03.jpg) repeat-x left bottom;
	letter-spacing: -1px;
	color: #666666;
}
/* Sidebar1 */
#sidebar1 {
	width: 220px;
}
#sidebar1 li li {
	background: url(images/img05.gif) no-repeat left 50%;
	margin-left: 10px;
	padding-left: 10px;
}
#sidebar1 h2 {
}
/* Sidebar2 */
#sidebar2 {
	width: 240px;
}
hnew1, hnew2, hnew3 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
hnew1 {
	font-size: 1.4em;
}
hnew2 {
	font-size: 1.4em;
}
hnew3 {
	font-size: 1em;
}
/* end of additions by Val Robson - Diocese of Ely */
/* Additions by Val Robson - 9JAN09 */
#content
{
	margin: 0 auto;
	width: 868px;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
}
#main
{
background: #ffffff;
padding-top: 10px;
}
#left
{
	margin-left: 0px;
	width: 100%;
	color: #000000;
}
#left h2 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	padding-top: 3px;
}
#left ul {
	list-style: none;
}
#left ul li {
	border: 0px;
	margin-left: 5px;
}
#left a, a:visited {
	color: #000000;
}
#left a:hover, a:visited:hover { 
	text-decoration: underline;
}
#left p
{
	padding: 10px;
	padding-left: 0px;
}
#left .box
{
	border: 1px solid #C9C9C9;
	background: #F5F5F5;
	padding: 10px;
	margin-bottom: 5px;
}
#left .nav-box
{
	border: 1px solid #C9C9C9;
	padding: 5px;
	margin-bottom: 5px;
}
#left .nav-box ul
{
	list-style-type: none;
	text-decoration: none;
	padding: 1px;
	margin-left:5px;
	margin-top:0px;
	margin-bottom: 0px;
}
#left .nav-box ul li
{
	margin-top:4px;
	margin-bottom: 4px;
}
#left .nav-box ul ul li
{
	font-size: 0.8em; 
	margin-top:2px;
	margin-bottom: 2px;
}
#left .nav-box ul a, h2 a {
	list-style-type: none;
	text-decoration: none;
	color: #000000; 
}
#left .nav-box ul a:hover, ul a:visited:hover { 
	color: #225486; 
	text-decoration: underline;
}
#left .nav-box h2 a:hover, h2 a:visited:hover { 
	color: #225486; 
	text-decoration: underline;
}
#right
{
margin: 0px;
width: 330px;
padding-right: 2px;
}
#right .box
{
border: 1px solid #C9C9C9;
background: #F5F5F5;
padding: 10px;
margin-bottom: 5px;
}
#right ol, #right ul
{
margin-left: 5px;
}
#right H1
{
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 135%; 
  color: #225486;
  margin-top: 0px;
  margin-bottom: 0px;	
}
#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #225486;
}
#right a
{
color: #225486;
}
#right p {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
#right .date2 {
	margin: 10px;
	padding: 0;
	padding-top: 5px;
}
#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	color: #225486;
}
#farright
{
float: right;
width: 200px;
padding-right: 5px;
}
#farright .box
{
border: 1px solid #C9C9C9;
background: #F5F5F5;
padding: 10px;
margin-bottom: 5px;
}
#farright h2 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	padding-top: 3px;
	color: #225486;
}
/* Items in a news list */
ul.news-list {
padding:5px 5px 0px 0px;
border-top:1px solid #CCCCCC;
list-style-image:none;
list-style-type:none;
margin-top:5px;
margin-left:0px;
margin-bottom:0px;
}
ul.news-list li {
border-bottom:1px solid #CCCCCC;
/* clear:right; */
font-size:90%;
line-height:normal;
margin-left:0px;
padding:8px 2px 10px 0px;
}
ul.news-list li a{
text-decoration:none;
}
ul.links-list {
padding:5px;
margin-left:5px;
margin-top:5px;
margin-bottom:0px;
list-style-type:none;
}
ul.links-list li a{
text-decoration:none;
}
.style1 {color: #FF0000}
.style3 {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}
.imageleft {
float: left;
}
.imageright {
float: right;
}
/* for displaying photos and captions of width 300px to RIGHT */
.photoright300 {float: right; padding:2px 0px 8px 10px; margin: 0; font-size:90%; color: #0055a8; font-style:italic; width: 300px;}
/* for displaying photos and captions of width 200px to RIGHT */
.photoright200 {float: right; padding:2px 0px 8px 10px; margin: 0; font-size:90%; color: #0055a8; font-style:italic; width: 200px;}
/* for displaying photos and captions of width 150px to RIGHT */
.photoright150 {float: right; padding:2px 0px 8px 10px; margin: 0; font-size:90%; color: #0055a8; font-style:italic; width: 150px;}
/* for displaying photos and captions of width 500pxto LEFT */
.photoleft500 {float: left; padding:2px 10px 8px 0px; margin: 0; font-size:90%; color: #0055a8; font-style:italic; width: 500px;}
/* for displaying photos and captions of width 300pxto LEFT */
.photoleft300 {float: left; padding:2px 10px 8px 0px; margin: 0; font-size:90%; color: #0055a8; font-style:italic; width: 300px;}
/* for displaying photos and captions of width 200pxto LEFT */
.photoleft200 {float: left; padding:2px 10px 8px 0px; margin: 0; font-size:90%; color: #0055a8; font-style:italic; width: 200px;}
/* for displaying photos and captions of width 150px to LEFT */
.photoleft150 {float: left; padding:2px 10px 8px 0px; margin: 0; font-size:90%; color: #0055a8; font-style:italic; width: 150px;}
/* for displaying photos and captions of width 150px */
.photo150 {padding:2px 5px 8px 5px; margin: 0; font-size:90%; color: #0055a8; font-style:italic; width: 150px;}
/* for displaying photos and captions of width 200px */
.photo200 {padding:2px 5px 8px 5px; margin: 0; font-size:90%; color: #0055a8; font-style:italic; width: 200px;}
/* for displaying photos and captions of width 500px */
.photo500 {padding:2px 5px 8px 5px; margin: 0; font-size:90%; color: #0055a8; font-style:italic; width: 500px;}
/* END Additions by Val Robson */
