/* 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
{
    min-width:1024px;
    width:100%;
    height:100%;
}
body
{
    margin: 0px 0px 0px 0px;
    font-family: arial,helvetica, verdana,sans-serif;
    font-size: 12px;
    background-color: #e1e1e1;
    background-position: top;
    text-align: center; /* IE quirky center */
    padding: 0;
    width: 100%;
    color: #000000;
    background-image: url( '/images/bg_main.jpg' );
    background-repeat:repeat;
}

a
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #000000;
    text-decoration: underline;
}
a.link
{
    color: White;
    text-decoration: none;
}
a:hover.link
{
    color: White;
    text-decoration: underline;
}
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: #000000;
}

h3
{
    text-align: left;
    font-size: 9pt;
    font-weight: normal;
    padding: 3px;
    text-align: left;
    line-height: 16px;
    color: #666;
    margin: 0;
    border-bottom: solid 1px #666;
}
h4
{
    font-size: 11px;
}



/***********  site structure ****************/

#leftBar
{
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    background-image: url(/images/bg_left.jpg);
    background-repeat: repeat;
    width: 110px;
    height: 100%;
}

#centerBar
{
    width: 990px;
    height: 100%;
    left: 110px;
    background-color: #4F2510;
}

#rightBar
{
    position: absolute;
    background-image: url(/images/bg_right.jpg);
    width: 110px;
    height: 100%;
    right: 0px;
    top: 0;
}

#main_wrapper
{
    position: relative;
    min-height:100%;
    height:auto;
    margin: auto;
    width: 1024px; 
    background-image: url('/images/bg_main.jpg' );     
    background-repeat:no-repeat;
}
#center_wrapper
{
    position: relative;
    padding-bottom: 0px;
    width: 861px;
    top: 0px;
    text-align: left;
    height: 100%;
}

#sub_content_top
{
    position: relative;
    background-image: url(/images/sub_content_top.jpg);
    background-repeat: no-repeat;
    width: 861px;
    height: 18px;
    top: 0px;
    text-align: left;
}

#sub_content_middle
{
    position: relative;
    padding-bottom: 0px;
    top: 0px;
    text-align: left;
    height: 100%;
    z-index:31;
}

.sub_content_middle
{
    background-image: url(/images/sub_conent_middle.jpg);
    background-repeat: repeat-y;
    position: relative;
    width: 861px;
    min-height: 400px;
    height: auto !important;
    height: 100%;
    left: 0px;
    text-align: left;
    top: 0px;
}
.sub_content_middle_full
{
    background-image: url(/images/sub_content_middle_full.jpg);
    background-repeat: repeat-y;
    position: relative;
    width: 861px;
    min-height: 471px;
    height: auto !important;
    height: 100%;
    left: 0px;
    text-align: left;
    top: 0px;
}

