/* 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 ***********/
@import url("http://www.fbp.org/css/events_styles.css");
@import url("http://www.fbp.org/css/blogs_styles.css");
@import url("http://www.fbp.org/css/media_styles.css");
@import url("http://www.fbp.org/css/classes_styles.css");
@import url("http://www.fbp.org/css/livebroadcast_styles.css");

html
{
    min-width:990px;
    width:100%;
    background-image: url(http://www.fbp.org/images/bg_header.png);
    background-repeat:repeat-x;
    background-position: top;
    background-color:#ffffff;
}
body
{
    margin: 0px 0px 0px 0px;
    height: 100%;
    text-align: center; /* IE quirky center */
    color:#000000;
    font-size:14px;
    font-family:Arial, Sans-Serif;
}
/* DEFAULT CSS  */

h1
{
    font-family: G Arial,helvetica,sans-serif;
    font-weight: normal;
    color: #000000;
    font-size: 48px;
}

h2
{
    font-family: G Arial,helvetica,sans-serif;
    font-size: 20px;
    color: #000000;
    font-weight: normal;
}

h3
{
    font-family: G Arial,helvetica,sans-serif;
    font-size: 15px;
    color: #000000;
    font-weight: normal;
}

h4
{
    font-family: G Arial,helvetica,sans-serif;
    font-size: 13px;
    color: #000000;
    font-weight: normal;
}

h5
{
    font-family: G Arial,helvetica,sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

p
{
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}
a.links
{
    color: #acaeb2;
    text-decoration: none;
}
a.links:hover
{
    color: #acaeb2;
    text-decoration: underline;
}
a.breadcrumb
{
    color: #000000;
    text-decoration: none;
}
a.breadcrumb:hover
{
    color: #000000;
    text-decoration: underline;
}
ul, ol
{
    padding: 0px 0px;
    list-style-type: none;
}


.FBPNav li {
	padding-left: 12px;
	background: url(images/li-arrow.png) left top no-repeat;
	line-height: 18px;
	padding: 4px 14px;
	text-align: right;
	font-size: 16px;
	color:#569362;
}

.FBPNav li:hover {
	color:#293845;
	
}

.FBPNav li a {
	color:#569362;
}

{
    padding-left: 0px;
}
img{border:0px;}

/** site structure **/

#main_wrapper
{
    position: relative; /*min-width: 990px;*/
    min-width: 990px;
    width:100%;
    height: 100%;
	
}
.topnav
{
    position:absolute;
    right:10px;
    width:300px;
    top:10px;
    z-index:1;
}
.subtopnav
{
    position:absolute;
    right:10px;
    width:300px;
    top:70px;
    z-index:1;
}
#nav_wrapper
{
    position: relative;
    width:990px;
    height: 143px;
    z-index: 91;
    top: 0px;
    left: 0px;
}
#defaultLogo
{
    position: absolute;
    left:0px;
    top: 20px;
}
#customLogo
{
    position: absolute;
    left: 0px;
    top: 0px;
}
#nav
{
    position: relative;
    height: 48px;
    left: 90px;
    top: 0px;
    text-align:left;
    z-index: 91;
    width: 800px;
}
#nav_text
{
    position: absolute;
    z-index: 91;
    left: 0px;
    text-align:right;
    top: 21px;
}
#nav_div
{
    position: absolute;
    left: 0px;
    top: 7px;
}
/*HEADER CSS */
#search_wrapper
{
    position: absolute;
    left: 750px;
    height: 25px;
    top: 2px;
    vertical-align: middle;
}
#search
{
    position: absolute;
    left: 760px;
    top: 100px;
}
.text_wrapper
{
    padding-left: 13px;
    padding-top: 4px;
}
#nav_top
{
    position: absolute;
    left: 132px;
}

/*Sub Page CSS*/
#center_bottom_wrapper
{
    position: relative;
    width: 100%;
    padding-top: 0px;
    left: 0px;
    min-height: 500px;
    height: 100%;
    height: auto !important;
    z-index: 1;
    background-color: #f1f1f1;
    background-image: url(http://www.fbp.org/images/subpage_content_mid.jpg);
    background-position: top;
    background-repeat: repeat-y;
}
#center_wrapper
{
    position: relative;
    width: 990px;
    padding-top: 19px;
    left: 0px;
    min-height: 450px;
    height: 100%;
    height: auto !important;
    z-index: 1;
}
#sub_content_top
{
    position: relative;
    width: 100%;
    height: 8px;
}

#sub_content_middle
{
    position: relative;
    min-height: 500px;
    height: 100%;
    width: 100%;
    z-index: 20;
}

#sub_content_bottom
{
    position: relative;
    width: 100%;
    height: 8px;
}
.content_middle_wrapper
{
    position: relative;
    width: 100%;
    min-height: 500px;
    height: auto !important;
    height: 100%;
    background-image:url(http://www.fbp.org/images/subpage_content_mid1.png);
    background-position:top;
    background-repeat:repeat-y;
}
.content_middle_wrapper_full
{
    position: relative;
    width: 100%;
    min-height: 500px;
    height: auto !important;
    height: 100%;
    background-image:url(http://www.fbp.org/images/subpage_content_mid_full.png);
    background-position:top;
    background-repeat:repeat-y;
}

.content_middle
{
    position: relative;
    left: 0px;
    padding: 0px 0px 0px 10px;
    min-height: 500px;
    height: 100%;
    top: 0px;
    width: 740px;
    float:left;
    display:inline;
    text-align:left;
    /*background-image:url(/images/subpage_subnav_divider.png);
    background-position:left;
    background-repeat:repeat-y;*/
}
.content_middle_full
{
    position: relative;
    left: 0px;
    
    min-height: 348px;
    height: 100%;
    top: 0px;
 
    text-align:left;
}
#subpage_bottom
{
    position: relative;
    width: 1276px;
    height: 32px;
}
.subNav
{
    float: left;
    padding:18px 20px 10px 0px;
	text-align:right;
	left: 40px;
	position: relative;
 
}
#demo-horizontal-menu {
	width: 900px;
margin-left: 170px;
margin-top: 20px;
text-align:left;

}

#demo-horizontal-menu a {
	color:#fff;
}

#demo-horizontal-menu .pure-menu li a {
padding: 5px 5px!important;
}
{
    position: relative;
}
#subnavheader_wrapper
{
    position:relative;
    width:990px;
    height:80px;
}
#subNavHeaderText
{
    position: relative;
    width: 990px;
    left: 0px;
    text-align: left;
    color: #ffffff;
    font-size: 50px;
    margin-top: -60px;
    z-index:91;
    font-family:Arial;
    font-weight:normal;
    text-transform:uppercase;text-shadow: 4px 4px #000000;
}
#subNavHeaderText1
{
    position: absolute;
    width: 100%;
    left: 30px;
    top:23px;
    text-align: left;
    color: #30073d;
    font-size: 48px;
    min-height: 35px;
    z-index:91;
    font-family:GothamHTFBold;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:-.025em;
}
#subNavBody
{
    position: relative;
    width: 180px;
}
.subNavText
{
    font-weight: bold;
    font-size: 11px;
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    color: #434343;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 190px;
}

.subNavText:link
{
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    color: #434343;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 190px;
}

.subNavText:active
{
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    color: #434343;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 190px;
}

.subNavText:visited
{
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    color: #434343;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 190px;
}

.subNavText:hover
{
    color: #434343;
    text-align: left;
    text-decoration: underline;
}

#subMainContentArea_wrapper
{
    position: relative;
    text-align: left;
    padding:10px 0px 0px 0px;
	
}

#subPageWrapper
{
    position: relative;
}

.content_wrapper
{
    position: relative;
    padding-top: 0px;
    margin-left: 0px;
    
}

/*Sub Content Area End*/

.footer_wrapper
{
    position: relative;
    height: 369px;
    width: 100%;
    margin-top:0px;
    background-image:url(http://www.fbp.org/images/bg_footer.png);
    background-position:top;
    background-repeat:repeat-x;
}
.footer_wrapper_sub
{
    position: relative;
    height: 387px;
    width: 100%;
    margin-top:0px;
    background-image:url(http://www.fbp.org/images/subpage_bg_footer.png);
    background-position:top;
    background-repeat:repeat-x;
}
#footer
{
    position:relative;
    width:990px;
    padding-top:40px;
    font-family:Arial;
    text-align:left;
    height:270px;
}

.footer_bottom
{
    position: relative;
    width: 990px;
    height: 50px;
}
.footer_bottom_sub
{
    position: relative;
    width: 990px;
    top:15px;
    height: 50px;
}
#footer_follow
{
    position:absolute;
    top:20px;
    left:0px;
    font-size:13px;
    color:White;
}
#search_text
{
    position: absolute;
    top: 6px;
    left: 9px;
    color: White;
    font-family: Century Gothic, Arial;
    font-size: 15px;
    z-index: 21;
}
#infoBarServiceTimes
{
    position: relative;
    left: 0px;
    top: 16px;
    text-align: left;
    font-family: Arial;
    height:120px;
}

#clientLogo
{
    position: absolute;
    top: 0px;
    left: 0px;
    text-align:left;
    color:White;
    font-size:13px;
}
#footerline
{
    position: absolute;
    top: 0px;
    left: 220px;
    text-align:left;
    color:White;
}
.btn_logo
{
    display: block;
    width: 39px;
    height: 39px;
    background: url('http://www.fbp.org/images/footer_logo.png') bottom;
    text-indent: -99999px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.btn_logo:hover
{
    background-position: 0 0;
}
#footer_logo
{
    position: absolute;
    right: 0px;
    top: 15px;
}
#footer_facebook_Logo
{
    position: absolute;
    right: 70px;
    top: 16px;
}
#footer_vimeo_Logo
{
    position: absolute;
    right: 45px;
    top: 60px;
}
#copyright
{
    position: absolute;
    right: 40px;
    top: 23px;
    text-align: left;
    text-transform: none;
    color: #959595;
    font-size: 13px;
}
#subcopyright
{
    position: absolute;
    left: 135px;
    top: 34px;
    text-align: left;
    font-family: Century Gothic, Arial;
    text-transform: lowercase;
    color: #000000;
    font-weight: normal;
    font-size: 12px;
}

#subfooter_logo
{
    position: absolute;
    left: 955px;
    top: 20px;
}
#footer_links
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 325px;
    color: #50769b;
    font-weight: bold;
}
#fnLogo
{
    position: absolute;
    left: 884px;
    top: 0px;
}
/******* Homepage Layout ************/

.mainContentArea_wrapper
{
    position: relative;
    height: 100%;
    left: 0px;
    width: 100%;
    z-index:0;
}
.mainContentArea_wrapper_sub
{
    position: relative;
    height: 100%;
    left: 0px;
    width: 100%;
    z-index:0;background-image:url(http://www.fbp.org/images/subpage_content.png);
    background-position:top;
    background-repeat:repeat-x;
}
/*CALLOUTS*/
#callout_wrapper
{
    position: relative;
    width: 100%;
    height: 178px;
    top: 0px;
    left: 0px;
    background-image:url(http://www.fbp.org/images/bg_callouts.png);
    background-position:top;
    background-repeat:repeat-x;
    margin-top:-15px;
}
#callout1
{
    position: absolute;
    top: 0px;
    left: 0px;
}
#callout2
{
    position: absolute;
    top: 0px;
    left: 246px;
}
#callout3
{
    position: absolute;
    top: 0px;
    left: 492px;
}
#callout4
{
    position: absolute;
    top: 0px;
    left: 738px;
}
#callouts
{
    position: relative;
    top: 19px;
   
    width:990px;
    height:200px;
}
#callouts_content
{
    position:absolute;
    
    left:0px;
}
#callout_servicetimes
{
    position: absolute;
    top: -3px;
    right: -8px;
    width:500px;
    height:255px;
    background-image: url(http://www.fbp.org/images/bg_servicetimes.png);
    background-position: top;
    background-repeat:no-repeat;
}
#callout_servicetimes_content
{
    position:absolute;
    top:20px;
    text-align:right;
    font-family:HelveticaNeueLTStdBold;
    width:280px;
}
#callout_connect
{
    position:absolute;
    top:201px;
    left:33px;
}
#callout_fb
{
    position:absolute;
    top:253px;
    left:8px;
}
#callout_twr
{
    position:absolute;
    top:253px;
    right:14px;
    width:235px;
}
#subcallout_wrapper
{
    position:relative;
    top:-76px;
}
#subcallout_connect
{
    position:absolute;
    top:0px;
    right:804px;
}
#subcallout_fb
{
    position:absolute;
    top:0px;
    right:485px;
}
#subcallout_twr
{
    position:absolute;
    top:0px;
    right:10px;
    width:235px;
}

.btn_fb
{
    display: block;
    width: 24px;
    height: 24px;
    background: url('https://s3-us-west-1.amazonaws.com/faithnetworkuserfilestore/FAITHNETWORK_UserFileStore/imagelibraries/ministries/e2e24f74-3a9c-4c12-aa6c-491fd43b299b/Footer/footer_facebook.png') bottom;
    text-indent: -99999px;
    position: absolute;
    top: -4px;
    left:100px;
}

.btn_fb:hover
{
    background-position: 0 0;
}
.btn_twr
{
    display: block;
    width: 24px;
    height: 24px;
    background: url('https://s3-us-west-1.amazonaws.com/faithnetworkuserfilestore/FAITHNETWORK_UserFileStore/imagelibraries/ministries/e2e24f74-3a9c-4c12-aa6c-491fd43b299b/Footer/footer_twitter.png') bottom;
    text-indent: -99999px;
    position: absolute;
    top: -4px;
    left:80px;
}

.btn_twr:hover
{
    background-position: 0 0;
}
.btn_youtube
{
    display: block;
    width: 86px;
    height: 48px;
    background: url('https://s3-us-west-1.amazonaws.com/faithnetworkuserfilestore/FAITHNETWORK_UserFileStore/imagelibraries/ministries/529979e9-a6fa-4701-a680-f973c5c631f3/Header/header_youtube.png') bottom;
    text-indent: -99999px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.btn_youtube:hover
{
    background-position: 0 0;
}

.btn_subfb
{
    display: block;
    width: 30px;
    height: 30px;
    background: url('/FAITHNETWORK_UserFileStore/imagelibraries/ministries/529979e9-a6fa-4701-a680-f973c5c631f3/Footer/footer_facebook.png') bottom;
    text-indent: -99999px;
    position: absolute;
    top: 100px;
    left: 0px;
}

.btn_subfb:hover
{
    background-position: 0 0;
}
.btn_subtwr
{
    display: block;
    width: 30px;
    height: 30px;
    background: url('/FAITHNETWORK_UserFileStore/imagelibraries/ministries/529979e9-a6fa-4701-a680-f973c5c631f3/Footer/footer_twitter.png') bottom;
    text-indent: -99999px;
    position: absolute;
    top: 100px;
    left: 35px;
}

.btn_subtwr:hover
{
    background-position: 0 0;
}
.btn_subyoutube
{
    display: block;
    width: 30px;
    height: 30px;
    background: url('/FAITHNETWORK_UserFileStore/imagelibraries/ministries/529979e9-a6fa-4701-a680-f973c5c631f3/Footer/footer_youtube.png') bottom;
    text-indent: -99999px;
    position: absolute;
    top: 100px;
    left: 70px;
}

.btn_subyoutube:hover
{
    background-position: 0 0;
}
#customCallout_wrapper
{
    position: relative;
    width: 990px;
}
#customCallout
{
    position: relative;
    left: 0px;
}
#indexCallout_events
{
    position: absolute;
    top: 10px;
    left: 18px;
}

#indexCallout_top
{
    position: relative;
    left: 0px;
    width: 100%;
    height: 615px;
}
#home_large_rotator
{
    position: absolute;
    left: 0px;
    top: 0px;
}
#indexcallout_middle
{
    position: relative;
    top: 0px;
    left: -4px;
    height:125px;
}
#indexcallout_middle_content
{
    position: absolute;
    top: 20px;
    left: 450px;
    color:White;
    text-align:left;
    width:540px;
}
.votdcopyright
{
    display:none;
}
#indexcallout_right_connect
{
    position: absolute;
    top: 0px;
    left: 110px;
}
#indexcallout_right_serve
{
    position: absolute;
    top: 0px;
    left: 220px;
}
#indexCallout_top_middle
{
    position: relative;
    left: 0px;
    margin-top: -3px;
    width: 100%;
    min-height: 129px;
    height: 100%;
    background-image: url(http://www.fbp.org/images/bg_rot.jpg);
    background-position: top;
    background-repeat: repeat-x;
}
#indexCallout_top_middle_rot_content
{
    position: absolute;
    width: 1000px;
    left: 0px;
    top: 10px;
}
#indexCallout_top_middle_rot
{
    position: relative;
    width: 1000px;
    left: 0px;
    top: 10px;
}
.item
{
    border: none;
    margin: 0px;
}
.itemTemplateSmall
{
    border: none;
    height: 109px;
    position: relative;
}
.rrRelativeWrapper, rrClipRegion, .rrItemsList
{
    border: none;
}
#indexCallout_new
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 217px;
    height: 314px;
}
#indexCallout_new_content
{
    position: absolute;
    top: 200px;
    left: 15px;
    text-align: left;
    font-size: 17px;
    color: White;
}
#indexCallout_bottom
{
    position: relative;
    width: 990px;
    left: 0px;
    height: 300px;
}
#home_guest_wrapper
{
    position: absolute;
    left: 335px;
    height: 298px;
    width: 662px;
    background-image: url(http://www.fbp.org/images/bg_guestinfo.png);
    background-position: top;
    background-repeat: no-repeat;
}
#home_guest_title
{
    padding: 10px 0px 0px 13px;
    text-transform: uppercase;
    position: absolute;
    font-size: 25px;
    font-weight: normal;
    top: 0px;
    left: 0px;
    font-family: Century Gothic, Arial;
}
#subcallout_bottom
{
    position: relative;
    top: 20px;
    left: 0px;
    height: 93px;
    width: 1014px;
    background-image: url(http://www.fbp.org/images/seperator.png);
    background-position: top;
    background-repeat: no-repeat;
}
#indexcallout_ann_top
{
    position: absolute;
    left: 0px;
    top: 0px;
}
#indexcallout_ann_bottom
{
    position: absolute;
    top: 133px;
    left: 0px;
    background-image: url(http://www.fbp.org/images/callout_OurServices.jpg);
    background-position: top;
    background-repeat: no-repeat;
    width: 221px;
    height: 181px;
}
#indexcallout_ann_bottom_content
{
    position: absolute;
    left: 32px;
    top: 46px;
    text-align: left;
    color: #d1c2ab;
    font-family: Century Gothic, Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}
#indexcallout_message_top
{
    position: absolute;
    left: 0px;
    top: 250px;
    background-image: url(http://www.fbp.org/images/bg_message.jpg);
    background-repeat: no-repeat;
    width: 320px;
    height: 240px;
}
#indexcallout_message
{
    position: absolute;
    top: 0px;
    left: 0px;
}
#indexcallout_servicia_top
{
    position: absolute;
    left: 0px;
    top: 500px;
    background-image: url(http://www.fbp.org/images/bg_servicia.jpg);
    background-repeat: no-repeat;
    width: 357px;
    height: 282px;
}
#indexcallout_servicia
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 357px;
    height: 282px;
}
#indexcallout_servicia_content
{
    position: absolute;
    top: 50px;
    left: 30px;
    font-family: Century Gothic, Arial;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
}
#subcallout_servicia_content
{
    position: absolute;
    top: 45px;
    left: 0px;
    width: 290px;
    height: 40px;
    font-family: Century Gothic, Arial;
    text-align: left;
    font-size: 13px;
    color: White;
    padding-left: 30px;
    padding-top: 4px;
    background-color: #ab1c57;
}
#indexcallout_tabs
{
    position: relative;
    width: 100%;
    background-image: url(http://www.fbp.org/images/bg_tabarea.jpg);
    background-position: top;
    background-repeat: no-repeat;
    min-height: 592px;
    height: 100%;
}
#indexcallout_tabs_content
{
    position: relative;
    width: 1000px;
    top: 20px;
}
#tabs1
{
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(http://www.fbp.org/images/bg_lefttab.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 495px;
    height: 540px;
}
#tabs2
{
    position: absolute;
    left: 515px;
    top: 0px;
    background-image: url(http://www.fbp.org/images/bg_righttab.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 495px;
    height: 540px;
}
.tabStrip
{
    position: absolute;
    width: 495px;
    height: 540px;
    top: 0px;
    left: 0px;
    z-index: 0;
}
#fbtab
{
    position: absolute;
    min-height: 50px;
    left: 0px;
    height: 100%;
    top: 30px;
}
#twittertab, #flickrtab
{
    position: absolute;
    min-height: 50px;
    left: 0px;
    height: 100%;
    top: 30px;
}
#currenttab
{
    position: absolute;
    height: 496px;
    width: 487px;
    background-image: url(http://www.fbp.org/images/bg_currentseries.png);
    background-position: top;
    background-repeat: no-repeat;
    left: 3px;
    height: 100%;
    top: 36px;
}
#currenttab_content
{
    position: absolute;
    min-height: 50px;
    left: 20px;
    height: 100%;
    top: 10px;
    text-align: left;
    padding: 0px 20px 0px 0px;
}
#servicetab
{
    position: absolute;
    height: 496px;
    width: 487px;
    background-image: url(http://www.fbp.org/images/bg_servicetimes.png);
    background-position: top;
    background-repeat: no-repeat;
    left: 3px;
    height: 100%;
    top: 38px;
}
#servicetab_content
{
    position: absolute;
    min-height: 50px;
    left: 20px;
    height: 100%;
    top: 12px;
    text-align: left;
    padding: 0px 20px 0px 0px;
}
#calendartab
{
    position: absolute;
    height: 496px;
    width: 487px;
    background-image: url(http://www.fbp.org/images/bg_calendar.png);
    background-position: top;
    background-repeat: no-repeat;
    left: 3px;
    height: 100%;
    top: 36px;
}
#calendartab_content
{
    position: absolute;
    min-height: 50px;
    left: 20px;
    height: 100%;
    top: 20px;
    text-align: left;
    padding: 0px 20px 0px 0px;
}
.SelectedTab
{
    color: #650324 !important;
    text-transform: uppercase;
}

.CustomTab
{
    font-weight: bold !important;
}

.DisabledTab
{
    text-decoration: line-through !important;
    background-color: Red;
}

.HoveredTab
{
    text-decoration: underline !important;
}

.currenttab
{
    background-image: url(http://www.fbp.org/images/currentseries_under.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 192px;
    height: 37px;
    position: relative;
    left: -1px;
}
.currentSelectedTab
{
    background-image: url(http://www.fbp.org/images/currentseries_over.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 192px;
    height: 37px;
    position: relative;
    left: -1px;
}
.servicetab
{
    background-image: url(http://www.fbp.org/images/servicetimes_under.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 177px;
    height: 37px;
    position: relative;
    left: -11px;
}
.serviceSelectedTab
{
    background-image: url(http://www.fbp.org/images/servicetimes_over.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 177px;
    height: 37px;
    position: relative;
    left: -11px;
}
.calendartab
{
    background-image: url(http://www.fbp.org/images/calendar_under.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 138px;
    height: 37px;
    position: relative;
    left: -9px;
}
.calendarSelectedTab
{
    background-image: url(http://www.fbp.org/images/calendar_over.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 138px;
    height: 37px;
    position: relative;
    left: -9px;
}
#currentevents
{
    position: relative;
    padding-bottom: 9px;
    left: 2px;
    text-align: left;
    font-size: 19px;
    color: #434343;
    font-family: Calibri, Arial;
    font-weight: bold;
}
/************** content area ****************/
#contentArea_wrapper
{
    position: relative;
    min-height: 276px;
    width: 100%;
    z-index: 0;

}

#subpageHeader_wrapper
{
    position: relative;
    width: 100%;
    left: 0px;
    min-height: 35px;
    z-index: 30;
}
#subPageHeaders_image
{
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    right: 7px;
    z-index: 30;
    top:0px;
    display:none;
}

#subPageHeaders
{
    color: #293845;
    font-size: 24px;
    font-weight: normal;
    padding: 15px 0px 0px 10px;
    text-align: left;
    left: 0px;
    z-index: 31;
    font-family:arial;
    text-transform:uppercase;
    position:relative;
}

#customSubPageHeader, #defaultSubPageHeader
{
    display: block !important;
	position: relative !important; 
	width: 100%;
    position:relative;
	
	overflow: hidden;
    padding-top:18px;
}
#defaultSubPageHeader img, #customSubPageHeader img
{
    width:100%; 
}
#customSubPageHeader_img, #defaultSubPageHeader_img
{
    width:100%; 
}
/*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 div
{
    margin-left: 0px;
    margin-top: 0px;
}
#content_text
{
	margin-bottom:40px;
    min-height: 650px;
    height: auto !important;
    height: 650px;
    text-align: left;
}

/*login*/
#login_wrapper
{
    position: relative;
    height: 550px;
    text-align: left;
    margin-top: 0px;
    left: 0px;
    padding: 20px 20px 20px 50px;
    width: 990px;
    color: White;
}


/*Location CSS*/
#location_wrapper /*iframe width inherits this width in this class*/
{
    position: relative;
    min-height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 0px 20px 20px 0px;
}
#loc_title
{
}
#loc_Address
{
}

/*This hides the groups box*/
#admin_groups_dropdown
{
    display: none;
}
#Td1
{
    width: 700px;
    padding-left: 10px;
}
.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]
{
}

/*******  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;
}
#siteMap_wrapper
{
    position: relative;
    color: White;
}
.siteMap
{
    color: White;
}
#searchResultsWrapper
{
    padding-top: 10px;
    min-height: 471px;
    height: auto !important;
    height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 0px 20px 20px 10px;
}
#searchResultsContent_wrapper
{
    padding-bottom: 7px;
}



/************Online Donations***************/
#onlineDonationWrapper
{
    font-family: Arial;
}
#odWelcome
{
    position: absolute;
    padding-bottom: 10px;
    width: 225px;
    font-family: Arial;
}

#odMyAccountBoxWrapper
{
    position: relative;
    height: 215px;
    width: 315px;
    background-image: url('http://www.fbp.org/images/odMyAccount_bg.png');
    background-repeat:no-repeat;
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
}

#odMyAccountWrapper
{
    position: absolute;
    left: 255px;
}

#odMyAccountWrapper_AccountCreated
{
    position: relative;
}

#odMyAccountHeading
{
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 15px;
    padding-left:10px;
    padding-top:10px;
}

.odMyAccountText
{
    font-size: 11px;
    color: #000000;
    width:280px;
    padding-left:10px;
}

#odMyAccountFormWrapper
{
    padding-top: 10px;
}

.odMyAccountFormText
{
    font-size: 12px;
    color: #000000;
}


#odSignInButton
{
    padding-top: 5px;
    text-align: right;
    padding-right:30px;
}

#odCreateAccountBtn
{
    position: relative;
    z-index: 100;
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 20px;
}

#odGiveNow
{
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 20px;
}

#odFloatingDivSignUp
{
    position: absolute;
    left: 225px;
    top: -40px;
    width: 400px;
    height: 500px;
    background-image: url('http://www.fbp.org/images/odSignUp_bg.png');
    z-index: 3001;
}
.odFloatingDivSignUp
{
    position: absolute;
    left: 225px;
    top: -40px;
    width: 400px;
    height: 500px;
    background-image: url('http://www.fbp.org/images/odSignUp_bg.png');
    z-index: 5001;
}

#odFloatingDivSignUp_Content
{
    width: 360px;
    height: 460px;
    padding: 10px 10px 10px 10px;
}

#odCreateAccountFormHeader
{
    font-size: 16px;
    color: #000000;
    padding-bottom: 20px;
}

.odCreateAccount_FormElementTitleCell
{
    width: 150px;
    font-size: 12px;
    color: #000000;
    text-align: right;
}
.odCreateAccount_FormElementTitleCell_index
{
    color:Black;
}
.odCreateAccount_FormElementCell
{
    width: 150px;
    text-align: left;
}


.odCreateAccount_FormElementCellRight
{
    width: 250px;
    text-align: right;
}

.odCreateAccount_FormElement
{
    height: 20px;
    border: 1px solid #eeeeee;
    font-size: 12px;
}

#odCloseWindow
{
    position: absolute;
    left: 360px;
}

.odCreateAccountError
{
    color: Red;
    font-size: 10px;
}

#odForgotPasswordLink
{
    position: absolute;
    top: 180px;
    left: 13px;
}
.odForgotPasswordLink
{
    font-size: 10px;
    color: #000000;
}


.odForgotPasswordLink:link
{
    font-size: 10px;
    color: #000000;
}

.odForgotPasswordLink:active
{
    font-size: 10px;
    color: #000000;
}

.odForgotPasswordLink:hover
{
    font-size: 10px;
    color: #000000;
    text-decoration: underline;
}


.odDonateSubTitle
{
    font-size: 16px;
    color: #000000;
    width: 500px;
    border-bottom: solid 1px #dddddd;
    padding-top: 10px;
}

#odDonateNowForm
{
    width: 360px;
    padding: 0px 10px 0px 0px;
    text-align: left;
    width: 500px;
}



.odDonateNow_FormElementTitleCell_AmountTotal
{
    width: 150px;
    font-size: 12px;
    color: #000000;
    text-align: right;
    border-top: solid 1px #dddddd;
}

.odDonateNow_FormElementCell_AmountTotal
{
    width: 150px;
    text-align: left;
    border-top: solid 1px #dddddd;
}

.odCardImage
{
    padding: 0px 0px 0px 0px;
    height: 34px;
    vertical-align: middle;
}
#odGiveNextSteps
{
    width: 500px;
    text-align: right;
    padding-top: 10px;
}
.odDonateFormSection
{
    position:relative;
    width:800px;
}

#odSummaryPersonalInfo
{
    position: relative;
    float:left;
    display:inline;
    width:500px;
}
#odSummaryDonationInfo
{
    position: relative;
    left: 0px;
    float:right;
    display:inline;
    width:400px;
}
.ocSummaryHeader
{
    font-size: 14px;
    color: #6699cc;
}

.ocSummarySubHeader
{
    font-weight: bold;
    color: #000000;
}



#odSummaryCardInfo
{
    padding-top: 10px;
}

.odSummaryTotalAmount
{
    font-size: 14px;
    color: #6699cc;
}

.odProgressTemplate
{
    position: absolute;
    top: -300px;
    height: 500px;
    width: 600px;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

.odTransGrid
{
    border: solid 1px #ffffff;
}

.odTransItem
{
    font-size: 10px;
    background-color: #FFFFFF;
}

.odTransItemAlt
{
    font-size: 10px;
    background-color: #6699cc;
}

.odTransHeader
{
    background-color: #000000;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}

#odPrivactyLinks
{
    color: #cccccc;
}

.odPrivacyLink
{
    font-size: 10px;
    color: #ffffff;
}


.odPrivacyLink:link
{
    font-size: 10px;
    color: #ffffff;
}

.odPrivacyLink:active
{
    font-size: 10px;
    color: #ffffff;
}

.odPrivacyLink:hover
{
    font-size: 10px;
    color: #ffffff;
    text-decoration: underline;
}




#odFloatingDivPrivacy
{
    position: absolute;
    left: 225px;
    top: -40px;
    width: 400px;
    height: 500px;
    background-image: url('/images/odSignUp_bg.png');
    z-index: 3001;
}
.odFloatingDivPrivacy
{
    position: absolute;
    left: 225px;
    top: -40px;
    width: 400px;
    height: 500px;
    background-image: url('/images/odSignUp_bg.png');
    z-index: 3001;
}

#odFloatingDivPrivacy_Content
{
    width: 360px;
    height: 460px;
    padding: 10px 10px 10px 10px;
    color:Black;
}

#odCreateAccountFormHeaderPrivacy
{
    font-size: 16px;
    color: #000000;
    padding-bottom: 20px;
}

#odCloseWindowPrivacy
{
    position: absolute;
    left: 360px;
}



#odFloatingDivRefund
{
    position: absolute;
    left: 225px;
    top: -40px;
    width: 400px;
    height: 500px;
    background-image: url('/images/odSignUp_bg.png');
    z-index: 3001;
}
.odFloatingDivRefund
{
    position: absolute;
    left: 225px;
    top: -40px;
    width: 400px;
    height: 500px;
    background-image: url('/images/odSignUp_bg.png');
    z-index: 3001;
}

#odFloatingDivRefund_Content
{
    width: 360px;
    height: 460px;
    padding: 10px 10px 10px 10px;
    color:Black;
}

#odCreateAccountFormHeaderRefund
{
    font-size: 16px;
    color: #000000;
    padding-bottom: 20px;
}

#odCloseWindowRefund
{
    position: absolute;
    left: 360px;
}

.odPolicy
{
    width: 375px;
    height: 440px;
    overflow: auto;
}

#newsLetterSignup
{
    position: absolute;
    left: 145px;
    width: 255px;
    height: 100px;
}

#newsLetterSignup_textboxArea
{
    position: absolute;
    left: 32px;
    bottom: 62px;
    width: 214px;
}
.newsLetterSignup_textbox
{
    width: 213px;
}
#newsLetterSignup_button
{
    position: absolute;
    right: 12px;
    bottom: 60px;
    width: 14px;
    height: 17px;
}
#newsLetterSignup_Image
{
}

.newsletterSignUp
{
    background-image: url(/images/signup_textbox.jpg);
}
/************ STAFF ************/
#staff_wrapper
{
    position: relative;
    padding-top: 15px;
}
#staffMember
{
    padding: 20px 20px 0px 20px;
    height: 200px;
}
#memberTitle
{
    font-weight: bold;
}
.staffMemberName
{
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.staff_groups_col {
    position: relative; float: left; width: 230px; display: inline;
}
.staff_right_col {
    position: relative; float: left; width: 650px; left:10px; display: inline;
}
.staff_fieldset {
    width: 650px; padding: 10px 10px 10px 10px;
}
/*** CSS ToolTip  ***/
a.info
{
    position: relative; /*this is the key*/
    z-index: 24; /*color:#000;*/
    text-decoration: none;
}

a.info:hover
{
    z-index: 25; /*background-color:#ff0*/
}

a.info span
{
    display: none;
}

a.info:hover span
{
    /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 15em;
    border: 1px solid #000;
    background-color: #333333;
    color: #fff;
    padding: 10px 10px 10px 10px;
    text-align: left;
}
.commandsWrapper, .commandsWrapper li
{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    height: auto;
    display: block;
    zoom: 1;
    position: relative;
}

.commandsWrapper
{
    width: 136px;
}
.commandsWrapper li
{
    margin-right: 14px;
    _margin-right: 13px; /* START IE6 hack */
}
.commandsWrapper ul:after
{
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#memberlogin
{
    position: absolute;
    top: 0px;
    left: 813px;
    z-index: 900;
}
#footer_index
{
    position: relative;
    text-align: left;
    color: White;
    font-size: 12px;
    line-height: 11px;
    left: 20px;
}
#header_index
{
    position: relative;
    color: White;
    font-size: 12px;
    line-height: 11px;
    min-height: 100px;
    height: 100%;
    padding-top: 5px;
    text-align: left;
    width: 990px;
}
#quicklinksheader_text
{
    /*background-color: #f0e5d3;*/
    width: 100%;
    height: 100%;
    z-index: 90;
    position: relative;
    margin-top: -8px;
}
#quicklinksfooter_text
{
    width: 100%;
    height: 100%;
}
.animationContainer
{
    min-height: 100px;
    height: 100%;
}
.animationContainer1
{
}
.demoDiv
{
    overflow: hidden;
    position: relative;
    background-image: url(/images/bg_ministryguide_dropdown.png);
    background-position: top;
    background-repeat: repeat-x; /*background-color: #9ea2ab;*/
    min-height: 206px;
    z-index: 90;
    height: 100%;
    top: 0px;
}
.demoDiv1
{
    overflow: hidden;
    position: relative;
    padding-top: 0px; /*background-image: url(/images/bg_quicklinks1.jpg);     background-position: top;     background-repeat:repeat;*/
    height: 100%;
}
#slideItUp2
{
    position: relative;
    width: 990px;
    padding-top: 15px;
}
#slideItUp1
{
}
.hideInitially
{
    /*visibility:hidden;*/
    display: none;
    z-index: 90;
}
#clickhere_quickheader
{
    position: relative;
    width: 980px; /*background-color:green;*/
    top: 0px;
    height: 28px;
    left: 0px;
    z-index: 0;
}
#clickhere_quickfooter
{
    position: relative;
    width: 980px; /*background-color:green;*/
    top: 10px;
    height: 35px;
    left: 9px;
    z-index: 0;
}
#clickhere_quickheader_img
{
    text-align: left;
    left: 0px;
}
#clickhere_quickfooter_img
{
    text-align: left;
    left: 0px;
}
#footer_quick_text
{
    position: absolute;
    left: 140px;
    top: 5px;
    font-size: 14px;
}
#footer_quick_img
{
    position: absolute;
    left: 800px;
    top: 3px;
}


/*** LIVE BROADCAST ****/
.topCountdownLargeText_watchus
{
    display: none;
}
#topCountdownTimer
{
    position: absolute;
    font-size: 14px;
}
.topCountdownCell1
{
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 14px;
}
.faithnetworkButton
{
    display: block;
    width: 41px;
    height: 47px;
    background: url('/images/footer_fn.jpg') bottom;
    text-indent: -99999px;
    position: absolute;
    top: 0px;
    left: 0px;
}
/* Image Hover States */
#header_social
{
    position:absolute;
    right:15px;
    top:-2px;
}
.Btn_headerFacebook
{
    display: block;
    width: 45px;
    height: 45px;
    background: url('https://s3-us-west-1.amazonaws.com/faithnetworkuserfilestore/FAITHNETWORK_UserFileStore/imagelibraries/ministries/529979e9-a6fa-4701-a680-f973c5c631f3/Header Social/header_facebook.png') bottom;
    text-indent: -99999px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.Btn_headerFacebook:hover
{
    background-position: 0 0;
}

.Btn_headerTwitter
{
    display: block;
    width: 42px;
    height: 42px;
    background: url('https://s3-us-west-1.amazonaws.com/faithnetworkuserfilestore/FAITHNETWORK_UserFileStore/imagelibraries/ministries/a9f269fd-7901-4c27-8123-41fea2333899/Footer Social Icons/footer_twitter.png') bottom;
    text-indent: -99999px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.Btn_headerTwitter:hover
{
    background-position: 0 0;
}


.btn_callout1
{
    display: block;
    width: 246px;
    height: 138px;
    background: url('/FAITHNETWORK_UserFileStore/imagelibraries/ministries/e2e24f74-3a9c-4c12-aa6c-491fd43b299b/Callouts/callout_sermonsonline.jpg') bottom;
    text-indent: -99999px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.btn_callout1:hover
{
    background-position: 0 0;
}
.btn_callout2
{
    display: block;
    width: 246px;
    height: 138px;
    background: url('/FAITHNETWORK_UserFileStore/imagelibraries/ministries/e2e24f74-3a9c-4c12-aa6c-491fd43b299b/Callouts/callout_eventscalendar.jpg') bottom;
    text-indent: -99999px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.btn_callout2:hover
{
    background-position: 0 0;
}
.btn_callout3
{
    display: block;
    width: 246px;
    height: 138px;
    background: url('/FAITHNETWORK_UserFileStore/imagelibraries/ministries/e2e24f74-3a9c-4c12-aa6c-491fd43b299b/Callouts/callout_sundayschool.jpg') bottom;
    text-indent: -99999px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.btn_callout3:hover
{
    background-position: 0 0;
}
.btn_callout4
{
    display: block;
    width: 246px;
    height: 138px;
    background: url('/FAITHNETWORK_UserFileStore/imagelibraries/ministries/e2e24f74-3a9c-4c12-aa6c-491fd43b299b/Callouts/callout_greatinvestment.jpg') bottom;
    text-indent: -99999px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.btn_callout4:hover
{
    background-position: 0 0;
}
.logo_footerFaithnetwork
{
    display: block;
    width: 30px;
    height: 34px;
    background: url('/images/footer_fn.png') bottom;
    text-indent: -99999px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.logo_footerFaithnetwork:hover
{
    background-position: 0 0;
}
#lightwindow_title_bar_title
{
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    float: left;
    color: White;
    padding-left: 15px;
}

a#lightwindow_title_bar_close_link, a:link#lightwindow_title_bar_close_link, a:visited#lightwindow_title_bar_close_link
{
    text-align: right;
    cursor: pointer;
    line-height: 25px;
    padding: 0;
    margin: 0;
    color: White;
    padding-right: 15px;
}

a:hover#lightwindow_title_bar_close_link, a:active#lightwindow_title_bar_close_link
{
}
/*************Evite******************/

.nav-margin {
	padding-top:12px;
}
#primary_nav_wrap
{
	margin-top:0px;
	margin-left:220px;
	padding-top:42px;
	
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	background:#1d2e3a;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#primary_nav_wrap ul a
{
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:500;
	font-size:16px;
	line-height:32px;
	padding:8px 20px;
	text-align:left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd
}

#primary_nav_wrap ul li:hover
{
	background:#538E5F
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#538E5F;
	padding:0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}

.pure-menu li a {
	padding: 10px 16px;
	background:#f4f4f4;
	text-decoration:none;
	margin-bottom:4px;
	color:#333;
	display:block;
}

.pure-menu li a:hover {
	background:#538E5F;
	color:#fff;
	
	}
	
.listHeader {
	background:#579063;
	padding:10px;
	color:#fff;
	
}

.list td {
	padding:12px 6px;
}

.list td a {
	color:#579063;
	
}

.listHeader .headerText a {
	color:#fff;
}
.list .listPager {
	background:#293845;
	color:#fff;
	
}

.list .listPager a {
	color:#fff;
}

.listHeader a {
	color:#fff;
}

td.listHeader a {
	color:#fff;
}