* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
}

/*---- Colours ----*/
/* Nearly black */
* {
    color: #333;
}

/* Main blue */
h1, .Heading1, p.Bodycopy2, a, .tag-line strong, .phone strong, .email strong {
    color: #005b9f;
}
.footer, .nav1bar, .nav-1 ul li a, ul.simplePagerNav li.currentPage {
    background: #005b9f;
}
ul.simplePagerNav li {
    border-color: #005b9f;
}

/* Lighter blue */
.nav-1 ul li a:hover, .nav-1 ul li a.selected,
body.nav1-the-hospice .nav1bar, body.nav1-service-info .nav1bar, body.nav1-fundraising .nav1bar,
body.nav1-volunteers .nav1bar, body.nav1-recruitment .nav1bar, body.nav1-contact-us .nav1bar {
    background-color: #0074cb;
}

/* V light blue */
div.address, .highlight, .highlight-wide,
table.decorated tbody th, blockquote.poem {
    background-color: #eeeeff;
}

/* V light blue 1 */
table.decorated tr.alt-2, table.decorated tr.alt-4 {
    background-color: #f7f7ff;
}

/* Slightly darker blue */
p.summary, p.author, h2 span.num, .event-item .date, .event-item .call, blockquote.poem {
    color: #00497f;
}
table.decorated thead th {
    background-color: #00497f;
}

/* Darker blue */
a:hover, h2.sub, .email, .phone, .author, strong, table.decorated tbody th {
    color: #001c37;
}

/* Main yellow */
.footer span strong {
    color: #efc233;
}
.footer {
    border-top-color: #efc233;
}
.nav1bar {
    border-bottom-color: #efc233;
}

/* Bright yellow */
#dying-matters, .quote-wrapper, .quote-wrapper blockquote {
    background-color: #ffffd0;
}

/* Dark grey */
.tag-line {
    color: #666;
}

/* Lighter grey */
table.decorated td, table.decorated th, table.decorated col, table.decorated {
    border-color: #ccc;
}

/* White */
.nav-1 ul li a, .nav-1 ul li a:hover, .nav-1 ul li a.selected, table.decorated thead th {
    color: #fff;
}

/* V light red 1 */
table.decorated tr.alt-4 td.super {
    background-color: #ffefef;
}
table.decorated tr.alt-3 td.super {
    background-color: #ffe7e7;
}
table.decorated tr.alt-2 td.super {
    background-color: #ffe3e3;
}
table.decorated tr.alt-1 td.super {
    background-color: #ffdede;
}

/*---- Consistent headings ----*/
h1, h2, h3, h4, h5, h6, .Heading1, .Heading2, p.Bodycopy2, h1 span.num, h2 span.num, h3 span.num, h4 span.num, h5 span.num, h6 span.num {
    font-weight: bold;
    clear: both;
}

h1, .Heading1 {
    font-size: 1.4em;
    padding-bottom: 12px;
    line-height: 1.2em;
}

h2, .Heading2, p.Bodycopy1 span.Bodycopy2 {
    font-size: 1.2em;
    padding: 12px 0;
    margin: 0;
    line-height: 1.3em;
}

h2 span.num {
    padding-right: 10px;
}

h3, h2.sub {
    font-size: 1.1em;
    padding-bottom: 10px;
    margin: 0;
}

h2.sub {
    text-transform: uppercase;
}

h4 {
    font-size: 1.05em;
    padding-bottom: 8px;
    margin: 0;
}
h1.parent {
    margin: 0;
    padding-top: 10px;
}
.child {
    margin: 0;
    padding-top: 0;
}

/*---- Main Items ----*/
body {
    width: 960px;
    margin: auto;
    background-color: #fff;
}

p {
    margin: 0 0 16px;
    line-height: 22px;
}

img {
    border: 0;
}

#fade-images img {
    display: none;
}
#fade-images img:first-child, #fade-images img.first {
    display: block;
}

