/* stylesheet.css */


/* Body text and page background */ 
body { 
 margin: 0;
 padding: 0; 
 font-family:"Arial Narrow", Helvetica, "sans-Serif"; 
 font-size: medium;
 color: #b5a07f; 

      background-color:  #456b6d; /*   #704214;    #bd974e;/ tan/gold #dcc275;  brown #704214; #654321 #7c5937;  */


         /* background: #dcc275 url(backgrounds/anotherbackground9.jpg); background-repeat: repeat;
        	margin: 0 auto; */ 

/* background-color: #663300
 background: -moz-linear-gradient(top, #663300, #000000 );
		filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#663300',EndColorStr='#000000'); */

} 



 /* #top { background-image: url(bodybackground.jpg); background-repeat: repeat-x; height: 100px; width:100%; padding: 1px } */


/* makes lines across background 
#bodywrapper{
width: 100%;
height: 210px;
background-color: #dcc275;
margin: 0 auto;
}

 makes lines across background 
#bodywrapper2{
width: 100%;
height: 182px;
background-color:  #7b3f00;  #c1986b;  #704214  #456b6d; 
margin: 0 auto;
border-bottom:  #456b6d  #704214 solid 7px;
} */


/* makes layout elastic and specific width */
#wrapper{
    width: 912px; 
    /* background-color: #ccffff; */
    /* background-color: #867b65; */
    /* Center the wrapper, 0 is top and bottom, auto is left and right */
    margin: auto;
    /* border: 1px solid #ccffff;*/
    border: 5px ridge #456b6d;
     /* padding: 15px; */
}



/* Page header style */
#header{ 
/* background-color: #47a0a1;
     		background: -moz-linear-gradient(top, #47a0a1, #ccffff);
		filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#47a0a1',EndColorStr='#ccffff'); */






     background: #d2a15e url(backgrounds/anotherbackground10.jpg);     background-repeat: repeat;
        	margin: 0 auto; 
        color: #663300;
	height: 150px;
        padding: 0px 10px;
        
}

#header p  {color: #663300;
             margin:0 0 0 695px;
}

#header a:link, a:visited { color: #663300; text-decoration: underline}

#header a:hover{
         background-color: #456b6d;
         color: #ffffcc; 
         text-decoration: none;
         font-weight: bold;

} 

#headeraddress{ color:#663300;
                height:20px;
                font-size: 11pt;
                text-align: left;
                /* background:url(darkcyanbackground.gif);*/
                /* background: -moz-linear-gradient(top, #ccfffff, #47a0a1);
		filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ccffff',EndColorStr='#47a0a1'); */
                /*background: -moz-linear-gradient(top, #2e595f, #ffffff);
		filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#2e595f',EndColorStr='#ffffff'); */
                background-color: #dcc275;
                margin: 0 auto;
                padding: 0 0 10px 15px;
		border: 1px 0px solid #456b6d;
}

/* Links at top of page */
#menu{ margin:0; padding: 0; color:#663300; background-color:#ffffcc; width: 100%; height:5; text-align: center;} 


ul#list-nav {
list-style:none;
margin:0px;
width: 100%;
padding: 0px;
}

ul#list-nav li {
display:inline
}

ul#list-nav li a {
text-decoration:none;
padding:2px 0;
width:112px;
/* background:#ffffcc; color:#663300; */
background: #456b6d;
color: #ffffcc;
float:left;
text-align:center;
border-left:2px solid #663300;
}

ul#list-nav li a:hover {
	background:#dcc275;
	color:#663300;
}




/* main section */
#main{ width: 100%; height: 100%; 
                /* background-color: #ccffff; */
                /* background-color: #B5a07f; */
                /* background-color: #2e595f;
     		 background: -moz-linear-gradient(top, #ffffff, #2e595f);
		filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ffffff',EndColorStr='#2e595f'); */
     		 
                background-color:  #dcc275; */ 
                /* background: -moz-linear-gradient(top, #c2b280, #000000);
		filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#c2b280',EndColorStr='#000000'); */ 
        	margin: 0 auto;
                font-family: "Arial Narrow", Helvetica, sans-serif; font-size: 12pt; /* color: #663300; */ color: #000000; text-align: center;
}

/* page headers */
#main h1 {   	font-family: "Arial Narrow", Helvetica, sans-serif; 
		font-variant: small-caps;
		color:#ffffcc;
		text-align: center;
		/* background-color: #663300;
     		background: -moz-linear-gradient(top, #663300, #d2691e);
		filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#663300',EndColorStr='#d2691e');
        	margin: 0 auto; */ 

                /* background-color: #2e595f; 
     		background: -moz-linear-gradient(top, #000000, #2e595f);
		filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#000000',EndColorStr='#2e595f'); */
                
                background-color: #663300;
     		background: -moz-linear-gradient(top, #dcc275, #663300);
		filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#dcc275',EndColorStr='#663300');
                margin: 0 auto; 
                width: 100%; 
}


