/* -------------BASIC------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 85%;
	color: #000000;
	text-align: center;
	background: #f7e2bd;
}

h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}

a img { 
	border: none;
}

img {vertical-align: top;}





/* ----------HOMEPAGE LAYOUT---------- */

#wholepage {
	width: 902px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	background: #f7e2bd;
}

#header {
	width: 902px;
	height: 178px;
	margin: 0;
	padding: 0;
}

#header1 {
	float: left;
	width: 396px;
	height: 178px;
}

#header2 {
	float: left;
	width: 273px;
	height: 178px;
}

#header3 {
	float: right;
	width: 233px;
	height: 178px;
}

#linkbar {
	width: 902px;
	height: 39px;
	margin: 0;
	padding: 0;
}

#column1 {
	width: 396px;
	float: left;
	margin: 0;
	padding: 0;
}

#column2 {
	width: 273;
	float: left;
	margin: 0;
	padding: 0;
}

#column3 {
	width: 233px;
	float: right;
	margin: 0;
	padding: 0;
}

#worship {
	width: 396px;
	height: 213px;
	margin: 0;
	padding: 0;
	background: url(../images/worship_box.jpg) no-repeat top left scroll;
}

#worship1 {
	width: 170px;
	float: left;
	margin: 45px 0px 0px 18px;
	padding: 0;
	font-size: 85%;
	color: #20072c;
}

* html #worship1 {
	display: inline;
}

#worship2 {
	width: 170px;
	float: right;
	margin: 45px 18px 0px 20px;
	padding: 0;
	font-size: 85%;
	color: #20072c;
}

* html #worship2 {
	display: inline;
}

#news {
	width: 273px;
	height: 433px;
	margin: 0;
	padding: 0;
	background: url(../images/news_box.jpg) no-repeat top left scroll;
}

#news1 {
	margin: 0;
	padding: 45px 15px 5px 17px;
	font-size: 90%;
	color: #111111;
}

#cross {
	width: 233px;
	height: 220px;
	margin: 0;
	padding: 0;
	background: url(../images/cross.jpg) no-repeat top left scroll;
}

#cross1 {
	margin: 0;
	padding: 30px 5px 5px 80px;
	font-size: 90%;
	color: #734873;
	text-align: center;
}

#community {
	width: 233px;
	height: 213px;
	margin: 0;
	padding: 0;
	background: url(../images/community_box.jpg) no-repeat top left scroll;
}

#community1 {
	margin: 0;
	padding: 10px 15px 10px 15px;
	font-size: 90%;
	color: #ffffff;
}

#heightfix {
	clear: both;
	border-top: #ae312d solid 1px;
}







/* ----------HOMEPAGE TEXT FORMATTING---------- */

.rightalign {
	text-align: right;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.floatrightimg {
	float: right;
	padding: 5px 0px 5px 10px;
}

.floatleftimg {
	float: left;
	padding: 5px 10px 5px 0px;
}

p.worshiptext {
	padding: 12px 0px 0px 0px;
}

p.newstext {
	padding: 12px 0px 0px 0px;
}

p.crosstext {
	padding: 8px 0px 0px 0px;
}

td.footer {
	margin: 0;
	padding: 3px 0px 5px 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 65%;
	color: #a27d42;
}







/* -----------NAVIGATION BAR----------- */

ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#nav li {
	float: left;
}

ul#nav a {
	display: block;
	text-decoration: none;
	border: 0;
	padding: 0;
	margin: 0;
}


ul#nav a#homeLink {
	width: 79px;
	background: url(../images/button_home.jpg) no-repeat scroll 0px 0px;
}

ul#nav a#homeLink:hover {
	background: url(../images/button_home.jpg) no-repeat scroll 0px -39px;
}

body#home a#homeLink {
	background: url(../images/button_home.jpg) no-repeat scroll 0px -78px;
}


ul#nav a#aboutLink {
	width: 96px;
	background: url(../images/button_about.jpg) no-repeat scroll 0px 0px;
}

ul#nav a#aboutLink:hover {
	background: url(../images/button_about.jpg) no-repeat scroll 0px -39px;
}

body#about a#aboutLink {
	background: url(../images/button_about.jpg) no-repeat scroll 0px -78px;
}


ul#nav a#staffLink {
	width: 136px;
	background: url(../images/button_staff.jpg) no-repeat scroll 0px 0px;
}

ul#nav a#staffLink:hover {
	background: url(../images/button_staff.jpg) no-repeat scroll 0px -39px;
}