a.main-logo {
    display: block;
    float: left;
    width: 96px;
    height: 75px;
    padding: 12px 20px 0 20px;
}

a.main-logo img {
    width: 96px;
    height: 75px;
}

.tag-nav-wrapper {
    float: left;
    width: 824px;
}

/* Tag Line */
.tag-line {
    display: block;
    height: 33px;
    margin: 18px 0 3px 19px;
    padding: 0;
    width: 383px;
}

.header {
    clear: both;
}

#fade-images {
    float: left;
    height: 155px;
    margin: 10px 20px 20px 35px;
}

.phone strong, .email strong, .author, li strong {
    font-weight: bold;
}

/*---- Main navigation ----*/
.nav-1 {
    float: right;
    padding-top: 14px;
    margin-right: 3px;
}
.nav1bar {
    clear:both;
    width: 960px;
    height: 14px;
    border-bottom-style: solid;
    border-bottom-width: 8px;
    margin-bottom: 20px;
}
.nav-1 ul {
    height: 30px;
}
.nav-1 ul li, ul.simplePagerNav li {
    list-style-type:none;
    display: inline;
    float:left;
    padding: 0 1px;
}
.nav-1 ul li.first {
    border-left: none;
}
.nav-1 ul li a {
    display: block;
    font-weight: bold;
    font-size: 1em;
    padding: 7px 12px;
    background: #005b9f url(../images/blend-blue.png) repeat-x scroll 0 0;
    border-left: 1px solid #00365e;
    border-top: 1px solid #0036ea;
    border-right: 1px solid #0036ea;
}

