@charset "utf-8";
body {
	margin: 0px auto;
	text-align: center;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 156px;
	width: 770px;
	text-align: left;
}
#email_link_box {
	cursor: pointer;
}
#email_link_box div {
	cursor: pointer;
	width: 100px;
	height: 14px;
	position: relative;
	top: 100px;
	left: 510px;
}
.menu ul {
	margin: 4px;
	padding: 0;
	list-style-type: none;
}
.menu ul li:first {
	margin-left: 1em;
}
#container {
	width: 770px;
	border: thin solid #7F696C;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content_container {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	padding-top:10px;
	
}
.list {
	list-style-type:none;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	width: 770px;
}

/* styles previously in header */
.style1 {font-size: 11px}
.style2 {
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
}
.style3 {
	font-size: 18px;
	font-weight: bold;
}

/* list on pastor page */
.pastor_list {
	padding: 0;
	padding-right: 1em;
}
.pastor_list ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
.pastor_list ol li {
	margin-bottom: 1em;
}
.pastor_list ol li:first {
	margin-left: 1em;
}

.table {
	border: 1px solid #0080b4;
	margin: 3px auto;
	padding: 0px;
	width: 90%;
}
.tableNoWidth {
	border: 1px solid #0080b4;
	margin: 3px auto;
	padding: 0px;
}
.table th, .table th a, .tableNoWidth th, .tableNoWidth th a {
	background-color: #0080b4;
	text-transform: capitalize;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	padding: 2px 3px 3px;
	color: #FFFFFF;
}
.table table, .tableNoWidth table {
	width: 98%;
}
.table table th, .tableNoWidth table th {
	background-color: #FFFFFF;
	border-bottom: 2px solid #0080b4;
	vertical-align: bottom;
	font-size: 12px;
	color: #000000;
}
.table table table, .tableNoWidth table table {
	width: 98%;
}
.tr0 {
	background-color: #FFFFFF;
	vertical-align: top;
}
.tr0 td {
	border-bottom: 1px solid #0080b4;
	padding: 3px;
}
.tr1 {
	background-color: #f1f5f7;
	vertical-align: top;
}
.tr1 td {
	border-bottom: 1px solid #0080b4;
	padding: 3px;
}


/* page message boxe styles */
.alertBox {
	border: 1px solid #FF0000;
	font-weight: bold;
	text-align: left;
	padding: 6px 18px;
	margin: 6px;
	color: #FF0000;
}
.successBox {
	border: 1px solid #378c77;
	font-weight: bold;
	text-align: left;
	padding: 6px 18px;
	margin: 6px;
	color: #378c77;
}
.generalMsgBox {
	border: 1px solid #0080b4;
	font-weight: bold;
	text-align: left;
	padding: 6px 18px;
	margin: 6px;
	color: #0080b4;
}
.cautionBox {
	border: 1px solid #FFD101;
	font-weight: bold;
	text-align: left;
	padding: 6px 18px;
	margin: 6px;
	color: #ff9c00;
}
.error {
	background-color: rgb(255,255,230);
	color: rgb(200,100,100);
}
.formReq {
	color: rgb(255,64,64);
}