@charset "utf-8";
/* CSS 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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; text-decoration: none;}
:focus {outline: 0;}
body {line-height: 1; color: black;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* END CSS RESET */
/* CSS Document */
html {
	background: #a1adbc url(../images/html_bg.jpg) repeat-x top center;
}
body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.6em;
	color: #637285;
}
#doc_wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
}
#content {
	padding: 0 25px;
}
.floatContent {
	float: right;
	padding: 20px;
	margin: 5px 0 10px 10px;
	background-color: #f6f9ff;
	border: solid 1px #c7c7c7;
}
.floatContent p {
	padding: 0 !important;
}
.formp {
	padding: 0 20px 5px;
}
form {
	padding: 0 0 20px 20px;
}
img.icon {
	float: left;
	margin-right: 5px;
}
object {
	margin: 0 0 15px 20px;
}
.musicTitle {
	padding: 0 20px 5px;
}
/* Header */
#header {
	position: relative;
	background: url(../images/header.png) no-repeat top center;
	width: 800px;
	height: 119px;
}
#headerMenu {
	width: 206px;
	position: absolute;
	right: 64px;
	top: 7px;
	font-size: .8em;
}
#headerMenu ul {
	padding: 0;
	list-style: none;
}
#headerMenu ul li {
	display: block;
	float: left;
	padding: 0;
	width: 65px;
}
#headerMenu a {
	border: none;
	padding: 0 15px;
	color: #555;
}
#headerMenu a:hover {
	border:none;
	color: #777;
}
/* Navigation */
#nav {
	width: 750px;
	margin: 20px auto;
	border: 1px solid #CCC;
	font-size: .95em;
}
#navLinks {
	width: 200px;
}
#navLinks ul {
	list-style-type: none;
	padding: 0;
}
#navLinks li {
	padding: 5px 0;
	background: #a3b2c7 url(../images/arrow_50.png) no-repeat center right;
	background-position: 93%;
	border-bottom: 1px solid #bac5d4;
}
#navLinks li:hover {
	background: url(../images/arrow_75.png) no-repeat center right;
	background-position: 93%;
}
#navLinks li.last {
	border: none;
}
#navLinks a {
	padding: 0 15px;
	display: block;
	border: none;
	color: #4a627e;
	font-size: 1.15em;
}
#navLinks a:hover {
	border: none;
	color: #4a627e;
}
/* Resource Library */
.resourceLibrary {
	font-size: .75em;
	margin-bottom: 20px;
}
.resourceLibrary th {
	padding: 0 7px 0;
	border-bottom : solid 1px #c7c7c7;
}
.resourceLibrary td {
	padding: 12px 7px;
	border-bottom : solid 1px #c7c7c7;
	vertical-align: middle;
}
.resourceLibrary a, .resourceLibrary a:hover, .resourceLibrary a:active {
	border: none;
}
/* Ministries */
#ministryWrapper {
	width: 716px;
	margin: 0 auto;
	padding: 0 0 20px;
	line-height: 1.35em;
	overflow: auto;
	height: 1%;
}
.ministryColumn {
	width: 350px;
	text-align: left;
	float: left;
	margin: 0 3px;
	border-top: solid 1px #c7c7c7;
	border-left: solid 1px #c7c7c7;
	border-right: solid 1px #c7c7c7;
}
.ministry {
	padding: 15px;
	border-bottom : solid 1px #c7c7c7;
	overflow: auto;
	height: 1%;
}
.ministry p {
	padding: 0 5px 0 0;
}
.ministry img {
	float: left;
	padding: 3px 10px 5px 0;
}
/* "About" Page */
#about p {
	padding: 10px 0 0;
}
#about h4 {
	padding: 0 0 10px;
}
.extendedList li {
	padding: 0;
}
#aboutNav {
	padding-bottom: 20px;
}

/* Contact Page */
#contactMap {
	width: 640px;
	text-align: right;
	margin: 0 auto;
	overflow: hidden;
}
.email {
	padding: 0 19px 20px;
}
/* CSS Global Elements */
h1 {
	text-indent: -99999px;
}
h2 {
	text-indent: -99999px;
}
h3 {
	font-size: 1.45em;
	border-bottom: #9dacc0 1px solid;
	margin: 0 0 20px;
}
h4 {
	font-size: 1.2em;
	text-decoration: underline;
	padding: 0 0 20px 20px;
}
h5 {
	font-size: 1.1em;
	padding: 0 0 7px;
}
h6 {
	font-size: 1.1em;
	padding: 0 0 5px 20px;
	text-decoration: underline;
}
p {
	padding: 0 20px 15px;
}
em {
	font-style: italic;
}
a {
	color: #3F77C4;
	border-bottom: 1px dashed #356cb3;
}
a:hover {
	color: #528ee0;
	border-bottom: 1px solid #4885d2;
}
.clear {
	clear: both;
}
ol {
	list-style-type: decimal;
	padding: 0 10px 0 40px;
}
ul {
	list-style-type: square;
	padding: 0 10px 0 40px;
}
li {
	padding: 0 0 10px 0;
}
p.note {padding: 0 0 15px 0;}
h3.note {margin: 0;}
/* Footer */
#footer {
	font-size: .8em;
	line-height: 1.4em;
	background-color: #cdd5de;
	margin: 20px 0 0;
	padding: 20px;
	overflow: auto;
	height: 1%;
}
#footer p {
	padding: 0;
	color: #7f7f7f;
}
#footer a {
	color: #636363;
	border: none;
}
#footer a:hover {
	color: #757575;
	border: none;
}
#footerLeft {
	float: left;
	width: 445px;
	background-color: #FFF;
	padding: 15px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#footerRight {
	float: right;
	text-align: right;
	width: 230px;
	background-color:#FFF;
	padding: 15px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#footer h6 {
	font-size: 1.15em;
	text-decoration: underline;
	padding: 0 0 7px;
	color: #7f7f7f;
}