.nav-1 ul li a:hover, .nav-1 ul li a.selected {
    background-image: url(../images/blend-blue-l.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    border-left-color: #03709e;
    border-top-color: #05b5ff;
    border-right-color: #05b5ff;
}

/*---- Secondary navigation ----*/
.col-1 {
    float: left;
    width: 195px;
    margin-right: 30px;
    margin-left: 15px;
    font-size: 0.9em;
}

.col-1 ul li {
    display: block;
    border-bottom: 1px dashed #ccc;
}
.col-1 ul li a {
    font-weight: bold;
    display: block;
}
.col-1 ul li.first {
    border-top: 1px dashed #ccc;
}

.col-1 .links ul li {
    text-align: center;
    padding: 6px 0;
}

.nav-2 ul {
    padding-left: 0;
}

.nav-2 ul li {
    list-style-type:none;
    background: transparent url(../images/bullet-1.png) no-repeat 0 9px;
}
.nav-2 ul li a {
    display: block;
    padding: 5px 0 5px 15px;
    font-weight: bold;
    line-height: 1.2em;
}

.nav-2 ul li ul li {
    background-image: none;
    border-bottom: none;
    padding-left: 15px;
    margin: 0;
    font-size: 0.9em;
}
.nav-2 ul li ul li a {
    border-top: #ddd 1px solid;
    padding: 3px 10px;
}
.col-1 .links {
     margin-top: 40px;
}

.main-wrapper {
    float: left;
    width: 700px;
}

.main-content {
    border-left:1px solid #ccc;
    padding: 20px 40px;
    width: 638px;
}

/*---- Nice bullets ----*/
.main-content ul, .main-content ol {
    margin: 0 25px 25px 35px;
}
.main-content ul li {
    list-style-image: url(../images/bullet-1.png);
    margin-bottom: 6px;
    line-height: 20px;
}
.main-content ol li {
    margin-bottom: 12px;
    line-height: 20px;
    list-style-type: decimal;
}

.Heading1 {
    font-size: 16px;
    line-height: 24px;
}

a:link, a:visited {
    text-decoration: none;
}

.Bodycopy3 {
    line-height: 12px;
    font-weight: bold;
    text-decoration: none;
}

/*---- Footer ----*/
.footer {
    float: left;
    border-top-style: solid;
    border-top-width: 8px;
    margin-top: 10px;
    padding: 20px;
    width: 920px;
}

.footer span {
    color: #fff;
    font-size: 0.9em;
    display: block;
    float: left;
}

.footer span strong {
    font-weight: bold;
}

.footer .address, .charity {
    float: left;
}

.footer .phone, .footer .address {
    padding-right: 20px;
}

.footer .email a {
    color: #fff;
}

.footer .email a:hover {
    color: #f0c81b;
}

.footer .line1 {
    padding-bottom: 10px;
    float: right;
}

.footer .line2 {
    float: right;
}

.footer .clear {
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

/*---- Error and notice boxes ----*/
.error, .notice, .success {
    padding: .8em .8em .8em 2.2em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
    display: block;
}

.error {
    background: #FBE3E4 url('../images/cancel.png') no-repeat 5px center;
    color: #8a1f11;
    border-color: #FBC2C4;
}
.notice {
    background: #FFF6BF url(../images/error.png) no-repeat 5px center;
    color: #514721;
    border-color: #FFD324;
}
.success {
    background: #E6EFC2 url(../images/accept.png) no-repeat 5px center;
    color: #264409;
    border-color: #C6D880;
}
.error a {
    color: #8a1f11;
}
.notice a {
    color: #514721;
}
.success a {
    color: #264409;
}

/*---- Drop shadow ----*/
.lightbox, .shadow, .gallery a {
  float:left;
      background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
      background: url(../images/shadow.gif) no-repeat bottom right;
      margin: 10px 0 0 10px !important;
      margin: 10px 0 0 5px;
  }

.lightbox img, .shadow img, .gallery a img {
      display: block;
      position: relative;
      background-color: #fff;
      border: 1px solid #a9a9a9;
      margin: -6px 6px 6px -6px;
      padding: 4px;
}

p.center {
    text-align: center;
}

.col-1 li.shop a {
    background: transparent url(../fundraising/shop-open-small.jpg) no-repeat scroll 0 3px;
    margin-left: 18px;
    padding: 5px 0 5px 51px;
    text-align: left;
}

p.summary, p.summary em {
    font-weight: bold;
}
p.summary em {
    font-style: italic;
}

div.click {
    float: left;
    clear: both;
}

/*---- PDFs ----*/
div.pdf {
    margin: 0 30px;
}
.pdf .img {
    float: left;
}
.pdf .txt {
    margin: 14px 0 0 14px;
    float: left;
}

p.back-to-top, p.back, p.forward {
    margin-top: 12px;
    clear: both;
    background: #fff url(../images/up-arrow-1.png) no-repeat 0 2px;
    padding-left: 23px;
}
p.back {
    background-image: url(../images/left-arrow-1.png);
}
p.forward {
    background: #fff url(../images/right-arrow-1.png) no-repeat 100% 2px;
    padding-right: 23px;
    padding-left: 0;
    float: left;
}

/* Dying matters */
#dying-matters {
    padding: 30px;
    margin: 20px;
}

#dying-matters h2 {
    color: #5b98e9;
    /*font-family: 'Arial Rounded MT Bold, Arial, Helvetica, sans-serif';*/
    font-size: 28px;
}

#dying-matters .come-along {
    color: #00498c;
}

#dying-matters .intro {
    width: 318px;
    float: left;
}

#dying-matters .img {
    width: 200px;
    float: right;
    display: block;
    padding-left: 20px;
}

#dying-matters .content {
    clear: both;
    padding-top: 20px;
    font-size: 0.9em;
}

