/** Home Specific Styles **/
div#page_body_content {
        background: #ffffff url("/img/home/body_bg.gif") repeat-y;
}
div.page_body_content_section {
        width: 328px;
        float: left;
}
div.color1 h3 {
        background-color: #54adcc;
}
div.color2 h3 {
        background-color: #764f6e;
}
div.body_content_left {
        margin-right: 3px;
}
div.body_content_right {
        margin-left: 3px;
}
div.body_content_middle {
        padding-right: 2px;
        padding-left: 2px;
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
}
div.page_body_content_subsection {
        padding: 6px;
}
h3#header_news_announcements {
        height: 30px;
        background: #54adcc url("/img/home/news_announcements.gif") no-repeat;
        font-size: 1px;
        text-indent: -9000px;
}
h3#header_resource_center {
        height: 30px;
        background: #54adcc url("/img/home/resource_center.gif") no-repeat;
        font-size: 1px;
        text-indent: -9000px;
}
h3#header_council_policies {
        height: 30px;
        background: #54adcc url("/img/home/council_policies.gif") no-repeat;
        font-size: 1px;
        text-indent: -9000px;
}
h3#header_email_sign_up {
        height: 30px;
        background: #764f6e url("/img/home/email_sign_up.gif") no-repeat;
        font-size: 1px;
        text-indent: -9000px;
}
h3#header_become_a_member {
        height: 30px;
        background: #764f6e url("/img/home/become_a_member.gif") no-repeat;
        font-size: 1px;
        text-indent: -9000px;
}
h3#header_discussion_groups {
        height: 30px;
        background: #764f6e url("/img/home/discussion_groups.gif") no-repeat;
        font-size: 1px;
        text-indent: -9000px;
}
div.color1 li {
        padding-left: 14px;
        background: transparent url("/img/home/blue_dot.gif") no-repeat;
}
div.color2 li {
        height: 20px;
        padding-left: 14px;
        background: transparent url("/img/home/purple_dot.gif") no-repeat;
}
a.learn_more {
        display: block;
        height: 26px;
        width: 118px;
        background: transparent url("/img/home/learn_more.gif") no-repeat;
        float: right;
        text-indent: -9000px;
}
div.color2 a.learn_more {
                background: transparent url("/img/home/learn_more_purple.gif") no-repeat;
}
a.search_policies {
        display: block;
        height: 26px;
        width: 162px;
        background: transparent url("/img/home/search_policies.gif") no-repeat;
        text-indent: -9000px;
        float: right;
}
a.sign_up {
        display: block;
        height: 33px;
        width: 211px;
        background: transparent url("/img/home/sign_up.gif") no-repeat;
        text-indent: -9000px;
}



