/* 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: verdana, arial,helvetica,sans-serif;
    font-size: 12px;
    background-color: #a7a7a7;
    background-image:url(/images/bg_main.jpg);
    background-repeat:repeat-x;
    background-position: top;
    text-align: center; /* IE quirky center */
    color: #000000;
}

a
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #000000;
    text-decoration: underline;
}

img
{
    border: 0px;
}
img.middle
{
    vertical-align:middle;
}
/* heading tags */


h1
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    font-family:Garamond;
}

h2
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
}

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: 1022px;
    background-image:url(/images/frame_middle.jpg);
    background-repeat:repeat-y;
}
#nav_wrapper_top
{
    position:relative;
    top:0px;
    left:0px;
    background-image:url(/images/frame_top.jpg);
    background-repeat:no-repeat;
    width:1022px;
    height:30px;
}
#frame_gutter_left
{
    position:absolute;
    left:0px;
    top:30px;
    width:16px;
    min-height:281px;
    background-image:url(/images/frame_gutter_left.jpg);
    background-repeat:repeat-y;
}
#frame_gutter_right
{
    position:absolute;
    left:1006px;
    top:30px;
    width:16px;
    min-height:282px;
    background-image:url(/images/frame_gutter_right.jpg);
    background-repeat:repeat-y;
}
#nav_wrapper
{
    position: relative;
    width: 972px;
    height: 151px; /* background-image: url(/images/header.jpg);*/
    background-repeat: no-repeat;
    background-position: top;
    z-index:91;
}
#nav
{
    position: relative;
    width: 830px;
    height: 41px;
    top:110px;
    left:73px;
    z-index: 91;
}

#nav_top
{
    position:absolute;
    left:0px;
}
#watchlive
{
    position:absolute;
    top:0px;
    left:580px;
    background-image:url("/images/bg_watchuslive.jpg");
    background-repeat:no-repeat;
}
/*Sub Page CSS*/
#center_wrapper
{
    position: relative;
    width: 972px;
    top: 0px;
    left: 0px;
    min-height: 600px;
    height: 100%;
    height: auto !important;
    text-align: left;
    z-index: 1;
}
#subpages_background
{
    position: relative;
    width: 400px;
    min-height: 486px;
    height: 100%;
}
#sub_content_top
{
    position: absolute;
    background-repeat: no-repeat;
    width: 900px;
    height: 14px;
    left: 0px;
    z-index:31;
    display:none;
}

#sub_content_middle
{
    position: relative;
    min-height: 600px;
    height: 100%;
    left: 0px;
    width: 972px;
    z-index: 20;
}
#sub_content_bottom
{
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 900px;
    height: 14px;
    left: 0px;
    display:none;
}
.content_middle_wrapper
{
    position:relative;
    background-image: url(/images/sub_content_middle.jpg);
    background-repeat: repeat-y;
    position: relative;
    width: 972px;
    min-height: 600px;
    height: auto !important;
    height: 100%;
    text-align: left;
    top: 0px;
}
.content_middle_wrapper_full
{
    position:relative;
    background-image: url(/images/sub_content_middle_full.jpg);
    background-repeat: repeat-y;
    position: relative;
    width: 972px;
    min-height: 600px;
    height: auto !important;
    height: 100%;
    text-align: left;
    top: 0px;
    
}

.content_middle
{
    position: relative;
    background-position: top;
    left: 261px;
    width: 695px;
    top: 0px;
    min-height: 348px;
    height: 100%;
}
.content_middle_full
{
    position: relative;
    background-position: top;
    left: 0px;
    width:972px;
    top: 0px;
    min-height: 348px;
    height: 100%;
}

#subNav
{
    position: absolute;
    width: 180px;
    left: 0px;
    top:0px;
    float: left;
    z-index: 90;
}
.subNav
{
    position: absolute;
    width: 180px;
    left: 0px;
    top:0px;
    float: left;
    z-index: 90;
}
#subnav_top
{
    position:absolute;
    top:0px;
    left:0px;
    width:261px;
    height:123px;
    background-image:url(/images/bg_subnav_top.jpg);
    background-repeat:no-repeat;
}
#subNavHeaderText
{
    position: relative;
    top: 45px;
    font-family:Garamond;
    font-weight:bold;
    width: 261px;
    color: #2e2e2e;
    font-size: 24px;
    text-align:center;
}
#subNavHeader
{
    width: 170px;
}

