body{
    font-family: Trebuchet MS !important;
    padding: 0;
    margin: 0;
    color: #000 !important;
    line-height: 25px !important;
    font-size: 15px !important;
}
body p {
    text-align: justify;
}
.displayNone {display: none;}
.page-heading{font-size: 25px;}



/*----- Header ----*/
.catholic-bg{
    background: url('../images/Wholebg.png') repeat-x;
}
/*----- End Header ----*/

/*----- Sidebar Menu ----*/

.sidebar-bg{
    background: #dc452f url(../images/sidemenu.png) repeat-x;
    padding: 15px;
}
.sidebar-menus{
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar-menus li{
    list-style: none;
    border-bottom: 1px solid #c40f0f;
}
.sidebar-menus li a{
    color: #000;
    background: url(../images/MenuArrow.png) no-repeat 10px 11px;
    font-size: 14px;
    padding: 6px 0 6px 30px;
    display: block;
    line-height: 22px;
    text-decoration: none;
}
.sidebar-menus li a:hover {
    text-decoration: none;
    color: #fff;
}
.sidebar-menus li:hover{
    background-color: #c40f0f;
    color: #fff;
}
.activemenu {
    background-color: #c40f0f !important;
    color: #fff !important;
}
.dpdm{
    padding: 0 0 0 20px;
    margin: 0;
    list-style: none;
}
#sb-dropdown-menu  i{
    vertical-align: middle;
    margin-left: 10px;
    color: #fff;
}
#sb-dropdown-menu:hover{
   // background-color: transparent !important;
    color: #fff;
}

/*----- End Sidebar Menu ----*/


/*----- Footer ----*/
.catholic-footer{
    background: url('../images/BottomBg.png') repeat-x;
    height: 86px;
    padding-bottom: 0px;
    width: 100%;
    margin-top: 50px;
}
.footer-left{
    margin: auto;
    text-align: center;
    border: 0px solid Red;
    float: left;
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #24748b;
    line-height: 20px;
    padding-top: 30px;
    padding-left: 0px;
}
.w3c-logo{
    float: left;
    border: 0px solid red;
    padding-top: 28px;
    padding-left: 110px;
}
.footer-right{
    margin: auto;
    text-align: center;
    border: 0px solid Red;
    float: right;
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #24748b;
    line-height: 20px;
    padding-top: 30px;
    padding-left: 0px;
}
.footer-right p {
    float: left;
    margin-right: 10px;
}
/*----- End Footer ----*/


/*----- Service time ----*/
.page-content{margin-top: 17px;}
.service-time h4{
    font-size: 18px;
    text-decoration: underline;
    display: inline-block;
}
/*----- End Service time ----*/


/*----- Contact Us ----*/

.contact-box1 {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 20px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,233,233,1) 8%, rgba(255,255,255,1) 51%, rgba(249,233,233,1) 92%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(8%, rgba(249,233,233,1)), color-stop(51%, rgba(255,255,255,1)), color-stop(92%, rgba(249,233,233,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,233,233,1) 8%, rgba(255,255,255,1) 51%, rgba(249,233,233,1) 92%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,233,233,1) 8%, rgba(255,255,255,1) 51%, rgba(249,233,233,1) 92%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,233,233,1) 8%, rgba(255,255,255,1) 51%, rgba(249,233,233,1) 92%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(249,233,233,1) 8%, rgba(255,255,255,1) 51%, rgba(249,233,233,1) 92%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.contact-box1 h6,
.contact-box2 h6{
    font-size: 18px;
    color: #c40f0f;
}
.contact-box1 ul{padding: 0 0 0 20px;}
.contact-box1 ul li{
    margin-bottom: 10px;
    color: red;
}
.contact-box1 ul li a{
    color: #000;
}
.contact-box2{
    padding: 20px;
}
#contactForm label{
    color: #5b664a;
    font-size: 14px;
    display: block;
}
#contactForm sup{color: red;}
#contactForm textarea,
#contactForm input {
    width: 100%;
    font-size: 14px;
    color: #000;
    outline: none;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
.form-submit-button {
    text-align: right;
    margin-top: 20px;
}

