﻿* {
	margin: 0;
	padding: 0;
	font: 10pt Tahoma;
}
body {
	background-color: #002864;
	background-image: url('images/page-full-background.png');
	background-position: center;
	background-repeat: repeat-y;
}
#page {
	width: 900px;
	padding: 20px;
	padding-left: 19px;
	padding-top: 30px;
	height: 170px;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/page-top-background.png');
	background-repeat: no-repeat;
	text-align: left;
}
#header h1 {
	margin-left: 25px;
}
#navbar {
	list-style: none;
	padding-left: 25px;
	height: 38px;
	margin-top: 11px;
}
#navbar ul {
	width: 850px;
}
#navbar li {
	float: left;
	width: 120px;
	color: #c8e1ff;
}
#navbar li a {
	float: left;
	padding: 10px;
	width: 105px;
	text-decoration: none;
	text-align: center;
	color: inherit;
	font-size: 15px;
}
#navbar li a:hover {
	color: white;
}
#navbar li a.currentPage {
	background-image: url('images/current-page-link-background.png');
	color: white;
	text-decoration: underline;
}
#banner {
	margin-left: 6px;
	margin-top: 5px;
	width: 890px;
	height: 325px;
	background-repeat: no-repeat;
}
#banner h2 {
	position: relative;
	left: 10px;
	top: 230px;
	width: 860px;
	font-size: 30px;
	color: white;
	padding: 5px;
	background-image: url('images/h2-background.png');
}
#leftColumn {
	float: left;
	margin-left: 6px;
	margin-top: 4px;
	width: 250px;
	height: 200px;
}
.columnItem {
	background-color: #E8E8E8;
	padding: 10px;
	margin-bottom: 4px;
}
.columnItem p {
	color: #333333;
}
p {
	margin-bottom: 5px;
}
#mainText {
	float: left;
	width: 600px;
	padding: 10px;
	margin-left: 5px;
	margin-top: 4px;
	margin-bottom: 45px;
}
h3 {
	font-size: 150%;
	padding-bottom: 5px;
}
ul {
	margin-left: 20px;
}
a {
	color: #002864;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #004FB8;
}
#mainText h3 {
	margin-top: 20px;
}
#mainText h3:first-child {
	margin-top: 0;
}
#sermonsTable {
	width: 894px;
	margin-left: -11px;
	margin-top: -10px;
}
td, th {
	margin: 1px;
	padding: 3px;
	background-color: #D2E9FF;
	background-image: url('images/td-back.png');
	background-repeat: repeat-x;
}
th {
	background-color: #002864;
	color: white;
	font-weight: bold;
	background-image: url('images/th-back.png');
	background-repeat: repeat-x;

}
input {
	width: 600px;
}
.meeting {
	padding: 5px;
	border-top: 1px solid #002864;
	border-bottom: 1px solid #002864;
	background-color: #F7F7F7;
	float: left;
	width: 590px;
	margin-bottom: 30px;
}
h4 {
	font-size: 13pt;
}
#ns {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	-moz-column-width: 430px;
	-moz-column-gap: 20px;
	-webkit-column-width: 430px;
	-webkit-column-gap: 20px;
}
#ns h3 {
	border-top: 1px solid silver;
	margin-top: 10px;
}
#ns table {
	width: 100%;
}
td, th {
	border-radius: 3px;
}
object, embed {
	width: 60px;
	height: 30px;
}