#sub_content_bottom
{
    position: relative;
    background-image: url(/images/sub_content_bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 558px;
    height: 17px;
    text-align: left;
    clear: both;
}
#navigations
{
}
#nav_wrapper
{
    position: absolute;
    width: 159px;
    left: 6px;
    z-index: 90;
    top:18px;
}
#home_wrapper
{
    position: absolute;
    color: White;
    text-transform: uppercase;
    left: 820px;
    top: 90px;
}
#nav_bottom
{
    position: relative;
    width: 152px;
    left:2px;
}
#nav_bottom_search
{
    position: absolute;
    left:0px;
}
#nav_bottom_text
{
    position:relative;
    color:White;
    left:-10px;
    text-align:right;
    top:25px;
}
#nav_bottom_txtbox
{
    position: absolute;
    left:43px;
}
#nav_bottom_searchbtn
{
     position: absolute;
    left:125px;
}
#nav_bottom1
{
    position: relative;
    width: 152px;
    left:1px;
    top:30px;
}
#nav_bottom1_text
{
    position:relative;
    color:White;
    left:-10px;
    text-align:right;
}
#nav
{
    position: relative;
    left: 0;
    width: 152px;
    text-align: left;
    z-index:91;
}
#nav2
{
    position: relative;
    width: 990px;
}
#navBody
{
    position: absolute;
    top: 188px;
    width: 138px; /*background-color:yellow;*/
    bottom: 0px;
    padding-left: 10px;
    border-left: solid 1px #BF6B2A;
    border-right: solid 1px #BF6B2A;
    background-image: url(/images/bg_nav_bottom.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 3;
}


#navFooter
{
    position: absolute;
    width: 160px;
    bottom: 0px;
    height: 0px;
}

#subNav
{
}

#subNavHeader
{
    /*position: relative;     width: 100%;     height: 0px;*/
}

#subNavBody
{
    /* position: absolute;     width: 219px;     top: 0px;     bottom: 4px;     background-image: url(/images/sub_nav_bg.jpg);     height: 339px;*/
}

#subNavbody_inner
{
}

#subNavFooter
{
}

#header
{
    height: 224px;
}

#sub_content_bottom
{
    clear: both;
}
#content_middle_wrapper
{
    position:relative;
	width:750px;
	left: 0px;
	min-height:487px;
	height:auto !important;
	height:100%;
	top:0px;
}
#content_middle
{
   /* position: relative;
    left: 0px;
    width: 950px;
    top: 0px;
    border:solid 1px Red;*/

	position:relative;
	color:#000000;
	min-height:603px;
	height:auto !important;
	height:100%;
	left:166px;
	width:687px;
	background-image:url(/images/bg_content.jpg);
	background-repeat:no-repeat;

}

#content_middlewow
{
    position: relative;
    background-image: url(/images/content_topwow.jpg);
    background-repeat: no-repeat;
    background-position: top;
    z-index: 10;
    top: 0px;
    min-height: 309px;
    height: auto !important;
    height: 309px;
}

#content_middle_bottom
{
    position: relative;
    background-image: url(/images/content_bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 4px;
    bottom: 0px;
}
#content_bottom
{
    /*width:780px;*/
    width: 100%;
    background-image: url(/images/content_bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}
#content
{
    position: relative; /* to enable further positioned divs inside content area */
    width: 790px;
    left: 0px;
    text-align: left;
    z-index: 3;
}

#content_sub
{
    position: relative; /* to enable further positioned divs inside content area */
    width: 990px;
    background-position: top;
    background-color: #fcfefe;
    left: 0px;
    text-align: left;
    z-index: 1;
}

#footer_wrapper
{
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 997px; /*background-image: url(/images/bg_footer.jpg);*/
    background-repeat: no-repeat;
    top: 47px;
}
.footerTable
{
    width: 840px;
    text-align: left;
    margin-top: 0px;
}
#footer
{
    position: absolute; /* to enable further positioned divs inside content area */
    z-index: 0; /* to make sure if long words overflow they show above the right column */
    padding: 0px;
    margin: 0px;
    width: 31px;
    height: 50px;
    left: 930px;
    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: 20px;
    top: 0px;
    width: 36px;
    height: 33px;
}
#copyright
{
    position: absolute;
    left: 150px;
    top: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: Century Gothic, verdana, arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    width: 600px;
}
#fnLogo
{
    position: absolute;
    left: 794px;
    top: 0px;
    visibility: hidden;
}

/******* Homepage Layout ************/

#mainContentArea_wrapper
{
    position: relative;
    min-height: 346px; /*background-image: url(/images/bg_repeat.jpg);     background-repeat: repeat-y;     background-position: top; /*background-color:#C0B87A;*/
    height: 100%;
    width: 703px;
    left: 84px;
}

#subMainContentArea_wrapper
{
    position: relative;
    min-height: 346px;
    width: 820px;
}

#home_events_content
{
    position: relative;
    padding: 90px 0px 10px 20px;
    height: 404px;
    width: 237px;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
}
.tableMain
{
    position: relative;
    margin-top: 0px;
    left: 0px;
    top: 0px;
    width: 162px;
}
#header
{
    position: absolute;
    padding-left: 0px;
    left: auto !important;
    left: 0px;
    top: 1px;
    width: 162px;
    height: 92px;
}
.header1
{
    position: absolute;
    padding-left: 868px;
    top: 0px;
    width: 162px;
}
.navigation
{
    position: relative;
    vertical-align: top;
    padding-left: 0px;
    left: auto !important;
    left: 0px;
    padding-top: 92px;
    z-index: 91;
    width: 162px;
}
.rightNavigation
{
    height: 523px;
    width: 136px;
    vertical-align: top;
}
#subheader
{
    position: relative;
    width: 558px;
    height: 130px;
    text-align: center;
    top: 0px;
    left: 10px;
}
.subcallout_search
{
    position: relative;
    text-align: left;
    top: 0px;
    left: 40px;
}
/*CALLOUTS*/

#decoBar
{
    position: relative;
    background-image: url(/images/deco_bar.png);
    width: 990px;
    height: 21px;
}
#callout_wrapper
{
    position: absolute;
    left: 577px;
    top: 0px;
}
#subcallout_wrapper
{
    position: absolute;
    left: 0px;
    top: 501px;
    width: 500px;
    min-height: 118px;
    height: auto !important;
    height: 118px;
}
#subpagecallout_wrapper
{
    position: absolute;
    left: 577px;
    top: 0px;
}
/*OLD
#subpagecallout_wrapper
{
    position: absolute;
    left: 0px;
    min-height: 501px;
    height: auto !important;
    height: 501px;
    left:810px;
    width:162px;
    top:-615px;
}
*/

.admin_header_title
{
    display:block;
}
.admin_header_dropdown
{
    display:block;
}
.admin_subheader_title
{
    display:none;
}
.admin_subheader_dropdown
{
    display:none;
}
.admin_callout_title
{
    display:none;
}
.admin_callout_dropdown
{
    display:none;
}


#customSubPageHeader
{
    position:relative;
    width:861px;
    top:3px;
   /* height:143px;*/
}
#customHeader
{
    position:relative;
    width:861px;
    top:3px;
}
#calloutsearch
{
    position: relative;
    left: 0px;
    top: 20px;
    width: 176px;
    text-align: left;
    height: 80px;
}
#customCallout
{
    width: 176px;
}

#defaultCallout
{
    width: 176px;
}
#callout1
{
    position: absolute;
    top: 85px;
    left: 0px;
}

#callouts
{
    position: relative;
    left: -50px;
}
#subcallout1
{
    /* position:relative;     width:283px;     height:118px;     left:0px;     text-align:left;*/
    position: absolute;
    width: 283px;
    text-align: left;
}
#subcallout2
{
    position: absolute;
    left: 283px;
    width: 420px;
    text-align: left;
}
#subcallout3
{
    position: absolute;
    width: 33px;
    top: 150px;
    left: 390px;
}
#callout_spacer
{
    position: absolute;
    left: 397px;
    top: 0px;
    width: 13px;
    height: 299px;
}
#callout2
{
    position: absolute;
    left: 0px;
    top: 190px;
    width: 126px;
}



#rotator_spacer
{
    position: absolute;
    left: 410px;
    top: 143px; /* background-image: url(/images/blogs_callout.jpg);*/
    background-repeat: no-repeat;
    width: 580px;
    height: 13px;
}

#callout3
{
    position: absolute;
    left: 0px;
    top: 295px;
    width: 126px;
}

#callout4
{
    position: absolute;
    left: 0px;
    top: 399px;
    width: 126px;
}
#callout5
{
    position: absolute;
    left: 0px;
    top: 506px;
    width: 126px;
}

#callout6
{
    position: absolute;
    left: 0px;
    top: 610px;
    width: 126px;
}

#callout1_content
{
    position: absolute;
    top: 45px;
    padding: 0px 0px 0px 15px;
    text-align: left;
    color: #FFFFFF;
    font-size: 11px;
}
#callout1_content1_service
{
    position: absolute;
    top: 73px;
    padding: 0px 10px 0px 15px;
    text-align: left;
    font-size: 11px;
    line-height: 13px;
    color: White;
    left: 3px;
}
#callout1_map
{
    position: absolute;
    top: 73px;
    padding: 0px 10px 0px 15px;
    text-align: left;
    font-size: 11px;
    line-height: 13px;
    color: White;
    left: 3px;
}
#callout1_content1
{
    /*position: absolute;     top: 50px;     padding: 15px 0px 0px 10px;     text-align: left;     color: #FFFFFF;     left: 170px;     font-size: 11px;*/
    position: absolute;
    top: 73px;
    padding: 0px 10px 0px 15px;
    text-align: left;
    font-size: 11px;
    line-height: 13px;
    color: White;
    width: 200px;
    left: 170px;
}
#callout2_content
{
    position: relative;
    width: 226px;
    top: 180px;
    padding: 0px 10px 0px 10px;
    text-align: left;
    color: #643E29;
}
#callout3_content
{
    position: relative;
    width: 216px;
    top: 180px;
    padding: 0px 10px 0px 10px;
    text-align: left;
    color: #643E29;
}
#callout4_content
{
    position: relative;
    width: 214px;
    top: 180px;
    padding: 0px 10px 0px 10px;
    text-align: left;
    color: #643E29;
}

#indexCallout_events
{
    position: absolute;
    top: 10px;
    left: 18px;
}


#indexCallout_top
{
    color: #000000;
    padding: 0px 20px 0px 10px;
    text-align: left;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    left: 0px;
    width: 650px;
    font-size:15px;
    line-height:26px;
}

#indexCallout_top1
{
    position: relative;
    left: 0px;
    top: 0px;
    height: 501px;
    width: 577px;
}
#indexCallout_top1_rotator
{
    position: relative;
    min-height: 501px;
    height: auto !important;
    height: 501px;
    width: 577px;
    top: 0px;
    left: 0px;
    text-align: left;
}

#home_events_wrapper
{
    position: absolute;
    width: 237px;
    min-height: 404px;
    height: auto !important;
    height: 404px;
    left: 728px;
    top: 0px;
    background-image: url(/images/current_events.jpg);
    background-repeat: no-repeat;
}

.homeEventsText
{
    color: White;
    padding-top: 30px;
    font-size: 11px;
}


#indexCallout_attend_content
{
    position: relative;
    width: 215px;
    text-align: left;
    top: 92px;
    color: #ffffff;
    font-weight: bold;
    left: 40px;
    font-size: 12px;
    font-family: Trebuchet MS;
    line-height: 13px;
}

#indexCallout_attend_content h2
{
    color: #2A0904;
}

#indexCallout_attend_content a, link, visited
{
    color: #2A0904;
}
#indexCallout_attend_content hover
{
    color: #2a0904;
}
#indexCallout_lower
{
    position: relative;
    float: left;
    left: 0px;
    top: 0px;
    width: 980px;
    padding: 5px 0px 0px 0px;
}

#indexCallout_lower_video
{
    position: absolute;
    left: 25px;
    top: 10px;
}

#indexCallout_lower_blogs
{
    position: absolute;
    left: 488px;
    top: 10px;
}

#indexCallout_lower_photos
{
    position: absolute;
    left: 729px;
    top: 10px;
}
/*ROTATORS */


#callout_rotator_bottom_content
{
    position: relative;
    float: left;
    width: 615px;
    left: 20px;
    top: 0px; /*border:solid 2px #cc0000;*/
}

#messaging_rotator
{
    position: relative;
    padding-bottom: 0px;
    height: 70px;
}

#callout_rotator
{
    position: relative;
    float: left;
    left: 20px;
    top: 0px;
    width: 990px;
    background-image: url(/images/welcome.gif);
    background-repeat: no-repeat;
    padding: 10px 0px 0px 0px;
}
#onlineDonation_wrapper
{
    padding-top: 13px;
}

/************** content area ****************/
#contentArea_wrapper
{
    position: relative;
    min-height: 346px;
}

#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
{
    /*background-image:url(/images/content_top.jpg);     background-repeat :no-repeat;     background-position:top;*/
    position: relative;
    height: 33px;
    color: #000000;
    font-size: 22px;
    padding: 0px 10px 0px 10px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}
#subPageHeadersWow
{
    /*background-image:url(/images/content_top.jpg);     background-repeat :no-repeat;     background-position:top;*/
    position: relative;
    height: 33px;
    color: #999999;
    font-size: 30px;
    padding: 150px 0px 0px 0px;
    text-align: left;
    font-family: Garamond;
}

#subPageHeadersWowSub
{
    /*background-image:url(/images/content_top.jpg);     background-repeat :no-repeat;     background-position:top;*/
    position: relative;
    height: 33px;
    color: #999999;
    font-size: 18px;
    padding: 15px 0px 0px 0px;
    text-align: left;
    font-family: Garamond;
}




#subPageEventHeader
{
    font-weight: bold;
    font-size: 18px;
}

#subPageWrapper
{
    position: relative;
    margin-left: 0px;
    margin-right: 0px; /*width:769px;*/
    width: 100%; /*border-bottom:solid 2px #7C2255;*/ /*border:solid 1px #000000;*/
}

/*Rounded Corners CSS */
.b1, .b2, .b3, .b4
{
    font-size: 1px;
    overflow: hidden;
    display: block;
}
.b1
{
    height: 1px;
    background: #9B4864;
    margin: 0 5px;
}
.b2
{
    height: 1px;
    background: #9B4864;
    border-right: 2px solid #9B4864;
    border-left: 2px solid #9B4864;
    margin: 0 3px;
}
.b3
{
    height: 1px;
    background: #9B4864;
    border-right: 1px solid #9B4864;
    border-left: 1px solid #9B4864;
    margin: 0 2px;
}
.b4
{
    height: 1px;
    background: #9B4864;
    border-right: 1px solid #9B4864;
    border-left: 1px solid #9B4864;
    margin: 0 1px;
}
/* LEFT NAV ROUNDED BORDER */
.b5, .b6, .b7, .b8
{
    font-size: 1px;
    overflow: hidden;
    display: block;
}
.b5
{
    height: 1px;
    background: #333333;
    margin: 0 5px;
}
.b6
{
    height: 1px;
    background: #FFFFFF;
    border-right: 2px solid #333333;
    border-left: 2px solid #333333;
    margin: 0 3px;
}
.b7
{
    height: 1px;
    background: #FFFFFF;
    border-right: 1px solid #333333;
    border-left: 1px solid #333333;
    margin: 0 2px;
}
.b8
{
    height: 1px;
    background: #FFFFFF;
    border-right: 1px solid #333333;
    border-left: 1px solid #333333;
    margin: 0 1px;
}

.content_wrapper
{
    position: relative;
    padding-top: 0px;
    margin-left: 0px;
    height: 100%;
}
.contents
{
    position: relative;
}
/*.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
{
    /*position:relative;     padding: 0px 20px 10px 0px;     padding-left:0px;     left:0px;     margin-left:0px;     min-height: 500px;     height: auto !important;     height: 500px;     color: #000000;     text-align: left;     border:solid 1px Red;     width:580px;*/
    color: #000000;
    padding: 0px 20px 0px 10px;
    text-align: left;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    left: 0px;
    width: 650px;
}

.subPageContent
{
    padding: 0px 0px 0px 0px;
    text-align: left;
    vertical-align: top;
    width: 600px;
    min-height: 434px;
}


/************** Events Page ****************/

#featuredEvents_wrapper
{
    position: relative;
    width: 610px;
    margin-top: 0px;
    left: 20px;
}

#featuredEvents_body
{
    position: relative;
    background-color: #efefef;
    padding: 0px 0px 0px 0px;
}

.featuredEvents_table
{
    border: solid 1px #000000;
    padding: 5px 5px 5px 5px;
}
#featuredEvents_image
{
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
    padding: 10px 10px 10px 10px;
}

#featuredEvents_header
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    padding-left: 10px;
}
#featuredEvents_dateTime
{
    padding-left: 10px;
}

#featuredEvents_title
{
    font-size: 15px;
    color: #9C3900;
    text-transform: uppercase;
    padding-left: 10px;
}

#featuredEvents_desc
{
    padding-left: 10px;
    font-size: 13px;
}
#featuredEvents_moreInfo
{
    padding-top: 10px;
    padding-left: 10px;
    font-size: 13px;
}

.floatImageLeft
{
    float: left;
    padding-right: 15px;
}

#events_wrapper
{
    position: relative;
    text-align: left;
    min-height: 471px;
    height: 100%;
    padding: 20px 20px 20px 0px;
    margin-top: 0px;
    width: 610px;
}


#events_body
{
    position: relative;
    text-align: left;
    padding: 20px 20px 20px 20px;
    margin-top: 0px;
}

#noEventsMessage
{
    min-height: 471px;
}

#eventsText_Wrapper
{
    position: relative;
    min-height: 434px;
}

#events_header
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    width: 550px;
}
#events_date
{
    position: absolute;
    width: 150px;
}

#events_time
{
    position: relative;
    left: 160px;
}

#events_title
{
    position: relative;
    left: 160px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    width: 410px;
    text-transform: uppercase;
}

#events_description
{
    position: relative;
    left: 160px; /*width: 500px;*/
    padding-right: 130px;
}

#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;
    width: 520px;
    padding-left:10px;
}

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: 600px;
    text-align: left;
    top: 20px;
    left: 0px;
    padding: 20px 0px 20px 30px;
    color: Black;
    width: 500px;
}
/*photo Gallery CSS*/
#gallery_wrapper
{
    position: relative;
    min-height: 471px;
    height: auto !important;
    height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 10px;
}

