* { margin: 0; padding: 0; }
body { background-color: #e0e0e0; font-family: arial, helvetica; font-size: 100%;} 

.float-left { float: left; }
.float-right { float: right; }
.no-border { border: none; }
.no-background { background-color: #000000; }
.clergy-image-left { float: left; margin: 10px; }
.clergy-image-right { float: right; margin: 10px; }
.blue-text { color: rgb(1, 71, 123); }
.logo-image { float:right; margin-right: 50px; }
.default-fonts { }
.text-right-align { text-align: right; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#wrapper {
    width: 970px;
    margin: 0 auto;
    padding: 0 0 10px 0;
    background-color: #ffffff;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

#header {
    width: 100%;
    height: 120px;
    background-color: #99cdff;
}

#header-text {
    float: left;
    position: relative;
    top: 33px;
    left: 15px;
}
#header-church {
    float: right;
    position: relative;
    right: 11px;
}
#header-logo {
    float: right;
    position: relative;
    right: 15px;
    top: 7px;
}

#menu {
    width: 100%;
    height: 31px;
    background-color: #ffe591;
    background-image: url('../img/menu-ribbon-middle.png');
    margin: 0 0 26px 0;
}

#menu-ribbon {
    width: 100%;
    height:31px;
    position: absolute;
    top: 114px;
    z-index: -1;
    background-image: url('../img/menu-ribbon-background.png');
    background-repeat: repeat-x;
}
#menu-ribbon-left-fold { float: left; width: 35px; height: 37px; position: relative; top: -6px; left: -20px; background-image: url('../img/menu-ribbon-left-fold.png'); }
#menu-ribbon-right-fold { float: right; width: 35px; height: 37px; position: relative; top: -6px; left: 20px; background-image: url('../img/menu-ribbon-right-fold.png'); }

#menu ul {
    list-style: none;
    height: 31px;
    line-height: 31px;
    font-weight: bold;
}

#menu li {
    float: left;
    margin-right: 104px;
}
#menu li.menu-last {
    margin-right: 0px;
}
#menu li a {
    text-decoration: none;
    color: #000000;
}
#menu a:hover {
    text-decoration: underline;
}

#content {
    width: 100%;
    background-color: #ffffff;
}

#content-padding {
    padding: 15px;
}

#footer-wrapper {
    width: 100%;
    height: 161px;
    margin: 0 auto;
    background: #e0e0e0 url('../img/footer-ribbon-whole.png') center top no-repeat;
}
#footer-centre {
    margin: 0 auto;
    width: 970px;
    height: 156px;
}
#footer {
    width: 100%;
    padding: 8px 15px 15px 15px;
    height: 123px;
}

#footer-ribbon {
    width: 100%;
    height:154px;
    z-index: -1;
    background-image: url('../img/footer-ribbon-background.png');
    background-repeat: repeat-x;
}

.footer-box {
    padding: 6px 15px;
    width: 284px;
    float: left;
    font-size: 14px;
    line-height: 17px;
}

.footer-box ul {
    list-style: none;
}

.footer-box a {
    text-decoration: none;
    color: #000000;
}

.footer-box a:hover { text-decoration: underline; }

.home-box-image {
    border-right: 5px solid #99cdff;
    width: 619px;
    height: 321px;
}

.home-box-image img {
    border: none;
}

#welcome { float: left; width: 306px; height: 321px; background-color: #000000;}

#welcome-noscript {
    background-color: #c7e3ff;
    width: 100%;
    height: 100%;
}
#welcome-noscript-text {
    padding: 15px;
}

.home-box {
    margin: 15px;
    border: 5px solid #99cdff;
}

#accordion .ui-accordion-header {
    padding-left: 15px;
    height: 45px;
    background-color: #ffffff;
    line-height: 35px;
    background-image: url('../img/home-accordion-header.png');
    border-bottom: 1px solid #ffffff;
}

#accordion .ui-accordion-header a {
    text-decoration: none;
    color: #000000;
}

#accordion .ui-accordion-content {
    padding: 7px;
    background-color: #c7e3ff;
}

#accordion { display: none; }
#home-box-worship { display: none; }
#home-box-music { display: none; }

#events-news-history {
    margin: 20px 15px 0 15px;
    background-image: url('../img/home-box-background.png');
    background-repeat: repeat-y;
}

.home-third-event a {
    text-decoration: none;
    color: #000000;
}
.home-third-event a:hover { text-decoration: underline; }

.home-third-box {
    padding: 0px 15px 0px 15px;
    width: 283px;
    float: left;
    font-size: 14px;
    line-height: 19px;
}

.home-third-title {
    padding-left: 10px;
    font-size: 24px;
    line-height: 30px;
}

.home-third-more {
    float: right;
    line-height: 35px;
    height: 30px
}

.home-third-more a{
    color: #3294f7;
}

.home-third-event { padding-top: 10px;}

.home-third-event-desc {
    width: 215px;
    padding-left: 70px;
    line-height: 19px;
}

#home-services-text {
    padding-top: 7px;
}

