/* 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: Helvetica, Arial, Verdana, Sans-Serif;
    font-size: 11pt;
    background-color: #212121;
    text-align: left; /* IE quirky center */
    color: #000000;
    white-space: normal;
}

a:link
{
    color: #0c7ab7;
    text-decoration: none;
}
a:visited
{
    color: #0c7ab7;
    text-decoration: none;
}
a:hover
{
    color: #7EC0EE;
    text-decoration: none;
}
a:active
{
    color: #9C9C9C;
    text-decoration: none;
}
a.footer
{
    color: #49494b;
    text-decoration: none;
}
a.footer:hover
{
    color: #49494b;
    text-decoration: underline;
}
a.copyright
{
    color: #7f7f7f;
}
a.copyright:hover
{
    color: #7f7f7f;
    text-decoration: underline;
}
a.callout:link
{
    color: #0c7ab7;
    text-decoration: none;
}
a.callout:visited
{
    color: #0c7ab7;
    text-decoration: none;
}
a.callout:hover
{
    color: #7EC0EE;
    text-decoration: none;
}
a.callout:active
{
    color: #9C9C9C;
    text-decoration: none;
}
img
{
    border: 0px;
}

/* heading tags */


h1
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
}

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;
}
#mainouter_wrapper
{
    position: relative;
    width: 100%;
    background-image: url(/images/bg_main.jpg);
    background-repeat: repeat-x;
    background-position: top;
}
#main_wrapper
{
    position: relative;
    width: 960px;
    top: 37px;
    background-color: #ffffff;
    white-space: normal;
}
#top_nav
{
    position: relative;
    top: 0px;
}
#nav_wrapper
{
    position: relative;
    width: 960px;
    height: 64px; /* background-image: url(/images/header.jpg);*/
    background-repeat: no-repeat;
    background-position: top;
    z-index: 30;
}
#logo
{
    position: absolute;
    left: 12px;
    top: 3px;
}
#logo_links
{
    position: absolute;
    left: 906px;
    top: 3px;
}
#navbg
{
    width: 944px;
    height: 38px;
    z-index: 30;
    background-image: url(/images/navbg.jpg);
    background-repeat: repeat-x;
}
#nav
{
    position: relative;
    width: 960px;
    height: 38px;
    z-index: 92;
}
#addressWrapper
{
    position: absolute;
    text-align: right;
    color: #9C9C9C;
    font-size: 10px;
    width: 200px;
    top: 55px;
    left: 750px;
    z-index: 900;
}


/*HEADER CSS */
#sundayServices_wrapper
{
    position: absolute;
    height: 30px;
    left: 15px;
    font-size: 12px;
    top: 12px;
    color: White;
}
#quickLinks_wrapper
{
    /*position: absolute;     height: 30px;     left: 743px;     font-size:12px;     top: -23px;     color:White;*/
    position: absolute;
    height: 30px;
    min-width: 960px;
    width: 100%;
    float: right;
    text-align: right;
    left: 0px;
    font-size: 12px;
    top: 11px;
    color: White;
}
#quickLinks_content
{
    padding: 0px 10px 0px 0px;
}
.ql_links, a.ql_links, a.ql_links:visited, a.ql_links:link
{
    color: White;
    text-decoration: none;
}
a.ql_links:hover
{
    text-decoration: underline;
}
#header
{
    height: 224px;
}

/*Sub Page CSS*/
#center_wrapper
{
    position: relative;
    width: 960px;
    top: 0px;
    left: 0px;
    min-height: 600px;
    height: 100%;
    height: auto !important;
    text-align: left;
    z-index: 1;
    border-top: solid 2px #d0d0d0;
}
#sub_spacer_top
{
    position: relative;
    top: 0px;
    left: -24px;
    width: 940px;
    height: 20px;
}
#subpages_background
{
    position: relative;
    width: 400px;
    min-height: 486px;
    height: 100%;
}
#sub_content_top
{
    position: absolute;
    background-repeat: no-repeat;
    width: 872px;
    height: 12px;
    left: 0px;
    z-index: 31;
    display: none;
}