#photos_wrapper
{
    position: relative;
    height: 100%;
}

#addPhotos
{
    position: relative;
    height: 100%;
}
#addPhotos2
{
    position: relative;
}


#thumbRotatorDiv
{
    width: 600px;
    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 10px;
}

/*Audio CSS*/
#audio_wrapper
{
    position: relative;
    min-height: 471px;
    height: auto !important;
    height: 471px;
    text-align: left;
    padding: 20px 20px 20px 10px;
    margin-top: 0px;
    width: 550px;
}
#audioView_wrapper
{
    position: relative;
    min-height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 10px;
    width: 550px;
}

.audioList_table
{
    width: 250px;
}

.audioList_cell1
{
    width: 128px;
}
.audioList_cell2
{
}
/*Prayer Request CSS*/
#prayerRequest_wrapper
{
    position: relative;
    min-height: 471px;
    text-align: left;
    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: 610px;
}
#videoView_wrapper
{
    position: relative;
    min-height: 471px;
    height: auto !important;
    height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
    width: 630px;
}
#bibleSearch_wrapper
{
    position: relative;
    min-height: 471px;
    height: auto !important;
    height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
    width: 650px;
}

/*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;
    width: 650px;
    font-family:Verdana;
}
#loc_title
{
}
#loc_Address
{
    display:none;
}
/*Home Events CSS*/