.right-brown { border-right: 2px solid #ffe591; }
.right-white { border-right: 2px solid #ffffff; }

#submenu {
    float: left;
    width: 197px;
    background-color: #ffe591;
    border: 3px solid #ccb774;
    margin: 0 15px 0 15px;
}

#submenu-header {
    width: 100%;
    height: 39px;
    background-image: url('../img/submenu-header.png');
    line-height: 39px;
}
#submenu-header a {
    padding-left: 10px;
    text-decoration: none;
    color: #000000;
}
#submenu-header a:hover { text-decoration: underline; }

#submenu-links ul { list-style: none; }
#submenu-links li {
    border-top: 2px solid #ffffff;
    height: 25px;
    line-height: 23px;
    font-size: 14px;
}
#submenu-links a {
    padding-left: 15px;
    text-decoration: none;
    color: #000000;
}
#submenu-links li a {
    display: block;
}
#submenu-links li:hover { background-color: #ccb774; }
#submenu-links a:hover { text-decoration: underline; }

.submenu-links-last { border-bottom: 2px solid #ccb774; }
.submenu-links-child { padding-left: 15px; }
.submenu-links-selected { background-color: #ccb774; }

#submenu-news-events {  }
#submenu-news-events a {
    padding-left: 15px;
    padding-top: 11px;
    color: #3294f7;
    line-height: 35px;
}
.submenu-news-events-last {
    padding-bottom: 11px;
}

#centre {
    float: left;
    width: 528px;
    border: 3px solid #99cdff;
}

#breadcrumb {
    height: 23px;
    width: 508px;
    padding: 0 10px;
    background-color: #99cdff;
    font-size: 14px;
    line-height: 21px;
}

#breadcrumb a {
    text-decoration: none;
    color: #000000;
}
#breadcrumb a:hover { text-decoration: underline; }

#centre-content {
    padding: 10px;
}

#right-images{
    float: left;
    width: 167px;
    border-top: 3px solid #ccb774;
    border-left: 3px solid #ccb774;
    border-right: 3px solid #ccb774;
    margin: 0 0 0 15px;
}

.right-image {
    border-bottom: 3px solid #ccb774;
}

.error-box {
    padding: 26px;
}

/* News and Events */
div.news-item {
    margin-bottom: 10px;
    position: relative;
}
div.news-item a {
    text-decoration: none;
    color: #000000;
}
div.news-item a:hover {
    text-decoration: underline;
}
div.news-item-title {
    font-size: 140%;
    padding-left: 10px;
}
div.news-item-created {
    float: right;
    padding: 5px;
}
div.news-item-content{
    padding: 5px;
}
.event-container {
    padding-bottom: 15px;
    position: relative;
}
.event-title {
    padding-left: 75px;
    
}
.event-title a {
    text-decoration: none;
    color: #000000;
}
.event-title a:hover {
    text-decoration: underline;
}
.event-date {
    padding-left: 15px;
}
table.event {
	line-height: 32px;
}
.event-selected-title {
    padding: 5px;
    font-size: 140%;
}
.event-selected-title a {
    text-decoration: none;
    color: #000000;
}
.event-selected-title a:hover {
    text-decoration: underline;
}
.event-selected-date {
    float: right;
    padding: 5px;
}
.event-selected-content{
    padding: 5px;
}

/* Forms */
form {
    clear: both;
    margin-right: 20px;
    padding: 0;
    width: 80%;
}
fieldset {
    border: 1px solid #ccc;
    margin-top: 30px;
    padding: 16px 20px;
}
fieldset legend {
    background:#fff;
    color: #e32;
    font-size: 160%;
    font-weight: bold;
}
fieldset fieldset {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 16px 10px;
}
fieldset fieldset legend {
    font-size: 120%;
    font-weight: normal;
}
fieldset fieldset div {
    clear: left;
    margin: 0 20px;
}
form div {
    clear: both;
    margin-bottom: 1em;
    padding: .5em;
    vertical-align: text-top;
}
form div.input {
    color: #444;
}
form div.required {
    color: #333;
    font-weight: bold;
}
form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
    margin-left: 140px;
}
label {
    display: block;
    font-size: 110%;
    padding-right: 20px;
}
input, textarea {
    clear: both;
    font-size: 140%;
    padding: 2px;
    width: 100%;
    font-family: "arial", "tahoma", "helvetica", "sans-serif";
}
select {
    clear: both;
    font-size: 120%;
    vertical-align: text-bottom;
}
select[multiple=multiple] {
    width: 100%;
}
option {
    font-size: 120%;
    padding: 0 3px;
}
input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}
input[type=radio] {
    float:left;
    width:auto;
    margin: 0 3px 7px 0;
}
div.radio label {
    margin: 0 0 6px 20px;
}
input[type=submit] {
    display: inline;
    font-size: 110%;
    padding: 2px 5px;
    width: auto;
    vertical-align: bottom;
}

div.message {
    clear: both;
    color: #900;
    font-size: 140%;
    font-weight: bold;
    margin: 1em 0;
}
div.error-message {
    clear: both;
    color: #900;
    font-weight: bold;
}