/* Quotes */
.pic {
    float: left;
}
.quote-wrapper {
    padding: 20px;
    padding-left: 25px;
    background-image: url(../images/begin-quotes.gif);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 20px;
}
.quote-wrapper blockquote {
    background-image: url(../images/end-quotes.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    line-height: 20px;
    padding-bottom: 9px;
}

/*---- News items ----*/
.news-item {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    clear: both;
}

.news-item:first-child, .news-item-first {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.news-item .quote-wrapper {
    margin-left: 20px;
    margin-right: 20px;
}

.news-item .quote-wrapper {
    margin-left: 20px;
    margin-right: 20px;
}

.news-item-narrow-pic .quote-wrapper, .news-item-medium-pic .quote-wrapper {
    margin-left: 20px;
    margin-right: 0;
    float: right;
}

.news-item-narrow-pic .pic {
    width: 190px;
}
.news-item-narrow-pic .quote-wrapper {
    width: 383px;
}

.news-item-medium-pic .pic {
    width: 260px;
}
.news-item-medium-pic .quote-wrapper {
    width: 313px;
}

.news-item .quote-wrapper-wide {
    clear: both;
    width: 593px;
}

.news-item .pic img, .news-item img.pic, .news-item img.frame,
.news-item .news-sub-item img, img.framed, .gallery-framed-float img,
p.imgs img
{
    border: 1px solid #ccc;
    padding: 4px;
}

.news-item .pic img, .news-item img.pic, .news-item img.frame, .news-item .news-sub-item img,
.gallery-framed-float img, p.imgs img {
    margin-right: 16px;
    margin-bottom: 16px;
    display: block;
}

p.imgs img {
    display: inline;
}

.news-item .pic img, .news-item img.pic, .news-item .news-sub-item img, .gallery-framed-float img {
    float: left;
}

.news-sub-item {
    clear: both;
    padding-top: 16px;
}

.news-item img.plain {
    border: none;
    padding: 0;
}

.news-item img.centre {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.news-item .caption {
    font-size: 0.9em;
}

.news-item p.caption {
    text-align: center;
    margin: -13px 30px 25px 30px;
}

.news-item .news-sub-item p.caption, .news-item .pic .caption {
    text-align: left;
    margin-top: 0;
}

.news-item .pic .caption {
    clear: both;
    margin: 0 0 16px;
}

.news-item em {
    font-style: italic;
}

/*---- Tables ----*/
table.decorated {
    margin-bottom: 14px;
}

table.decorated td, table.decorated th {
    border-style: none dotted solid none;
    border-width: 0 1px 1px 0;
    vertical-align: top;
    padding: 8px;
    line-height: 22px;
}

table.decorated th {
    border-style: none solid solid none;
}

table.decorated col.first {
    border-left-style: solid;
    border-left-width: 1px;
}

table.decorated thead th, table.decorated thead td, table.decorated tr.first td, table.decorated tr.first th {
    border-top-style: solid;
    border-top-width: 1px;
}

table.decorated th {
    font-weight: bold;
}

table.decorated {
    border-style: solid;
    border-width: 1px;
}

/*---- Events table ----*/
table.events .date {
    vertical-align: top;
}

table.events .date, table.events .location {
    border-bottom: 1px solid #ccc;
}

table.events tr:first-child td {
    border-top: 1px solid #ccc;
}
table.events td {
    border-right: 1px solid #ccc;
    padding: 8px;
}
table.events td.date {
    border-left: 1px solid #ccc;
    line-height: 22px;
}

table.events .date, table.events .event-name {
    padding-top: 5px;
}

table.events .event-name {
    font-weight: bold;
    background-color: #eeeeff;
}

/*---- Addresses ----*/
div.address, .highlight, .highlight-wide {
    margin-bottom:22px;
    padding:20px 20px 10px;
}

div.address, p.highlight-wide {
    padding-bottom: 17px;
}

.highlight, .highlight-wide {
    width: 300px;
    float: left;
    margin-left: 20px;
}

.highlight, .highlight-wide {
    width: 555px;
}

p.highlight-wide {
    padding-top: 9px;
}

div.address {
    font-size:1.1em;
    margin-bottom:22px;
    width:278px;
}

.nav1-service-info div.address {
    font-size: 1em;
    background: none;
    padding: 0;
}

div.address div {
    margin-bottom: 6px;
}

div.address .addr1 {
    font-weight: bold;
}

div.address .postcode {
    margin-bottom: 16px;
}

div.address .phone, div.address .email, div.address .comment {
    font-size: 0.85em;
}
.nav1-service-info div.address .phone, .nav1-service-info div.address .email {
    font-size: 1em;
}

p.summary .phone, p.summary .email {
    font-weight: bold;
}

div.address strong {
    font-weight: bold;
}

table.clin-op {
    margin-bottom: 10px;
}
table.clin-op td, table.clin-op th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.clin-op td {
    padding: 6px 10px;
}
table.clin-op th {
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #ccc;
    background-color: #eeeeff;
}
table.clin-op tr:first-child th, table.clin-op tr:first-child td {
    border-top: 1px solid #ccc;
}
table.clin-op tr.head td {
    background-color: #005b9f;
    color: #fff;
    font-weight: bold;
}
.float {
    float: left;
}
img.float {
    margin-right: 23px;
    margin-bottom: 10px;
    margin-top: 4px;
}

.pdf {
    display: block;
    padding-left: 20px;
    background: transparent url(../images/pdf_icon_small.gif) no-repeat 0 3px;
}

/*---- Archive layout tweaks ----*/
#arc-how-can-you-help .highlight {
    width: 465px;
}

#arc-how-can-you-help img.float {
    margin-top: 20px;
}

#arc-lual-2007 .highlight {
    width: 230px;
    margin-left: 0;
}