#subNavBody
{
    position: absolute;
    width: 180px;
    height: 438px;
}

#subNavbody_inner
{
}

#subNavFooter
{
}
.subNavText
{   font-weight:bold;
    font-size:15px;
	line-height: 23px;
	text-decoration:none;
	font-family:Garamond;
	text-align:left;
	color:#000000;
	vertical-align:bottom;
	width:190px;
}

.subNavText:link
{
	line-height: 23px;
	text-decoration:none;
	text-align:left;
	color:#000000;
	vertical-align:bottom;
	width:190px;
}

.subNavText:active
{
	line-height: 23px;
	text-decoration:none;
	text-align:left;
	color:#000000;
	vertical-align:bottom;
	width:190px;
}

.subNavText:visited
{
	line-height: 23px;
	text-decoration:none;
	text-align:left;
	color:#000000;
	vertical-align:bottom;
	width:190px;
}

.subNavText:hover
{
	color: #af1c14;
	text-align:left;
	text-decoration:none;
}
.subNavText1
{   
    font-size:15px;
	line-height: 23px;
	text-decoration:none;
	text-align:left;
	color:#000000;
	font-weight:bold;
	font-family:Garamond;
	vertical-align:bottom;
	width:190px;
}

.subNavText1:link
{
	line-height: 23px;
	text-decoration:none;
	text-align:left;
	color:#000000;
	vertical-align:bottom;
	width:190px;
}

.subNavText1:active
{
	line-height: 23px;
	text-decoration:none;
	text-align:left;
	color:#000000;
	vertical-align:bottom;
	width:190px;
}

.subNavText1:visited
{
	line-height: 23px;
	text-decoration:none;
	text-align:left;
	color:#000000;
	vertical-align:bottom;
	width:190px;
}

.subNavText1:hover
{
	color: #af1c14;
	text-align:left;
	text-decoration:none;
}
#content_middle_wrapper
{
    position: relative;
    width: 500px;
    left: 156px;
    height: 100%;
    z-index: 31;
    
}

#content_top
{
    position: relative;
    background-image: url(/images/subhead_text_full.jpg);
    background-repeat: no-repeat;
    background-position: top;
    left: 0px;
    width: 480px;
    height: 23px;
}


#content_middle_bottom
{
    position: relative;
    bottom: 0px;
}

#subMainContentArea_wrapper
{
    position: relative;
    text-align: left;
}

#subPageWrapper
{
    position: relative;
}
#subPageEventHeader
{
    font-weight: bold;
    font-size: 18px;
}
.content_wrapper
{
    position: relative;
    padding-top: 0px;
    margin-left: 0px;
}

/*Sub Content Area End*/


#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;
}

#footer_wrapper
{
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 1022px; /*background-color:green;*/
    top: 0px;
}
#subfooter_wrapper
{
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 1022px; /*background-color:green;*/
    top: 9px;
}
#subfooter
{
    position: relative; /* 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: 48px;
    left: 0px;
    top: 0px;
    text-align: left; /*background-color:Green; word-wrap:break-word;*/
}
#footer
{
    position: relative; /* 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: 1022px;
    height: 94px;
    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: 60px;
    top: 76px;
    color: #363636;
    font-size: 11px;
}
#fnLogo
{
    position: absolute;
    left: 794px;
    top: 0px;
    visibility: hidden;
}

/******* Homepage Layout ************/

#mainContentArea_wrapper
{
    position: relative;
    height: 100%;
    top: 5px;
}

#centerWrapper
{
    position: relative;
}

/*CALLOUTS*/
#customCallout
{
    position:relative;
    left:5px;
}
#callout_wrapper
{
    position: relative;
    left: 0px;
    top: 0px;
    width: 972px;
    min-height: 202px;
    height: auto !important;
    height: 202px;
    background-image:url(/images/bg_callouts.jpg);
    background-repeat:no-repeat;
}
#callouts
{
    position:absolute;
    left:17px;
    top:15px;
}
#callout1
{
    position: absolute;
    left: 0px;
    top: 0px;
}

#callout2
{
    position: absolute;
    left: 236px;
    top: 0px;
}

#callout3
{
    position: absolute;
    left: 471px;
    top: 0px;
}

#callout4
{
    position: absolute;
    left: 706px;
    top: 0px;
}
#subpage_spacer1
{
    position: absolute;
    top: 0px;
    width: 6px;
    left: 5px;
    z-index: 91;
    height: 486px;
}
#subpage_spacer2
{
    position: absolute;
    left: 199px;
    top: 0px;
    width: 12px;
    height: 486px;
    z-index: 31;
}
#subpage_spacer
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 12px;
    height: 507px;
    z-index: 91;
    background-image:url(/images/sub_spacer_bg_right.jpg);
    background-repeat:no-repeat;
}
.subpage_spacer
{
    position: absolute;
    left: 780px;
    top: 0px;
    width: 12px;
    height: 507px;
    z-index: 91;
    background-image:url(/images/sub_spacer_bg_right.jpg);
    background-repeat:no-repeat;
}
.subpage_spacer_full
{
    position: absolute;
    left: 979px;
    top: 0px;
    width: 7px;
    height: 598px;
    z-index: 91;
    background-image:url(/images/gutter_full_right.jpg);
    background-repeat:no-repeat;
}
/*Subcallouts on the Right*/
#subCallout_wrapper
{
    position: absolute;
    left: 780px;
    top: 0px;
    width: 199px;
    z-index:91;
}

