﻿@import "reset.css";

.right { float: right; }

body {
    background: #ededed;
}

.wrap {
    width: 764px;
    margin: 32px auto 32px auto;
}

.header {
    width: 764px;
    height: 133px;
    background: url(../images/header.jpg) top left no-repeat; 
}

.logo {
    width: 150px;
    height: 150px;
    background: url(../images/logo.png) top left no-repeat;
    position: relative;
    top: 12px;
    left: 22px;
}

    .logo a {
        width: 150px;
        height: 150px;
        display: block;
    }

    .logo a h1 { display: none; }

.pageWrap {
    width: 752px;
    background: url(../images/bg_page.png) top center repeat-y;
    padding: 0 6px;
    float: left;
    overflow: auto;
    zoom: 1;
} 

.pageWrap2 {
    background: url(../images/bg_sidebar.jpg) bottom left no-repeat;
    overflow: auto;
    zoom: 1;
    margin-left: -1px;
}

.page {
    width: 573px;
    float: left;
    margin-left: 1px;
}
    
.sidebar {
    width: 179px;
    /* background: url(../images/bg_sidebar.jpg) bottom right no-repeat; */
    float: left;
    min-height: 655px;
    height: auto !important;
    height: 575px;
}    
    
.footer {
    width: 764px;
    height: 39px;
    background: url(../images/footer.jpg) top left no-repeat;
    clear: both;
}    

.footerWrap {
    clear: both;
    margin: 50px;
}

#akck {
    width: 210px;
    float: left;
}

#footerContact {
    width: 263px;
    float: left;
}    

#clickHere {
    background: url(../images/button_click-here.png) center left no-repeat;
    padding: 10px 0 10px 50px;
    margin: 25px 50px 50px;
}

#footerInfo {
    font: 10px Arial, sans-serif;
    color: #005581;
    width: 764px;
    margin: 15px 0;
    text-align: center;
}
    
/* MAIN MENU
-------------------------------------------------------------------------------- */

.sidebar ul.main-menu {
    margin: 50px 0 0 25px;
    clear: both;
}

.sidebar ul.main-menu li 
{
    margin-bottom: 20px;
}    
    
.sidebar ul.main-menu li a#parishioner { 
    display: block;
    width: 122px;
    height: 24px;
    background: url(../images/menu_for-parishioner.png) top left no-repeat;
}    
    
    .sidebar ul.main-menu li a#parishioner:hover {
        background: url(../images/menu_for-parishioner.on.png) top left no-repeat;
    }

.sidebar ul.main-menu li a#pastor { 
    display: block;
    width: 122px;
    height: 25px;
    background: url(../images/menu_for-pastor.png) top left no-repeat;
}    

   .sidebar ul.main-menu li a#pastor:hover {
        background: url(../images/menu_for-pastor.on.png) top left no-repeat;
    }

.sidebar ul.main-menu li a#committee { 
    display: block;
    width: 122px;
    height: 25px;
    background: url(../images/menu_for-committee.png) top left no-repeat;
}    

   .sidebar ul.main-menu li a#committee:hover {
        background: url(../images/menu_for-committee.on.png) top left no-repeat;
    }

.sidebar ul.main-menu li a#hispanic { 
    display: block;
    width: 122px;
    height: 25px;
    background: url(../images/menu_hispanic-stewardship.png) top left no-repeat;
}    

   .sidebar ul.main-menu li a#hispanic:hover {
        background: url(../images/menu_hispanic-stewardship.on.png) top left no-repeat;
    }

.sidebar ul.main-menu li a#news { 
    display: block;
    width: 122px;
    height: 25px;
    background: url(../images/menu_news.png) top left no-repeat;
}    

   .sidebar ul.main-menu li a#news:hover {
        background: url(../images/menu_news.on.png) top left no-repeat;
    }

.sidebar ul.main-menu li a#leadership { 
    display: block;
    width: 122px;
    height: 12px;
    background: url(../images/menu_leadership.png) top left no-repeat;
}    

   .sidebar ul.main-menu li a#leadership:hover {
        background: url(../images/menu_leadership.on.png) top left no-repeat;
    }

.sidebar ul.main-menu li a#resources { 
    display: block;
    width: 122px;
    height: 25px;
    background: url(../images/menu_resources.png) top left no-repeat;
}      
    
   .sidebar ul.main-menu li a#resources:hover {
        background: url(../images/menu_resources.on.png) top left no-repeat;
    }
    
.sidebar ul.main-menu li a img { display: none; }    
    
/* TYPE
-------------------------------------------------------------------------------- */

strong { font-weight: bold; }

.page p, .page a, .page ul li {
    font: 14px Georgia, sans-serif;
    color: #735239;
}

.page p { line-height: 1.5; margin: 25px 50px 15px 50px; }

h2 {
    font: bold 18px Georgia, sans-serif; 
    color: #735239;
    margin: 25px 0 0 50px; 
}

#footerContact p, #footerContact a {
    font: bold 12px Georgia, sans-serif;
    color: #735239;
    margin: 0;
}

.page a:hover, #footerContact a:hover, #clickHere a:hover { text-decoration: none; }

.page ul {
    list-style: disc;
    margin: 0 50px 0 75px;
}

.page ul li {
    margin-bottom: 10px;
}   
    
#clickHere p, #clickHere a {
    font: bold 12px Georgia, sans-serif;
    color: #005581;
    margin: 0;
} 

#clickHere a { text-transform: uppercase; }