/* this particular version layout will not work in IE/Win Strict Mode 
   it can be made to work in IE strict with the use of CSS expressions
	 to calculate the required height of the 2 absolute positioned divs
*/
/********** main css ***********/
html
{
}
body
{
    margin: 0px 0px 0px 0px;
    height: 100%;
    font-family: helvetica, verdana, arial, sans-serif;
    font-size: 12px;
    background-color: #010101;
    width: 100%;
    text-align: left; /* IE quirky center */
    color:Black;
}

a
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #000000;
    text-decoration: underline;
}
a.link
{
    color: #000000;
}
img
{
    border: 0px;
}

/* heading tags */

.link, a.link, a.link:hover, a.link:visited
{
    color:#ffffff;
}
h1
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}

h2
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}

h3
{
    text-align: left;
    font-size: 9pt;
    font-weight: normal;
    padding: 3px;
    text-align: left;
    line-height: 16px;
    color: #666;
    margin: 0;
    border-bottom: solid 1px #666;
}
h4
{
    font-size: 11px;
}



/***********  site structure ****************/

#leftBar
{
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    background-image: url(/images/bg_left.jpg);
    background-repeat: repeat;
    width: 110px;
    height: 100%;
}

#centerBar
{
    width: 990px;
    height: 100%;
    left: 110px;
    background-color: #4F2510;
}

#rightBar
{
    position: absolute;
    background-image: url(/images/bg_right.jpg);
    width: 110px;
    height: 100%;
    right: 0px;
    top: 0;
}

#main_wrapper
{
    position: relative;
    width: 1190px; /*border:solid 1px #000000;*/
    height: 100%;
    background-image: url( '/images/bg_background.jpg' );
    background-repeat: no-repeat;
    background-position: top;
}
#home_wrapper
{
    position: absolute;
    top: 16px;
    color: White;
    text-transform: uppercase;
    left: 700px;
    font-size: 10px;
}
#center_wrapper
{
    position: relative;
    width: 924px;
    top: 0px;
    left: 0px;
}

#sub_content_top
{
    position: relative;
    background-repeat: no-repeat;
    width: 924px;
    height: 59px;
    left: 0px;
}