#sub_content_middle
{
    position: relative;
    min-height: 600px;
    height: 100%;
    left: 0px;
    width: 960px;
}
#sub_content_bottom
{
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: -2px;
    width: 872px;
    height: 22px;
    left: 0px;
    display: none;
}
#content_middle_wrapper_full
{
    position: relative;
}
.content_middle_wrapper
{
    position: relative;
    width: 960px;
    min-height: 600px;
    height: auto !important;
    height: 100%;
    text-align: left;
    top: 0px;
}
.content_middle_wrapper_full
{
    position: relative;
    width: 960px;
    min-height: 600px;
    height: auto !important;
    height: 100%;
    text-align: left;
    top: 0px;
}

#content_middle
{
    position: absolute;
    background-position: top;
    left: 1px;
    width: 841px;
    top: 0px;
    min-height: 348px;
    height: 100%;
}
#content_middle_full
{
    position: relative;
    left: 0px;
    width: 685px;
    top: 0px;
    min-height: 780px;
    height: 100%;
}
.content_middle
{
    position: relative;
    left: 0px;
    width: 685px;
    top: 0px;
    min-height: 780px;
    height: 100%;
}
.content_middle_full
{
    position: relative;
    left: 0px;
    width: 685px;
    top: 0px;
    min-height: 780px;
    height: 100%;
}
.content_middle_full_admin
{
    position: relative;
    width: 677px;
    min-height: 471px;
    height: auto !important;
    height: 100%;
    left: 157px;
    text-align: left;
    top: 0px;
}
#subNav
{
    position: absolute;
    width: 130px;
    left: 0px;
    float: left;
    z-index: 90;
    display: none;
}

#subNavHeader
{
    width: 170px;
}

#subNavBody
{
    position: absolute;
    width: 185px;
    height: 438px;
    left: 8px;
    background-image: url(/images/sub_nav_bg.jpg);
    background-repeat: repeat-x;
}

#subNavbody_inner
{
}

#subNavFooter
{
}



.subNavText
{
    font-weight: bold;
    font-size: 11px;
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    color: #A3A3A3;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 190px;
}

.subNavText:link
{
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    color: #A3A3A3;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 190px;
}

.subNavText:active
{
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    color: #A3A3A3;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 190px;
}

.subNavText:visited
{
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    color: #A3A3A3;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 190px;
}

.subNavText:hover
{
    color: #ffffff;
    text-align: left;
    text-decoration: none;
}
.subNavTextArea_store
{
    font-weight: bold;
    font-size: 11px;
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    color: #0c7ab7;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 190px;
}

.subNavTextArea_store:link
{
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    color: #0c7ab7;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 190px;
}

.subNavTextArea_store:active
{
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    color: #0c7ab7;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 190px;
}

.subNavTextArea_store:visited
{
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    color: #0c7ab7;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 190px;
}

.subNavTextArea_store:hover
{
    color: #0c7ab7;
    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: 941px; /*background-color:green;*/
    top: 0px;
    background-image: url(/images/bg_directlinks.jpg);
    background-repeat: repeat-x;
    font-size: 11px;
}
#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: 930px;
    left: 13px;
    top: 23px;
    line-height: 20px;
    text-align: left;
    font-family: Verdana;
}
#footer_wrapper_index
{
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 941px; /*background-color:green;*/
    top: 0px;
    height: 275px;
    background-image: url(/images/bg_directlinks.jpg);
    background-repeat: repeat-x;
    font-size: 11px;
    left: 9px;
}
#footer_index
{
    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: 930px;
    left: 13px;
    top: 23px;
    height: 245px;
    line-height: 20px;
    text-align: left;
    font-family: Verdana;
}
.footer_topic
{
    font-weight: bold;
    color: #4e4e50;
}
.footer_contents
{
    font-weight: normal;
    color: #49494b;
}
#footer1
{
    position: absolute;
    left: 0px;
    top: 0px;
}
#footer2
{
    position: absolute;
    left: 0px;
    top: 0px;
    left: 223px;
}
#footer3
{
    position: absolute;
    left: 0px;
    top: 0px;
    left: 465px;
}
#footer4
{
    position: absolute;
    left: 0px;
    top: 0px;
    left: 705px;
}
#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: relative;
    left: 20px;
    top: 15px;
    height: 35px;
    text-align: left;
    color: #7f7f7f;
    font-family: Verdana;
    font-size: 11px;
}
#fnLogo_wrapper
{
    position: relative;
}
#fnLogo
{
    position: absolute;
    top: 40px;
    height: 50px;
    left: 930px;
}
#fnLogo_store
{
    position: relative;
    background-color: #212121;
    width: 960px;
    float: right;
    text-align: right;
    top: 0px;
}
/******* Homepage Layout ************/