#main h2 {	font-family: "Arial Narrow", Helvetica, sans-serif;
		color:#663300;
		text-align: center;
}

 #main h3 {	font-family: "Arial Narrow", Helvetica, sans-serif;
		color:#456b6d;
		text-align: left;
		font-size: 16pt;
                padding: 0 10px 0 10px;
}


#main p, blockquote{text-align: left; padding: 0 10px 0 10px;}


#mainlowerlinks {
                   float: left;
                   width: 17em;
                   height: 85em;
                   margin: 80px 15px 0 0;
		   line-height: 3em;
                   border-right: 1px solid #663300;

}

#mainlowerlinks img{ border-right: 4px solid #000000;
                     border-bottom: 4px solid #000000;
                     border-left: 4px solid #ffffff;
                     border-top: 4px solid #ffffff; }

#mainministryheaders h3{ text-align: center; width: 50%;
                         color: #ffffcc;
                         background-color: #456b6d;
                         margin: 10px auto;
}




/* Style for sidebar column */

 #sidebar {

           float: left;
	   height: 100%;		
	   background-color: #996515; 
           background: -moz-linear-gradient(top, #996515, #ffffcc);
	   filter:progid:DXImageTransform.Microsoft.Gradient            (GradientType=0,StartColorStr='#996515',EndColorStr='#ffffcc');

           display: inline;
           padding: 7px;
	   margin: 10px 10px 10px;
           width:200px;
 
            /* Total width is 10em */ 

}         

/* Hover links */
#photospage a:hover {   
         text-decoration: none;
         background-color:transparent;
          }



/* Style for links, text-decoration:none removes link underline */ 

a:link { color: #000000;  text-decoration: none}
          a:visited {color: #000000; text-decoration: none} 
 
        /* Hover links */  
         a:hover{
         background-color: #456b6d;
         color: #ffffcc; 
         text-decoration: none;
         font-weight: bold;
         width: 200px;
} 

/* Active links */  
a:active{
   color: #ffffcc; background: #663300;
   text-decoration: underline;
}






h1, h2 { font-family: "Arial Narrow", Helvetica, sans-serif;
	 color:#663300;
	 text-align: center;}

/* Style for links, text-decoration:none removes link underline 
a:link {color: #663300; text-decoration: none}
a:visited {color: #663300;text-decoration: none} */

 /* Hover links  
a:hover{
   color: #008080; /* aqua */
   text-decoration: underline;
   font-weight: bold;
} */

/* Active links  
a:active{
   color: #ffffcc; background: #663300;
   text-decoration: underline;
}*/

/* Style for tables of thumbnail images */
table.thumbs{
   align:left;
   text-align: left;
   border-collapse: collapse;
   margin: auto;
}

/* Style for table cells that contain thumbnails */
td.thumbs{ 
   border: solid 1px #663300;
   padding: 10px;
   vertical-align:center
}

/* Style for thumbnail images */
img.thumbs{
   width: 87px;
   height: 100px;
   border-width: 0px;
}


#listenonline {    float: left;
                   width: 50%;
                   border: 0;
}

/* Page footer style */
#footer{
   clear: both;
   background-color: #dcc275;
   font-family: "Arial Narrow", Helvetica, sans-serif;
   font-size: 11pt;
   color: #663300;
   text-align: center;	
   padding: 20px 0 20px 0;
   height: 20px;
   width: 100%;  
}

#footer ul{
   list-style:none;
   margin:0px;
   padding:0;
   width: 100%;
}

#footer li {
   display:inline;
}

#footer li a {
   text-decoration:none;
   padding:2px 0;
   width:112px;
   background:#dcc275;
   color:#663300;
   float:left;
   text-align:center;
}

#footer li a:hover {
background:#456b6d;
color:#ffffcc;
}





#copyright {   
   		font-family: "Arial Narrow", Helvetica, sans-serif;
   		font-size: 10pt;
   		color: #dcc275;
   		text-align: center;	
   		padding-top: 10px;
   		
}



#pastorsignature {
	font-family:"Lucida Handwriting", Arial, Helvetica, sans-serif;
        font-weight: strong;
	font-style: em;
} 



#freegift { text-align: left;
            font-size: 16pt;
            padding: 0 40px 0 40px;

} 

          

#backarrow {
        float: left;
        font-size: 10pt;
        width: 4em;
        text-align: center;
}
#nextarrow {
        float: right;
        font-size: 10pt;
         width: 4em;
         text-align: center;
}



       