#arc-lottery .highlight {
    width: 400px;
}

.news-sub-item ul#thanku5 {
    margin-left: 395px;
}

#benefit-book img.float {
    margin-bottom: 0;
}

/*---- Forms ----*/
#forms li {
    margin-bottom: 10px;
    padding-left: 25px;
}

#forms p {
    clear: both;
}

#forms p a {
    display: block;
    float: left;
    margin-bottom: 10px;
}

#forms p a.text {
    padding: 6px 0 0 10px;
}

/* Recruitment section needs more spacing */
.nav1-recruitment .main-content ul li {
    line-height: 23px;
}

/*---- Gallery tweak ----*/
.gallery .pic {
    float: left;
    margin: 0 20px 20px 0;
}
.gallery .pic .title {
    padding-top: 5px;
    text-align: center;
    font-weight: bold;
    clear: left;
    font-size: 0.9em;
}

.paged {
    overflow: hidden;
}

p.imgs {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 16px;
}
/*--- Stop all images displaying before the pager loads ---*/
#lual-2009 .paged {
    max-height: 537px;
}
#lual-2008 .paged {
    max-height: 516px;
}
#lual-2007 .paged {
    max-height: 519px;
}
#open-day-2008 .paged {
    max-height: 604px;
}
.img-260x195 .paged {
    max-height: 663px;
}
/*--- Images that are 173px high --*/
#ladies-lunch-2010 .paged, #costal-walk-2010 .paged {
    max-height: 594px;
}
#lual-2009 .paged, #lual-2009 .simplePagerNav,
#lual-2008 .paged, #lual-2008 .simplePagerNav,
#open-day-2008 .paged, #open-day-2008 .simplePagerNav,
#costal-walk-2010 .paged, #costal-walk-2010 .simplePagerNav,
#ladies-lunch-2010 .paged, #ladies-lunch-2010 .simplePagerNav
{
    margin-left: 75px;
}
#lual-2007 .paged, #lual-2007 .simplePagerNav {
    margin-left: 82px;
}

#lual-2009 div.gallery-framed-float img {
    width: 227px;
    height: 153px;
}

#lual-2008 div.gallery-framed-float img {
    width: 220px;
    height: 146px;
}

#lual-2007 div.gallery-framed-float img {
    width: 220px;
    height: 147px;
}

#lual-2007 p img {
    padding: 8px;
}

#open-day-2008 .simplePagerContainer .gallery-framed-float {
    width: 511px;
}

#costal-walk-2010 img {
    width: 227px;
    height: 173px;
}

#ladies-lunch-2010 img {
    width: 230px;
    height: 173px;
}