body#staff a#staffLink {
	background: url(../images/button_staff.jpg) no-repeat scroll 0px -78px;
}


ul#nav a#newsLink {
	width: 66px;
	background: url(../images/button_news.jpg) no-repeat scroll 0px 0px;
}

ul#nav a#newsLink:hover {
	background: url(../images/button_news.jpg) no-repeat scroll 0px -39px;
}

body#news a#newsLink {
	background: url(../images/button_news.jpg) no-repeat scroll 0px -78px;
}


ul#nav a#worshipLink {
	width: 90px;
	background: url(../images/button_worship.jpg) no-repeat scroll 0px 0px;
}

ul#nav a#worshipLink:hover {
	background: url(../images/button_worship.jpg) no-repeat scroll 0px -39px;
}

body#worship a#worshipLink {
	background: url(../images/button_worship.jpg) no-repeat scroll 0px -78px;
}


ul#nav a#ministriesLink {
	width: 103px;
	background: url(../images/button_ministries.jpg) no-repeat scroll 0px 0px;
}

ul#nav a#ministriesLink:hover {
	background: url(../images/button_ministries.jpg) no-repeat scroll 0px -39px;
}

body#ministries a#ministriesLink {
	background: url(../images/button_ministries.jpg) no-repeat scroll 0px -78px;
}


ul#nav a#missionLink {
	width: 84px;
	background: url(../images/button_mission.jpg) no-repeat scroll 0px 0px;
}

ul#nav a#missionLink:hover {
	background: url(../images/button_mission.jpg) no-repeat scroll 0px -39px;
}

body#mission a#missionLink {
	background: url(../images/button_mission.jpg) no-repeat scroll 0px -78px;
}


ul#nav a#giveLink {
	width: 60px;
	background: url(../images/button_give.jpg) no-repeat scroll 0px 0px;
}

ul#nav a#giveLink:hover {
	background: url(../images/button_give.jpg) no-repeat scroll 0px -39px;
}

body#give a#giveLink {
	background: url(../images/button_give.jpg) no-repeat scroll 0px -78px;
}


ul#nav a#contactLink {
	width: 111px;
	background: url(../images/button_contact.jpg) no-repeat scroll 0px 0px;
}

ul#nav a#contactLink:hover {
	background: url(../images/button_contact.jpg) no-repeat scroll 0px -39px;
}

body#contact a#contactLink {
	background: url(../images/button_contact.jpg) no-repeat scroll 0px -78px;
}


ul#nav a#linksLink {
	width: 77px;
	background: url(../images/button_links.jpg) no-repeat scroll 0px 0px;
}

ul#nav a#linksLink:hover {
	background: url(../images/button_links.jpg) no-repeat scroll 0px -39px;
}

body#links a#linksLink {
	background: url(../images/button_links.jpg) no-repeat scroll 0px -78px;
}




* html #nav a {
	height: 1px;
}







/* ----------LINKS---------- */

a:link {
	color: #5e3a5e;
}

a:visited {
	color: #3c4312;
}

a:hover {
	color: #ae312d;
}

a:active {
	color: #ae312d;
}



div#news1 a:link {
	color: #5e3a5e;
}

div#news1 a:visited {
	color: #3c4312;
}

div#news1 a:hover {
	color: #ae312d;
}

div#news1 a:active {
	color: #ae312d;
}



div#worship1 a:link {
	color: #20072c;
}

div#worship1 a:visited {
	color: #20072c;
}

div#worship1 a:hover {
	color: #ae312d;
}

div#worship1 a:active {
	color: #ae312d;
}



div#worship a:link {
	color: #20072c;
}

div#worship a:visited {
	color: #20072c;
}

div#worship a:hover {
	color: #ae312d;
}

div#worship a:active {
	color: #ae312d;
}




div#cross a:link {
	color: #734873;
}

div#cross a:visited {
	color: #734873;
}

div#cross a:hover {
	color: #ae312d;
}

div#cross a:active {
	color: #ae312d;
}



div#community a:link {
	color: #ffffff;
}

div#community a:visited {
	color: #ffffff;
}

div#community a:hover {
	color: #20072c;
}

div#community a:active {
	color: #20072c;
}



td.footer a:link {
	color: #9a7b43;
}

td.footer a:visited {
	color: #9a7b43;
}

td.footer a:hover {
	color: #4c5519;
}

td.footer a:active {
	color: #4c5519;
}


