html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 16px;
	color: #000;
	background-color: #fff;
}

p { margin: 0 0 14px 0; }

a { color: #000; background-color: #fff; text-decoration: underline; }

h1 {
	font-size: 180%;
	font-weight: normal;
	margin: 16px 0 16px 0;
	color: #000;
	background-color: #fff;
}

h5 {
	font-size: 8.5pt;
	font-weight: bold;
	margin: 0 0 8px 0;
	color: #000;
	background-color: #fff;
	text-transform: uppercase;
	line-height: 14px;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

ul {
	margin: 16px 0 16px 1.5em;
	padding: 0;
}

ol {
	margin: 16px 0 16px 1.5em;
	padding: 0;
}

table {
	font-size: 10pt;
	background-color: #fff;
	line-height: 18px;
}

tr.tint td {
	border: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* ------------------------------------------------------------------------------- */
#page-top { display: none; }

/* ------------------------------------------------------------------------------- */
#nav1 { display: none; }

/* ------------------------------------------------------------------------------- */
#nav2 { display: none; }

/* ------------------------------------------------------------------------------- */
#page {
	position: relative;
	padding: 0;
	margin: 0 auto 0 auto;
	width: auto;
	color: #000;
	background-color: #fff;
}
#page .inner {}

/* ------------------------------------------------------------------------------- */
#page-bottom { display: none; }

/* ------------------------------------------------------------------------------- */
#column1 {
	margin: 0 0 20px 0;
	padding: 4px 4px 0 4px;
	width: auto;
	color: #000;
	background-color: #fff;
	font-size: 8.5pt;
	line-height: 12px;
	border: 1px solid #000;
}

#column1 h4 {
	margin: 0;
	font-weight: bold;
	font-size: 100%;
}

#column1 p {
	margin: 0 0 12px 0;
}

/* ------------------------------------------------------------------------------- */
#column2 {
	margin: 0;
	padding: 0;
	width: auto;
	color: #000;
	background-color: #fff;
}

#column2 .inner {
}

#column2 .footer {
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 8.5pt;
	line-height: 14px;
	border-top: 1px solid #000;
}

/* ------------------------------------------------------------------------------- */
#column2a {
	float: left;
	margin: 0;
	padding: 0;
	width: 48%;
}

/* ------------------------------------------------------------------------------- */
#column2b {
	float: right;
	margin: 0;
	padding: 0;
	width: 48%;
}

/* ------------------------------------------------------------------------------- */
.list {
	width: auto;
	font-weight: normal;
	margin: 0px;
	border-collapse: collapse;
}
.list th { margin: 0; }
.list td { margin: 0; padding: 0 6px 0 0; }
.list .title { font-weight: bold; }

/* ------------------------------------------------------------------------------- */
#menu {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: auto;
	height: 37px;
}

#menu li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	float: left;
	padding: 37px 0 0 0;
	overflow: hidden;
	height: 0;
}
	
#menu a:hover {
	background-position: 0 -37px;
	border: 0;
}

#menu a.on { background-position: 0 -37px; }

#menu0 a {
	width: 139px;
	background: url(../images/nav-nohome.gif) top left no-repeat;
}
#menu1 a {
	width: 139px;
	background: url(../images/nav-home.gif) top left no-repeat;
}
#menu2 a {
	width: 126px;
	background: url(../images/nav-ourchurch.gif) top left no-repeat;
}
#menu3 a {
	width: 104px;
	background: url(../images/nav-worship.gif) top left no-repeat;
}
#menu4 a {
	width: 86px;
	background: url(../images/nav-learn.gif) top left no-repeat;
}
#menu5 a {
	width: 84px;
	background: url(../images/nav-serve.gif) top left no-repeat;
}
#menu6 a {
	width: 93px;
	background: url(../images/nav-events.gif) top left no-repeat;
}
