@charset "UTF-8";
/* CSS Document */

#masterpage {
	width: 960px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	position: relative;
}

	#header {
		height: 291px;
		background-image: url(images/header.jpg);
		background-repeat: no-repeat;
		z-index: 1;
		position: relative;
	}
	
	#dropnav {
		position: relative;
		top: 190px;
		left: 0px;
		z-index: 2;
		height: 236px;
		width: 286px;
		text-align: right;
		background-color: #740f21;
	}
	
	#main {
		background-color: #e6e7e8;
		padding: 61px 61px 10px 61px;
	}
		#login {
			position: absolute;
			top: 313px;
			right: 61px;
			font-size: 8pt;
			width: 500px;
			text-align: right;
			height: 15px;
		}
		
			#login .label {
				text-transform: uppercase;
				color: #1a2c59;
				padding-right: 8px;
				font-weight: bold;
			}
		
			#login input {
				font-size: 7pt;
				margin-right: 5px;
				border: 1px solid #58595b;
			}
			
			#login label {
				color: #58595b;
			}
	
		#content {
			background-color: #fff;
			font-size: 10pt;
			min-height: 272px;
			padding: 5px 25px 5px 255px; /* 235px needed on left to clear drop downs */
		}
		
		#leftnav {
			position: absolute;
			padding: 85px 0 5px 25px; /*79px is top just under dropnav*/
			font-size: 13pt;
			font-weight: bold;
			width: 215px;
			color: #487ec0;
			font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		}
		
			#leftnav a {
				color: #58595b;
				font-size: 10pt;
			}
		
		#footer {
			font-size: 10pt;
			padding-top: 15px;
			min-height: 65px;
			color: #487ec0;
		}
		
			#footerleft {
				float: left;
				width: 500px;
			}
			
				#footerleft img {
					padding-right: 5px;
				}
			
			#footerright {
				float: right;
				color: #740f21;
				text-align: right;
			}
			
				#footerright a {
					color: #740f21;
				}

#staff {
	min-height: 140px;
	padding-bottom: 40px;
}

	#staff img {
		border: 2px solid #58595b;
		margin: 0 20px 15px 0;
	}

body, h1 {
	padding-top: 0;
	margin-top: 0;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #740f21;
	text-transform: uppercase;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #487ec0;
	padding-top: 0;
	margin-top: 0;
}

	h1+h2 {
		padding-bottom: 0;
		margin-bottom: 0;
	}

a {
	font-weight: bold;
	text-decoration: none;
	color: #740f21;
}

.hide {
	position: absolute;
	margin: -999em;
}

.linkhead {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #487ec0;
}

.bluehead {
	color: #487ec0;
}

.bold {
	font-weight: bold;
}

.bibleverse {
	font-style: italic;
	color: #487ec0;
}

.disclosure {
	font-size: 8pt;
	color: #000000;
	font-style: italic;
	clear: both;
	padding-top: 8px;
}

.bluetext {
	color: #1a2c59;
	font-weight: bold;
}

.bottomincrease {
	padding-bottom: 20px;
}

/* sign-up form */

#signup {
	width: 250px;
	margin: auto;
	text-align: center;
}

	#signup img {
		padding: 5px;
	}

	#signupheader {
		background-color: #1c2d59;
		color: #fff;
		text-align: center;
		padding: 3px;
	}
	
	#signupbody {
		border: 3px solid #1c2d59;
		border-top: none;
		padding: 5px;
	}

#loginportal {
	font-size: 10pt;
	color: #58595b;
}

	#loginportal caption {
		font-weight: bold;
		font-size: 13pt;
		color: #487ec0;
		text-align: left;
	}
