﻿html, body
{
    height: 100%;    
}

body 
{
    margin:auto;
    padding:auto;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    background-image: url("../images/bg_body.png");
    background-repeat: repeat-x;
    background-color: #4298e7;
    width: 100%;
}

#body_wrapper
{
    width: 960px;
    background-image: transparent;
    margin: auto;
    border: 0px solid #496077;
    height: 100%;
}


/* child styles of body_wrapper starts here */
#BodyHeader
{
    margin: 0px;
    padding: 0px;
    background-position: right top;
    background-image: url("../images/church_header.png") ;
    background-repeat: no-repeat; 
    width: 100%;
    height: 143px;  
    border: 0px solid red;  
}

/** child styles of BodyHeader starts here **/
.title_header
{
    position: relative;
    padding: 4px 8px;
    float: left;
    width: 468px;
    height: 143px;
}

.address_header
{
    position: relative;
    display: block;
    margin: 0px;
    padding: 3px 10px 0px 10px;
    width: 440px;
    height: 138px;
    line-height: 250px;
    background-color: transparent;
    font-size: 0.8em;
    color: #fff;
    text-align: right;
    font-weight: 500;
    float: right;
    border: 0px solid lime;
}


/** child styles of BodyHeader ends here **/

#BodyContent
{
    border: 0px solid pink;
    float: left;
    height: 100%;
    width: 100%;
    margin: 0px;    
    padding: 0px;
    background-image: url("../images/bg_white.png");
    background-repeat: repeat;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}

/** child styles of BodyContent starts here **/

.nav_body
{
    width: 170px;
    margin: 0px 0px 0px -960px;
    padding: 0px 0px 0px 5px;
    z-index: 2;
    color: #fff;
    border: 0px solid green;
    height: 100%; 
    float: left;
}

#wrp_content_body
{
    float: left;
    width: 100%;
}

.content_body
{
    width: 786px;
    margin: 0px 0px 0px 175px;
    padding: 0px;
    height: 100% !important;
    min-height: 100%;
    background-color: transparent;  
    border: 0px solid yellow;
}

.subcontent
{
    padding: 10px 20px 15px 0px;    
}


/*** child styles of content_body starts here ***/
#upper_content
{
    margin: 5px 0px 0px 0px;
    background-color: transparent;    
    z-index: 2;
    border: 0px dotted black;
    width: 770px;
    float: left;
    height: 286;
}

#lower_content
{
    position: relative;
    display: block;
    clear: both;
    height: 273px;  
    width: 770px;
    margin: 0px;   
    background-color: transparent;
    z-index: 4;
    border: 0px dotted yellow;
}

#mic-home
{
    
}

/**** child styles of upper_content starts here ****/

#gallery
{
    background-color: transparent;
    height: 282px;
    width: 555px;
    padding: 5px 5px 5px 0px;
    margin-bottom: 5px;
    text-align: center;
    z-index: -1;
    border: dotted lime 0px;
    float: left;
}

#schedule
{
    float: right;
    width: 190px;
    height: 275px; 
    padding: 0px; 
    background-color: transparent;
    background-image: url("../images/bg_schedule.png"); 
    margin: 5px 5px 0px 5px; 
    font-size: 9pt; 
    color: #8a4805; 
    border: 2px double gray; 
    text-align: center;
    z-index: 11;    
    line-height: 22px;
    -webkit-box-shadow: 5px 5px 8px #818181;
    -moz-box-shadow: 5px 5px 8px #818181;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomright: 25px;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
}

#schedule-title
{
    font-weight: 700; 
    text-align: center; 
    border-bottom-style: double; 
    width: 99.5%;    
    z-index: 12;
}

.schedule-subtitle
{
    font-weight: 600; 
    text-align:center; 
    border-bottom-style: solid; 
    border-bottom-width: 0px;    
    z-index: 5;   
}

/**** child styles of upper_content ends here ****/


/*** child styles of content_body ends here ***/

/** child styles of BodyContent starts here **/

#BodyFooter
{
    color: #40587b;
    font-size: 10pt;
    width: 100%;
    padding: 8px 0px;
    margin: 0px;
    text-align: center;
    background-color: transparent;
    height: 82px;
    border: 0px solid lime;   
    clear: left; 
    line-height: 46px;
}
/* child styles of body_wrapper ends here */


.main
{
    background-image: url("../images/bg_white.png");
    background-position: center top;
    z-index: 2;
    border: 2px solid lime;
    background-color: transparent;
    height: 100%;
    width: 100%;
    /*min-height: 680px; */    
}

#MainContent
{
    height: 100%;   
    border: 1px solid orange; 
}

#ctnAbout
{
    height: 100%;    
}

a:link, a:visited
{
    border: 0px;
}

