/* =General

-----------------------------------------------------------------------------*/


/*Remove padding and margin*/
* {
	margin: 0;
	padding: 0;
}

/*Remove border around linked images*/
img	{
	border: 0;
}

/*Removes styling from all list items*/
ul, li {
	list-style:none;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}

/* =Footer

-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	height: 50px;
	margin-top: 10px;
}
#footer a {
	color: #0099FF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #A6D7F5;
	padding-bottom: 10px;
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #02496c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#left_main {
	float: left;
	width: 242px;
}
#navbar {
	height: 65px;
	width: 100%;
	background-image: url(images/navbar.jpg);
	background-repeat: repeat-x;
}
h1 a {
	display: block;
	width: 100%;
	text-indent: -9999em;
	height: 269px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
#scripture {
	height: 96px;
	width: 100%;
	text-indent: -9999em;
	background-image: url(images/scripture.jpg);
	background-repeat: no-repeat;
}
#right_main {
	float: right;
	width: 558px;
}
#welcome {
	height: 465px;
	width: 100%;
	background-image: url(images/welcome.jpg);
	background-repeat: no-repeat;
}
#events {
	height: 357px;
	width: 100%;
	background-image: url(images/events.jpg);
	background-repeat: no-repeat;
}
#welcome img {
	margin-top: 12px;
}
.p1 {
	font-size: 14px;
	margin-right: 20px;
	margin-left: 20px;
}
.nodisplay {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
#events iframe {
	display: block;
	margin-left: 25px;
	margin-top: 60px;
}
#addressline {
	text-align: right;
	padding: 0px;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#worship_service {
	width: 54%;
	float: left;
	margin-top: 15px;
}
#worship_service table {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-top: 10px;
	padding: 5px;
}
#worship_service td {
	padding: 5px;
}
#worship_service h3 {
	border: 1px solid #FFFFFF;
	height: 40px;
	background-image: url(images/h3_worship_service.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#special_ministries {
	width: 42%;
	float: right;
	margin-right: 10px;
	margin-top: 15px;
}
#special_ministries h3 {
	height: 40px;
	border: 1px solid #FFFFFF;
	background-image: url(images/h3_special_ministries.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#lead {
	width: 90%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#lead h3 {
	height: 40px;
	border: 1px solid #FFFFFF;
	background-image: url(images/h3_lead.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#addressline a {
	color: #0099FF;
	text-decoration: none;
}
#lead ul {
	margin-top: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#addressline a:hover {
	color: #0099FF;
	text-decoration: underline;
}
#special_ministries ul {
	margin-top: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#youth_connection {
	width: 90%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#youth_connection ul {
	margin-top: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#youth_connection h3 {
	height: 40px;
	border: 1px solid #FFFFFF;
	background-image: url(images/h3_youth_connection.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#mens_breakfast {
	width: 54%;
	float: left;
	margin-top: 15px;
}
#mens_breakfast h3 {
	border: 1px solid #FFFFFF;
	height: 40px;
	background-image: url(images/h3_mens_breakfast.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#mens_breakfast p {
	margin-top: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

