/* 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:  trebuchet ms, arial,helvetica, verdana,sans-serif;
    font-size: 12px;  
    background-image: url(../images/bg_main.jpg); 
    background-repeat: repeat-x;
    background-color:#444444;
    text-align: center; /* IE quirky center */
    padding-left: 0;
    color: #000000;
}

p
{
	font-family:  trebuchet ms, arial,helvetica, verdana,sans-serif;
    font-size: 12px; 
}

a
{
    color: #00F;
	text-decoration: underline;
	cursor:pointer;
}
a:hover
{
    color: #333333;
    text-decoration: underline;
}

img
{
    border: 0px;
}

/* heading tags */


h1
{
    font-size: 14px;
    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;
}

.mainExpand
{
  font: bold 1em verdana, arial, helvetica, sans-serif;
}



/***********  site structure ****************/

#main_wrapper
{
    position: relative;
    width: 1018px;
    background-color:#ffffff
}

#nav_wrapper
{
    width: 998px;
    height: 268px;
    /*background-image: url(/images/header.jpg);
    background-repeat: no-repeat;*/
    background-position: center;
    
}
#nav
{
    position: relative;
    width: 998px;
    height: 30px;
    z-index: 30;
    background-image: url(../images/bg_nav.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #FFFFFF;
}

#navBody
{
    position: absolute;
    top: 188px;
    width: 138px; /*background-color:yellow;*/
    bottom: 0px;
    padding-left: 10px;
    /*background-image: url(../images/bg_nav_bottom.html);*/
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 3;
}


#navFooter
{
    position: absolute;
    width: 160px;
    bottom: 0px;
    height: 0px;
}

#header
{
    height: 224px;
}

/*Sub Page CSS*/
#center_wrapper
{
    position: relative;
    width: 998px;
    top: 0px;
    left: 0px;
    min-height: 451px;
    height: 100%;
}

#sub_content_top
{
    background-image: url(../images/sub_content_top.jpg);
    background-repeat: no-repeat;
    clear: both;
    width: 990px;
    height: 19px;
}

#sub_content_middle
{
    position: relative;
    background-image: url(../images/sub_content_middle.jpg);
    background-repeat: repeat-y;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    width: 990px;
}

#sub_content_bottom
{
    position: relative;
    width: 990px;
    height: 21px;
    padding-bottom:30px;
}


#subNav
{
    position: absolute;
    width: 170px;
    left: 10px;
    float: left; /*float:left; 	width:10px; 	margin-left:55px; 	height:100%;*/
    z-index:91;
}

#subNavHeader
{
    width: 170px; /*position:relative; 	width:100%; 	height:0px;*/ /*background-color:Yellow;*/
}

#subNavBody
{
    width: 170px; /*position:absolute; 	width:135px; 	left:65px; 	top:0px; 	bottom:4px;*/
}

#subNavbody_inner
{
    /*position:relative; 	height:190px; 	z-index:10; 	padding-top:20px;*/
}

#subNavFooter
{
}

#content_middle_wrapper
{
    position: relative;
    width: 776px;
    left: 100px;
    min-height:400px;
	height:auto !important;
	height:400px;
}
#content_top
{
    /*background-image:url(/images/content_top.jpg);     background-repeat :no-repeat;*/
    width: 776px;
    height: 61px;
}

#content_middle
{
    position: relative;
    /*background-image: url(../images/content_middle.html);*/
    background-repeat: repeat-x;
    background-position: top;
    color: #000000; /*min-height:471px;*/
}

#content_middle_bottom
{
    position: relative;
    bottom: 0px;
}

#subMainContentArea_wrapper
{
    position: relative;
}

#subPageWrapper
{
    position: relative;
    margin-left: 0px;
    margin-right: 0px; /*width:769px;*/
    width: 100%; /*border-bottom:solid 2px #7C2255;*/ /*border:solid 1px #000000;*/
}
#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: 998px;
    /*background-image: url(../images/bg_main_sub.html);*/
    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: 1018px; /*background-color:green;*/
}

#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: 1018px;
    height:55px;
    left: 0px;
    top: 0px;
    text-align: left;
    background-color:#999999; 
}

#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: 998px;
    height: 117px;
    /*background-image: url(../images/bg_footer_sub.html);*/
    left: 0px;
    text-align: left; /*word-wrap:break-word;*/
}

