/* 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;
    text-align: left;
    height: 100%;
    font-family: arial,helvetica, verdana,sans-serif;
    font-size: 12px;
    text-align: center; /* IE quirky center */
    padding-left: 0;
    color: #000000;
    background-color: #771a09;
    width: 100%;
}


.topLinks a:link {text-decoration: none; color:#ffffff;text-transform:none;}
.topLinks a:visited {text-decoration: none; color:#ffffff;text-transform:none;}
.topLinks a:active {text-decoration: none; color:#ffffff;text-transform:none;}
.topLinks a:hover {text-decoration: underline; color:#ffffff;text-transform:none;} 


a
{

    text-decoration: none;
    color:#000000;
}
a:hover
{
 
    text-decoration: underline;
    color:#000000;
}
a:links
{

    text-decoration: none;
    color:#000000;
}
a:visited
{
    
    text-decoration: none;
    color:#000000;
}


 

img
{
    border: 0px;
}

/* heading tags */


h1
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}

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;
}


hr
{
    line-height: 10px;
}
#site_wrapper
{
    width: 1190px;
    min-height: 505px;
    height: auto !important;
    height: 100%;
}


#main_wrapper
{
    left: 143px;
    width: 904px; /* min-height: 100%;     height: 100%;     height: auto !important;     height: 100%;*/
    top: 0px;
}

.center
{
    text-align: center; /*float: right;*/
    width: 1035px; /*was 478px*/ /*** Critical left and right col/divider dimension value (moves inversly) ***/
    margin-bottom: -1px; /*** Fixes a variance in IE/win for the green AP bottom boxes ***/ /* \*/
    margin-left: 0px; /* Hidden from IE-mac */ /* background-image: url(/images/bg_main.jpg);*/
    height: 100%;
}

#nav_wrapper
{
    text-align: center;
    width: 1035px;
    height: 161px;
}

#logo_wrapper
{
    position: relative;
    width: 1035px;
    height: 161px;
    text-align: left;
    padding: 0px 0px 0px 0px;
    
}
#socialIcons
{
    position:absolute;
    width:150px;
    height:64px;
    bottom:170px;
    left:70px;
    z-index:99;
    text-align:left;
    
}

#ftfLogo
{
    position:absolute;
    width:150px;
    height:32px;
    bottom:90px;
    left:70px;
    text-align:left;
}
#socialIconsShop
{
    position:relative;
    width:150px;
    height:64px;
    bottom:0px;
    left:70px;
    z-index:99;
    text-align:left;
    
}

#ftfLogoShop
{
    position:relative;
    width:150px;
    height:32px;
    bottom:0px;
    padding-top:40px;
    left:70px;
    text-align:left;
}
#shopbuttons
{
    position:absolute;
    bottom:20px;
    left:25px;
    width:259px;
    height:41px;
}
#search_wrapper
{
    position: absolute;
    top: 0px;
    left: 705px;
    height: 161px;
    width: 330px;
    background-image: url( '/images/header_bg_right.jpg' );
    background-repeat: no-repeat;
    padding: 15px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
}
#header_image_wrapper
{
    position: absolute;
    top: 0px;
    left: 273px;
    height: 161px;
    width: 432px;
    padding: 0px 0px 0px 0px;
}

#searchbox1
{
    position: relative;
    text-align: right;
    color: #ffffff;
    right: 50px;
    font-family: Arial,helvetica,verdana,Sans-Serif;
}

#searchbox2
{
    position: relative;
    text-align: left;
    color: #000000;
    font-family: Garamond,Times New Roman,Serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    top: 35px;
    width: 250px;
}

#searchbox3
{
    position: relative;
    text-align: right;
    color: #ffffff;
    font-family: Garamond,Times New Roman,Serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    right: 50px;
    top: 50px;
    vertical-align: bottom;
}
.gobutton
{
    padding: 0px 0px 0px 3px;
}


#nextExperience_wrapper
{
    position: relative;
    width: 180px;
    height: 40px;
    float: right;
    bottom: 45px;
    text-align: center;
}
.nextExperience
{
    padding: 5px 5px 5px 5px;
}
.nextExperienceTitle
{
    font-size: 14px;
    font-weight: bold;
}
#onLineGiving_wrapper
{
    position: absolute;
    width: 180px;
    height: 15px;
    right: 0px;
    left: 780px;
    top: 8px;
    float: right;
    z-index: 100;
    font-size: 15px;
}
.onlineGiving a.onlineGiving:Link a.onlineGiving:visited
{
    color: #FFF;
    text-decoration: none;
}

a.onlineGiving:hover
{
    color: #FFF;
    text-decoration: underline;
}
#nav
{
    position: relative;
    width: 1035px;
    height: 29px;
    z-index: 92;
    padding-top: 0px;
    text-align: left;
    background-image: url(/images/bg_nav.jpg);
    background-repeat: no-repeat;
}

#nav_bar
{
    padding-left: 0px;
    height: 29px;
}
#nav_spacer
{
    height: 10px;
    vertical-align: top;
}

#header
{
    height: 224px;
}

#footer_wrapper
{
    position: relative;
    width: 1035px;
    height: 57px;
}

#footer
{
    position: relative;
    z-index: 0;
    padding: 0px;
    width: 1035px;
    height: 57px;
    left: 0px;
    top: 0px;
    text-align: left;
}


#copyright
{
    position: absolute;
    left: 440px;
    top: 10px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-family: arial,helvetica, verdana,sans-serif;
    font-size: 9px;
}
#disclaimer
{
    position: absolute;
    left: 200px;
    top: 48px;
    color: #ffffff;
    text-align: center;
    font-family: arial,helvetica, verdana,sans-serif;
    font-size: 10px;
}
#fnLogo
{
    position: absolute;
    left: 794px;
    top: 10px;
    visibility: hidden;
}



/******* Homepage Layout ************/

#mainContentArea_wrapper
{
    position: relative;
    width: 1035px;
    min-height: 330px;
    height: auto !important;
    height: 100%;
    background-image: url(/images/bg_content.jpg);
    background-repeat: repeat-y;
}

/************** Sub Page Layout *************/

#center_wrapper
{
    position: relative;
    width: 1035px;
    top: 0px;
    left: 0px;
    min-height: 450px;
    height: auto !important;
    height: 450px;
    padding: 0px;
    margin-bottom: 0px;
}

#sub_content_top
{
    position: relative;
    width: 904px;
    height: 10px;
}

#sub_content_middle
{
    position: relative;
    min-height: 850px;
    height: auto !important;
    height: 850px;
    width: 1035px;
    
}

#sub_content_bottom
{
    position: relative;
    width: 904px;
    height: 10px;
    left: 0px;
    bottom: 10px;
}

/************** Sub Page Content Area ************/

#navBody
{
    position: absolute;
    top: 188px;
    width: 138px; /*background-color:yellow;*/
    bottom: 0px;
    padding-left: 10px;
    border-left: solid 1px #BF6B2A;
    border-right: solid 1px #BF6B2A;
    background-image: url(/images/bg_nav_bottom.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 3;
}

#navFooter
{
    position: absolute;
    width: 160px;
    bottom: 0px;
    height: 0px;
}

.content_wrapper
{
    position: relative;
    padding-top: 10px;
    margin-left: 0px;
    text-align: left;
}

.content_wrapper div
{
    margin-left: 0px;
    margin-top: 0px;
}

#content_top
{
}

#content_middle
{
    position: relative;
    background-image: url(/images/content_middle.jpg);
    background-repeat: no-repeat;
    background-position: top;
    color: #000000;
    height: auto;
}

#content_bottom
{
    background-image: url(/images/content_bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 776;
    height: 11px;
}
#content
{
    position: relative;
    width: 790px;
    left: 0px;
    text-align: left;
    z-index: 3;
}

#subMainContentArea_wrapper
{
    position: relative;
    min-height: 340px;
}

#content_middle_wrapper
{
    position: relative;
    width: 774px;
    min-height: 400px;
    height: auto !important;
    height: 100%;
    margin-left: 260px;
}
#subNav
{
    position: absolute;
    width: 261px;
    left: 0px;
    z-index: 91;
    height: 100%;
    
}

.subNavText
{
    font-size:11px;
    text-align:right;
    font-weight:bold;
}

div.hr 
{
  height:5px;
  width:90%;
  border-bottom:dashed 1px #000000;
  margin-bottom:10px;
}


#subNavHeader
{
    width: 261px;
    height: 70px;
    background-image: url( '/images/subhead_blank.jpg' );
    padding: 40px 0px 20px 0px;
}

.SubNavHeader
{
    color: #000000;
    font-family: Garamond,Times New Roman,Serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
}

#subNavHeaderText
{
    width: 205px;
    height: 70px;
    color: #000000;
    font-family: Garamond,Times New Roman,Serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 25px;
}


#subNavBody
{
    width: 200px;
    text-align: left;
    padding: 0px 0px 0px 35px;
}

#subNavbody_inner
{
}

#subNavFooter
{
    
}


#contentArea_wrapper
{
    position: relative;
    min-height: 330px;
    height: 100%;
    width: 1035px;
    padding: 0px 0px 0px 0px;
}

#contentArea_top
{
    position: relative;
    height: 16px;
    top: 0px;
    left: 0px;
    padding: 0;
    margin: 0;
}
#contentArea
{
    position: relative;
    min-height: 329px;
    padding: 16px 20px 0px 20px;
    color: #666666;
}
#contentArea_bottom
{
    position: relative;
    height: 13px;
    top: 0px;
}

#calloutsSub
{
    position: relative;
}

#subPageHeaders
{
    position: relative;
    height: 33px;
    color: #999999;
    font-size: 30px;
    left: 10px;
    text-align: left;
}

#line
{
    position: relative;
    left: 0px;
}

#subPageEventHeader
{
    font-weight: bold;
    font-size: 18px;
}

#subPageWrapper
{
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

#content
{
    position: relative;
    width: 954px;
    left: 0px;
    text-align: left;
    padding-top: 0px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}

#content_text
{
    padding: 20px 30px 20px 20px;
    color: #000000;
    text-align: left;
    height: 100%;
}

#subPageContent
{
    padding: 0px 0px 0px 0px;
    text-align: left;
    vertical-align: top;
    width: 780px;
    min-height: 434px;
}

/****************** CALLOUTS *****************/
#callout_wrapper
{
    position: relative;
    left: 0px;
    top: 10px;
    width: 401px;
    float: right;
    min-height: 145px;
    height: auto !important;
    height: 145px;
}

#callout1
{
    position: relative;
    width: 401px;
    height: 145px;
}

#callout2
{
    position: relative;
    width: 401px;
    height: 150px;
}
#callout3
{
    position: relative;
    width: 401px;
    height: 153px;
}

#weeklyWord_wrapper
{
    position: relative;
    height: 192px; /* margin-left:30px;     margin-right:30px;         width:250px;*/
}
#weeklyWordTitle
{
    position: relative;
    width: 322px;
    height: 50px;
    text-align: left;
    top: 20px;
    left: 30px;
    font-weight: bold;
    font-size: 15px;
}

#weeklywordSignupTitle
{
    color: Black;
    position: relative;
    top: 0px;
    left: 30px;
    text-align: left;
}
#weeklyWordSignup
{
    position: relative;
    width: 100%;
    height: 50px;
    top: 0px;
    left: 30px;
    text-align: left;
}
#weeklyWordSignup_textbox
{
    left: 0px;
    top: 10px;
    position: absolute;
    width: 150px;
}
#weeklyWordSignup_button
{
    position: absolute;
    float: right;
    left: 170px;
    top: 10px;
    width: 95px;
}
#weeklyWordSignup_line
{
    position: absolute;
    left: 0px;
    top: 40px;
    width: 255px;
    height: 2px;
    background-color: #262626;
}
#wantToBeFriend
{
    position: relative;
    width: 322px;
    height: 50px;
    top: 0px;
    left: 74px;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
}



#calloutdownload
{
    position: absolute;
    left: 196px;
    top: 192px;
}
#calloutlisten
{
    position: absolute;
    left: 432px;
    top: 192px;
}
#callout4
{
    position: absolute;
    left: 589px;
    top: 0px;
}
#callout5
{
    position: absolute;
    left: 778px;
    top: 70px;
}

#discover_callout_wrapper
{
    width: 267px; /*height: 250px;*/
    position: relative;
    right: 20px;
    float: right;
    top: 50px; /*background-image: url(/images/discover_nbfc.jpg);*/
    height: 336px;
}


#discover_callout_wrapper_content
{
    position: absolute;
    width: 240px;
    top: 50px;
    left: 490px;
    text-align: left;
    color: #000000;
    font-size: 11px;
}
#indexCallout_events
{
    position: absolute;
    top: 0px;
    left: 0px;
}

#indexCallout_top
{
    position: relative;
    width: 775px;
    height: 336px;
    background-image: url( '/images/bg_welcome.jpg' );
    background-repeat: no-repeat;
    text-align: left;
}

#indexCallout_top_content
{
    position: relative;
    float: left;
    width: 427px;
    height: 303px;
    left: 7px;
    top: 10px;
}

#indexCallout_bottom
{
    position: relative;
    width: 776px;
    min-height: 458px;
    height: auto !important;
    height: 458px;
    text-align: left;
}

#indexCallouts
{
    position: relative;
    float: left;
    width: 594px;
    height: 182px;
    left: 600px;
    top: 0px;
}

#indexCallouts1
{
    position: relative;
    padding-bottom: 6px;
    background-image: url(  '/images/callout_new.jpg' );
    background-repeat: no-repeat;
    height: 147px;
    width: 302px;
}

#newCopy
{
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 120px;
    font-size: 10px;
    left: 160px;
    top: 5px;
}
#indexCallouts2
{
    position: relative;
    padding-bottom: 6px;
}

#indexCallout_lower
{
    position: relative;
    float: left;
    left: 0px;
    top: 0px;
    width: 980px;
    padding: 5px 0px 0px 0px;
}

#indexCallout_lower_video
{
    position: absolute;
    left: 25px;
    top: 10px;
}

#indexCallout_lower_blogs
{
    position: absolute;
    left: 488px;
    top: 10px;
}

#indexCallout_lower_photos
{
    position: absolute;
    left: 729px;
    top: 10px;
}


/**************** ROTATORS *********************/


#callout_rotator_bottom_content
{
    position: relative;
    float: left;
    width: 615px;
    left: 20px;
    top: 0px;
}
#home_large_rotator
{
    position: relative;
    width: 614px;
    height: 359px;
    top: 10px;
    left: 10px;
}
#home_small_rotator_right
{
    position: relative;
    width: 280px;
    height: 182px;
    top: 0px;
}
#home_small_rotator_left
{
    position: relative;
    width: 280px;
    height: 182px;
    top: 0px;
}

#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;
}

/************ 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;
}


/************** Events Page ****************/

#featuredEvents_wrapper
{
    position: relative;
    width: 630px;
    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: #06121E;
    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 0px 20px 0px;
    margin-top: 0px;
}

#noEventsMessage
{
    min-height: 471px; /*background-color:#B56621;*/
}

#eventsText_Wrapper
{
    position: relative;
    width: 700px;
    min-height: 434px;
    left: 20px;
    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-transform: uppercase;
}

#events_description
{
    position: relative;
    left: 160px;
    width: 500px;
}

#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.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 0px 20px 0px 0px;
    width: 760px;
}

a.eventDetailsLinks, a.eventDetailsLinksa:links, .eventDetailsLinks:visited
{
    color: #000000;
    text-decoration: none;
}
a.eventDetailsLinks:hover
{
    color: #000000;
    text-decoration: underline;
}

/*login*/
#login_wrapper
{
    position: absolute;
    min-height: 505px;
    height: auto !important;
    height: 505px;
    text-align: left;
    margin-top: 5px;
    left: 27px;
    padding: 20px 20px 20px 50px;
    width: 860px;
    color: #000000;
}
/*photo Gallery CSS*/
#gallery_wrapper
{
    position: relative;
    min-height: 471px;
    height: 100%;
    text-align: left;
    margin-top: 0px;
    padding: 20px 0px 20px 20px;
    color: #000000;
}

#photos_wrapper
{
    position: relative;
    height: 100%;
}

#addPhotos
{
    position: relative;
    height: 100%;
}
#addPhotos2
{
    position: relative;
}


#thumbRotatorDiv
{
    width: 640px;
    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: 330px;
}

.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;
    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 40px 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;
    width: 375px;
    left: 0px;
    height: 458px;
    top: 0px;
    float: left;
}

#home_events_content
{
    padding: 10px 0px 0px 0px;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
}

.homeEventsCell
{
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: solid 1px white;
}

.homeEvents
{
    padding: 6px 6px 6px 6px;
    background-color: #FFFFFF;
    height: 292px;
    width: 215px;
    text-transform: uppercase;
}
.homeEventsDate
{
    font-size: 13px;
    padding-top: 7px;
    color: #006699;
    text-transform: uppercase;
    font-family: arial,helvetica, verdana,sans-serif;
    color: White;
    top: 0px;
    font-weight: bold; /* border-bottom:solid 1px white;    line-height:26px;*/
}

.homeEventsTitle
{
    font-size: 13px;
    text-decoration: underline;
    color: White;
}
.homeEventsTime
{
    font-size: 13px;
    font-family: arial,helvetica, verdana,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;
    font-weight: bold;
}

/******** blogs **********/

/* BEGIN BLOG CSS */

.blogTable
{
    width: 620px;
}
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;
}

#blogEntry_wrapper
{
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 30px;
    height: 100%;
    min-height: 329px;
    text-align: left;
}

#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;
}
.description
{
    /*border-top: solid 1px #000000; */
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 70px;
    width: 300px;
    height: 100%;
    min-height: 329px;
    text-align: left;
}
.pagecopy
{
    padding: 20px 20px 20px 20px;
}