#subCallout1
{
    position:absolute;
    left:7px;
}
#subCallout2
{
    position: absolute;
    left: 7px;
    top: 121px;
}

#subCallout3
{
    position: absolute;
    left: 7px;
    top: 250px;
}

#subCallout4
{
    position: absolute;
    left: 7px;
    top: 377px;
}
#callout5
{
    position: absolute;
    left: 778px;
    top: 0px;
}

#indexCallout_events
{
    position: absolute;
    top: 10px;
    left: 18px;
}

#indexCallout_top
{
    position: relative;
    left: 0px;
    top: 3px;
    width: 1022px;
}

#indexCallout_top_content
{
    position: relative;
    width: 972px;
    left: 0px;
    top: 0px;
    height: 379px; /*border:solid 2px #cc0000;*/
}

#indexcallout_visitorinfo
{
    position:absolute;
    left:0px;
    top:0px;
    background-image:url(/images/bg_visitoinfo.jpg);
    background-repeat:no-repeat;
    width:244px;
    height:197px;
}
#indexcallout_recentmessage
{
    position:absolute;
    top:0px;
    left:0px;
    width:325px;
    height:379px;
    background-image:url(/images/bg_recentmessage.jpg);
    background-repeat:no-repeat;
}
#indexcallout_recent
{
    position:absolute;
    top:135px;
    left:2px;
    width:320px;
    height:240px;
}
#home_large_rotator
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 641px;
    height: 379px;
}

#indexCallout_top_content_right
{
    position: absolute;
    width: 325px;
    height: 379px;
    left: 646px;
    top: 0px;
}

#indexCallout_top_content_right_content
{
    position: relative;
    font-family: arial,helvetica, verdana,sans-serif;
    font-size: 12px;
    width: 200px;
    text-align: left;
    padding: 65px 30px 0px 0px;
}
#indexCallout_middle
{
    position:relative;
    left:0px;
    top:0px;
}
/*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;
    min-height: 276px;
    width:1022px;
}

#contentArea_top
{
    position: relative;
    height: 25px;
    top: 0px;
    left: 0px;
    padding: 0;
    margin: 0;
}
#contentArea
{
    position: relative;
    min-height: 276px;
    padding: 16px 20px 0px 20px;
    color: #666666;
}
#contentArea_bottom
{
    position: relative;
    height: 13px;
    top: 0px;
}

#calloutsSub
{
    position: relative;
}
#subpageHeader_wrapper
{
    position: relative;
    width:711px;
    left:0px;
    height:35px;
}
#subPageHeaders_image
{
    position: absolute;
    background-repeat:no-repeat;
    width:711px;
    height:35px;
    left:0px;
    z-index:30;
}

#subPageHeaders
{
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-family:Garamond;
    font-weight:bold;
    padding: 6px 0px 3px 20px;
    text-align:left;
    left:0px;
    z-index:31;
}

#customSubPageHeader
{
    position:relative;
    margin-top:0px;
    width:680px;
    min-height:23px;
    
}
/*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
{
    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: 10px 20px 10px 20px;
    left: 20;
    min-height: 471px;
    height: auto !important;
    height: 471px;
    color: #000000;
    text-align: left;
}

#subPageContent
{
    padding: 0px 0px 0px 0px;
    text-align: left;
    vertical-align: top;
    width: 990px;
    min-height: 434px;
}


/************** Events Page ****************/

