﻿.debuginfo
{
    width: 315px;
    position: absolute;
    top: 10px;
    left: 20px;
    color: #fff;
    text-align: center;
}

.debuginfo a
{
    color: #ccc;
}

body
{
	background-color: #4E4E4E;
	background-image: url('../Images/background_page.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Century Gothic", Arial, sans-serif;
    margin: 0;
    padding: 0;
}

h1
{
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #4B9DE2;
}

h2
{
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #B90101;
}

h3
{
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: bold;
}

h4
{
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: bold;
}

a
{
    color: #092E4C;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

img
{
    border-width: 0;
}

img .icon
{
    vertical-align: middle;
    margin-right: 5px;
}

.alignleft
{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.alignright
{
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
}

.accent-text
{
    font-weight: bold;
    font-style: italic;
    color: #B90101;
}

#container
{
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: 610px;
}

#header
{
    position: relative;
	width: 1000px;
	height: 100px;
	background-image: url('../Images/background_header.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#header-slideshow
{
    position: absolute;
    top: 5px;
    left: 310px;
    width: 650px;
    height: 50px;
    overflow: hidden;
}

#navigation
{
    position: absolute;
    right: 54px;
    top: 50px;
    height: 50px;
    z-index: 9000 !important;
}

#navigation .spacer
{
    height: 50px;
    width: 1px;
    float: left;
    background-image: url('../Images/nav_spacer.gif');
    background-repeat: no-repeat;
    background-position: left top;
}

#navigation .menuitem
{
    height: 30px;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 20px 10px 0px 10px;
    vertical-align: bottom;
    color: #fff;
    font-variant: small-caps;
}

#navigation .menuitem a
{
    text-decoration: none;
    color: #fff;
}

#navigation .active
{
    background-image: url('../Images/background_menuitem.jpg');
    background-repeat: repeat-x;
    cursor: default;
}

#navigation .hover
{
    background-image: url('../Images/background_menuitem.jpg');
    background-repeat: repeat-x;
    cursor: pointer;
}


#navigation_submenu
{
    position: absolute;
    top: 0px;
    left: 260px;
    width: 637px;
    height: 24px;
    background-color: #ccc;
    z-index: 99;
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70;
    padding-left: 10px;
    display: none;
}

#navigation_submenu div
{
    filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
}

#navigation_submenu a
{
    color: #092F4F;
    float: left;
    font-size: 12px;
    text-decoration: none;
    display: block;
    padding: 3px 10px;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}

#navigation_submenu a:hover
{
    background-color: #A9C5DC;
}

#navigation_submenu a:visited
{
    color: #092F4F;
}

#navigation_submenu #lli
{
    margin-left: 200px;
}

#navigation_submenu #stewardship
{
    margin-left: 100px;
}

#navigation_submenu #store
{
    margin-left: 350px;
}

#body
{
    position: relative;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#body #home_topbox
{
    position: relative;
    width: 932px;
    margin-left: auto;
    margin-right: auto;
    height: 494px;
    background-image: url('../Images/background_homebox.jpg');
    background-position: left top;
    background-repeat: no-repeat;
}

#body #home_topbox_top
{
    position: relative;
    width: 932px;
    height: 305px;
}

#body #home_topbox_top_left
{
    position: absolute;
    width: 323px;
    height: 304px;
    top: 0;
    left: 0;
    background-image: url(../images/home-top-leftback.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

#body #home_topbox_top_right
{
    position: absolute;
    width: 609px;
    height: 304px;
    top: 0;
    left: 323px;
}

#home-slide-container
{
    width: 609px;
    height: 304px;
    background-color: Transparent; 
    overflow: hidden;
    position: relative;    
    margin: 0;
    padding: 0;
}

#home-slide-controls
{
    position: absolute;
    width: 48px;
    height: 20px;
    left: 554px;
    top: 282px;
    z-index: 99;
    background-color: #ccc;
    border: solid 1px #092E4B;
}

.home-slide-control
{
    float: left;
    margin: 1px 2px;
    cursor: pointer;
}

#home-slide
{
    position: absolute;
    top: 0;
    left: 0;
    width: 609px;
    height: 304px;
}

#body #home_topbox .accent
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#body #home_topbox .content
{
    position: absolute;
    width: 315px;
    height: 100px;
    left: 10px;
    top: 45px;
    z-index: 10;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

#body #home_topbox .giving_button
{
    position: absolute;
    width: 282px;
    height: 62px;
    left: 20px;
    top: 19px;
    cursor: pointer;
    z-index: 10;
}

#body #home_topbox .testimony_button
{
    position: absolute;
    width: 282px;
    height: 62px;
    left: 20px;
    top: 107px;
    cursor: pointer;
    z-index: 10;
}

#body #home_topbox .forums_button
{
    position: absolute;
    width: 282px;
    height: 62px;
    left: 20px;
    top: 89px;
    cursor: pointer;
    z-index: 10;
}

#body #home_topbox .ot_button
{
    position: absolute;
    width: 282px;
    height: 62px;
    left: 20px;
    top: 159px;
    cursor: pointer;
    z-index: 10;
}

#body #home_topbox .lp_button
{
    position: absolute;
    width: 282px;
    height: 65px;
    left: 20px;
    top: 226px;
    cursor: pointer;
    z-index: 10;
}

#body #home_topbox #home_topbox_highlight
{
    position: absolute;
    width: 920px;
    height: 180px;
    left: 6px;
    top: 308px;
}

#body #home_topbox_highlight .home_topbox_section
{
    position: absolute;
    width: 290px;
    height: 150px;
    top: 15px;
    z-index: 10;
    color: #fff;
}

#body #home_topbox_highlight .top_bar
{
    position: absolute;
    width: 284px;
    height: 91px;
    top: 10px;
    left: 2px;
    /* font-size: 12px; */
    text-align: left;
    background-position: left top;
    background-repeat: no-repeat;
}

#body #home_topbox_highlight .bottom_bar
{
    position: absolute;
    width: 252px;
    height: 26px;
    top: 110px;
    left: 2px;
    padding: 10px 32px 0px 0px;  
    font-size: 12px;
    text-align: right;
    background-position: left top;
    background-repeat: no-repeat;
}

#body #home_topbox_highlight .dark
{
    background-image: url('../Images/background_homebtmbar_dark.jpg');
}

#body #home_topbox_highlight .light
{
    background-image: url('../Images/background_homebtmbar_light.jpg');
}

#body #home_topbox_highlight .bottom_bar a
{
    color: White;
    text-decoration: none;
}

#body #home_topbox_highlight .bottom_bar a:hover
{
    font-weight: bold;
}

#body #home_topbox_highlight .medialibrary
{
    left: 10px;
    background-image: url('../Images/marqee.jpg');
    background-position: left top;
    background-repeat: no-repeat;
}

#body #home_topbox_highlight .medialibrary .now-playing
{
    color: Black;
    position:absolute;
    font-weight:bold;
    font-size: 120%;
    text-align: center;
    left: 5px;
    width: 290px;
    top: 90px;
}

#body #home_topbox_highlight .article
{
    left: 315px;
}

#body #home_topbox_highlight .members
{
    left: 620px;
}

#body #home_topbox_highlight .members .option
{
    margin: 5px;
}

#body #home_topbox_highlight .medialibrary .top_bar
{
    background-image: url('../Images/background_media.jpg');
}

#body #home_topbox_highlight .article .top_bar
{
    background-image: url('../Images/background_goodnews.jpg');
}

#body #home_topbox_highlight .facebook
{
    font-weight: bold;
    font-size: larger;
   
    background-image: url('../Images/background_fbbtmbar_dark.jpg') !important;
}

#body #home_topbox_highlight .members .top_bar
{
    background-image: url('../Images/background_memberlogin.jpg');
}

#body #home_topbox_highlight .members .user_box_container
{
    background-color: #4D6684;
    width: 270px;
    height: 120px;
    padding: 5px;
}

#body #home_topbox_highlight .members .loggedin
{
    position: absolute;
    height: 145px;
    top: 15px;
    left: 5px;
}

#body #home_topbox_highlight .members .user_box
{
    font-size: smaller;
    /*display: none;*/
}

#body #home_accentbar
{
    position: relative;
    width: 960px;
    height: 32px;
    background-image: url('../Images/accent_bar.jpg');
    background-position: left top;
    background-repeat: no-repeat;
}

#body #home_features
{
    padding: 0px 10px 10px 20px;
    min-height: 150px;
}

#body #home_features .feature_box
{
    position: relative;
    margin: 10px 5px;
    float: left;
    min-height: 150px;
    width: 300px;
    color: #fff;
}

#body #home_features .feature_box div img
{
    margin-left: 5px;
}

#subbody
{
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 932px;
    background-position: left top;
    background-repeat: repeat-y;
    background-image: url('../Images/body_background.jpg');
}

#subbody_menu
{
    position: absolute;
    top: 40px;
    left: 75px;
    z-index: 99;
}

#subbody_menu ul
{
    margin-top: 10px;
    margin-left: 20px;
}

#subbody_menu li
{
    color: #fff;
}

#subbody_menu a
{
    color: #fff;
    text-decoration: none;
}

#subbody_menu a:hover
{
    color: #ccc;
    text-decoration: underline;
}

.submenu_title
{
    font-variant: small-caps;
    font-size: 22px;
    font-weight: bold;
}

#subbody .accent_top
{
    position: absolute;
    top: 0px;
    left: 0px;
}

#subbody .content
{
    padding: 320px 35px 0 35px;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url('../Images/body_topaccent_2.jpg');
}

#subbody_footer
{
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 932px;
    height: 40px;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url('../Images/body_background_bottom.jpg');
}

#footer
{
    clear: both;
    position: relative;
    width: 960px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border-top: solid 2px #3481C1;
}

#footer .core_menu
{
    float: left;
    height: 16px;
    margin-top: 5px;
}

#footer .core_menu a
{
    display: block;    
    float: left;
    padding: 0 5px;
    text-decoration: none;
    font-size: 13px;
    font-variant: small-caps;
    color: #ccc;
}

#footer .core_menu a:hover
{
    color: #fff;
}

#footer .legal_menu
{
    float: right;
    margin-top: 5px;
    height: 16px;
}

#footer .legal_menu a
{
    display: block;    
    float: right;
    padding: 0 5px;
    text-decoration: none;
    font-size: 13px;
    font-variant: small-caps;
    color: #fff;
}

#footer .legal_menu a:hover
{
    color: #ccc;
}

#footer .copyright
{
    clear: both;
    color: #A1A1A1;
    text-align: center;
    font-size: smaller;
    padding: 5px 0;
}

#smallheader_body_top
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 932px;
    height: 25px;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url('../Images/body_background_top.jpg');
}

#smallheader_body
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height: 500px;
    padding: 0 30px 10px 30px;
    width: 872px;
    background-repeat: repeat-y;
    background-image: url('../Images/body_background.jpg');
}

#smallheader_body_bottom
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 932px;
    height: 40px;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url('../Images/body_background_bottom.jpg');
}

.working
{
    background: #EFE8DB url(/images/loading_large.gif) no-repeat center center;
    position: absolute;
    display: none;
    z-index: 100;
    top: 0;
    left: 0;
}

.button
{
    /*
    color: #092F4F;
    font: 12px "century gothic",arial,verdana,sans-serif;
    background-color: #cccccc;
    border: 1px solid #092F4F;
    padding: 3px;
    cursor: pointer;
    */
}

.tooltip
{
    color: #000;
    font-size: 9px; 
    padding: 1px 3px;
    background-color: #E9F2FF; 
    border: solid 1px #38517C; 
    cursor: pointer; 
    position: relative; 
    top: -4px;
    margin-left: 5px;
}

.clear
{
    clear: both;
}

#filter-controls
{
    background-color: #EAEEF6;
    padding: 5px;
}

.accent-text
{
    font-weight: bold;
    font-style: italic;
    color: Maroon;
}

.accent-box
{
    background-color: #38517C;
    color: #EAEEF6;
    padding: 10px;
    margin: 0 0 20px 0;
}

.accent-box a
{
    color: #fff;
    text-decoration: none;
}

.accent-box a:hover
{
    color: #ccc;
    text-decoration: none;
}

.accent-box-right
{
    float: right;
    background-color: #38517C;
    font-size: 120%;
    color: #EAEEF6;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    margin: 10px 0 10px 10px;
}

.accent-box-right a
{
    color: #fff;
}

.accent-box-left
{
    float: left;
    background-color: #38517C;
    font-size: 120%;
    color: #EAEEF6;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
}

.accent-box-left a
{
    color: #fff;
}

.ImageButton
{
   cursor: hand;
}

.add-this-toolbar
{
    margin: 5px 0 5px 0;
}