#indexCallout_attend
{
    position: relative;
    float: left;
    background-image: url(/images/visitor_info.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 251px;
    left: 15px;
    top: 0px;
    min-height: 404px;
    height: auto !important;
    height: 404px;
}

.homeEventsTable
{
    width: 177px;
}

.homeEventsCell
{
    padding: 4px 10px 10px 5px;
}

.homeEvents
{
    padding: 6px 6px 6px 16px;
    background-color: #FFFFFF;
    height: 292px;
    width: 15px;
    text-transform: uppercase;
}
.homeEventsDate
{
    font-size: 12px;
    padding-top: 5px;
    color: Gray;
    text-transform: uppercase;
    font-family: Century Gothic, helvetica, verdana, arial, sans-serif;
    font-weight: bold;
}

.homeEventsTitle
{
    font-size: 12px;
    text-decoration: none;
    color: White;
    text-transform: uppercase;
    font-family: Century Gothic, garamond, helvetica, verdana, arial, sans-serif;
}
.homeEventsTime
{
    font-size: 12px;
    font-family: Century Gothic, garamond, helvetica, verdana, arial, sans-serif;
    text-transform: lowercase;
    letter-spacing: .5px;
    color: White;
}

.homeEventsLinks
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Century Gothic, garamond, helvetica, verdana, arial, sans-serif;
}