#featuredEvents_wrapper
{
    position: relative;
    width: 680px;
    padding: 5px;
    margin-top: 0px;
}

#featuredEvents_body
{
    position: relative;
    background-color: #efefef;
    padding: 0px 0px 0px 0px;
    color: #000000;
}

.featuredEvents_table
{
    border: solid 1px #000000;
    padding: 5px 5px 5px 5px;
    
}
#featuredEvents_image
{
   /* height: 100%;
    float: left;
    padding: 10px 10px 10px 10px;
    min-width:50px;*/
}

#featuredEvents_header
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    padding-left: 10px;
    left:0px;
    
   
}
.featuredEvents_header
{
    display:none;
}
#featuredEvents_dateTime
{
    padding-left: 10px;
}
.featuredEventsDate
{
    font-weight:bold;
}
#featuredEvents_title
{
    font-size: 15px;
    color: #01657d;
    text-transform: uppercase;
    padding-left: 10px;
}

.featuredEvents_title
{
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}

#featuredEvents_desc
{
    padding-left: 10px;
}
#featuredEvents_moreInfo
{
    padding-top: 10px;
    padding-left: 10px;
}

.floatImageLeft
{
    float: left;
    padding-right: 15px;
}
.eventDate
{
    font-weight:normal;
}
.eventTitle
{
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}
#groupSubHeader
{
    display:none;
}
#groups_events_description
{
    position: relative;
    width: 310px; 
    text-align:left;
}
.subPageHeaders
{
    font-weight:bold;
}
#events_wrapper
{
    position: relative;
    text-align: left;
    padding-left: 10px;
}

#events_body
{
    position: relative;
    text-align: left;
    margin: 0px 50px 0px 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_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;
    width: 510px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}

#events_description
{
    position: relative;
    left: 160px;
    width: 505px; /*width: 550px;*/
}

#events_moreInfo
{
    position: relative;
    left: 160px;
    width: 510px;
    padding-bottom: 10px;
    color: #000000;
}

a.events_moreInfoLink
{
    color: #000000;
}
a.events_moreInfoLink:link, a.events_moreInfoLink:visited
{
    color: #000000;
}
.events_moreInfoLink:hover
{
    color: #000000;
    text-decoration: underline;
}

#eventsDetails_wrapper
{
    position: relative;
    min-height: 434px;
}

a.eventDetailsLinks, a.eventDetailsLinksa:links, .eventDetailsLinks:visited
{
    color: #000000;
    text-decoration: none;
}
a.eventDetailsLinks:hover
{
    color: #000000;
    text-decoration: underline;
}

/*login*/
#login_wrapper
{
    position: relative;
    height: 400px;
    text-align: left;
    margin-top: 0px;
    left: 0px;
    padding: 20px 20px 20px 50px;
    width: 974px;
}
/*photo Gallery CSS*/
#gallery_wrapper
{
    position: relative;
    min-height: 471px;
    height: auto !important;
    height: 471px;
    height: 100%;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
    width: 400px;
}

#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: 471px;
    height: auto !important;
    height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}

/*Current Series CSS*/
#currentSeries_wrapper
{
    position: relative;
    min-height: 471px;
    height: auto !important;
    height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}

/*Audio CSS*/
#audio_wrapper
{
    position: relative;
    min-height: 471px;
    height: auto !important;
    height: 471px;
    text-align: left;
    padding: 20px 0px 20px 20px;
    width: 450px;
    margin-top: 0px;
}
#audioView_wrapper
{
    position: relative;
    min-height: 471px;
    height: auto !important;
    height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 0px 20px 20px;
    width: 450px;
}

.audioList_table
{
    width: 220px;
}

.audioList_cell1
{
    width: 128px;
}
.audioList_cell2
{
}
/*Prayer Request CSS*/
#prayerRequest_wrapper
{
    position: relative;
    min-height: 471px;
    text-align: left;
    background-image: url(/images/content_middle.jpg);
    background-repeat: repeat-y;
    padding: 20px 20px 20px 20px;
    margin-top: 0px;
}

