@charset "utf-8";
body  {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	background: url(images/core/body-back.jpg) repeat-x top left rgb(213, 225, 232);
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 1024px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: none;
	text-align: left;
} 
	#top-nav {	
		text-align: right;
		color: #333;
		margin-right: 15px;
	}
	
	#top-nav li {
		display: inline;
		padding: 3px;
	}
	
.twoColFixLtHdr #header { 
	background: url(images/hop-ministries-header.jpg) no-repeat center #fff; 
	border-top: 3px solid rgb(201, 96, 31);
	padding: 0px 10px 0 0px; 
	
	height: 293px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0 0 0 0;
	padding: 5px 0 0 15px;
	
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 275px; 
	background: url(images/core/sidebar-back.jpg) repeat-x rgb(255, 255, 255); 
	padding: 5px 10px 15px 20px;
}

	#sidebar h3 {
		
	}
	
	#newsletter-sub {
		padding-top: 20px;
	}
	
	a {
		color: #006;
		text-decoration: none;
		font-style: oblique;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	.small-text {
		font-size: 0.9em;
		margin: 5px 15px 10px 10px;
	}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 315px; 
	padding: 0 20px; 
} 

	strong {
		font-weight: 400;
	}

	#mainContent h1 {
		font-size: 1.5em;
	}

	#practice-areas {
		width: 98%;
		margin-top: 25px;
	}
	
	#practice-areas td {
		text-align: center;
	}
	
	#practice-areas td strong {
		font-weight: 700;
	}
	
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; 
	background:#fff; 
	border-top: 3px solid rgb(239, 113, 34);
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

#copyright {
	text-align: center;
}

#lighthouse {
	text-align: right;
	margin-right: 15px;
	color: #333;
	font-size: 0.8em;
}

#lighthouse a {
	color: #333;
	text-decoration: none;
}

#lighthouse a:hover {
	color: rgb(239, 113, 34);
	
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Sponsor Pages */

#sponsor-info h2 {
	background: #69F;
	color: #333;
	padding: 7px;
}

#sponsor-info h3 {
	margin-left: 10px;
}

.sponsor-logos  {
	position: relative;
}

.sponsor-logos li {
	display: inline;
	}


/* News Archive */

	.newsletter-list {
		list-style: none;
		
	}
	
	.newsletter-list li {
		display: inline;
		padding: 0 10px;
	}
	
	/* Donations */
	
	#donate-now {
		text-align: center;
	}
	
	/* Video */ 
	
	.video {
		text-align: center;
		padding: 15px 0;
	}
	
	/* Staff Page */
	
	
	
	.bio {
		width: 650px;
		height: 250px;
		padding: 1em;
		overflow: scroll;
		
		
	}
	
	.bio strong {
		font-weight: 700;
	}
	
	.hours {
		width: 450px;
		margin: 0 auto;
	}
	
	.hours th {
		text-decoration: underline;
	}
