@import url(reset.css);

body {
    margin:0;
    color:#444;
    font:12px/18px Arial, Verdana, Tahoma, sans-serif;
    height:100%;
}

a {
    color: #444;
    outline: none;
    text-decoration: none;
}

p {margin: 0}

img { border: none;}

/* Header
-----------------------------------------------------------------------------*/
#header {
    display: none;
}

/* Middle
-----------------------------------------------------------------------------*/
#page {
    width: 980px;
    margin: 0 auto;
}


/* Home Page
-----------------------------------------------------------------------------*/
#content .home_banner, .home_banner_sub   {
    display: none;
}

.home_cols {
    padding: 20px 0;
}

.home_cols_inner {
    background: url(../images/home_cols_split.gif) repeat-y 50% 0;
}

.home_cols h2 {
    color: #644101;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 20px;
}

#content .home_cols h2 a {
    color: #644101;
    font-weight: normal;
    font-size: 24px;
}

#content .home_cols h2 a:hover {
    color: #D3B34B;
}

.home_cols .hcol {
    float:left;
    padding:0 19px;
    width:287px;
}

.hr {
    background: url(../images/hr_dotted.gif) repeat-x 0 0;
    height: 1px;
    line-height: 0;
    font-size: 0;
}

.home_cols .news_col ul {
    margin: 0 0 10px;
}

.home_cols .news_col li {
    padding: 15px 0;
    background: url(../images/hr_dotted.gif) repeat-x 0 100%;
}

.home_cols .news_col .news_img{
    float: left;
}

.home_cols .news_col .news_txt {
    padding: 0 0 0 65px;
}

.home_cols .news_col .news_txt .readmore {
    background: url(../images/arrow_brown.gif) no-repeat 100% 50%;
    padding: 0 15px 0 0;
    font-size: 12px;
}


.home_cols .news_col h4 {
    color: #644101;
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 7px;
}

.home_cols .readmore_all {
    font-size: 14px;
    background: url(../images/arrow_brown.gif) no-repeat 100% 50%;
    padding: 0 15px 0 0;
}

.home_cols .news_col a:hover {
    color: #000;
}

.home_cols .daily_col p {
    font-size: 14px;
    color: #555;
}

.home_cols .daily_col ul {
    background: url(../images/hr_dotted.gif) repeat-x 0 0;
    margin: 15px 0 40px;
    padding: 1px 0 0;
}

.home_cols .daily_col li {
    background: #fff url(../images/bg_daily_list.gif) repeat-x 0 100%;
    padding: 5px 10px;
}

.home_cols .daily_col li a {
    display: block;
    font-size: 13px;
    background: url(../images/arrow_brown.gif) no-repeat 100% 50%;
}

.home_cols .daily_col .video_box {
    padding: 0;
    text-align: center;
}

.home_cols a {
    color: #644101;
    font-weight: bold;
}

.home_cols a:hover {
    color: #000;
}

.home_cols .post_col {
    position: relative;
   
}

.post_box .post_img {
    float: left;
    width: 106px;
    overflow: hidden;
}

.post_box .post_txt {
    padding: 0 0 0 118px;
}

.post_box .post_txt p {
    line-height: 16px;
}

.post_box .post_txt h4 {
    color: #644101;
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 7px;
}

.post_col .home_newsletter {
    display: none;
}


.post_col .hr {
    margin: 15px 0;
}

.wide_form .btn_red_one {
    background: url(../images/btns/btn_red.gif) no-repeat 0 0;
    height: 38px;
    width: 96px;
    border: none;
    color: #fff;
    font-size: 16px;
    padding:0;
    margin: 0 0 0 168px;
}

.btn_home_join {
    background: url(../images/btns/btn_home_join.png) no-repeat 0 0;
    height: 38px;
    width: 279px;
}

.btn_red, .btn_red span {
    height: 38px;
    font: bold 16px/38px Arial, Tahoma, Geneva, sans-serif;
    background: url(../images/btns/bg_btn_red.gif) no-repeat 100% 0px;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
}
.btn_red span {
    padding: 0px 25px;
    background-position: 0px -38px;
}

.btn_red:hover {
    background-position: 100% -76px;
}
.btn_red:hover span {
    background-position: 0px -114px;
}

.btn_red { cursor: pointer; } /* for IE6 only */



