/* Style sheet for SBC 7 May 2010 */
body {
	background: white url(bg1.jpg) repeat-x scroll top left;
}
#column_wrapper {
	width: 800px;
	margin: 0 auto;
}

/* Header */
#header {
	height: 92px; 
}
#header img {
	float: left;
}
#header p {
	margin: 0px;
	padding: 0px; 
	float: left;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 39px;
	padding-top: 23px; 
}
#navigation ul {
	text-transform: capitalize;
	color: white;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 5px; /* added 21 Jan 2009 */
}
#navigation ul li {
	display: inline;
	margin-right: 10px;
}
#navigation ul li a {
	color: white;
	text-decoration: none;
	padding: 4px 12px; /* 4 12 */
	margin-bottom: -5px; /* added to eliminate gap between menus and submenus */
}
/* next section added to restore separation between submenu items */
#navigation ul li ul li a {
	margin-bottom: 0px; 
}
#navigation ul li a:hover {
	background-color: #333;
}
#navigation ul ul li a:hover {
	background-color: #444;
}
#navigation ul li .selected:hover {
	background-color: #333;
	color: white;
}
ul li img {
	border: none;
}
a { /*remove border from selected items*/
	outline: none;
}
/* end */

/* Top image */
#splash_image {
	border: 1px solid #ccc;
	background-color: white;
	background-color: rgba(100%, 100%, 100%, 0.3); /* opacity */
	margin-top: 45px;
	height: 314px;
}
#splash_image img {
	padding: 10px;
}

/* end */

/* Main content */
#main_content {
	background-color: white;
/*	outline: 1px solid #ccc; */ 
	border: 1px solid #ccc; 
	margin: 10px 0px; 
	overflow: hidden;
}
	#content_one {
		padding: 10px;
		width: 547px;
		position: relative;
		float: left;
	}
	#content_two {
		padding: 10px;
		width: 210px;
		position: relative;
		float: left;
	}
	hr {
		color: #ccc;
		background-color: #ccc;
		height: 1px;
		border: none;
		border: 0px;
		margin: 20px 0px;
	}
	#left_column {
		width: 275px;
	}
	#right_column, #left_column {
		float: left;
		list-style-image: url(images/sitemap.png);
	}
	#right_column ul li, #left_column ul li {
		list-style: none;
		margin-left: -8px;
	}
	.extra_content {
		outline: 1px dotted #bbb;
		margin-bottom: 14px;
		padding: 6px;
		background-color: #EfEfEf;
	}
	.extra_content p {
		font-size: 12px;
		color:#444;
	}
	.items a {
		color: #555;
	}
	.items:hover a {
		color: #0000FF;
	}
	.logos { /* witness page */
		float: left;
		width: 240px;
		padding: 10px;
	}
	.image_border {
		outline: 1px solid #ccc;
		background-color: #E2E7EF;
		float: right;
		margin: 5px;
	}
	.image_border img {
		padding: 6px;
	}
	.gap {
		height: 60px; 
	}
	.float_right {
		float: right;
	}
/* end */

/* Members Page */
#members_area #left_column, #members_area #right_column {
	width: 390px;
}
#members_area #left_column li, #members_area #right_column li {
	list-style-image: url(images/control_play_blue.png)
}
#main_content ul {
	padding-left: 26px;
}
#main_content ul li, ol li {
	margin-bottom: 6px;
}
/* end */
	
/* Headings and text */	
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
	color: #0A3C81;
}
h1 { 	font-size: 22px;	}
h2 { 	font-size: 17px; color: #2C578F;	}
h3 { 	font-size: 16px; color: #2C578F; margin-top: 13px; margin-bottom: 9px;	}
h4 { 	font-size: 15px; color: #222; margin-top: 2px; margin-bottom: 9px; color: #333	}
p, #main_content ul, ol, blockquote, table { 
	font-family: "Trebuchet MS", verdana, Arial;
	font-size: 0.8em;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
}
#main_content ul li ul li {
	font-size: 1.15em; /* Sub-items in site map lists */
}
p span {
	color: #555;
}
p img {
	vertical-align: middle;
	margin-right: 4px;
}
/* end */

/* Contact us page */
.people {
	overflow: hidden;
	margin-bottom: 20px;
}
.people img {
	float: left;
	margin-right: 5px;
}
.people p {
	overflow: hidden;
}
.people h4 span {
	color: #888;
	font-style: italic;
}
/* end */

/*  table */
table {
	border-collapse: collapse;
}
table td, table th {
	border: 1px solid #ccc;
	padding: 3px;
}
table th {
	background-color: #dedede;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:14px;
}
/* end */

/* Events table */
#events table td {
	border: none;
	font-family: "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}
#events table tr {
	margin-bottom: 3px;
}
/* end */

/* Sermons via RSS */
.rss-items {
	list-style-image: url(images/control_play_blue.png); 
	margin-left: 15px;
}
.rss-items li{
	padding-top: 7px;
	margin: 4px;
	color: #888;
}
.rss-items li a {
	color: #0000ff;
}
/* end */

/* login form CSS */
form {
	width: 300px;
	margin: 0px auto;
	margin-top: 20px;
	font-family: "Trebuchet MS", Arial;
}
.login_input {
	border: none;
	height: 25px;
	padding: 8px 2px 2px 8px;
	width: 300px;
	outline: 1px solid #ccc;
	margin-bottom: 5px;
}
.login_input:focus {
	outline: 1px solid #bbb;
}
form label {
	display: block;
	margin: 2px;
	color: #444;
	font-size: 13px;
}
.login_button {
	float: right;
	background: white url(images/login.jpg) scroll no-repeat top right;
	height: 25px;
	width: 70px;
	border: none;
	cursor: pointer;
	outline: none;
}
.login_button:hover {
	outline: none;
}
/* end */