#bigsearch {
	position: relative;
	width: 644px;
	height: 312px;
	margin-bottom: 1.5em;
	background: url(../images/home-search-bg.jpg);
}
#bigsearch h2 {
	display: none;
}
#bigsearch form {
	position: absolute;
	top: 140px;
	left: 43px;
	width: 281px;
	height: 141px;
}
#bigsearch form #zip, #bigsearch form #state, #bigsearch form #denomination {
	margin-bottom: 1.5em;
}
#bigsearch form #submit {
	width: 129px;
	height: 32px;
	border: 0px;
	background: url(../images/home-search-button.jpg);
}



/* Denomination landing pages */
#catholic #bigsearch {
	background: url(../images/catholic-search-bg.jpg);
}
#baptist #bigsearch {
	background: url(../images/baptist-search-bg.jpg);
}
#christian #bigsearch {
	background: url(../images/christian-search-bg.jpg);
}
#methodist #bigsearch {
	background: url(../images/methodist-search-bg.jpg);
}
#lutheran #bigsearch {
	background: url(../images/lutheran-search-bg.jpg);
}
#episcopal #bigsearch {
	background: url(../images/episcopal-search-bg.jpg);
}
#coc #bigsearch {
	background: url(../images/coc-search-bg.jpg);
}


/* Other styles */
#content ul li {
	font-weight: bold;
	color: #5a5a5a;
}
#otherbar {
	float: right;
	border-left: 12px solid #FFF;
	width: 242px;
	background: url(../images/home-otherbar-bg.gif);
}
#otherbar div {
	background: url(../images/home-otherbar-top.gif) no-repeat top;
}
#otherbar div h2 {
	margin: 0 12px;
	border: 0;
	padding: 0;
	font-size: 1.4em;
	line-height: 50px;
	color: #60AFD7;
}
#otherbar div div {
	background: url(../images/home-otherbar-bottom.gif) no-repeat bottom;
	padding: 12px 12px 11px 12px;
	font-size: .9em;
}
#otherbar div div ul {
	padding: 0;
	margin: 0;
}
#otherbar div div ul li {
	font-weight: normal;
	color: #868686;
}