#mainContentArea_wrapper
{
    position: relative;
    height: 100%;
    top: 0px;
}
#left_gutter
{
    position: absolute;
    width: 12px;
    min-height: 800px;
    height: 100%;
    z-index: 31;
    background-image: url(/images/left_gutter.jpg);
    background-repeat: repeat-x;
    left: -13px;
    top: 0px;
}
#right_gutter
{
    position: absolute;
    width: 9px;
    min-height: 800px;
    height: 100%;
    z-index: 31;
    background-image: url(/images/right_gutter.jpg);
    background-repeat: repeat-x;
    left: 960px;
    top: 0px;
}
#sub_left_gutter
{
    position: absolute;
    width: 37px;
    min-height: 651px;
    height: 100%;
    z-index: 31;
    background-image: url(/images/subleft_gutter.jpg);
    background-color: #372555;
    background-repeat: no-repeat;
    left: -37px;
    top: -0px;
}
#sub_right_gutter
{
    position: absolute;
    width: 36px;
    min-height: 572px;
    height: 100%;
    z-index: 31;
    background-image: url(/images/subright_gutter.jpg);
    background-color: #372555;
    background-repeat: no-repeat;
    left: 872px;
    top: -19px;
}
#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: 50px 30px 0px 10px;
    height: 271px;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
}

#centerWrapper
{
    position: relative;
}

/*CALLOUTS*/
#customCallout
{
    position: relative;
    padding: 10px 10px 0px 10px;
}
#callout_wrapper
{
    position: relative;
    left: 9px;
    top: 10px;
    width: 941px;
    min-height: 159px;
    height: auto !important;
    height: 159px;
    z-index: 90;
}

#callout1
{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 90;
}

#callout2
{
    position: absolute;
    left: 241px;
    top: 0px;
    z-index: 90;
}

#callout3
{
    position: absolute;
    left: 480px;
    top: 0px;
    z-index: 90;
}

#callout4
{
    position: absolute;
    left: 721px;
    top: 0px;
    z-index: 90;
}
#search_wrapper
{
    /*position: absolute;     width: 240px;     left: 718px;     height: 50px;     vertical-align: middle;     z-index:901;     border:solid 1px #00aeef;     background-color:#00aeef;*/
    position: absolute;
    min-width: 960px;
    width: 100%;
    float: right;
    text-align: right;
    height: 50px;
    z-index: 901;
    top: 37px;
}
#search_content
{
    padding: 15px 10px 10px 0px;
    border: solid 1px #00aeef;
    border-bottom: solid 1px #00aeef;
    background-color: #ffffff;
    width: 240px;
    float: right;
    text-align: right;
}
.animationContainer
{
    min-height: 100px;
    height: 100%;
}
.animationContainer1
{
}
.demoDiv
{
    overflow: hidden;
    background-color: white;
}
.demoDiv1
{
    visibility: hidden;
}