#ladies-lunch-2010  .simplePagerContainer .gallery-framed-float {
    width: 521px;
}

.img-260x195 img {
    width: 260px;
    height: 195px;
}

.img-260x195 img.auto {
    height: auto;
}

/*---- Paging ----*/
.simplePagerNav {
    clear: both;
    display: block;
}
ul.simplePagerNav {
    margin-top: 0px;
    margin-left: 0px;
    height: 24px;
}

.simplePagerContainer .gallery-framed-float {
    width: 506px;
    overflow: hidden;
}

.img-260x195 .simplePagerContainer div {
    width: 572px;
}

.img-260x195 .simplePagerContainer div, .img-260x195 .simplePagerNav, .img-260x195 .paged {
    margin-left: 43px;
}

ul.simplePagerNav li {
    border-style: solid;
    border-width: 1px;
    padding: 1px 7px;
    margin-right: 9px;
}

ul.simplePagerNav li.currentPage a {
    color: #fff;
}

ul.simplePagerNav li a {
    font-weight: bold;
}

/*---- Lottery ----*/
table#lottery-results col#heading {
    width: 125px;
}
table#lottery-results col#draw-no {
    width: 200px;
}
table#lottery-results col#location {
    width: 200px;
}
table#lottery-results col#prize {
    width: 140px;
}

/*---- Diary ----*/
.event-item {
    clear: both;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}
.event-item:first-child, .event-item.first {
    border-top: none;
    padding-top: 0;
}
.event-item .diary,
.event-item .diary-jan,
.event-item .diary-feb,
.event-item .diary-mar,
.event-item .diary-apr,
.event-item .diary-may,
.event-item .diary-jun,
.event-item .diary-jul,
.event-item .diary-aug,
.event-item .diary-sep,
.event-item .diary-oct,
.event-item .diary-nov,
.event-item .diary-dec
{
    width: 32px;
    height: 28px;
    display: block;
    float: left;
    background-image: url(../images/diary-blank.png);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 17px;
    margin-top: 5px;
    background-repeat: no-repeat;
}
.event-item .diary-range {
    height: 28px;
    font-size: 14px;
    padding-top: 17px;
}
.event-item .diary-range2 {
    font-size: 11px;
    font-weight: normal;
}
.event-item .diary-jan {
    background-image: url(../images/diary-jan.png);
}
.event-item .diary-feb {
    background-image: url(../images/diary-feb.png);
}
.event-item .diary-mar {
    background-image: url(../images/diary-mar.png);
}
.event-item .diary-apr {
    background-image: url(../images/diary-apr.png);
}
.event-item .diary-may {
    background-image: url(../images/diary-may.png);
}
.event-item .diary-jun {
    background-image: url(../images/diary-jun.png);
}
.event-item .diary-jul {
    background-image: url(../images/diary-jul.png);
}
.event-item .diary-aug {
    background-image: url(../images/diary-aug.png);
}
.event-item .diary-sep {
    background-image: url(../images/diary-sep.png);
}
.event-item .diary-oct {
    background-image: url(../images/diary-oct.png);
}
.event-item .diary-nov {
    background-image: url(../images/diary-nov.png);
}
.event-item .diary-dec {
    background-image: url(../images/diary-dec.png);
}
.event-item .summary {
    float: left;
    padding-left: 13px;
}
.event-item h2 {
    padding-top: 0;
    padding-bottom: 4px;
}
.event-item .summary .date {
    font-size: 1.05em;
}
.event-item .date, .event-item .call {
    font-weight: bold;
    clear: left;
}
.event-item .details {
    width: 550px;
    clear: both;
    padding-left: 47px;
    padding-top: 5px;
}
blockquote.poem {
    line-height: 1.6em;
    padding: 30px 40px;
    margin: 5px 50px 20px 50px;
}

/*--- Common Links ---*/
.col-1 .links {
    font-size: 1.1em;
}
.col-1 .ebay-shop img, .col-1 .ebay-shop a {
    padding-right: 14px;
}