/*Video CSS*/
#video_wrapper
{
    position: relative;
    min-height: 471px;
    height: auto !important;
    height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
    width: 450px;
}
#videoView_wrapper
{
    position: relative;
    min-height: 471px;
    height: auto !important;
    height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 0px 20px 20px;
    width: 450px;
}
#player1
{
    position: relative;
    width: 640px;
}
#player2
{
    position: relative;
    width: 640px;
}
/*Location CSS*/
#location_wrapper /*iframe width inherits this width in this class*/
{
    position: relative;
    min-height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}
/*Home Events CSS*/


#home_events_wrapper
{
    position: relative;
    background-image: url(/images/current_events.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 307px;
    left: 0px;
    height: 329px;
    float: right;
    margin-right: 0px;
}

#home_events_content
{
    padding: 45px 30px 0px 8px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    height:140px;
}
#homeEventsText
{
    position:absolute;
    width:220px;
    padding-left:10px;
}
.homeEventsTable
{
}

#bg_events
{
     background-image:url(/images/bg_event.jpg);
    width:228px;
    min-height:28px;
}
.homeEventsCell
{
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
}

.homeEvents
{
    padding: 6px 6px 6px 6px;
    background-color: #FFFFFF;
    height: 292px;
    width: 215px;
    text-transform: uppercase;
}
#homeEventsDate
{
    font-size: 13px;
    color: #000000;
}

.homeEventsTitle
{
    font-size: 13px;
    text-decoration: underline;
}
.homeEventsTime
{
    font-size: 13px;
    font-family: Arial,Helvetica, MS Sans Serif;
    text-transform: lowercase;
    letter-spacing: .5px;
}
#home_events_title
{
   padding-top:5px;
   padding-left:20px;
}
a.homeEventsLinks:LINK
{
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}

a.homeEventsLinks:VISITED
{
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}
a.homeEventsLinks:HOVER
{
    font-size: 13px;
    color: #000000;
    text-decoration: underline;
}
a.homeEventsLinks
{
    font-size: 13px;
    color: #000000;
}
#home_events_moreinfo
{
    position:absolute;
    top:155px;
    left:130px;
    font-weight:normal;
}
/******** blogs **********/

/* BEGIN BLOG CSS */

.blogTable
{
    width: 690px;
}
hr.blogLine
{
    height: 3px;
    border: solid 3px #bbbbbb;
}

#blog_comments
{
    position: relative;
}

#blog_wrapper
{
    padding-top: 10px;
    min-height: 471px;
    height: auto !important;
    height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 0px;
}
#blogEntry_wrapper
{
    padding-top: 10px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 0px 20px 10px;
}
#blogTitle
{
    position: relative;
    font-size:14px;
    font-weight:bold;
}
.blogTitle
{
    position: relative;
    font-size:14px;
    font-weight:bold;
}
#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-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: 400px;
}
#admin_SubNav
{
    position: absolute;
    top: 25px;
    left: 10px;
    width: 140px;
    height: 100%;
}

#admin_Content
{
    position: relative;
    top: 0px;
    padding: 18px 0px 20px 0px;
    left: 15px;
    width: 675px;
    text-align: left;
    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: block;
}


#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]
{
    background-color: #FFFFFF;
    border: #7B7B64 1px solid;
    color: black;
    font-family: arial, verdana, ms sans serif;
    font-size: 8pt;
    font-weight: normal;
}


select
{
    background-color: #FFFFFF;
    border: #7B7B64 1px solid;
    border-color: #7B7B64;
    color: black;
    font-family: arial, verdana, ms sans serif;
    font-size: 8pt;
    font-weight: normal;
}

button
{
    font-family: arial, verdana, ms 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;
}

/***************** Live Broadcast ********************/
#lb_chat
{
    visibility:visible;
    padding-top:10px;
}
#lb_wrapper
{
    position: relative;
    min-height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 10px 20px 20px;
}

.lbTitle
{
    font-size:12px;
    font-weight:bold;
}

.lbSmallTitle
{
    font-size:12px;
    font-weight:bold;
    color:#000000;
    text-transform:uppercase;
    padding-bottom:5px;
}

.lbPageViews
{

    color:#000000;
    

}
#lb_countdown
{
    height: 69px;
    width: 501px;
    background-image: url( '/images/lb_timer_bg.jpg' );
}