#clientLogo
{
    position: absolute;
    left: 20px;
    top: 10px;
}
#copyright
{
    position: absolute;
    left: 330px;
    top: 10px;
    color:#333333;
    text-transform: uppercase;
    font-family: trebuchet ms, helvetica, verdana, arial, sans-serif;
    font-size: 9px;
}
#fnLogo
{
    position: absolute;
    left: 935px;
    top: 0px;
}
#emaillink
{
    position: absolute;
    left: 935px;
    top: 10px;
    color:#333333;
    font-family: trebuchet ms, helvetica, verdana, arial, sans-serif;
    font-size: 9px;
}

/******* Homepage Layout ************/

#mainContentArea_wrapper
{
    position: relative;
    width: 1018px;
    height: 100%;
    background-color: #FFFFFF;
    top:15px;
}

#home_events_wrapper
{
    position: relative;
    /*background-image: url(../images/current_events.html);*/
    background-repeat: no-repeat;
    background-position: top;
    width: 307px;
    left: 0px;
    height: 329px;
    float: right;
    margin-right: 0px;
}

#home_events_content
{
    padding: 50px 30px 0px 10px;
    height: 271px;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
}

#centerWrapper
{
    position: relative;
}

#special_topper_ad
{
	position:absolute;
	top:218px;
	left:25px;
}

/*CALLOUTS*/
#callout_wrapper
{
	position: relative;
	top: 0px;
	width: 998px;
	height:355px;
	background-color:#FFFFFF;
}

#callout_main
{
	position: relative;
	top: 0px;
	width: 960px;
	height:240px;
}

#indexCallout_middle
{
    
    position: relative;
    left: 0px;
    top: 0px;
    width: 998px;
    height: 105px;
    background-color:#FFFFFF;
}

#callout1
{
	position: absolute;
    width: 320px;
    height: 105px;
    left: 0px;
	top: 0px;
}

/*Not currently used
#callout1_content
{
    position:absolute;
    top:115px;
    left:30px;
    font-weight:bold;
    font-size:14px;
    color:#B22222;
}

#callout1_text
{
    position:absolute;
    top:145px;
    left:33px;
    font-weight:normal;
    color:#383838;
    padding-right:20px;
    text-align:left;
    width:120px;
}
*/

#callout2
{
	position: absolute;
    width: 320px;
    left: 340px;
    height: 105px;
    top: 0px;
}

/*Not currently used
#callout2_content
{
    position:absolute;
    top:115px;
    left:370px;
    font-weight:bold;
    font-size:14px;
    color:#B22222;
}

#callout2_text
{
    position:absolute;
    top:145px;
    left:370px;
    font-weight:normal;
    color:#383838;
    text-align:left;
    width:120px;
}
*/

#callout3
{
	position: absolute;
    width: 320px;
    left: 675px;
    height: 105px;
	top: 0px;    
}

/*Not currently used
#callout3_content
{
    position:absolute;
    top:115px;
    left:705px;
    font-weight:bold;
    font-size:14px;
    color:#B22222;
}

#callout3_text
{
     position:absolute;
    top:145px;
    left:710px;
    font-weight:normal;
    color:#383838;
    text-align:left;
    width:120px;
}

#callout4
{
    position: absolute;
    left: 736px;
    top: 0px;
    height:227px;
}

#callout4_content
{
    position:absolute;
    top:125px;
    left:30px;
    font-weight:bold;
    color:#E3701A;
    
}

#callout4_text
{
    position:absolute;
    top:135px;
    left:10px;
    right:5px;
    font-weight:normal;
    color:#FFFFFF;
    padding-right:30px;
    text-align:left;
}
*/

#calloutSeperator
{
	position:relative;
	width:998px;
	height:5px;
	top:3px;
	
}
#indexCalloutSpacer1
{
	position: absolute;
    left: 328px;
    top: 0px;
    height:152px;
}
#indexCalloutSpacer2
{
	position: absolute;
    left: 667px;
    top: 0px;
    height:152px;
}

#indexCallout_FeatureMenu
{
	position: relative;
    left: 0px;
    top: 0px;
    width: 998px;
    height: 28px;
    background-color:#FFFFFF;
}

#indexCallout_bottom_feature1
{ 
    position: absolute;
    left: 0px;
    top: 0px;
    width:198px;
    height:28px;
}

#indexCallout_bottom_feature2
{ 
    position: absolute;
    left: 199px;
    top: 0px;
    width:198px;
    height:28px;
}