#sub_content_middle
{
    position: relative;
    background-image: url(/images/bg_subpage_middle.gif);
    background-repeat: repeat-y;
    min-height: 600px;
    height:auto !important;
    height: 100%;
    width: 924px;
    left: 0px;
    z-index: 20;
    
   
}
#sub_content_middle_wrapper
{
    background-image:url("/images/bg_subpage_gradient.jpg");
    background-repeat:repeat-x;
    background-position:bottom;
    background-color:#FFFFFF;
}
#sub_content_bottom
{
    position: relative;
    background-image: url(/images/bg_subpage_bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 924px;
    height: 25px;
    left:0px;
}

#nav_wrapper
{
    position: relative;
    width: 990px;
    height: 123px;
    left: 0px;
}

#nav_wrapper1
{
    position: absolute;
    width: 308px;
    height: 132px;
    left: 0px;
}
#nav_wrapper2
{
    position: absolute;
    width: 682px;
    height: 132px;
    /*background-image: url('/images/banner_message_homepage.jpg' );
    background-repeat: no-repeat;*/
    background-position: left;
    left: 309px;
}
#nav
{
    position: relative;
    height: 40px;
    z-index: 30;
    width: 990px;
}
#nav2
{
    position: relative;
    width: 990px;
}


#navBody
{
    position: absolute;
    top: 188px;
    width: 138px; /*background-color:yellow;*/
    bottom: 0px;
    padding-left: 10px;
    border-left: solid 1px #BF6B2A;
    border-right: solid 1px #BF6B2A;
    background-image: url(/images/bg_nav_bottom.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 3;
}


#navFooter
{
    position: absolute;
    width: 160px;
    bottom: 0px;
    height: 0px;
}

#subNav
{
    position: absolute;
    width: 177px;
    left: 3px;
    float: left;
    top: 0px;
    background-image:url("/images/bg_subpage_leftnav.jpg");
    background-repeat:no-repeat;
    height:447px;
    
}

#subNavHeader
{
    /*position: relative;     width: 100%;     height: 0px;*/
}

#subNavBody
{
    /* position: absolute;     width: 166px;     top: 0px;     bottom: 4px;     background-image: url(/images/subnav_middle.jpg);     background-repeat: repeat-y;     height: 100%;     height: auto !important;     left: 15px;     clear: both;*/
}

#subNavbody_inner
{
}

#subNavFooter
{
    position: absolute;
    width: 166px;
    left: 15px;
    bottom: 0px;
    height: 10px;
    background-image: url(/images/subnav_bottom.jpg);
    background-repeat: no-repeat;
    clear: both;
}

#header
{
    height: 224px;
}

#sub_content_bottom
{
    clear: both;
}
#content_middle_wrapper
{
    position: relative;
    width: 731px;
    height: 100%;
    left: 93px;
    top: 0px;
    background-image:url(/images/bg_subpage_content.jpg);
    background-position:top;
    background-repeat:no-repeat;
}
.content_middle_wrapper
{
    position: relative;
    width: 731px;
    height: 100%;
    left: 93px;
    top: 0px;
    background-image:url(/images/bg_subpage_content.jpg);
    background-position:top;
    background-repeat:no-repeat;
}
.content_middle_wrapper_full
{
    position: relative;
    width: 731px;
    height: 100%;
    left: 93px;
    top: 0px;
    background-image:url(/images/bg_subpage_content.jpg);
    background-position:top;
    background-repeat:no-repeat;
}
#content_middle
{
    position: relative;
    background-image: url(/images/content_top.jpg);
    background-repeat: no-repeat;
    background-position: top;
    z-index: 10;
    top: 0px;
    min-height: 309px;
    height: auto !important;
    height: 309px;
}
.content_middle
{
    position: relative;
    background-image: url(/images/content_top.jpg);
    background-repeat: no-repeat;
    background-position: top;
    z-index: 10;
    top: 0px;
    min-height: 309px;
    height: auto !important;
    height: 309px;
}
.content_middle_full
{
    position: relative;
    background-image: url(/images/content_top.jpg);
    background-repeat: no-repeat;
    background-position: top;
    z-index: 10;
    top: 0px;
    min-height: 309px;
    height: auto !important;
    height: 309px;
}
#content_middlewow
{
    position: relative;
    background-image: url(/images/content_topwow.jpg);
    background-repeat: no-repeat;
    background-position: top;
    z-index: 10;
    top: 0px;
    min-height: 309px;
    height: auto !important;
    height: 309px;
}

#content_middle_bottom
{
    position: relative;
    background-image: url(/images/content_bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 4px;
    bottom: 0px;
}
#content_bottom
{
    /*width:780px;*/
    width: 100%;
    background-image: url(/images/content_bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}
#content
{
    position: relative; /* to enable further positioned divs inside content area */
    width: 790px;
    left: 0px;
    text-align: left;
    z-index: 3;
}

#content_sub
{
    position: relative; /* to enable further positioned divs inside content area */
    width: 990px;
    background-image: url(/images/bg_main_sub.png);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #fcfefe;
    left: 0px;
    text-align: left;
    z-index: 1;
}

#rotatorbuttons_wrapper
{
    position: relative;
    padding: 0px;
    margin: 0px;
    height: 26px;
}

#rotatorbutton1
{
    position: absolute;
    left: 0px;
    width: 65px;
    height: 26px;
}
#rotatorbutton2
{
    position: absolute;
    width: 20px;
    height: 26px;
    left: 65px;
}
#rotatorbutton3
{
    position: absolute;
    width: 12px;
    height: 26px;
    left: 85px;
}
#footer_wrapper
{
    position: relative;
    padding: 0px;
    margin: 0px;
    height: 95px;
    width: 990px; /*background-image: url(/images/bg_footer.jpg);*/
    background-repeat: no-repeat;
}

#footer
{
    position: absolute; /* to enable further positioned divs inside content area */
    z-index: 0; /* to make sure if long words overflow they show above the right column */
    padding: 0px;
    margin: 0px;
    width: 990px;
    height: 95px;
    left: 0px;
    top: 0px;
    text-align: left; /*background-color:Green; word-wrap:break-word;*/
}

#footer_sub
{
    position: relative; /* to enable further positioned divs inside content area */
    z-index: 600; /* to make sure if long words overflow they show above the right column */
    padding: 0px;
    margin: 0px;
    width: 990px;
    height: 117px;
    background-image: url(/images/bg_footer_sub.png);
    left: 0px;
    text-align: left; /*word-wrap:break-word;*/
}

#clientLogo
{
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
}
#copyright
{
    position: absolute;
    left: 260px;
    top: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-family:  Century Gothic, verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
#fnLogo
{
    position: absolute;
    left: 794px;
    top: 0px;
    visibility: hidden;
}

/******* Homepage Layout ************/

#mainContentArea_wrapper
{
    position: relative;
    min-height: 411px; /*background-image: url(/images/bg_repeat.jpg);     background-repeat: repeat-y;     background-position: top; /*background-color:#C0B87A;*/
    height: 100%;
}

#subMainContentArea_wrapper
{
    position: relative;
    min-height: 419px;
    height:auto !important;
    height:600px;
    z-index:30;
}



#home_events_content
{
    position: relative;
    padding: 90px 0px 10px 20px;
    height: 404px;
    width: 237px;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
}


/*CALLOUTS*/

#decoBar
{
    position: relative;
    background-image: url(/images/deco_bar.png);
    width: 990px;
    height: 21px;
}
#callout_wrapper
{
    position: relative;
    left: 0px;
    top: 0px; 
    min-width:304px;
    width:auto !important;
    width:304px;
}


#callout1
{
    position: absolute;
    left: 685px;
    top: 0px; 
    background-repeat: no-repeat;
    width: 304px;
    height: 72px;
}


#callout2
{
    position: absolute;
    left: 685px;
    top: 72px; /* background-image: url(/images/facebook_callout.jpg);*/
    background-repeat: no-repeat;
    width: 304px;
    height: 54px;
}

#callout3
{
    position: absolute;
    left: 685px;
    top: 126px; /*background-image: url(/images/prayer_requests_callout.jpg);*/
    background-repeat: no-repeat;
    width: 304px;
    height: 54px;
}

#callout4
{
    position: absolute;
    left: 685px;
    top: 180px; /*background-image: url(/images/podcast_callout.jpg);*/
    background-repeat: no-repeat;
    width: 304px;
    height: 54px;
}
#callout5
{
    position: absolute;
    left: 685px;
    top: 234px; /*background-image: url(/images/podcast_callout.jpg);*/
    background-repeat: no-repeat;
    width: 304px;
    height: 54px;
}
#callout6
{
    position: absolute;
    left: 685px;
    top: 288px; /*background-image: url(/images/podcast_callout.jpg);*/
    background-repeat: no-repeat;
    width: 304px;
    height: 54px;
}
#callout7
{
    position: absolute;
    left: 685px;
    top: 342px; /*background-image: url(/images/podcast_callout.jpg);*/
    background-repeat: no-repeat;
    width: 304px;
    height: 64px;
}
#callout_wrapper_bottom
{
    position: relative;
    left: 0px;
    top: 0px; /*width: 990px;*/
    min-height: 155px;
    height: auto !important;
    height: 155px;
}
#callout8
{
    position: absolute;
    left: 33px;
    top: 0px;
}
#callout9
{
    position: absolute;
    left: 251px;
    top: 0px;
}
#callout10
{
    position: absolute;
    left: 469px;
    top: 0px;
}
#callout11
{
    position: absolute;
    left: 685px;
    top: 0px;
}
#callout1_content
{
    position: relative;
    width: 214px;
    top: 180px;
    padding: 0px 10px 0px 10px;
    text-align: left;
    color: #643E29;
}
#callout2_content
{
    position: relative;
    width: 226px;
    top: 180px;
    padding: 0px 10px 0px 10px;
    text-align: left;
    color: #643E29;
}
#callout3_content
{
    position: relative;
    width: 216px;
    top: 180px;
    padding: 0px 10px 0px 10px;
    text-align: left;
    color: #643E29;
}
#callout4_content
{
    position: relative;
    width: 214px;
    top: 180px;
    padding: 0px 10px 0px 10px;
    text-align: left;
    color: #643E29;
}

#indexCallout_events
{
    position: absolute;
    top: 10px;
    left: 18px;
}


#indexCallout_top
{
    position: relative;
    padding: 0px 0px 0px 0px;
    min-height:406px;
    height:auto !important;
    height: 406px;
    width:990px;
    padding-bottom: 0px;
    text-align:left;
}

#indexCallout_top1
{
    position: absolute;
    min-height: 401px;
    height: auto !important;
    height: 401px;
    left: 0px;
    top: 0px; /* background-image:url(/images/welcome_rotator_bg.jpg);*/
}
#indexCallout_top1_rotator
{
    position: absolute;
    left:33px;
    width: 651px;
    min-height: 401px;
    height: auto !important;
    height: 401px;
    top: 3px;
    
}

#home_events_wrapper
{
    position: absolute;
    width: 237px;
    min-height: 404px;
    height: auto !important;
    height: 404px;
    left: 728px;
    top: 0px;
    background-image: url(/images/current_events.jpg);
    background-repeat: no-repeat;
}

.homeEventsText
{
    color: White;
    padding-top: 30px;
    font-size: 11px;
}


#indexCallout_attend_content
{
    position: relative;
    width: 215px;
    text-align: left;
    top: 92px;
    color: #ffffff;
    font-weight: bold;
    left: 40px;
    font-size: 12px;
    font-family: Trebuchet MS;
    line-height: 13px;
}

#indexCallout_attend_content h2
{
    color: #2A0904;
}

#indexCallout_attend_content a, link, visited
{
    color: #2A0904;
}
#indexCallout_attend_content hover
{
    color: #2a0904;
}
#indexCallout_lower
{
    position: relative;
    float: left;
    left: 0px;
    top: 0px;
    width: 980px;
    padding: 5px 0px 0px 0px;
}

#indexCallout_lower_video
{
    position: absolute;
    left: 25px;
    top: 10px;
}

#indexCallout_lower_blogs
{
    position: absolute;
    left: 488px;
    top: 10px;
}

#indexCallout_lower_photos
{
    position: absolute;
    left: 729px;
    top: 10px;
}
/*ROTATORS */


#callout_rotator_bottom_content
{
    position: relative;
    float: left;
    width: 615px;
    left: 20px;
    top: 0px; /*border:solid 2px #cc0000;*/
}

#messaging_rotator
{
    position: relative;
    padding-bottom: 0px;
    height: 70px;
}

#callout_rotator
{
    position: relative;
    float: left;
    left: 20px;
    top: 0px;
    width: 990px;
    background-image: url(/images/welcome.gif);
    background-repeat: no-repeat;
    padding: 10px 0px 0px 0px;
}


/************** content area ****************/
#contentArea_wrapper
{
    position: relative;
    width: 990px;
    min-height: 419px;
}

#contentArea_top
{
    position: relative;
    height: 16px;
    top: 0px;
    left: 0px;
    padding: 0;
    margin: 0;
}
#contentArea
{
    position: relative;
    min-height: 329px;
    padding: 16px 20px 0px 20px;
    color: #666666;
}
#contentArea_bottom
{
    position: relative;
    height: 13px;
    top: 0px;
}

#calloutsSub
{
    position: relative;
}
#subpageHeader_wrapper
{
    position: relative;
    width:731px;
    left:0px;
    top: 0px;
    z-index:91;
}
#subPageHeaders_image
{
    position: absolute;
    background-repeat:no-repeat;
    width:480px;
    left:0px;
    display:none;
}

#customSubPageHeader
{
    position:relative;
    margin-top:0px;
    width:924px;
    min-height:23px;
}
#subPageHeaders
{
    position: relative;
    height: 33px;
    color: #FFFFFF;
    font-size: 22px;
    top:-43px;
    padding: 0px 0px 0px 10px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    z-index:91;
}
#subPageHeadersWow
{
    /*background-image:url(/images/content_top.jpg);     background-repeat :no-repeat;     background-position:top;*/
    position: relative;
    height: 33px;
    color: #999999;
    font-size: 30px;
    padding: 150px 0px 0px 0px;
    text-align: left;
    font-family: Garamond;
}

#subPageHeadersWowSub
{
    /*background-image:url(/images/content_top.jpg);     background-repeat :no-repeat;     background-position:top;*/
    position: relative;
    height: 33px;
    color: #999999;
    font-size: 18px;
    padding: 15px 0px 0px 0px;
    text-align: left;
    font-family: Garamond;
}




#subPageEventHeader
{
    font-weight: bold;
    font-size: 18px;
}

#subPageWrapper
{
    position: relative;
    margin-left: 0px;
    margin-right: 0px; /*width:769px;*/
    width: 100%; /*border-bottom:solid 2px #7C2255;*/ /*border:solid 1px #000000;*/
}

/*Rounded Corners CSS */
.b1, .b2, .b3, .b4
{
    font-size: 1px;
    overflow: hidden;
    display: block;
}
.b1
{
    height: 1px;
    background: #9B4864;
    margin: 0 5px;
}
.b2
{
    height: 1px;
    background: #9B4864;
    border-right: 2px solid #9B4864;
    border-left: 2px solid #9B4864;
    margin: 0 3px;
}
.b3
{
    height: 1px;
    background: #9B4864;
    border-right: 1px solid #9B4864;
    border-left: 1px solid #9B4864;
    margin: 0 2px;
}
.b4
{
    height: 1px;
    background: #9B4864;
    border-right: 1px solid #9B4864;
    border-left: 1px solid #9B4864;
    margin: 0 1px;
}
/* LEFT NAV ROUNDED BORDER */
.b5, .b6, .b7, .b8
{
    font-size: 1px;
    overflow: hidden;
    display: block;
}
.b5
{
    height: 1px;
    background: #333333;
    margin: 0 5px;
}
.b6
{
    height: 1px;
    background: #FFFFFF;
    border-right: 2px solid #333333;
    border-left: 2px solid #333333;
    margin: 0 3px;
}
.b7
{
    height: 1px;
    background: #FFFFFF;
    border-right: 1px solid #333333;
    border-left: 1px solid #333333;
    margin: 0 2px;
}
.b8
{
    height: 1px;
    background: #FFFFFF;
    border-right: 1px solid #333333;
    border-left: 1px solid #333333;
    margin: 0 1px;
}

.content_wrapper
{
    position: relative;
    padding-top: 0px;
    margin-left: 20px;
}
/*.content_wrapper
{
	position:relative;
    padding-left: 0px;
    background-image: url(/images/bg_backslice.jpg);
    border:solid 2px #000000;
    left:20px;
    width:945px;
}*/
#content
{
    position: relative; /* to enable further positioned divs inside content area */
    width: 954px;
    left: 0px;
    text-align: left;
    padding-top: 0px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}
.content_wrapper div
{
    margin-left: 0px;
    margin-top: 0px;
}
#content_text
{
    padding: 0px 20px 10px 0px;
    min-height: 600px;
    height: auto !important;
    height: 600px;
    color: #000000;
    text-align: left;
}

#subPageContent
{
    padding: 0px 0px 0px 0px;
    text-align: left;
    vertical-align: top;
    width: 780px;
    min-height: 434px;
}


/************** Events Page ****************/

#featuredEvents_wrapper
{
    position: relative;
    width: 630px;
    margin-top: 0px;
    color:Black;
}

#featuredEvents_body
{
    position: relative;
    background-color: #efefef;
    padding: 0px 0px 0px 0px;
}

.featuredEvents_table
{
    border: solid 1px #000000;
    padding: 5px 5px 5px 5px;
}
#featuredEvents_image
{
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
    padding: 10px 10px 10px 10px;
}

#featuredEvents_header
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    padding-left: 10px;
}
#featuredEvents_dateTime
{
    padding-left: 10px;
}

#featuredEvents_title
{
    font-size: 15px;
    color: #780001;
    text-transform: uppercase;
    padding-left: 10px;
}

#featuredEvents_desc
{
    padding-left: 10px;
    font-size: 13px;
}
#featuredEvents_moreInfo
{
    padding-top: 10px;
    padding-left: 10px;
    font-size: 13px;
}

.floatImageLeft
{
    float: left;
    padding-right: 15px;
}

#events_wrapper
{
    position: relative;
    text-align: left;
    padding: 20px 20px 20px 0px;
    margin-top: 0px;
}


#events_body
{
    position: relative;
    text-align: left;
    padding: 20px 20px 20px 20px;
    margin-top: 0px;
}

#noEventsMessage
{
    min-height: 471px;
}

#eventsText_Wrapper
{
    position: relative;
    min-height: 434px;
}

#events_header
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}
#events_date
{
    position: absolute;
    width: 150px;
}

#events_time
{
    position: relative;
    left: 160px;
}

#events_title
{
    position: relative;
    left: 160px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}

#events_description
{
    position: relative;
    left: 160px;
    width: 450px;
}

#events_moreInfo
{
    position: relative;
    left: 160px;
    width: 403px;
    padding-bottom: 10px;
}

a.events_moreInfoLink
{
    color: #ffffff;
}
a.events_moreInfoLink:link, a.events_moreInfoLink:visited
{
    color: #ffffff;
}
.events_moreInfoLink:hover
{
    color: #ffffff;
    text-decoration: underline;
}

#eventsDetails_wrapper
{
    position: relative;
    min-height: 434px;
    background-image: url(/images/bg_content_bottom.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

a.eventDetailsLinks, a.eventDetailsLinksa:links, .eventDetailsLinks:visited
{
    color: #ffffff;
    text-decoration: none;
}
a.eventDetailsLinks:hover
{
    color: #ffffff;
    text-decoration: underline;
}

/*login*/
#login_wrapper
{
    position: relative;
    height: 557px;
    text-align: left;
    margin-top: 5px;
    left: 27px;
    padding: 20px 20px 20px 50px;
    width: 860px;
    color:Black;
}
/*photo Gallery CSS*/
#gallery_wrapper
{
    position: relative;
    min-height: 600px;
    height:auto !important;
    height:600px;
    height: 100%;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 0px;
}
.photoAlbumName
{
    
}
#photos_wrapper
{
    position: relative;
    height: 100%;
}

#addPhotos
{
    position: relative;
    height: 100%;
}
#addPhotos2
{
    position: relative;
}


#thumbRotatorDiv
{
    width: 700px;
    min-height: 140px;
    overflow: auto;
}

/*Current Series CSS*/
#fileCabinet_wrapper
{
    position: relative;
    min-height: 600px;
    height:auto !important;
    height:600px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}

/*Current Series CSS*/
#currentSeries_wrapper
{
    position: relative;
    min-height: 600px;
     height:auto !important;
    height:100%;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}

/*Audio CSS*/
#audio_wrapper
{
    position: relative;
    min-height: 600px;
    height:auto !important;
    height:600px;
    text-align: left;
    padding: 20px 20px 20px 0px;
    margin-top: 0px;
}
#audioView_wrapper
{
    position: relative;
    min-height: 600px;
    height:auto !important;
    height:600px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 0px;
}

.audioList_table
{
    width: 500px;
}

.audioList_cell1
{
    width: 128px;
}
.audioList_cell2
{
    width:250px;
}
/*Prayer Request CSS*/
#prayerRequest_wrapper
{
    position: relative;
    min-height: 600px;
    height:auto !important;
    height:600px;
    text-align: left;
    padding: 20px 20px 20px 10px;
    margin-top: 0px;
    color:White;
}

/*Video CSS*/
#video_wrapper
{
    position: relative;
    min-height: 600px;
    height:auto !important;
    height:600px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}
#videoView_wrapper
{
    position: relative;
    min-height: 600px;
    height:auto !important;
    height:600px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 0px;
}


/*Location CSS*/
#location_wrapper /*iframe width inherits this width in this class*/
{
    position: relative;
    min-height: 600px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}
/*Home Events CSS*/

#indexCallout_attend
{
    position: relative;
    float: left;
    width: 686px;
    left: 0px;
    top: 0px;
    min-height: 411px;
    height: auto !important;
    height: 411px;
}

.homeEventsTable
{
    width: 177px;
}

.homeEventsCell
{
    padding: 4px 10px 10px 5px;
}

.homeEvents
{
    padding: 6px 6px 6px 16px;
    background-color: #FFFFFF;
    height: 292px;
    width: 15px;
    text-transform: uppercase;
}
.homeEventsDate
{
    font-size: 12px;
    padding-top: 5px;
    color: Gray;
    text-transform: uppercase;
    font-family: Century Gothic, helvetica, verdana, arial, sans-serif;
    font-weight: bold;
}

.homeEventsTitle
{
    font-size: 12px;
    text-decoration: none;
    color: White;
    text-transform: uppercase;
    font-family: Century Gothic, garamond, helvetica, verdana, arial, sans-serif;
}
.homeEventsTime
{
    font-size: 12px;
    font-family: Century Gothic, garamond, helvetica, verdana, arial, sans-serif;
    text-transform: lowercase;
    letter-spacing: .5px;
    color: White;
}

.homeEventsLinks
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Century Gothic, garamond, helvetica, verdana, arial, sans-serif;
}

a.homeEventsLinks:LINK
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

a.homeEventsLinks:VISITED
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
a.homeEventsLinks:HOVER
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
}
a.homeEventsLinks
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

/******** blogs **********/

/* BEGIN BLOG CSS */

.blogTable
{
    width: 685px;
}
hr.blogLine
{
    height: 3px;
    border: solid 3px #bbbbbb;
}

#blog_comments
{
    position: relative;
}

#blog_wrapper
{
    padding-top: 10px;
    min-height: 471px;
    height: 100%;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 0px;
}

#blogEntry_wrapper
{
    padding-top: 10px;
    height: 100%;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 0px;
}
#blogTitle
{
    position: relative;
}
#blog_date
{
    position: relative;
    float: left;
}

#blogDescription
{
    padding-bottom: 10px;
    padding-left: 10px;
    height: 100%;
}

#blogImage
{
    position: relative;
    float: left;
    height: 100%;
}

#blogFeed
{
    position: relative;
    padding-top: 15px; /*border: solid 1px blue;*/
}

#test_wrapper
{
    position: relative;
}

.commentHeader
{
    color: Red;
    font-size: 20px;
}

#overalldiv
{
    position: relative;
    height: 100%;
    border: solid 2px #000000;
}
#viewBlogLink
{
    position: relative;
    float: left;
    color: Red;
    width: 300px;
}
#blogEntries
{
    float: right;
    color: Red;
    padding-right: 30px;
    padding-bottom: 10px;
}
.blogTextLink
{
    font-size: 10px;
    color: #CC0000;
    font-weight: bold;
    padding-left:10px;
}

a.blogTextLink:Link
{
    font-size: 10px;
    color: #CC0000;
    text-decoration: underline;
    font-weight: bold;
}
a.blogTextLink:Hover
{
    font-size: 10px;
    color: #cc0000;
    text-decoration: underline;
    font-weight: bold;
}
a.blogTextLink:Visited
{
    font-size: 10px;
    color: #CC0000;
    text-decoration: underline;
    font-weight: bold;
}
.readMoreLink
{
    color: Red;
    font-size: 16px;
    text-decoration: underline;
}
a.readMoreLink:link, a.readMoreLink:visited
{
    color: Red;
    font-size: 16px;
    text-decoration: underline;
}

a.readMoreLink:hover
{
    color: Red;
    font-size: 16px;
    text-decoration: underline;
}

/******** admin **********/
#admin_wrapper
{
    position: relative;
    min-height: 600px;
    height:auto !important;
    height:600px;
}

#admin_SubNav
{
    position: absolute;
    top: 10px;
    left: 10px;
    height: 100%;
    z-index:31;
}

#admin_Content
{
    position: relative;
    top: 0px;
    padding: 10px 0px 20px 0px;
    width: 680px;
    text-align: left;
    left: 90px;
    height: 100%;
}
.admin_header_title
{
    display:block;
}
.admin_header_dropdown
{
    display:block;
}
.admin_subheader_title
{
    display:block
}
.admin_subheader_dropdown
{
    display:block;
}
.admin_callout_title
{
    display:block;
}
.admin_callout_dropdown
{
    display:block;
}
/*This hides the groups box*/
#admin_groups_dropdown
{
    display: none;
}
#Td1
{
    width:720px;
}
.index_moreinfoLink, a.index_moreinfoLink, a.index_moreinfoLink:link, a.index_moreinfoLink:visited
{
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
}

a.index_moreinfoLink:hover
{
    text-decoration: underline;
}


/*******  form elements ***********/

input[type=text], input[type=password]
{
    background-color: #FFFFFF;
    border: #7B7B64 1px solid;
    color: black;
    font-family: Trebuchet MS, garamond, helvetica, verdana, arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}


select
{
    background-color: #FFFFFF;
    border: #7B7B64 1px solid;
    border-color: #7B7B64;
    color: black;
    font-family: Trebuchet MS, garamond, helvetica, verdana, arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}

button
{
    font-family: garamond, helvetica, verdana, arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}


/*******  form Pages ***********/

#form_wrapper
{
    position: relative;
    width: 548;
}
#form_content
{
    position: relative;
    width: 548px;
}
#form_input_wrapper
{
    position: relative;
    background-color: #d4f7ff;
    width: 510px;
    padding: 20px 20px 20px 20px;
}

/**************Message Center************/

#sub_content_top_full
{
    clear: both;
    width: 690px;
    height: 48px;
    z-index:30;
    background-image:url(/images/content_sub_top_full.jpg);
    background-repeat:no-repeat;
}

#sub_content_middle_full
{
    position: relative;
    background-image: url(/images/content_sub_middle_full.jpg);
    background-repeat: repeat-y;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    width: 100%;
    padding-left:3px;

}
#sub_content_bottom_full
{
    position: relative;
    width: 690px;
    height: 7px;

}

#subPageWrapper_full
{
    position: relative;
    width:690px;
}
/**********  Media Center *********/
#message_wrapper
{
    position: relative;
    min-height: 471px;
    height: auto !important;
    height: 471px;
    height: 100%;
    text-align: left;
    margin-top: 0px;
    padding: 10px 20px 20px 0px;
}
#messagePhotoFlowWrapper
{
    width: 670px;
    margin-left: auto;
    margin-right: auto;
}
#messageEpisodes
{
    width: 670px;
    margin-left: auto;
    margin-right: auto;
}
#messageEpisodesbg
{
    background-image: url(/images/msg_bubble_desc.png);
    background-repeat: no-repeat;
    height: 150px;
    width: 670px;
    position: relative;
    padding-left: 10px;
}
#messageDescription
{
    overflow: auto;
    position: relative;
    left: 0px;
    top: 10px;
    height: 115px;
    width: 610px;
}
#messageEpisodes_image
{
    overflow: auto;
    position: relative;
    width: 650px;
    height: 140px;
    padding-top: 7px;
    padding-left: 7px;
}
#messageWrapper
{
    position: relative;
    text-align: left;
}
#messageTitle
{
    font-weight: bold;
    text-transform: uppercase;
}
.messageTitle
{
    padding-left: 10px;
    padding-top: 0px;
}
/* Msg Center Episodes */
.episodeTitle
{
    padding-top: 5px;
    padding-left: 10px;
    font-weight: bold;
}
#episodeDetails
{
    width: 670px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.episodeDetailsBody
{
    padding-left: 5px;
    overflow: auto;
    height: 110px;
    width: 660px;
}

#episodes
{
    position: relative;
}
.episodeHeader
{
}
#episodeHeader
{
    position: relative;
    width: 670px;
    height: 30px;
    background-image: url(/images/msg_bubble_Title.png);
    background-repeat: no-repeat;
    width: 670px;
    height: 29px;
}
#episodeTable
{
    position: relative;
    width: 670px;
}
.episodeTable
{
}
#episodeCloseDetails
{
    position: absolute;
    top: 3px;
    left: 600px;
}
#episodeButtons_Wrapper
{
    position: relative;
    width: 670px;
    background-image: url(/images/msg_bubble_Content.png);
    background-repeat: no-repeat;
}
.episode_buttons
{
}

#hdr_Msg_Date
{
    width: 60px;
    position: absolute;
    left: 0px;
    margin-top: 7px;
    text-align: center;
}
#btn_Msg_Date
{
    width: 55px;
    height: 28px;
    padding-left: 7px;
}
#hdr_Msg_Episode
{
    width: 195px;
    position: absolute;
    left: 65px;
    margin-top: 7px;
    text-align: center;
}
#btn_Msg_Episode
{
    width: 140px;
    height: 28px;
    padding: 0px 5px 0px 12px;
}
#btn_Msg_Info
{
    width: 40px;
    height: 28px;
}
#hdr_Msg_Speaker
{
    width: 130px;
    position: absolute;
    left: 260px;
    margin-top: 7px;
    text-align: center;
}
#btn_Msg_Speaker
{
    width: 115px;
    padding: 0px 5px 0px 12px;
    height: 28px;
}
#hdr_Msg_Listen
{
    width: 53px;
    position: absolute;
    left: 393px;
    margin-top: 7px;
    text-align: center;
}
#btn_Msg_Listen
{
    width: 55px;
    height: 28px;
    text-align: center;
}
#hdr_Msg_Watch
{
    width: 53px;
    position: absolute;
    left: 445px;
    margin-top: 7px;
    text-align: center;
}
#btn_Msg_Watch
{
    width: 52px;
    height: 28px;
    text-align: center;
}
#hdr_Msg_Discuss
{
    width: 57px;
    position: absolute;
    left: 500px;
    margin-top: 7px;
    text-align: center;
}
#btn_Msg_Discuss
{
    width: 60px;
    height: 28px;
    text-align: center;
}
#hdr_Msg_Download
{
    width: 67px;
    position: absolute;
    left: 560px;
    margin-top: 7px;
    text-align: center;
}
#btn_Msg_Download
{
    width: 70px;
    height: 28px;
    text-align: center;
}
#hdr_Msg_Buy
{
    width: 50px;
    position: absolute;
    left: 635px;
    margin-top: 7px;
    display: none;
}
#btn_Msg_Buy
{
    width: 50px;
    height: 28px;
    display: none;
}
#hdr_Msg_Email
{
    width: 40px;
    position: absolute;
    left: 630px;
    margin-top: 7px;
    text-align: center;
}
#btn_Msg_Email
{
    width: 43px;
    height: 28px;
    text-align: center;
}
#hdr_Msg_Podcast
{
    width: 40px;
    position: absolute;
    left: 630px;
    margin-top: 7px;
    text-align: center;
    display: none;
}
#btn_Msg_Podcast
{
    width: 43px;
    height: 28px;
    text-align: center;
    display: none;
}
#message_noData
{
    padding: 0px 20px 20px 0px;
}
#lightwindow_title_bar
{
    height: 25px;
    overflow: hidden;
    background-color: Gray;
}