.hideInitially
{
    visibility: hidden;
    background-color: white;
}
#clickhere_quick
{
    position: relative;
    width: 941px; /*background-color:green;*/
    top: 0px;
    background-color: #f0f0f2;
    height: 25px;
    left: 9px;
    z-index: 0;
}
#clickhere_quick_img
{
    padding: 5px 0px 3px 5px;
    text-align: left;
    left: 0px;
}
#calloutwrapper_text
{
    position: relative;
    top: 0px;
    left: 0px;
    min-height: 50px;
    height: auto !important;
    height: 50px;
}
#callout1_text
{
    position: absolute;
    left: 0px;
    top: 0px;
    border-right: solid 2px #e0e0e0;
    border-left: solid 2px #e0e0e0;
    width: 216px;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 0; /*border-bottom: solid 1px Red;*/
}
#callout1_text_content
{
    position: relative;
    height: 125px;
    padding: 5px 0px 0px 10px;
    width: 205px; /*border-bottom: solid 2px Blue;*/
}
#callout2_text
{
    position: absolute;
    left: 241px;
    top: 0px;
    width: 216px;
    border-right: solid 2px #e0e0e0;
    border-left: solid 2px #e0e0e0;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 0;
}
#hiddenImage
{
    position: relative;
    background-color: Blue;
    height: 15px;
    width: 100%;
    z-index: 5;
}
#callout2_text_content
{
    position: relative;
    height: 125px;
    padding: 5px 0px 0px 10px;
    width: 205px;
}
#callout3_text
{
    position: absolute;
    left: 480px;
    top: 0px;
    width: 216px;
    border-right: solid 2px #e0e0e0;
    border-left: solid 2px #e0e0e0;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 0;
}
#callout3_text_content
{
    position: relative;
    height: 125px;
    padding: 5px 0px 0px 10px;
    width: 205px;
}
#callout4_text
{
    position: absolute;
    left: 721px;
    top: 0px;
    width: 216px;
    border-right: solid 2px #e0e0e0;
    border-left: solid 2px #e0e0e0;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 0;
}
#callout4_text_content
{
    position: relative;
    height: 125px;
    padding: 5px 0px 0px 10px;
    width: 205px;
}
#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;
}
#subnav_store
{
    position: absolute;
    left: 710px;
    top: 0px;
    width: 245px;
    height: 100%;
    padding-top: 10px;
}
/*Subcallouts on the Right*/
#subCallout_wrapper
{
    position: absolute;
    left: 710px;
    top: 0px;
    width: 245px;
    height: 100%;
}

#subCallout1
{
    position: absolute;
    left: 0px;
}
#subCallout2
{
    position: absolute;
    left: 215px;
    top: 0px;
}

#subCallout3
{
    position: absolute;
    left: 436px;
    top: 0px;
}

#subCallout4
{
    position: absolute;
    left: 656px;
    top: 0px;
}
#callout5
{
    position: absolute;
    left: 778px;
    top: 0px;
}

#indexCallout_events
{
    position: absolute;
    top: 10px;
    left: 18px;
}

#indexCallout_top
{
    position: relative;
    left: 0px;
    top: 0px;
    width: 941px;
}

#indexCallout_top_content
{
    position: relative;
    width: 941px;
    left: 0px;
    top: 0px;
    height: 280px;
}
#indexCallout_top_content_left
{
    position: absolute;
    width: 433px;
    height: 276px;
    left: 0px;
    top: 0px;
    background-image: url(/images/welcome.jpg);
    background-repeat: no-repeat;
}
#home_rotator_bg
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 559px;
    height: 329px;
    background-image: url(/images/roatorbg.jpg);
    background-repeat: no-repeat;
}
#home_large_rotator
{
    position: absolute;
    left: 9px;
    top: 0px;
    width: 941px;
    height: 280px;
}
#indexCallout_top_content_center
{
    position: absolute;
    left: 559px;
    top: 0px;
}
#indexcallout_helpinghands
{
    position: absolute;
    top: 348px;
    left: 0px;
}
#indexCallout_top_content_right
{
    position: absolute;
    width: 270px;
    left: 721px;
    height: 280px;
    background-image: url(/images/visitor.jpg);
    background-repeat: no-repeat;
}

#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_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;
}


/************** content area ****************/
#contentArea_wrapper
{
    position: relative;
    min-height: 276px;
    width: 960px;
}

#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: 600px;
    left: 0px;
    top: 0px;
    min-height: 23px;
    padding-top: 5px;
}
#subPageHeaders_image
{
    position: absolute;
    background-repeat: no-repeat;
    width: 480px;
    min-height: 23px;
    left: 0px;
    z-index: 30;
    display: none;
}

#subPageHeaders
{
    position: relative;
    color: #4b4a46;
    font-size: 17px;
    font-weight: bold;
    padding: 0px 0px 3px 20px;
    text-align: left;
    left: 0px;
    font-family: Helvetica, Arial;
    text-transform: uppercase;
    z-index: 31;
}

#customSubPageHeader
{
    position: relative;
    width: 680px;
    min-height: 23px;
    margin-top: 13px;
    margin-left: 20px;
}
/*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
{
    position: relative;
    padding: 10px 20px 10px 20px;
    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: 685px; /*width:730px; */
    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: #4b4a46;
    text-transform: uppercase;
    padding-left: 10px;
}

.featuredEvents_title
{
    font-size: 15px;
    color: #4b4a46;
    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;
    padding-top: 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: 510px; /*width: 550px;*/
}

