﻿html {
	width: 96%;
	max-width: 1024px;
	background: #cfe6db;
	margin: auto;
	}
	
body {
	background-image: url(images/fcc-logo-bottom.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #324d3e;
	}
	
body a:hover {
	background-color: #779988;
	color: #cfe6db;
	}
	
body a:link {
	color: #324d3e;
	}
	
body a:active {
	color: #779988;
	}
	
body a:visited {
	color: #888888;
	}
	
#header {
	height: 178px;
	background-color: #CFE6DB;
	background-image: url(images/fcc-logo-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #324d3e;
	margin: 0;
	padding: 0;
	line-height: 0.5em;
	text-align: center;
}

#header h1 {
	font-size: 2em;
	line-height: 1em;
	padding: 20px 0 0 0;
	}
	
#searchbox {
	width: auto;
	height: auto;
	float: right;
}

#searchbox input {
	background-color: #E5E5E5;
}
}
	
#main {
	margin: 10px 5px;
	padding: 5px 20px;
	}
	
#main h1 {
	text-align: center;
	font-size: 1.5em;
	line-height: 2em;
	}
	
#footer {
	font-size: 0.7em;
	text-align: center;
	margin: 0;
	padding: 0.1em 0;
	background: #101c1a;
	color: #afa;
	}
	
#main_screen {
	font-size: 1.5em;
	padding: 50px 50px;
	}
	
#main_screen ul {
	margin: 5px 100px;
	}
	
.rightPicture {
	float: right;
	padding: 20px;
	}
	
.staff {
	text-align: center;
	font-size: 1.0em;
	}
	
.BOD h2 {
	text-align: center;
	font-size: 0.9em;
	}

.center {
	text-align: center;
	}
	
.congregations h2 {
	text-align: center;
	font-size: 0.9em;
	}
	
.contact {
	text-align: center;
	font-size: 1.2em;
	}

#client_survey {
	padding: 5px;
	margin: 5px;
	}

#big_questions textarea{
	height: 4em;
	width:500px;
	}
	
label {
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
	}
	
@media handheld {
	html {
		width: 100%;
		max-width: 1024px;
		background: #cfe6db;
		margin: auto;
	}
	
	body {
		color: #324d3e;
	}
	
	#header {
		background-color: #D4F3A8;
		color: #324d3e;
		margin: 0;
		padding: 0;
		line-height: 0.5em;
		text-align: center;
	}
}