.arrow_right, .arrow_right span,
.arrow_left, .arrow_left span{
    height: 19px;
    font: normal 12px/19px Arial, Tahoma, Geneva, sans-serif;
    background: url(../images/btns/bg_btn_arrow_right.gif) no-repeat 100% 0px;
    color: #fff !important;
    display: inline-block;
    margin: 0 0 5px;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
}

.arrow_left, .arrow_left span {
    background: url(../images/btns/bg_btn_arrow_left.gif) no-repeat 100% 0px;
}

.arrow_right span {
    padding: 0 30px 0 10px;
    background-position: 0px -19px;
}

.arrow_left span {
    padding: 0 10px 0 30px;
    background-position: 0px -19px;
}

.arrow_right:hover,
.arrow_left:hover{
    background-position: 100% -38px;
}
.arrow_right:hover span,
.arrow_left:hover span {
    background-position: 0px -57px;
}

#sidebar .arrow_right {
    background: url(../images/btns/bg_btn_arrow_right_side.gif) no-repeat 0 0;
    display: block;
    width: 137px;
    padding: 0 0 0 10px;
    margin: 10px 0;
}

#sidebar .arrow_right:hover {
    background-position: 0 100%;
}

/* Subpages
-----------------------------------------------------------------------------*/


.banner h1 {
    margin-bottom:20px;
    font-size:30px;
    font-weight:normal;
    height:40px;
    line-height:40px;
    text-align:center;
}

#content .banner .breadcrumb {
    display: none;
}


.page_right {

}

.page_right .page_txt {

}

.page_right .page_txt hr {
    border: none;
    border-bottom: 1px dotted #A17102;
    background: none;
}

.page_right .page_txt td {
    padding: 5px 20px 5px 0;
}

.page_right .page_txt .tbl_radio_list td.td_checkbox {
    padding-right:0;
}

.page_right .page_txt .tbl_radio_list td.td_label {
    padding-right:6px;
}

.page_right .page_txt td p {
    padding-left: 10px;
}

.page_right .page_txt b,
.page_right .page_txt strong {
    font-weight: bold;
}

.page_right .page_txt i,
.page_right .page_txt em {
    font-style: italic;
}

.page_right .page_txt ul {
    padding: 0 0 0 25px;
    list-style-type: disc;
    margin: 0 0 10px;
}

.page_right .page_txt ul ul {
    list-style-type: circle;
    margin: 3px 0;
}

.page_right .page_txt blockquote {
    margin: 0 0 0 30px;
}

.page_right .page_txt ol {
    padding: 0 0 0 25px;
    list-style-type: decimal;
    margin: 10px 0;
}

.page_right .page_txt ol li {
    margin: 0 0 10px;
}

#faq {
    list-style: none;
    padding: 0;
}

#content a {
    color: #444;
}


.page_right .page_txt p {
    margin: 0 0 15px;
}

#faq li {

}

.faq_question_link {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 0 0 15px;
}

#faq li li {
    background: none;
    padding-left:0;
}

#faq li ul {
    list-style-type: disc;
    margin: 0 0 10px 0;
}

.page_right .page_txt h2 {
    color: #643c01;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    overflow: hidden;
    _height: 30px;
}

.page_right .page_txt h3 {
    color: #643c01;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin: 0 0 10px;
}

.page_right .page_txt h2 b {
    float: left;
    width: 390px;
}

.page_right .page_txt .subtitle {
    font-size: 16px;
    margin: 10px 0 20px;
    line-height: 24px;
}

.page_right .page_txt .dots {
    background: url(../images/hr_dotted.gif) repeat-x 0 100%;
}

.page_right .page_bar {
    display: none;
}

.news_main {
    margin: 0 0 30px;
}

.news_main .mn_left {
    width: 250px;
    float: left;
}

.news_main .mn_right {
    padding: 0 0 0 270px;
}


.video_main {
    margin: 20px 0 30px;
}

.video_main .vm_left {
    width: 360px;
    float: left;
    overflow: hidden;
}

.video_main .vm_right {
    padding: 0 0 0 380px;
}

.video_main .vm_right h3 {
    color: #643c01;
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 5px;
}

.news_post {
    padding: 20px 0;
    background: url(../images/hr_dotted.gif) repeat-x 0 100%;
}

.news_post  .np_left {
    width: 135px;
    float: left;
}

.news_post .np_right {
    padding: 0 0 0 140px;
}

.news_post .np_right .ico_date {
    margin: 0 0 3px;
}

.news_post  .np_right h4 {
    color: #643c01;
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 5px;
}