#events_moreInfo
{
    position: relative;
    left: 160px;
    width: 510px;
    padding-bottom: 10px;
    color: #000000;
}
.eventHead
{
    font-weight:bold;
    text-transform:uppercase;
}
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: 650px;
    text-align: left;
    margin-top: 0px;
    left: 0px;
    padding: 20px 20px 20px 50px;
    width: 960px;
}
/*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/announcements_callout.jpg);
    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: 700px;
}
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 10px;
}
#blogEntry_wrapper
{
    padding-top: 10px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 0px 20px 0px;
}
#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-bottom: 10px;
}
.blogTextLink
{
    font-size: 10px;
    color: Red;
    font-weight: bold;
    padding-left: 10px;
}

a.blogTextLink:Link
{
    font-size: 10px;
    color: Red;
    text-decoration: underline;
    font-weight: bold;
}
a.blogTextLink:Hover
{
    font-size: 10px;
    color: Red;
    text-decoration: underline;
    font-weight: bold;
}
a.blogTextLink:Visited
{
    font-size: 10px;
    color: Red;
    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: 750px;
}
#admin_SubNav
{
    position: absolute;
    top: 15px;
    width: 140px;
    height: 100%;
    left: 0px;
}

#admin_Content
{
    position: relative;
    top: 0px;
    padding: 5px 0px 20px 0px;
    left: 160px;
    width: 705px;
    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;
}
.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: hidden;
    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;
}

.lbMultipage
{
    width: 670px;
    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: #ffffff;
}

.lbScheduleText
{
    font-size: 11px;
    color: #ffffff;
}

.lbPlayerCell
{
    height: 360px;
    width: 480px;
}

.lbPlayerCell
{
    height: 360px;
    width: 480px;
}

.lb_marketing_cell
{
    padding-top: 20px;
}

#LBRotator
{
    z-index: 1;
}


/************Countdown timer***************/
#lb_countdown
{
    position: relative;
    height: 69px;
    width: 501px;
    background-image: url(           '/images/lb_timer_bg.jpg' );
}
#countdownTimer
{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 10px 0px 0px;
}

.countdownLargeText
{
    font-size: 45px;
    color: #ffffff;
}

.countdownSmallText
{
    font-size: 9px;
    text-transform: lowercase;
    color: #ffffff;
    text-align: center;
}

.countdownCell
{
    vertical-align: top;
    text-align: center;
}
/*** Search Resuls ***/
#searchResultsContent_wrapper
{
    position: relative;
    padding-top: 10px;
}
#searchResultsContentTitle
{
    font-weight: bold;
}
#searchResultsEvent_wrapper
{
    position: relative;
    padding-top: 10px;
}
#searchResultsBlogEntry_wrapper
{
    position: relative;
    padding-top: 10px;
}
#searchResultsFileCabinet_wrapper
{
    position: relative;
    padding-top: 10px;
}
#anchor
{
    /* This element doesn't actually need any CSS. 	 * You may add your style here. 	 */
}

#content
{
    position: relative;
    display: block;
    overflow: hidden; /* Your CSS style here */
}

#content_inner
{
    position: relative;
    display: block; /* Your CSS style here */
}



/************Online Donations***************/
#odWelcome
{
    position: absolute;
    padding-bottom: 10px;
    width: 300px;
}

#odMyAccountBoxWrapper
{
    position: relative;
    height: 184px;
    width: 280px;
    background-image: url(         '/images/odMyAccount_bg.jpg' );
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
}

#odMyAccountWrapper
{
    position: absolute;
    left: 330px;
}

#odMyAccountWrapper_AccountCreated
{
    position: relative;
}

#odMyAccountHeading
{
    font-size: 16px;
    color: #6699cc;
    padding-bottom: 20px;
}

.odMyAccountText
{
    font-size: 11px;
    color: #000000;
}

#odMyAccountFormWrapper
{
    padding-top: 10px;
}

.odMyAccountFormText
{
    font-size: 12px;
    color: #000000;
}


#odSignInButton
{
    padding-top: 5px;
    text-align: right;
}

#odCreateAccountBtn
{
    position: relative;
    z-index: 3000;
    font-size: 16px;
    color: #6699cc;
    padding-bottom: 20px;
}

