﻿body
{
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    min-width: 600px;
    font-size: 10pt;
    color: #000080;
    font-family: 'Tahoma';
    background-color: #f1f1f1; /* background-image: url(         '../Images/BGBlank.gif' ); */
    background-repeat: repeat;
    background-attachment: fixed;
}
	
	a {
    	color: #0000FF;
        text-decoration: none;
    	outline: none;
    	
	}
	
	a.LeftNav {
    	color:#2c2f47;
    	text-decoration:none;
	}
	
	a.BigBold {
    	color:#343890;
    	text-decoration:none;
	}
	
	a.BigBoldHC {
    	color:#343890;
    	text-decoration:none;
	}
	
	a.BigBoldHC:hover {color: red; text-decoration: none; }

	
	a.Normal
{
    color: #0000FF;
    text-decoration: none;
}

	a.WHTXT
{
    color: #ffffff;
    text-decoration: none;
}	
		
	a:hover 
	{
		/* color:#fff;
		background:#369; */
		text-decoration:underline;
	}
	
	
    :focus
    {
         outline: 0;

    }
	
    
    h1, h2, h3
{
    margin: .8em 0 .2em 0;
    padding: 0;
   
    font-weight: bold;
}
    
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	
	img {
		/* margin:10px 0 5px; */
		border: none;
	}
		
 
 
    #mainShadow
{
    /* border: thin solid #D6D6EB; */
    padding: 0px 0px 0px 0px;
    margin: auto auto auto auto; 
    position: relative;
    background-color: #ffffff;
    z-index: 97;
    width: 100%;
   
   
   
}

    #main
{
    /* border: thin solid #D6D6EB; */
    padding: 0px 0px 0px 0px;
    margin: auto auto auto auto;
    width: 900px;
    height: 0px;
    background-color: #ffffff;
    position: relative;
    z-index: 99;
    top: 0px;
    left: -0px
    
}

 #HDLeft
{
    /* border: thin solid #D6D6EB; */
    margin: 0px auto auto 10px;
    padding: 0px 0px 0px 0px;
    width: 200px;
    float: left;
    display: none;
}

 #HDRight
{
    /* border: thin solid #D6D6EB; */
    
    margin: 0px 10px auto auto;
    padding: 0px 0px 0px 0px;
    width: 200px;
    float: right;
    display: none;
   
}

    
    #header
{
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
    background-color: #ffffff;
    vertical-align: top;
    text-align: left;
}
	
  #headerMain
{
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    background-color: #ffffff;
    vertical-align: top;
    text-align: left;
}
		
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	
	
	#topNav
    {
    clear: both;
    font-size: 11pt;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ffffff; 
    padding: 0px;
    /* border-bottom-style: solid;
    border-bottom-width: thick;
    border-bottom-color: #ffffff; 
    background-color: #808080; 
    background-image: url(  '../Images/wavesNAV.jpg' );*/ 
    }


	#topNavMenu
    {
    clear: both;
    font-size: 12pt;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    height: 22px;
    padding: 8px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ffffff; 
    background-color: #2c2f47; 
    /* background-image: url(  '../Images/waves.gif' ); */ 
    }

	
	
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	
		
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    /* float:left; */
        width:100%;				
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	
	.hg {
	    background:#ffffff;    	/* Right column background colour */
	     border-bottom-style: solid;
    border-bottom-width: thick;
    border-bottom-color: #FFFFFF;
    text-align: center;
	}
	
    .hg .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#ffffff;    	/* Center column background colour */
    }
    .hg .colleft
{
    float: left;
    width: 100%;
    margin-left: -50%;
    position: relative;
    left: 400px; /* Left column width + right column width */
    background: #d6d6eb;
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #ffffff;
}
    
    
    
    .hg .colleft1
{
    float: left;
    width: 100%;
    margin-left: -50%;
    position: relative;
    left: 400px; /* Left column width + right column width */
    background: #ffffff;
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #ffffff;
}
    
    
    
    
    
    
    .hg .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
		
	.hg .col1
{
    margin: 0px 205px 0 210px; /* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
    position: relative;
    left: 200%;
    overflow: hidden;
    text-align: left;
}
        
    .hg .col2
    {
    float: left;
    float: right; /* This overrides the float:left above */
    padding: 3px;
    text-align: center;
    width: 170px; /* Width of left column content (left column width minus left and right padding) */
    position: relative;
    right: 15px;
    
    }
    .hg .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        padding: 0px;
        width:197px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:20px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
         
         
    }
		
	
	#vplayer
	{
	text-align: center; 
	display:block;
      
	    
	}	
	
	
	#sub-footer
{
    clear: both; /* float: left; */
    width: 100%; /* border-top: 1px solid #000; */
    font-size: 10pt; /* background-image: url(       '../Images/clouds.jpg' ); */
    border-bottom-style: solid;
    border-bottom-width: thick;
    border-bottom-color: #FFFFFF;
    background-color: #1c8bc2;
}
	
	#footer
{
    clear: both; /* float: left; */
    width: 100%; /*border-top: 1px solid #000;*/
    text-align: center;
    font-size: 8pt;
    background-color: #e5e5e5;
  
}
    #footer p {
        padding:10px;
        margin:0;
    }




.adjustedZIndex {
    z-index: 1000;
}



#map{   
  height: 475px;   
  width: 900px;   
}


.bigNbold
{
    font-size: 16px;
    font-weight: bold;
    color: #316AC5;
}

.bigNboldDRK
{
    font-size: 16px;
    font-weight: bold;
   
}

.zoomText14
{
    font-size: 14px;
    font-weight: bold;
}

.RightColMargin
{
    margin-right: 10px;
}

.subListCircle
{
    list-style-type: circle;
}

.ListBullet
{
    list-style-type: disc;
}

#worshipMain
{
    padding: 10px;
    border: thin solid #ffffff;
    background-color: #F4F4F4;
}

a.BROWNCO
{
    color: #996633;
    text-decoration: none;
    
    font-family: 'Arial Rounded MT Bold';
}
	
	a.BROWNCO:hover {color: red; text-decoration: underline; }