.viewmore {
    color: #741019;
    font-size: 14px;
    text-transform: uppercase;
    background:url("../images/btns/viewmore.gif") no-repeat 0 0;
    display: inline-block;
    margin: 10px 0 0;
    font-size:0;
    line-height: 0;
    height: 10px;
    width: 78px;
    font-weight: bold;
}

.church_blocks {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0;
    background:url("../images/hr_dotted.gif") repeat-x scroll 0 100% transparent;
}

.church_blocks li {
    width: 266px;
    min-height: 100px;
    display: -moz-inline-stack;
    background:url("../images/hr_dotted.gif") repeat-x scroll 0 0 transparent;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 15px 2px;
    zoom: 1;
    *display: inline;
    _height: 100px;
}


.church_blocks h3 {
    color: #643C01;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0;
}

.church_blocks .viewmore {
    margin-top: 20px;
}


.church_blocks .church_content {
    height: 95px;
    overflow: hidden;
}

.gallery_list {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    padding: 0 !important;
}

.gallery_list li {
    width: 170px;
    min-height: 170px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 9px 20px 0;
    padding: 0;
    zoom: 1;
    *display: inline;
    _height: 190px;
    overflow: hidden;
    text-align: center;
}

.gallery_list li div {
    height: 160px;
    overflow: hidden;
}

.gallery_list li a {
    color: #643c01;
    font-size: 18px;
    line-height: 22px;
}
.gallery_list li a:hover {
    color:#000;
}

.candle_list li {
    height: 170px;
}

.candle_list li div {
    height: 160px;
}

.candle_list li a {
    display: block;
}

#content .sub_page_menu {
    display: none;
}



.esend_top {
    text-align: center;
    color: #7a7a7a;
}

.esend_top p {
    padding: 0 0 20px;
}


.pagenavigator {
    float: left;
    padding: 10px 0 10px 0 !important;
    list-style-type: none !important;
}

.pagenavigator li {
    float: left;
    color: #7a7a7a;
}

.pagenavigator li a {
    color: #7a7a7a;
    padding: 2px 5px;
}

.pagenavigator li a:hover {
    color:#cfc5b2;
}

.pagenavigator li a span {
    background: transparent;
    border: none;
    padding:0;
}

.pagenavigator li span {
    background: #fcf8ee;
    border: 1px solid #cfc5b2;
    padding: 2px 5px;
}

.pagenavigator input {
    vertical-align: middle;
    background: #fcf8ee;
    border: 1px solid #cfc5b2;
    height: 16px;
    padding: 1px 2px;
    color: #7a7a7a;
}

.pagenavigator input { margin-top: -3px\9 }
*html .pagenavigator input { margin-top: 1px }

.pager_right {
    float: right;
    margin: 0;
    width: 170px;
    padding: 10px 0 0;
    color: #7a7a7a;
}

.pager_right label {
    float: right;
}

.pager_right .jqTransformSelectWrapper {
    float: right;
    margin: 0 0 0 5px;
}

#picleft {
    float:left;
    left:0;
    padding: 0 10px 0 0;
}

/* Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
    display: none;
}


/* FORMS
-----------------------------------------------------------------------------*/
.msg_ok {
    text-align: center;
    font-size: 16px;
    margin: 50px auto;
    line-height: 26px;
}

.msg_ok .btn_red {
    margin-top: 20px;
}

.wide_form {
    font-size: 14px;
    margin-top: 30px;
}

.wide_form input,
.wide_form select,
.wide_form textarea {
    font-size: 14px;
    font-family: Arial;
    color: #444;
    float: left;
}

.wide_form input {
    background:none repeat scroll 0 0 #FCF8EE;
    border:1px solid #CFC5B2;
    height:16px;
    padding:2px 5px;
}

.wide_form .chk {
    padding: 0;
    background: none;
    border: none;
    width: auto;
}

.wide_form span {
    color: #a17102;
    float: left;
}

.wide_form .btn_red_mini,
.wide_form .btn_y_mini{
    display: inline-block;
    background: url(../images/btns/btn_red_mini.gif) no-repeat 0 0;
    height: 26px;
    width: 66px;
    color: #fff !important;
    line-height: 26px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px;
}

.wide_form .btn_y_mini{
    width: 128px;
    margin: 0 0 0 20px;
    background: url(../images/btns/btn_y_mini.gif) no-repeat 0 0;
}

.wide_form .btn_red_mini span,
.wide_form .btn_y_mini span {
    float: none;
    color: #fff;
}