a.homeEventsLinks:LINK
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

a.homeEventsLinks:VISITED
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
a.homeEventsLinks:HOVER
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
}
a.homeEventsLinks
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

/******** blogs **********/

/* BEGIN BLOG CSS */

.blogTable
{
    width: 640px;
}
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 10px;
    width: 610px;
}

#blogEntry_wrapper
{
    padding-top: 10px;
    height: 100%;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 10px;
    width: 610px;
}
#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;
}
#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;
    width: 690px;
    top: 0px;
    
}

#admin_SubNav
{
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100px;
    height: 100%;
    color: #000000;
}

#admin_Content
{
    position: relative;
    top: 0px;
    padding: 10px 0px 0px 0px;
    width: 530px;
    text-align: left;
    left: 140px;
    height: 100%;
    color: #000000;
}
/*This hides the groups box*/
#admin_groups_dropdown
{
    display: none;
}
#Td1
{
    width: 630px;
}
.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: garamond, helvetica, verdana, arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}


select
{
    background-color: #FFFFFF;
    border: #7B7B64 1px solid;
    border-color: #7B7B64;
    color: black;
    font-family: garamond, helvetica, verdana, arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}

button
{
    font-family: garamond, helvetica, verdana, arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}


/*******  form Pages ***********/