#odGiveNow
{
    font-size: 16px;
    color: #6699cc;
    padding-bottom: 20px;
}

#odFloatingDivSignUp
{
    position: absolute;
    left: 225px;
    top: -40px;
    width: 400px;
    height: 500px;
    background-image: url(         '/images/odSignUp_bg.png' );
    z-index: 3001;
}
.odFloatingDivSignUp
{
    position: absolute;
    left: 225px;
    top: -40px;
    width: 400px;
    height: 500px;
    background-image: url(         '/images/odSignUp_bg.png' );
    z-index: 3001;
}

#odFloatingDivSignUp_Content
{
    width: 360px;
    height: 460px;
    padding: 10px 10px 10px 10px;
}

#odCreateAccountFormHeader
{
    font-size: 16px;
    color: #6699cc;
    padding-bottom: 20px;
}

.odCreateAccount_FormElementTitleCell
{
    width: 150px;
    font-size: 12px;
    color: #000000;
    text-align: right;
}

.odCreateAccount_FormElementCell
{
    width: 150px;
    text-align: left;
}


.odCreateAccount_FormElementCellRight
{
    width: 250px;
    text-align: right;
}

.odCreateAccount_FormElement
{
    height: 20px;
    border: 1px solid #eeeeee;
    font-size: 12px;
}

#odCloseWindow
{
    position: absolute;
    left: 360px;
}

.odCreateAccountError
{
    color: Red;
    font-size: 10px;
}

#odForgotPasswordLink
{
    position: absolute;
    top: 180px;
    left: 10px;
}
.odForgotPasswordLink
{
    font-size: 10px;
    color: #000000;
}


.odForgotPasswordLink:link
{
    font-size: 10px;
    color: #000000;
}

.odForgotPasswordLink:active
{
    font-size: 10px;
    color: #000000;
}

.odForgotPasswordLink:hover
{
    font-size: 10px;
    color: #000000;
    text-decoration: underline;
}


.odDonateSubTitle
{
    font-size: 16px;
    color: #6699cc;
    width: 500px;
    border-bottom: solid 1px #dddddd;
    padding-top: 10px;
}

#odDonateNowForm
{
    width: 360px;
    padding: 0px 10px 0px 0px;
    text-align: left;
    width: 500px;
}

.odDonateFormSection
{
    padding-top: 10px;
}


.odDonateNow_FormElementTitleCell_AmountTotal
{
    width: 150px;
    font-size: 12px;
    color: #000000;
    text-align: right;
    border-top: solid 1px #dddddd;
}

.odDonateNow_FormElementCell_AmountTotal
{
    width: 150px;
    text-align: left;
    border-top: solid 1px #dddddd;
}

.odCardImage
{
    padding: 0px 0px 0px 0px;
    height: 34px;
    vertical-align: middle;
}
#odGiveNextSteps
{
    width: 500px;
    text-align: right;
    padding-top: 10px;
}

#odSummaryPersonalInfo
{
    position: relative;
    width: 375px;
}

.ocSummaryHeader
{
    font-size: 14px;
    color: #6699cc;
}

.ocSummarySubHeader
{
    font-weight: bold;
    color: #000000;
}

#odSummaryDonationInfo
{
    position: absolute;
    left: 420px;
    clear: both;
}

#odSummaryCardInfo
{
    padding-top: 10px;
}

.odSummaryTotalAmount
{
    font-size: 14px;
    color: #6699cc;
}