#indexCallout_bottom_feature3
{ 
    position: absolute;
    left: 398px;
    top: 0px;
    width:198px;
    height:28px;
}

#indexCallout_bottom_feature4
{ 
    position: absolute;
    left: 597px;
    top: 0px;
    width:198px;
    height:28px;
}

#indexCallout_bottom_feature5
{ 
    position: absolute;
    left: 796px;
    top: 0px;
    width:198px;
    height:28px;
}

#indexCallout_bottom
{
    
    position: relative;
    left: 0px;
    top: 0px;
    width: 998px;
    height: 135px;
    background-color:#FFFFFF;
}

#indexCallout_bottom_left
{
   
    position: absolute;
    left: 0px;
    top: 0px;
    width:320px;
    height:120px;
}

#indexCallout_bottom_center
{
    
    position: absolute;
    left: 339px;
    top: 0px;
    width:320px;
    height:120px;
}
#indexCallout_bottom_right
{
    position: absolute;
    left: 678px;
    top: 0px;
    width:320px;
    height:120px;
}
#home_large_rotator
{
    /*position:relative; 	left:0px; 	top:0px; 	width:450px; 	height:396px; 	min-height:396px;*/
    position: relative;
    left: 20px;
    top: 10px;
    width: 625px;
    min-height: 381px;
   /* background-image:url(/images/welcome_rotator.jpg);*/
}


#home_large_rotator_content
{
    position:absolute;
	width:655px;
	height:396px;
	text-align:left;
	left:0px;
	top:0px;
	/*background-image:url(../images/welcome_callout.html);*/
	background-repeat:no-repeat;
}


/*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: 998px;
    /*background-image: url(../images/welcome.html);*/
    background-repeat: no-repeat;
    padding: 10px 0px 0px 0px;
}


/************** content area ****************/
#contentArea_wrapper
{
    position: relative;
    min-height: 400px;
    
    
}

#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;
}

#subPageHeaders
{
    position: relative;
    height: 33px;
    color: #000000;
    font-size: 22px;
    padding: 5px 0px 0px 20px;
    text-align: left;
}

/*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:0px;} 
/*.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: 10px 20px 10px 20px;
    left: 0; /*min-height:471px;*/
    color: #000000;
    text-align: left;
}

#subPageContent
{
    padding: 0px 0px 0px 0px;
    text-align: left;
    vertical-align: top;
    width: 998px;
    min-height: 434px;
}


/************** Events Page ****************/

#featuredEvents_wrapper
{
    position: relative;
    width: 650px; /*width:730px; */
    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
{
    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: #9C3900;
    text-shadow: 2px 2px 2px #9C3900;
    text-transform: uppercase;
    padding-left: 10px;
}

#featuredEvents_desc
{
    padding-left: 10px;
}
#featuredEvents_moreInfo
{
    padding-top: 10px;
    padding-left: 10px;
}

.floatImageLeft
{
    float: left;
    padding-right: 15px;
}

#events_wrapper
{
    position: relative;
    text-align: left;
    padding: 20px 20px 20px 20px;
    margin-top: 0px;
}


#events_body
{
    position: relative;
    text-align: left;
   /* padding: 20px 20px 20px 20px;*/
    margin:0px 25px 0px 0px;
    margin-top: 0px;
}

#noEventsMessage
{
    min-height: 471px; /*background-color:#B56621;*/
}

#eventsText_Wrapper
{
    position: relative;
    /*width: 770px;*/
    min-height: 434px;
    color: #000000;
}

#events_header
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    
}
#events_date
{
    position: absolute;
    width: 150px;
}

#events_time
{
    position: relative;
    left: 160px;
}

#events_title
{
    position: relative;
    left: 160px;
    font-size: 15px;
    font-weight: bold;
  
    text-shadow: 2px 2px 2px #9C3900;
    text-transform: uppercase;
}

#events_description
{
    position: relative;
    left: 160px;
    /*width: 510px;*/ width: 550px;
}