#form_wrapper
{
    position: relative;
    width: 548;
}
#form_content
{
    position: relative;
    width: 548px;
}
#form_input_wrapper
{
    position: relative;
    background-color: #d4f7ff;
    width: 510px;
    padding: 20px 20px 20px 20px;
}

/* SEARCH RESULTS CSS */
#searchResultsWrapper
{
    width:680px;
    padding-left:5px;
}
/*Search Results Content */
#searchResultsContent_wrapper
{
    width:670px;
}
#searchResultsMoreInfoLink
{
    color:#000000;
    font-size: 16px;
    text-decoration: underline;
}
#searchResultsContentTitle
{
    font-size:12px;
    font-weight:bold;
    padding: 5px 5px 5px 0px;
}

#searchResultsContentDescription
{
    vertical-align:text-top;
    min-height:25px;
}

/*Search Results Events */
#searchResultsEvent_wrapper
{
    width:670px;
}

#searchResultsEventImage
{
    padding: 5px 5px 5px 0px;
    float:left;
    width:50px;
    height:50px;
}

#searchResultsEventTitle
{
    font-size:12px;
    font-weight:bold;
    padding: 5px 5px 5px 0px;
}


#searchResultsEventDescription
{
    vertical-align:text-top;
    min-height:75px;
}