.form-submit-button .clrbtn, .close-btn,
.form-submit-button .sbmtbtn {
    font-size: 14px;
    color: #fff;
    background-color: #f30c00;
    border: 1px solid #f30c00;
    border-radius: 3px;
    padding: 7px 10px;
    cursor: pointer;
    outline: none;
    width: 80px;
    line-height: normal;
    text-align: center;
}
.form-submit-button .clrbtn:hover, .close-btn:hover,
.form-submit-button .sbmtbtn:hover {
    background-color: rgba(245, 12, 0, 0.76);
    text-decoration: none;
}
#errorMsg{
    font-size: 11px;
    color: red;
    text-align: right;
    margin-top: 5px;
}
/*----- End Contact Us ----*/


/*----- Gift Aid ----*/

.page-content h4 {
    font-size: 20px;
    color: #c40f0f;
}
.gift-aid table img{
    border: 1px solid #ccc;
    padding: 5px;
}
.gift-aid h6{margin-top: 20px;}
.gift-aid h6 a {
    color: #000;
}
/*----- End Gift Aid ----*/


/*----- new parish ----*/

.newparish-form {
    padding: 15px;
    border: 1px solid #ccc;
}
.newparishcon sup {
    color: Red;
    font-size: 15px;
    top: 0;
}
.newparishtext {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    border: #ccc 1px solid;
    padding: 5px;
    width: 250px;
    overflow: hidden;
}
.newparishtext1 {
    width: 150px;
    padding: 3px;
}
.newparishcon {
    font-size: 12px;
    font-family: Arial;
}
.newparishcon td,
.newparishcon th{
    line-height: 1.5;
}
.close1 {
    border: 1px solid #ccc;
    color: red;
    width: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
#popupname {
    position: absolute;
    margin-top: -68px;
    margin-left: 133px;
    display: none;
}
.popposition1 {
    position: absolute;
    margin-top: -60px;
    display: none;
    margin-left: 150px;
}
.popposition {
    position: absolute;
    margin-top: -68px;
    display: none;
    margin-left: 210px;
}
.popstyle {
    position: absolute;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 150px;
    padding-right: 10px;
    background: url(../images/emailmsg.png) no-repeat;
    height: 46px;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    padding-top: 10px;
}
#errorName, #errorPhone, #errorComments, #errorMail {
    position: absolute;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 150px;
    padding-right: 10px;
    background: url(../images/emailmsg.png) no-repeat;
    height: 46px;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    padding-top: 10px;
}
.new-parish .clrbtn,
.new-parish .sbmtbtn {
    font-size: 14px;
    color: #fff;
    background-color: #f30c00;
    border: 1px solid #f30c00;
    border-radius: 3px;
    padding: 3px 20px;
    cursor: pointer;
    outline: none;
}
.new-parish .clrbtn:hover, .new-parish .sbmtbtn:hover {
    background-color: rgba(245, 12, 0, 0.76);
    text-decoration: none;
}


/*----- End new parish ----*/


/*----- Parish 5 Years Plan ----*/

.parish-meeting-minutes ol li,
.parish-5-years-plan ol li{margin-bottom: 10px;}

/*----- End Parish 5 Years Plan ----*/


/*----- Newsletter Page ----*/

.open-close-button {
    text-align: right;
    margin-bottom: 20px;
}
.Show {
    background: #d9402f !important;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
    color: #fff;
    padding: 4px 20px;
    font-size: 14px;
}
.Show:hover {  background: #c40f0f !important; }
.paddingBorder {
    padding: 10px 20px;
    border: 1px solid #d9402f;
    background-color: #d9402f;
    margin-bottom: 5px;
}
.head2 h5 {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.click {
     float: right;
     text-decoration: none;
     font-size: 18px;
     color: #0d3577;
     cursor: pointer;
 }
.newsletters p {
    margin: 18px 0;
}
.content{
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgb(217, 217, 217) rgb(217, 217, 217);
    border-image: initial;
}

/*----- End Newsletter Page ----*/


/*----- Events Page ----*/

.eventDate{
    font-size: 13px;
    color: #989898;
    line-height: 13px;
}


/*----- End Events Page ----*/