h6
{
    color: #2d617a;
    font-size: 8pt;
    font-family: Arial;
    text-align: right;
    text-decoration: none;  
}

h3
{
    font-size: 12pt;
    font-weight: 600;    
    text-transform: uppercase;
    border-bottom: 3px double #000;
}

h2
{
    font-size: 11pt;
    font-weight: 700;
    color: #fff;
    border-bottom: 3px dotted #fff;
    font-family: Times New Roman;
    width: auto;
    
}




li
{
    color: #2e2e2e;  
    font-size: 11pt;  
    font-family: Times New Roman;
}

p
{
    color: #2e2e2e;  
    font-size: 11pt;  
    font-family: Times New Roman;
    line-height: 19px;
}



#SpringofWater-logo
{
    border: 0px;    
}





.inc_Nav
{
    color: #fff;
    font-size: 17px;
    border: 0px solid gold;
    width: 130px;  
    position: relative;
    display: block;
    margin: 10px;  
    z-index: 109;
}

.nav_Content
{
    color: #fff;    
}

.nav_height
{
    line-height: 50px;    
}
.hyp_hover, a:link, a visited
{
    color: #fff;
    text-decoration: none;
    border: 0px solid pink;
    background-color: transparent;
    
}

.hyp_hover:hover, hyp_hover:active, a:hover, a:active
{
    font-weight: 700;    
    color: #fff;
    text-decoration: none;
}

.bg_navPopup
{
    position:absolute;
    visibility:hidden;
    background-color:#CAE1FF;
    padding: 10px;
    z-index: 199;  
    width: 190px;
    z-index: 1000;
    overflow: visible;    
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;    
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

a.link_PopupMenu:link, a.link_PopupMenu:visited
{
    color: #646464;
    font-size: 10pt;     
    line-height: 26px;
    text-decoration: none;
    display: block;
    width: 181px;
    padding-left: 5px;
    z-index: 1009;
}

a.link_PopupMenu:hover, a.link_PopupMenu:active
{
    background: #646464 !important;
    color: #fff !important;
    width: 181px;
    height: 100%;
    text-decoration: none;
    display: block;
    z-index: 1009;
}

/* starts here needs this for Firefox */
.popupHover {
	background-color:transparent;
	z-index: 1000;
}

a.popupHover:hover
{
    text-decoration: none;   
    color: #fff; 
    font-weight: 700;
}

a.popupHover:visited
{
    text-decoration: none;   
    color: #fff; 
}

/* ends here needs this for Firefox */



#spring_text
{
    color: Navy;
    font-size: 14pt;
    font-family: Times New Roman;
    font-style: italic;    
    width: 235px;
    height: 260px;
    text-align: center;
    position: relative;
    border: 0px solid orange;
    line-height: 28px;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 15px;
    background-image: url("../images/water_text.png");
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 0;
    float: left;
    vertical-align: middle;
}






#photo-1-home
{
    position: absolute; 
    left: 190px; 
    top: 5px;    
}

#announ-home
{
    position: absolute; 
    left: 390px; 
    top: 5px;     
}

#photo-2-home
{
    position: absolute; 
    left: 335px; 
    top: 112px;  
}

#photo-3-home
{
    position: absolute; 
    right: 6px; 
    top: 112px;  
    float: right;  
    border: 0px solid lime;
}




.block-r
{
    display:block; 
    position: relative;    
}

.lineH-37
{
    line-height: 37px;    
}

.lineH-26
{
    line-height: 26px;    
}

.lineH-20
{
    line-height: 20px;    
}

.lineH-18
{
    line-height: 18px;    
}

#pnl_learning
{
    z-index: 1000;    
}


.subtitle
{
    font-size: 10pt;
    font-weight: 600;
    color: #fff;
    background-color: #2d617a;  
    padding: 3px;  
    width: 280px;       
}

.footer
{
    font-size: 9pt;
    color: #1c408b;  
    font-family: Arial;  
    text-decoration: none;
    font-weight: 500;
}

.footer:hover
{
    text-decoration: underline;    
    font-family: Arial; 
    font-size: 9pt;
    font-weight: 500;
}

.txtWidth
{
    width: 370px;    
    height: 22px;
    border: 0px groove #cdcdcd;
}

#contact_form
{
    width: 460px; 
    margin: auto; 
    padding: 25px; 
    border: 0px dotted #646464;    
}

.lbl_form
{
    font-family: Times New Roman;
    color: #d7d7d7;
    font-size: 10pt;
}

.row_form
{
    padding-top: 10px;    
}

.row_btn
{
  text-align:right; 
  padding-right: 91px; 
  padding-top:10px;  
}

.footerstyle
{
    padding: 0px 10px;    
}