/*Search Results Blogs */
#searchResultsBlog_wrapper
{
    width:670px;
}

#searchResultsBlogImage
{
    padding: 5px 5px 5px 0px;
    float:left;
    width:50px;
    height:50px;
}

#searchResultsBlogEntryBlogTitle
{
    font-size:12px;
    font-weight:bold;
    padding: 5px 5px 5px 0px;
}

#searchResultsBlogEntryTitle
{
    font-size:12px;
    font-weight:bold;
    padding: 5px 5px 5px 0px;
}

#searchResultsBlogEntryDescription
{
    vertical-align:text-top;
    min-height:75px;
}

/*Search Results Audio */
#searchResultsAudio_wrapper
{
    width:670px;
}

#searchResultsAudioTitle
{
    font-size:12px;
    font-weight:bold;
    padding: 5px 5px 5px 0px;
}

#searchResultsAudioDownload
{
}
#searchResultsAudioImage
{
    padding: 5px 5px 5px 0px;
    float:left;
    width:50px;
    height:50px;
}

#searchResultsAudioDescription
{
    vertical-align:text-top;
    min-height:75px;
}

/*Search Results Video */
#searchResultsVideo_wrapper
{
    width:670px;
}

#searchResultsVideoTitle
{
    font-size:12px;
    font-weight:bold;
    padding: 5px 5px 5px 0px;
}


#searchResultsVideoImage
{
    padding: 5px 5px 5px 0px;
    float:left;
    width:50px;
    height:50px;
}

#searchResultsVideoDescription
{
    vertical-align:text-top;
    min-height:75px;
}

/*Search Results File Cabinet */
#searchResultsFileCabinet_wrapper
{
    width:670px;
}

#searchResultsFileCabinetTitle
{
    font-size:12px;
    font-weight:bold;
    padding: 5px 5px 5px 0px;
}


#searchResultsFileCabinetImage
{
    padding: 5px 5px 5px 0px;
    float:left;
    width:50px;
    height:50px;
}

#searchResultsFileCabinetDescription
{
    vertical-align:text-top;
    min-height:75px;
}