#events_moreInfo
{
    position: relative;
    left: 160px;
    width: 403px;
    padding-bottom: 10px;
  
}

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;
    /*background-image: url(../images/bg_content_bottom.html);*/
    background-position: bottom;
    background-repeat: no-repeat;
    width: 720px;
}

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;
    min-height:400px;
    height:auto !important;
    height:400px;
    text-align:left;
    left:0px;
    margin-right:0px;
    padding:20px 20px 20px 30px;
    width:998px;
    /*border-right: solid 2px white;
    border-left: solid 2px white;*/
    color:Black;
    /*background-image:url(../images/border_image.html);*/
    background-repeat:repeat-y;
   
}
/*photo Gallery CSS*/
#gallery_wrapper
{
    position: relative;
    min-height: 471px;
    height: 100%;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}

#photos_wrapper
{
    position: relative;
    height: 100%;
}

#addPhotos
{
    position: relative;
    height: 100%;
}
#addPhotos2
{
    position: relative;
}


#thumbRotatorDiv
{
    width: 670px;
    min-height: 140px;
    overflow: auto;
}

/*Current Series CSS*/
#fileCabinet_wrapper
{
    position: relative;
    min-height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}

/*Current Series CSS*/
#currentSeries_wrapper
{
    position: relative;
    min-height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}

/*Audio CSS*/
#audio_wrapper
{
    position: relative;
    min-height: 471px;
    text-align: left;
    padding: 20px 20px 20px 20px;
    margin-top: 0px;
}
#audioView_wrapper
{
    position: relative;
    min-height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 40px 20px 20px;
}

.audioList_table
{
    width: 360px;
}

.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.html);*/
    background-repeat: repeat-y;
    padding: 20px 20px 20px 20px;
    margin-top: 0px;
}

/*Video CSS*/
#video_wrapper
{
    position: relative;
    min-height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}
#videoView_wrapper
{
    position: relative;
    min-height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}


/*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/announcements_callout.html);*/
    background-repeat: no-repeat;
    background-position: top;
    width: 319px;
    left: 0px;
    height: 312px;
    margin-right: 0px;
}

.homeEventsCell
{
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: dotted thin white;
}

.homeEvents
{
    padding: 6px 6px 6px 6px;
    background-color: #FFFFFF;
    height: 292px;
    width: 215px;
    text-transform: uppercase;
}
.homeEventsDate
{
    font-size: 13px;
    padding-top: 5px;
    color: #006699;
    text-transform: uppercase;
    font-family: Arial,Helvetica, MS Sans Serif;
    color: White;
    font-weight: bold;
}

.homeEventsTitle
{
    font-size: 13px;
    text-decoration: underline;
    color: White;
}
.homeEventsTime
{
    font-size: 13px;
    font-family: Arial,Helvetica, MS Sans Serif;
    text-transform: lowercase;
    letter-spacing: .5px;
    color: White;
}

a.homeEventsLinks:LINK
{
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
}

a.homeEventsLinks:VISITED
{
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
}
a.homeEventsLinks:HOVER
{
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: underline;
}
a.homeEventsLinks
{
    font-size: 13px;
    color: #FFFFFF;
}

/******** blogs **********/

/* BEGIN BLOG CSS */

.blogTable
{
    width: 660px;
}
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 20px;
}
#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: 60px;
    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;
    height:auto !important;
    height:400px;
    text-align:left;
    left:0px;
    margin-right:0px;
    padding:20px 20px 20px 30px;
    width:998px;
    /*border-right: solid 2px white;
    border-left: solid 2px white;*/
    color:Black;
    /*background-image:url(../images/border_image.html);*/
    background-repeat:repeat-y;
}
#admin_SubNav
{
    position: absolute;
    top: 20px;
    left: 10px;
    height: 100%;
}

#admin_Content
{
    position: relative;
    top: 0px;
    padding: 0px 0px 20px 10px;
    left: 120px;
    width: 800px;
    text-align: left;
    height: 100%;
}

.admin_header_title
{
    display:none;
}
.admin_header_dropdown
{
    display:none;
}
.admin_subheader_title
{
    display:none
}
.admin_subheader_dropdown
{
    display:none;
}
.admin_callout_title
{
    display:none;
}
.admin_callout_dropdown
{
    display:none;
}
/*This hides the groups box*/
#admin_groups_dropdown
{
    display:block;
}
#Td1
{
    width:800px;
}
.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;
}


/*******  Serving page ***********/
#content_wrapper
{
	position: relative;
	top: -25px;
	width: 400px;
}

#graphic_wrapper
{
	position: absolute;
	top: -25px;
	left: 600px;
}

/********* Devotionals ************/
.devotionals
{
	position:absolute;
	display:none;
}
