@charset "utf-8";
body {
	background:#371842;
	margin:0;
	padding:0;
}

p, div {
	color:white;
	font: 12px;
}

#container {
	width:765px;
	margin:0 auto;
	padding:0;
	
}
#main-content {
	width:765px;
	float:left;
	background:#4a4a4a;
	border:thin solid white;

}

#header-members {
	width:765px;
	height:129px;
	background: url(assets/images/headers/hdr-member-directory.jpg) no-repeat;
}

#header-meet-pastor {
	width:765px;
	height:129px;
	background: url(assets/images/headers/hdr-meet-pastor.jpg) no-repeat;
}

#header-ministries {
	width:765px;
	height:129px;
	background: url(assets/images/headers/hdr-ministries.jpg) no-repeat;
}

.question {
	text-align:right;
	color:white;
	font:bold 11px Arial, Helvetica, sans-serif;
	padding-left:10px;
	background:#777;
	border-top:1px solid #333;
	border-bottom:1px solid #333;

}

.answer {
	float:left;
	color:#DDD;
    background:#444;
	font:11px Arial, Helvetica, sans-serif;
	padding:5px 10px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}

.member-entry {
	padding-bottom:10px;
	border-bottom:1px dashed #CCC;
	margin-bottom:10px;
}

.member-name {
	font:bold 18px Arial, Helvetica, sans-serif;
	color:orange;
	padding:0 0 4px 10px;
	margin:0;
	border-bottom:1px dashed #CCC;
}

#header-faq {
	width:765px;
	height:129px;
	background: url(assets/images/headers/hdr-faq.jpg) no-repeat;
}

#header-guests {
	width:765px;
	height:129px;
	background: url(assets/images/headers/hdr-guests.jpg) no-repeat;
}

#header-media {
	width:765px;
	height:129px;
	background: url(assets/images/headers/hdr-media.jpg) no-repeat;
}

#header-contact {
	width:765px;
	height:129px;
	background: url(assets/images/headers/hdr-contact.jpg) no-repeat;
}

#header-store {
	width:765px;
	height:129px;
	background: url(assets/images/headers/hdr-store.jpg) no-repeat;
}

#header-giving {
	width:765px;
	height:129px;
	background: url(assets/images/headers/hdr-giving.jpg) no-repeat;
}

#header-construction {
	width:765px;
	height:129px;
	background: url(assets/images/headers/hdr-construction.jpg) no-repeat;
}


#topMenu {
	width:765px;
	height:20px;
}

#left-nav {
	width:172px;
	display:inline;
	float:left;
	clear:both;
	padding-left:45px;
	text-align:left;
	font:bold 14px 
}

.ContentPane {
	width:523px;
	padding:10px;
	float:right;
}

#footer {
	width:535px;
	padding:20px;	
	float:right;
	clear:both;
	font:10px Arial, Helvetica, sans-serif;
	color:white;
	
	
}

.copyright {
	color:white;	
}

#login-button {
	width:765px;
	height:55px;
	text-align:center;
	margin-top:20px;
}

#login-button a {
	
	
	width:50px;
	height:15px;
	color:white;
	text-decoration:none;
	font:10px Arial, Helvetica, sans-serif;
	padding:5px;
}