﻿* {
    margin: 0;
    padding: 0;
}

body
{
    font-family: Times, "Times New Roman" , serif;
    font-size: 14pt;
    background-color: #000066;  /* "canvas" background color */
}

/* center the booger */
.jello_mold {
    width: 1245px;
    margin-left: auto;
    margin-right: auto;
}

.jello_mold_colors {
    background-color: White;
    color: #000066;             /* default color for text */
}

.client_area {
    width: 1200px; 
    padding: 20px 20px 0 20px;
}
.client_area_no_bar {
    width: 1200px; 
    padding: 0 20px 0 20px;
}
.client_area_withfloat {
    width: 1200px; 
    padding: 20px 20px 30px 20px;
}

.three_col {
    width:  405px;
    margin-left: auto;
    margin-right: auto;
}
.three_col_uniformboxes {
    width:  410px;
    margin-left: auto;
    margin-right: auto;
}
.three_col_right {
    width:  445px;
    margin-left: auto;
    margin-right: auto;
}

.two_col {
    width:  575px;
    margin-left: auto;
    margin-right: auto;
}
.one_col {
    width:  1185px;
    margin-left: auto;
    margin-right: auto;
}
.one_col_grid {
    width:  1100px;
}

.boxleft_bigbotpad {
    padding: 15px 5px 50px 5px;
    margin: 15px 15px 15px 0;
}
.boxleft {
    padding: 15px 5px 15px 5px;
    margin: 15px 15px 15px 0;
}
.boxcenter {
    padding: 15px 5px 50px 5px;
    margin: 15px 15px 15px 15px;
}
.boxright {
    padding: 15px 5px 15px 5px;
    margin: 15px 0 15px 15px;
}
.boxright_bigbotpad {
    padding: 15px 5px 50px 5px;
    margin: 15px 0 15px 15px;
}
.boxrightf {
    float: right;
    padding: 15px 5px 15px 5px;
    margin: 15px 0 15px 15px;
}
.boxrightf2 {
    float: right;
    padding: 15px 10px 15px 10px;
    margin: 15px 15px 15px 15px;
}
.inboxVertSp {
    margin: 15px 0 15px;
}
.inboxVertSpTop {
    margin-top: 15px;
}
.FreeTextL {
    padding: 15px 5px 15px 5px;
    margin: 15px 15px 15px 15px;
}
.boxone {
    padding: 20px 5px 20px 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.boxonemapfbelow {
    padding: 5px 5px 5px 5px;
    margin: 0;
    height: 600px;
}

.boxborder {
    border-style: solid;
    border-width: 3px;
    border-color: #006;
}
.horline {
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #006;
}

.picture_bio_vert_margin {
    margin-bottom:  5px;
}
.picture_vert_margin {
    margin-bottom:  15px;
}
.link_bot_vert_margin_sm {
    margin-bottom:  10px;
}
.link_bot_vert_margin {
    margin-bottom:  25px;
}

.vert_top {
    vertical-align: top;
}
.vert_mid {
    vertical-align: middle;
}

.left_cell {
    text-align: right;
    padding-right: 10px;
}

.right_cell {
    text-align: left;
    padding-left: 10px;
}

.left_cell_left {
    text-align: left;
    padding-left: 50px;
}
.right_cell_for_left_cell_left {
    text-align: left;
    padding-right: 50px;
}

.picture_link {
    border-color: White;
    border: 2px 2px 2px 2px;
    border-style: solid;
}
.picture_link:hover {
    border-color: #0033FF;
    border: 2px 2px 2px 2px;
    border-style: solid;
}

.picture_link_miniposter {
    border-color: #CCCCFF;
    border: 2px 2px 2px 2px;
    border-style: solid;
    width: 356px;
}
.picture_link_miniposter:hover {
    border-color: #0033FF;
}

.picture_link_banner_color {
    border-color: #000066;
}

a {
    text-decoration: none;
    color: #0033FF;
}
a:hover {
    text-decoration: underline;
}

.marg_bot {
    margin-bottom: 10px;
}
.marg_bot_small {
    margin-bottom: 5px;
}
.marg_top {
    margin-top: 15px;
}

.Default {
    text-align: center;
}
.Default_Alt {
    text-align: left;
}

.banner_color {
    background-color: #000066;
}

.banner_color2 {
    background-color: #000033;
}

.banner_color3 {
    background-color: #FFFF00;
}

.coming_soon_text {
    color: #0066FF;
    font-weight: bold;
    font-style: italic;
    font-size: 16pt;
}
.coming_soon_margin_top {
    height:  144px;
}
.coming_soon_margin_bottom {
    height:  200px;
}

.ContentEditorPageTitle {
    font-size: 150%
}

.master_banner_top_pic {
    width: 1245px;
    margin-left: auto;
    margin-right: auto;
}

.header_top {
    height: 15px;
}

.header_bottom {
    height: 10px;
}

.header_glyph {
    position: relative;
    left: 30px;
    top: -135px;
}

.footer_top {
    height: 6px;
}

.footer_text_size {
    font-size: 10pt;
}

.footer
{
    text-align:center;
    color: White;
    line-height: 1.4em;
    padding-top: 2px;
}

.banner
{
    background-color: #000066;
    color: White;
}

.banner_text {  /* fix rendering err that puts more dark blue under text than over it */
    padding-top: 2px;
}

.header_text_centered {
    text-align: center;
}
.header_text {
    font-size: 18pt;
}

.normal_text {
    font-size: 14pt;
}

.hyperlink_nosquiggle {
    height: 10px;
}

.article_title {
    font-size: 13pt;
    font-style: italic;
}
.article_author {
    font-size: 13pt;
}

.miniposter {
    background-color: #CCCCFF;
    padding: 15px 15px 15px 15px;
}

.miniposter_content_block {
    padding-top: 15px;
}

.header_link_bar 
{
    background-color: #FFFF00;
}

.PageTitle {
    font-size: 150%
}

.banner_mid
{
    height: 15px;
    margin-left: 5px;
}

.progress
{
    vertical-align: middle;
}
.progressCell
{
    width: 200px;
}

#btnHelp {
    vertical-align: top;
}
.HelpOnScreen {
    font-size: 10pt;
    font-family: 'Arial Narrow', Arial, 'Times New Roman', Serif;
}

