/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: helvetica, arial, sans-serif;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

h1
{
	font-size: 30px;
	font-weight: bold;
}
h2
{
	font-size: 24px;
	font-weight: bold;
}
h3
{
	font-size: 20px;
	font-weight: bold;
}
h4
{
	font-size: 18px;
	font-weight: bold;
}
h5
{
	font-size: 16px;
	font-weight: bold;
}
p, h1, h2, h3, h4, h5, ul
{
	margin: 0px 0px 10px;
}
a
{
	text-decoration: none;
	color: #024890;
}
a:hover
{
	text-decoration: underline;
}
/* Page structure */

body
{
	background: url(../images/body-background.png) top center repeat-y #B1C4CD;
	height: 100%;
}
.wrapper
{
	width: 100%;
	height: 100%;
	background: url(../images/body_bg.png) top center repeat-y;
}
.page
{
	width: 760px;
	margin: 0px auto;
	height: 100%;
/*	background: #fff;*/
}
.header
{
/*	border-bottom: 1px solid #ddd;*/
	margin-bottom: 10px;
}
	.header img
	{
		margin: 0 auto;
		display: block;
	}
	.top_nav
	{
		width: 100%;
		background: #024890;
	}
		.top_nav li
		{
			float: left;
			width: 126px;
			background: #024890;
			height: 41px;
		}
			.top_nav li a
			{
				color: #fff;
				display: block;
				padding: 7px 0px;
				text-align: center;
				background: #024890;
				border-right: 1px dashed #fff;
				font-size: 14px;
			}
			.top_nav li a.last
			{
				border: none;
				width: 130px;
			}
			.top_nav li a:hover
			{
				background: #5A95CF;
			}
.content
{
	padding: 0px 10px;
}
.sidebar
{
	width: 150px;
	float: left;
	margin-right: 10px;
}
	.sidebar li h4
	{
		margin:0;
		padding:0;
	}
	.sidebar li a p
	{
		margin:0;
		padding:0;
		color: #888;
		font-style: italic;
	}
	.sidebar ul
	{
		background: #eee;
		padding: 4px 3px 4px 5px;
		-moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	}
	.sidebar li a
	{
		display: block;
		width: 133px;
		text-decoration: none;
		color: #024890;
		background: #eee;
		padding: 4px 3px 4px 5px;
		-moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
		border-bottom: 1px dashed #ccc;
	}
	.sidebar li a.last
	{
		border: none;
	}
		.sidebar li a:hover, .sidebar li a.active
		{
			background: #ddd;
		}
	.sidebar p
	{
		font-size: 12px;
		line-height: 140%;
	}
.main
{
	float: left;
	width: 580px;
	padding: 0px 0px 25px 0px;
}
	.main p
	{
		padding: 0px 15px;
		line-height: 130%;
		font-size: 14px;
	}
	.main h1, .main h2, .main h3, .main h4, .main h5
	{
		padding: 0px 15px;
	}
	.main img
	{
		float: left;
		margin: 0px 25px 15px 0px;
	}
.main .page_title
{
	display: block;
	margin: 15px 0px;
	float: none;
	color: #024890;
}
.footer
{
	padding: 10px 0px;
	border-top: 1px solid #aaa;
	/*background: #333;
		color: #fff;*/
	width: 740px;
	margin: 0 auto;
}
	.footer img
	{
		float: left;
	}
	.footer_nav
	{
		margin: 0px auto;
		width: 640px;
	}
		.footer_nav ul
		{
			
		}
		.footer_nav li
		{
			width: 16%;
			float: left;
			margin:0px 0px 5px 0px;
		}
		.footer_nav li a
		{
			display: block;
			font-size: 13px;
			color: #024890;
			text-align: center;
		}
		.footer_nav li a.last
		{
			border: none;
		}
.clear
{
	clear: both;
}
.highlight
{
	background: #DEDFA7;
	padding: 10px;
	margin: 0px 0px 15px 0px;
	font-size: 14px;
	line-height: 120%;
	font-style: italic;
}
ul.list
{
	padding: 0px 15px 0px 30px;
	list-style: disc;
}
	ul.list li
	{
		margin: 0px 0px 5px 0px;
		font-size: 12px;
		line-height: 130%;
		font-style: italic;
	}

.staff td
{
	vertical-align: top;
	border-bottom: 1px solid #aaa;
	padding-top: 10px;
/*	padding-top: 20px;*/
}
	.staff td.last
	{
		border: none;
	}
	.staff tr
	{
	}
	.staff img
	{
		margin:0 0px 10px 0px;
		padding:0;
		float: none;
	}

.sunday_school_table td
{
	width: 33%;
}
.main ul
{
	font-size: 14px;
	margin-left: 35px;
	line-height: 130%;
}