.odProgressTemplate
{
    position: absolute;
    top: -300px;
    height: 500px;
    width: 600px;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

.odTransGrid
{
    border: solid 1px #ffffff;
}

.odTransItem
{
    font-size: 10px;
    background-color: #FFFFFF;
}

.odTransItemAlt
{
    font-size: 10px;
    background-color: #6699cc;
}

.odTransHeader
{
    background-color: #6699cc;
    font-size: 10px;
    font-weight: bold;
}

#odPrivactyLinks
{
    color: #cccccc;
}

.odPrivacyLink
{
    font-size: 10px;
    color: #333;
}


.odPrivacyLink:link
{
    font-size: 10px;
    color: #333;
}

.odPrivacyLink:active
{
    font-size: 10px;
    color: #333;
}

.odPrivacyLink:hover
{
    font-size: 10px;
    color: #333;
    text-decoration: underline;
}




#odFloatingDivPrivacy
{
    position: absolute;
    left: 225px;
    top: -40px;
    width: 400px;
    height: 500px;
    background-image: url(         '/images/odSignUp_bg.png' );
    z-index: 3001;
}
.odFloatingDivPrivacy
{
    position: absolute;
    left: 225px;
    top: -40px;
    width: 400px;
    height: 500px;
    background-image: url(         '/images/odSignUp_bg.png' );
    z-index: 3001;
}

#odFloatingDivPrivacy_Content
{
    width: 360px;
    height: 460px;
    padding: 10px 10px 10px 10px;
}

#odCreateAccountFormHeaderPrivacy
{
    font-size: 16px;
    color: #6699cc;
    padding-bottom: 20px;
}

#odCloseWindowPrivacy
{
    position: absolute;
    left: 360px;
}



#odFloatingDivRefund
{
    position: absolute;
    left: 225px;
    top: -40px;
    width: 400px;
    height: 500px;
    background-image: url(         '/images/odSignUp_bg.png' );
    z-index: 3001;
}
.odFloatingDivRefund
{
    position: absolute;
    left: 225px;
    top: -40px;
    width: 400px;
    height: 500px;
    background-image: url(         '/images/odSignUp_bg.png' );
    z-index: 3001;
}

#odFloatingDivRefund_Content
{
    width: 360px;
    height: 460px;
    padding: 10px 10px 10px 10px;
}

#odCreateAccountFormHeaderRefund
{
    font-size: 16px;
    color: #6699cc;
    padding-bottom: 20px;
}

#odCloseWindowRefund
{
    position: absolute;
    left: 360px;
}

.odPolicy
{
    width: 375px;
    height: 440px;
    overflow: auto;
}
#mesasge_wrapper
{
}
#lightwindow_title_bar_title
{
    color: #ffffbe;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    background-color: Gray;
    float: left;
}

#lightwindow_contents
{
    float: left;
    text-align: left;
    left: 0px;
    width: 800px;
}

#lightwindow_loading
{
    /* REQUIRED */
    height: 100%;
    width: 800px;
    top: 0px;
    left: 0px;
    z-index: 9999;
    position: absolute; /* REQUIRED */
    background-color: #f0f0f0;
    padding: 10px;
    text-align: left;
}
#lightwindow_loading span
{
    font-size: 12px;
    line-height: 32px;
    color: #444444;
    float: left;
    padding: 0 10px 0 0;
}
#lightbox
{
    position: absolute;
    left: 0px;
    z-index: 100;
    text-align: left;
    line-height: 0;
}
#loading
{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 800px;
    text-align: left;
    left: 0px;
    line-height: 0;
}
#overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 800px;
    height: 500px;
    background-color: #000;
}
#hoverNav
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 800px;
    z-index: 10;
}
/* Staff Page */
.meetourteam-all {
	width: 680px;
	border-bottom:solid 2px #e0e0e0;
}
.meetourteam-all h3 {
	background: #ffffff url(/images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border:solid 2px #e0e0e0;
	border-bottom: none;
	cursor: pointer;
	color:#01aef0;
	font-family:Helvetica,Arial;
	font-size:17px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
}
.meetourteam-all h3:hover {
	background-color: #ffffff;
}
.meetourteam-all h3.active {
	background-position: right 5px;
}
.meetourteam-all div {
	background: #ffffff;
	margin: 0;
	padding:10px;
	border-left:solid 2px #e0e0e0;
	border-right:solid 2px #e0e0e0;
	display: none;
}
.pane-list-meetourteam {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family:Helvetica,Arial;
	font-size:12px;
}
.pane-list-meetourteam li {
	background: #ffffff;
    margin-bottom:0px;
	width:644px;
	min-height:105px;
	border-top:dashed 2px #e0e0e0;
	padding:18px 5px 5px 5px;
}
.pane-list-meetourteam img {
	height:90px;
	margin-right:5px;
	margin-bottom:5px;
	float: left;
	border:solid 2px #e0e0e0;
}
.meetourteam-title {
	color:#4B4A46;
	font-family:Helvetica,Arial;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
}
.meetourteam-rbox {
	width:180px;
	margin-left:5px;
	margin-bottom:5px;
	float: right;
	border:1px solid #e0e0e0;
	padding:5px;
	line-height:12px;
}

