/* *********** Sub Navigation! ********* */
	/* This creates the area for the sub nav */
	.sub_left {
		position:relative;
		float:left;
		top:1;
		width:134px;
	}

	/* Header for sub nav */
	.sub_nav_header{
		position:relative;
		float:left;
		width:134px;
		height:39px;
		background-image:url('images/sub_top.gif');
		background-repeat: no-repeat;
		text-align:right;
		font-weight:bold;	
		color:#FFFFFF;
		font-family: Arial;
		font-size:18pt;
		font-style: italic;
	 }
	 
	 .sub_nav_header_cont{
		padding-right:5px;
		padding-top:12px;
	 }

	 /* content area for sub nav */
	 .sub_nav{
		position:relative;
		float:left;
		width:134px;
		height:314px;
		background-image:url('images/sub_bottom.gif');
		background-repeat: no-repeat;
		text-align:right;	
		padding-top:10px;

	 }

	 /* actual linkage for sub nav */
		 .sub_nav_links{
			padding-right:5px;
			color:#FFFFFF;	
			font-family: Arial;
			font-size:9pt;
			font-style: italic;	
		 }
		 .sub_nav_links a:link{
			text-decoration: none;
			color:#FFFFFF;	
			font-family: Arial;
			font-size:9pt;
			font-style: italic;		
		 }
		 .sub_nav_links a:hover{
			text-decoration:none;	
			color:rgb(134,24,18);	
			font-family: Arial;
			font-size:9pt;
			font-style: italic;		
		 }	 
		 .sub_nav_links a:visited{
			text-decoration:none;	
			color:#FFFFFF;	
			font-family: Arial;
			font-size:9pt;
			font-style: italic;		
		 }	 
	 /* actual linkage for sub nav */
		 .sub_nav_links_min{
			padding-right:5px;
			color:#FFFFFF;	
			font-family: Arial;
			font-size:8pt;
			font-style: italic;	
		 }
		 .sub_nav_links_min a:link{
			text-decoration: none;
			color:#FFFFFF;	
			font-family: Arial;
			font-size:8pt;
			font-style: italic;		
		 }
		 .sub_nav_links_min a:hover{
			text-decoration:none;	
			color:rgb(134,24,18);	
			font-family: Arial;
			font-size:8pt;
			font-style: italic;		
		 }	 
		 .sub_nav_links_min a:visited{
			text-decoration:none;	
			color:#FFFFFF;	
			font-family: Arial;
			font-size:8pt;
			font-style: italic;		
		 }	 
 /* ******* End of sub navigation ******** */
 
 
 
/* This creates the area for the content on the sub pages */
.sub_right {
	position:relative;
	float:right;
	width:456;   /* Will prlly need to be 466 for ie6 */
	height:350px;
	overflow: auto;
	top:2px;
	padding-left:5px;
	padding-right:5px;
}

/* This is where the bookstore sections are created */
	.sub_listing{
		float:left;
		margin-bottom:20px;
		
	}
	.sub_image{
		float:left;
		
		padding-right:15px;
	}
	.sub_des{
		padding-left:15px;
		float:left;
	}

/* *********** fonts: face_size_color_style ********** */

	font.arial_12_black{
		color:#000000;	
		font-family: Arial;
		font-size:12pt;	
	}
	
	font.arial_12_black_italic{
		color:#000000;	
		font-family: Arial;
		font-size:12pt;
		font-style: italic;		
	}

	font.arial_12_black_bold{
		color:#000000;	
		font-family: Arial;
		font-size:12pt;
		font-weight:bold;		
	}
	
	font.arial_10_black{
		color:#000000;	
		font-family: Arial;
		font-size:10pt;	
	}
	
		font.arial_10_black a:link{
			color:#000000;	
			font-family: Arial;
			font-size:10pt;	
			text-decoration:none;
		}	
		font.arial_10_black a:hover{
			color:#FFFFFF;	
			font-family: Arial;
			font-size:10pt;	
			text-decoration:none;
		}
		font.arial_10_black a:visted{
			color:#000000;	
			font-family: Arial;
			font-size:10pt;
			text-decoration:none;
		}
	
	font.arial_10_black_bold{
		color:#000000;	
		font-family: Arial;
		font-size:10pt;
		font-weight:bold;		
	}
	
	font.arial_8_black{
		color:#000000;	
		font-family: Arial;
		font-size:8pt;		
	}
	
/* ***** content area for search.php **** */
.sub_search {

	float:right;
	width:560;   
	height:340px;
	overflow: auto;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
}

/* ***** orange bar for header **** */
.sub_header{
	background-image:url("images/orange.gif");
	background-repeat:no-repeat;
	height:41px;
	position:relative;
	left:0px;
	top:0px;
	padding-left:10px;
	padding-top:8px;
	
	font-weight:bold;	
	color:#FFFFFF;
	font-family: Arial;
	font-size:14pt;
	font-style: italic;	
}

/* ***** Staff sections for staff.php **** */
.sub_staff{
	float:left;
	width:210px;
	text-align:center;
	padding-bottom:15px;
}
.sub_staff2{
	float:left;
	width:210px;
	text-align:center;
	padding-bottom:15px;
	font-family:arial;
	font-size:9px;
	color:black;
}
.sub_staff_container{
	float:left;
	text-align:center;
}

/* ****** Sunday School, Bible Study and Support Groups ******* */
.sub_lists{
	float:left;
	width:200px;
	text-align:left;
	padding-bottom:15px;
	margin-left:10px;
}