.wide_form .btn_red {
    float: none;
}

.wide_form h3 {
    color: #444;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0 5px 10px;
    border-bottom: 1px solid #e7e2d8;
}

.wide_form .form_title {
    padding: 0;
    height: 22px;
    border-bottom:1px solid #E7E2D8;
    margin: 10px 0 0;
}

.wide_form .form_title b {
    display: inline-block;
    /*  background: url(../images/form_title.gif) no-repeat 0 0;*/
    height: 22px;
    line-height: 22px;
    padding-left:10px;
}

.wide_form .form_title b span {
    /*background: url(../images/form_title.gif) no-repeat 100% 0;*/
    display: inline-block;
    color: #444;
    padding-right:10px;
    font-size: 14px;
}

.eform h3 {
    border: none;
}

.wide_form .f_row,
.wide_form .f_row2 {
    padding: 10px 0;
}

.eform .f_row {
    padding: 10px 0;
    margin: 0 0 10px;
}

.eform .f_row2 {
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
}

.f_row2{
    width: 100%;
    overflow: hidden;
}

.eform .f_row2 {
    padding: 10px 0;

    margin: 0 0 10px;
    width: 100%;
    overflow: hidden;
}

.wide_form .f_row2 textarea {
    background:none repeat scroll 0 0 #FCF8EE;
    border:1px solid #CFC5B2;
    margin-right:5px;
    padding:4px;
}

.eform .f_row2 .mceEditorContainer {
    margin: 0 0 0 10px;
}

.wide_form .f_row label,
.wide_form .f_row2 label {
    float: left;
    width: 130px;
    color: #7a7a7a;
    padding: 0 0 0 10px;
}

.eform p label {
    color: #7a7a7a;
}

.eform .f_row label {
    width: auto;
}

.wide_form .f_row .f_inputs,
.wide_form .f_row2 .f_inputs {
    padding: 0 0 0 140px;
    color: #444;
}

.wide_form .f_row .select_posted .jqTransformSelectWrapper {
    z-index: 1 !important;
}

.eform .f_row .f_inputs {
    padding: 0 0 0 65px;
}

.wide_form .f_row .f_inputs a {
    color: #888;
}

.wide_form .f_row .f_inputs a:hover {
    color: #000;
}

.wide_form .f_row .f_inputs label {
    width: auto;
    padding: 0 10px 0 0;
    color: #444;
}

.eform .f_row .f_inputs label {
    color: #7a7a7a;
    margin: 0 0 0 30px;
}

.wide_form .w400 {
    width: 380px;
}

.wide_form .w50 {
    width: 50px;
}

.btn_donate {
    background:url(../images/btns/btn_donate.gif) no-repeat 0 0;
    width: 159px;
    height: 38px;
}

.wide_form .warning_mess {
    padding: 0;
}

.wide_form .warning_mess ul {
    margin: 0 0 10px;
}

.wide_form .warning_mess li {
    color: red;
}

.light_ok {
    background: url(../images/candleback.gif) repeat 0 0;
    padding: 0 0 15px;
    margin: 0 0 10px;
}

.light_ok td {
    padding: 10px !important;
    font-size: 14px;
}

.light_ok td p {
    padding: 0 !important;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    display: none;
}


.v_splitter {
    clear: both;
}


#boxGalleryImage {
    background-color:#ffffff;
    border:1px #a0a0a0 solid;
    padding:20px 10px 10px;
}

#btnBoxGalleryImageClose {
    cursor:pointer;
    float:right;
    position: absolute;
    right: 10px;
    top: 3px;

}

#btnBoxGalleryImageClose:hover {
    color: #A17102;
}

.table_pad {
    padding: 5px 10px;
}

#mag-menu {
    float:right;
    margin-left:10px;
    padding-bottom:10px;
    padding-top:5px;
    right:0;
    top:200px;
    visibility:visible;
    width:185px;
    background: #EFE4C2;
    padding: 0 10px;
}

#textindent {
    background: #EAE2BD;
    margin-top: -5px;
    padding: 15px;
}

#textindent td {
    padding: 0 !important;
}

.tab_nopad td {
    padding: 0 !important;
    line-height: 8px;
}

.column-three {
    border:thin solid #999999;
    font-size:11px;
    line-height:16px;
    margin-bottom:15px;
    margin-left:0;
    margin-right:10px;
    padding:5px;
}

#download {
    display: none;
}