@charset "utf-8";
/* River of Life Church of God */
/* Programmer: Rebecca Clark */
/* Date: March 2008          */
/* Main CSS Stylesheet       */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #d1c186;
	background-image:url(../images/neutral.jpg);
	background-repeat:repeat;
	  }

#container {
	background-color: #ffffff;
	width: 980px;
	border: 1px solid #354427;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	z-index: 1;
			}

#headertext {
	background-color: #354427;
	color: #b3c6aa;
	height: 75px;
	background-image:url(../images/titleHeader980.jpg);
	background-repeat: no-repeat;
	background-position: right top;
		 }
	
#headerpix {
	background-color: #354427;
	color: #b3c6aa;
	height: 250px;
    background-image:url(../images/riverHeader980.jpg);
	background-repeat: no-repeat;
	background-position: right top;
		 }

#headerpix h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #b3c6aa;
	margin: 0px;
	padding-top: 215px;
	padding-left:10px;
	}
	
#headerpix a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #b3c6aa;
	text-decoration: none;
	margin: 0px;
	padding-top: 215px;
	padding-left:10px;
	padding-bottom:5px;
	}
	
#headerpix a:hover, #headerpix a:focus {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #fff8c9;
	text-decoration:underline;
	margin: 0px;
	padding-top: 215px;
	padding-left:10px;
	padding-bottom:5px;
	}

#content {
		   margin-left: 180px;
		   margin-bottom:0px;
		   padding-top: 10px;
		   padding-left: 20px;
		   border-left:thin;
		   border-left:groove;
		   border-left-color:#354427;
		   }
		   
#content p {
 			font-size: 18px;
			line-height: 1.4;
			padding-right: 10px;
		   }
		   
#content h1 {
	font-size: 35px;
	color:#354427;
	}			

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #5b7876;
		    }
			
#content ul {
	font-size: 18px;
	line-height: 1.4;
	padding-left: 40px;
			}
			
#content ul a {
	color:#009999;
	text-decoration:underline;
	}
	
#content ul a:hover {
	color:#999999;
	text-decoration:underline;
	}

#content ol {
	font-size: 18px;
	line-height: 1.4;
	padding-left: 40px;
	padding-right: 20px;
			}
			

#sidebar {
          margin-left: 0px;
		  padding-left:10px;
		  margin-right: 10px;
		  width: 170px;
		  background-color: #ffffff;
		  float:left;
		  }

#sidebar a {
		color: #354427;
		background-color:#b3c6aa;
		text-decoration:none;
		}

#sidebar a:hover {
		
		color: #b3c6aa;
		background-color:#354427;
		text-decoration:underline;
		}
		
/*side bar quick links navigation */

#nav1, #nav1 ul, #nav1 li, #nav1 li a {margin: 0; padding: 0; border: none}

#nav1 {
	width: 100%;
	float: left;
	text-align: right;
	color: #f90;
	font-size: 14px;
	padding: 0;
	margin: 0;
	}
	
#nav1 ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	}
	
#nav1 h5 {color: #f90; font-size: 14px; margin: 0; padding: 4px 10px 2px 0}

#nav1 li {
	margin: 0;
	padding: 0;
	background-color:transparent;
	}
	
#nav1 li a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 7px 12px 7px 5px;
	margin: 1px 0 0 0;
	border-bottom: 1px solid #000000;
	}
	
#nav1 li a:hover {
	margin-top: 0;
	border-top: 1px solid #037870;
	border-bottom: 1px solid #037870;
	background-color: #fff;
	}
	
#nav1 a:hover {background-color:transparent}


/*end quick links*/
		
.clearfloat {
		font-size: 1px;
		line-height: 0px;
		margin: 0px;
		clear: both;
		height: 0px;
		}
		
#footer {
         background-color: #354427;
		 color: #fff8c9;
		 margin-top:-27px;
		 height: 50px;
		 font-family: Arial, Helvetica, sans-serif;
		 font-size: 100%;
		 }
		
#footer p {
	    font-size: 14px;
		color: #fff8c9;
		padding-top:3px;
		padding-bottom: 3px;
		text-align:center;
		  }
		  
.centerimage {
	margin:0px;
	padding-left:230px;
	}
	

.rightimage {
	    float: right;
		margin-bottom: 5px;
		margin-top: 0px;
		padding-right: 5px;
		}
		
.leftimage {
		float: left;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 5px;
		}
		
#textnav p{
		text-align:center;
		}

#textnav a{
		font-size:15px;
		color: #354427;
		text-decoration:none;
		text-align: center;
		padding-top: 10px;	
		}
	
#textnav a:hover, #textnav a:focus {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #354427;
		text-decoration:underline;
		}
		
.copyright {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#354427;
		text-align:center;
		}
	
#name  { 
		position: absolute;
		top: 10px;
		left: 13px;
		font-size: 47px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		letter-spacing: 0.2em;
		color: #000000;
		z-index: 10;
		}
#name2 {
		position: absolute;
		top: 6px;
		left: 10px;
		font-size: 47px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: 0.2em;
		color:#b3c6aa;
		z-index: 15;
	   }
	  
.announcement {
	color:#FF0000;
	font-weight:bold;
	font-size: 18px;
	}
	
#formcontent {
		   margin-left: 0px;
		   margin-bottom:0px;
		   padding-top: 10px;
		   padding-left: 20px;
		   }
#formcontent p {
 			font-size: 20px;
			line-height: 1.4;
			padding-right: 10px;
		   }
		   
#formcontent h1 {
	color:#354427;
	}			

#formcontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #5b7876;
		    }
			
#anchornav {
		text-align:center;
		}

#anchornav a{
		font-size:20px;
		color: #354427;
		text-decoration:none;
		text-align: center;
		padding-top: 10px;	
		}
	
#anchornav a:hover, #anchornav a:focus {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: #354427;
		text-decoration:underline;
		}