.lbMultipage
{
    width:645px;
    min-height:400px;
    border:solid 1px #dddddd;
    background-color:#ffffff;
    padding:10px 10px 10px 10px;
    
}
.lbSchedule
{
    width:174px;
    height:240px;
    min-height:250px;
    background-image: url(/images/lb_schedule_bg.jpg);
    background-repeat: no-repeat;
    vertical-align:top;
    padding-top:30px;
    
}

.lbSchedTable
{
    width:174px;
    vertical-align:top;
}

.lbScheduleHeader
{
    font-weight:bold;
    color:#000000;
    
}

.lbScheduleText
{
font-size:11px;
    color:#000000;
    
}

.lbPlayerCell
{
    height:360px;
    width:480px;
}

.lbPlayerCell
{
    height:360px;
    width:480px;
}

.lb_marketing_cell
{
    padding-top:20px;
}

#LBRotator
{
    z-index:1;
}


/************Countdown timer***************/

#countdownTimer
{
    position: absolute;
    top: 5px;
    left: 260px;
    z-index: 100;
    color: #FCF8B8;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 0px 0px 0px;
}

.countdownLargeText
{
    font-size: 45px;
    color: #000000;
    font-family: Times New Roman, MS Serif;
}

.countdownSmallText
{
    font-size: 8px;
    text-transform: lowercase;
    color: #000000;
    text-align: center;
    font-family: arial, Verdana,helvetica;
}

.countdownCell
{
    vertical-align: top;
    text-align: center;
}

.countdownCellBig
{
    padding-right: 10px;
}


/* top countdown */


#topCountdown
{

    position:relative;
    height:89px;
    width:375px;
    background-image:url('/images/bg_watchuslive.jpg'); 
}
#topCountdownTimer
{
    position:absolute;
    top:47px;
    right:0px;
    z-index:100;
    color:#FCF8B8;
    text-transform:uppercase;
    font-weight:bold;   
    padding: 0px 25px 0px 0px;
}
.topCountdownCell

{
vertical-align:top;
text-align:center;
}

.topCountdownLargeText

{
    font-size:17px;
        color:#FCF8B8;
}



/*********** new video css ************/
#videoChannelsList
{
    width:670px;
    background-color:#ffffff;
    background-image:url('/images/bg_videocategories.jpg');
    background-repeat:no-repeat;
    height:36px;
    text-align:left;
}

.videoChannelsTitle
{
    background-color:Transparent;
    text-transform:uppercase;
    font-weight:bold;
    
}

.videoChannelTextSelected
{
    background-color:#ffffff;
    font-weight:bold;
    color:#000000;
    text-transform:uppercase;
    
}

.videoChannelText
{

    font-weight:bold;
    color:#ffffff;
    text-transform:uppercase;
    
}

#player1
{
    position:relative;
    width:640px;
}
#player2
{
    position:relative;
    width:640px;
}

#videoTitle
{
    font-size:18px;
    font-weight:bold;
}

.channelTextSelected
{

    text-transform:uppercase;
    font-weight:bold;
    color:#000000;
    text-decoration:none;

    
}

.videoChannelText
{

    text-transform:uppercase;
    font-weight:bold;
    color:#ffffff;
      text-decoration:none;

    
}
/**************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;
}
#message_wrapper
{
    width:710px;
}
#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);
    height: 150px;
    width: 670px;
    position: relative;
}
#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;
}
/* 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); width: 670px; height: 29px;
 }
 #episodeTable
{
     position:relative;
     width:670px;
 }
.episodeTable
{}
#episodeButtons_Wrapper
{
    position:relative;
    width:670px;
    background-image: url(/images/msg_bubble_Content.png);
}
.episode_buttons
{}
#episodeCloseDetails
{
    position:absolute;
    left:600px;
    top:3px;
}
#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; font-size:11px;}
#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; font-size:11px;}
#btn_Msg_Info
{width:40px; height:28px; font-size:11px;}
#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; font-size:11px;}
#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; font-size:11px;}
#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;font-size:11px;}
#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; font-size:11px;}
#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; font-size:11px;}
#hdr_Msg_Buy
{width: 50px; position: absolute; left: 635px; margin-top: 7px;display:none;}
#btn_Msg_Buy
{width: 50px; height: 28px;display:none; font-size:11px;}
#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; font-size:11px;}
#hdr_Msg_Podcast
{width: 50px; position: absolute; left: 635px; margin-top: 7px;display:none;}
#hdr_Msg_Podcast
{width: 50px; height: 28px;display:none;}
