* {
margin: 0;
padding: 0;
}

body {
background: #885;
font-family: Verdana, Arial, sans-serif;
font-size: 0.75em;
padding-top: 10px;
text-align: center;
color: white;
line-height: 1.3;
}

h1 {
font-size: 1.75em;
}

h2 {
color: navy;
font-size: 1.8em;
margin: 0 0 15px;
font-weight: normal;
}

h3 {
font-size: 1.3em;
margin: 7px 0;
}
h4 {
font-size: 1.1em;
}

a {
color: blue;
text-decoration: none;
}
a:visited {
color: #00a;
}
a:hover {
color: #070;
text-decoration: underline;
}

em {
color: #970;
font-style: normal;
}

strong {
color: #970;
}

address {
font-style: normal;
}

/* container */
div#container {
width: 910px;
margin: 0 auto;
text-align: left;
background: #885;
}

/* nav */
div#nav {
clear: both;
padding-bottom: 18px;
background: transparent url("../images/topCap_910x19.jpg") bottom left no-repeat;
font-size: 0.9em;
line-height: 1;
}
	div#nav ul {
	text-align: right;
	}
		div#nav ul li {
		display: inline;
		padding: 0 2px;
		}
	div#nav a {
	color: white;
	text-decoration: none;
	border-width: 3px 0 0;
	border-style: solid;
	border-color: transparent;
	padding: 2px 0;
	margin: 2px;
	}
	div#nav a:hover {
	color: #FFC;
	border-color: #060;
	text-decoration: none;
	}
	div#nav a:active {
	border-color: #900;
	}

/* content */
div#content {
color: black;
padding: 0 15px;
clear: both;
float: left;
background: white url("../images/contentBg_910x19.jpg") top left repeat-y;
width: 880px;
}

/* bottom nav*/
div#bottomNav {
background: #885 url("../images/topCapBottomNav_910x28.jpg") top left no-repeat;
clear: both;
padding: 28px 8px 0;
float: left;
width: 910px;
overflow: hidden;
font-size: 1em;
line-height: 1.2;
}
	div#bottomNav div#bottomNavContent {
	margin-top: 0;
	background-color: #CCC;
	float: left;
	padding: 0 10px;
	width: 875px;
	}
	div#bottomNav ul {
	width: 200px;
	list-style-type: none;
	}
	div#bottomNav dd {
	}
	div#bottomNav a {
	color: #009;
	text-decoration: none;
	}
	div#bottomNav a:visited {
	color: #33C;
	}
	div#bottomNav a:hover {
	color: #080;
	text-decoration: underline;
	}
	div#bottomNav a:active {
	color: red;
	}
	div#bottomNav li.root {
	font-weight: bold;
	margin: 3px 0;
	}
	div#bottomNav ul,
	div#bottomChurchInfo {
	color: black;
	float: left;
	padding: 0;
	overflow: hidden;
	display: block;
	}
	div#bottomChurchInfo {
	width: 265px;
	padding: 5px;
	background-color: #DDD;
	}
		div#bottomChurchInfo p {
		margin: 4px 0;
		}
		div#bottomChurchInfo p#churchName {
		margin-top: 0;
		font-weight: bold;
		}

/* footer */
div#footer {
background: #885 url("../images/bottomCapBottomNav_910x8.jpg") top left no-repeat;
color: #EEE;
font-size: 0.8em;
line-height: 1.2;
text-align: right;
clear: both;
padding: 5px 0 0;
}
	div#footer p {
	padding: 5px 0;
	}
	div#footer a {
	color: #333;
	}
	div#footer a:hover {
	color: #900;
	text-decoration: underline;
	}
/* To hide paragraphs for IE */
p#dummy {
display: none;
}