.msgOK
{
    color: Green;
}

.msgErr
{
    color: Red;
}

.formheadings
{
    text-align: right;
}

.GridBig {
    font-size: 10pt;
}

.Button
{
    width: 70px;
    text-align: center;
}
.ContainerR {
    text-align: right;
}
.ButtonDANGEROUS
{
    color: red;
}
.ButtonDANGEROUS_Disabled
{
    color: maroon;
}

.contact

#Terminated {
    display: none;
}
.Terminated {
    display: none;
}

.videotab {
    width: 400px;   /* 312px; */
    height: 310px;  /* 234px; */
    vertical-align: middle;
    text-align: center;
}
.video {
    width: 400px;   /* 312px; */
    height: 300px;  /* 234px; */
    vertical-align: middle;
    text-align: center;
}
.video_placeholder {
    background-color: #BBB;
    width: 400px;   /* 312px; */
    height: 300px;  /* 234px; */
    vertical-align: middle;
    text-align: center;
}
.slideshow {
    width: 405px;   /* 312px; */
    height: 300px;  /* 234px; */
    vertical-align: middle;
    text-align: center;
}
.slideshowL {
    width: 410px;   /* 312px; */
    margin-left: 5px;
    
}
.SlideShow_Video_VerticalSpace {
    height:  15px;
}

.HyperLink_SiteMap {
    font-size: 1;
}
.HyperLink_CSSCredit {
    font-size: 1;
    /* color: #99CC00; */
}
.HyperLink_CSSCredit_Logo {
    font-size: 1;
    /* color: #99CC00; */  /* CSS logo green */
    /* font-family: "Copperplate Gothic Light", Arial, "Times New Roman"; */  /* CSS logo font */
}
#site_map li {
    list-style-type: square;
    /* marker-offset: 1px; */
    margin: 10px 10px 0 20px;
}
#site_map ul {
}

.LoadingTableCenterIt {
    margin-left: auto;
    margin-right: auto;
}
.LoadingNoSquiggleHeight {
    height:  30px; /* keep layout from flickering when "Loading..." image displays */
}
.LoadingUpperLeftTbl {
    text-align: left;
}
.LoadingTable3Col {
    width: 392px;
}

.CenterAuto
{ 
    margin-left: auto;
    margin-right: auto;
}
.Required {
    color:#f00; /* red */
    width: 30px;
    padding-left: 10px;
}

.OneOff_PastorsEldersPicHeight {
    height: 121px;
}
.OneOffBigifyPic {
    min-height: 147px;
}

.FbBadge 
{
    float: right;
}