#overalldiv
{
    position: relative;
    height: 100%;
    border: solid 2px #000000;
}
#viewBlogLink
{
    position: relative;
    float: left;
    color: Red;
    width: 300px;
}
#blogEntries
{
    float: right;
    color: Red;
    padding-right: 30px;
    padding-bottom: 10px;
}
.blogTextLink
{
    font-size: 10px;
    color: #CC0000;
    font-weight: bold;
    padding-left:10px;
}

a.blogTextLink:Link
{
    font-size: 10px;
    color: #CC0000;
    text-decoration: underline;
    font-weight: bold;
}
a.blogTextLink:Hover
{
    font-size: 10px;
    color: #cc0000;
    text-decoration: underline;
    font-weight: bold;
}
a.blogTextLink:Visited
{
    font-size: 10px;
    color: #CC0000;
    text-decoration: underline;
    font-weight: bold;
}
.readMoreLink
{
    color: Red;
    font-size: 16px;
    text-decoration: underline;
}
a.readMoreLink:link, a.readMoreLink:visited
{
    color: Red;
    font-size: 16px;
    text-decoration: underline;
}

a.readMoreLink:hover
{
    color: Red;
    font-size: 16px;
    text-decoration: underline;
}

/******** admin **********/
#admin_wrapper
{
    position: relative;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}
#admin_SubNav
{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 180px;
    height: 100%;
}

#admin_Content
{
    position: relative;
    top: 0px;
    padding: 10px 5px 20px 20px;
    left: 90px;
    width: 720px;
    text-align: left;
    color: Black;
    height: 100%; /*background-color:#ffffff;*/
}
.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: none;
}

#Td1
{
width:690px;
}
.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,helvetica, verdana,sans-serif;
    font-size: 8pt;
    font-weight: normal;
}


select
{
    background-color: #FFFFFF;
    border: #7B7B64 1px solid;
    border-color: #7B7B64;
    color: black;
    font-family: arial,helvetica, verdana,sans-serif;
    font-size: 8pt;
    font-weight: normal;
}

button
{
    font-family: arial,helvetica, verdana,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;
}

.decoratedblock {margin:0 0 15px 0;width:90%; background-color:transparent; }
#maincolumn { }
#maincontent {width: 700px; text-align:left;}
               
