/* Church Plan */ 
div#churchPlan {
    width: 540px;
    height: 291px;
    background-image: url(/fileadmin/user_upload/photos/uploadedimages/churchplan-resized.gif);
    position: relative
}

div#churchPlan li {
    list-style: none;
}

div#churchPlan li span.hide {
    display: none;
}

div#churchPlan li a {
    background-image: url(/clear.gif);
    background-repeat: no-repeat;
}

div#churchPlan li.font a {
    width: 32px;
    height: 35px;
    top: 140px;
    left: 20px;
    position: absolute;
}

div#churchPlan li.walsingham-altar a {
    width: 43px;
    height: 35px;
    top: 26px;
    left: 60px;
    position: absolute;
}


div#churchPlan li.nave a {
    width: 70px;
    height: 17px;
    position: absolute;
    top: 145px;
    left: 140px;
}

div#churchPlan li.high-altar a {
    width: 39px;
    height: 50px;
    position: absolute;
    top: 130px;
    left: 410px;
}

div#churchPlan li.blessed-sacrament-chapel a {
    width: 65px;
    height: 50px;
    position: absolute;
    top: 220px;
    left: 450px;
}


div#churchPlan li.sacristry a {
    width: 39px;
    height: 60px;
    position: absolute;
    top: 33px;
    left: 469px;
}

div#churchPlan li.console a {
    width: 32px;
    height: 25px;
    position: absolute;
    top: 212px;
    left: 290px;
}

div#churchPlan li.all-souls-altar a {
    width: 48px;
    height: 25px;
    position: absolute;
    top: 45px;
    left: 290px;
}

/* End of Church Plan */
