/* CSS Document */

/* G E N E R A L	S E T T I N G S */
body { background-color:#FFFFFF; text-align:center;}
/*	overflow-x: hidden; */
/*	overflow-y: hidden; */
img { border-style: none;}

/* T E X T   L I N K   S E T T I N G S */
a.footLink:link { color: #999999; text-decoration: none;}
a.footLink:visited { color: #999999; text-decoration: none;}
a.footLink:hover { color: #FFFFFF; text-decoration: none;}
a.footLink:active { color: #999999; text-decoration: none;}

a.contactLink:link { color: #326496; text-decoration:underline;}
a.contactLink:visited { color: #326496; text-decoration:underline;}
a.contactLink:hover { color: #326496; text-decoration:none;}
a.contactLink:active { color: #326496; text-decoration:underline;}

/* B A C K G R O U N D */
#head {
	background-image: url(../images/header_fill.jpg);
	height: 400px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#foot {
	background-color: #1E2832;
	height: 120px;
	width: 100%;
	position: absolute;
	top: 890px;
	left: 0px;
	z-index: 1;
}

/* C E N T E R I N G */
#container {
	height: 1010px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#sub {
	height: 1010px;
	width: 980px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
}

/* F L A S H    S E C T I O N */
#flashMenu {
	height: 400px;
	width: 980px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

/* B O D Y    S E C T I O N */
#subBody {
	background-image: url(../images/body_bg.jpg);
	height: 450px;
	width: 980px;
	position: absolute;
	top: 400px;
	left: 0px;
	z-index: 4;
}
#titleText {
	font-family: "Microsoft Sans Serif";
	text-align: left;
	font-size: 25px;
	color: #326496;
	position: absolute;
	top: 0px;
	left: 55px;
	z-index: 4;
}
#subTitle1 {
	font-family: "Microsoft Sans Serif";
	text-align: left;
	font-size: 15px;
	color: #1E2832;
	position: absolute;
	top: 55px;
	left: 55px;
	z-index: 4;
}
#subTitle2 {
	font-family: "Microsoft Sans Serif";
	text-align: left;
	font-size: 15px;
	color: #1E2832;
	position: absolute;
	top: 185px;
	left: 55px;
	z-index: 4;
}
#bodyText1 {
	font-family: "Microsoft Sans Serif";
	text-align: left;
	font-size: 13px;
	color: #1E2832;
	position: absolute;
	line-height: 25px;
	width: 700px;
	top: 85px;
	left: 55px;
	z-index: 4;
}
#bodyText2 {
	font-family: "Microsoft Sans Serif";
	text-align: left;
	font-size: 13px;
	color: #1E2832;
	position: absolute;
	line-height: 25px;
	width: 700px;
	top: 215px;
	left: 60px;
	z-index: 4;
}
#googleLink {
	font-family: "Microsoft Sans Serif";
	text-align: left;
	font-size: 13px;
	color: #326496;
	position: absolute;
	top: 370px;
	left: 55px;
	z-index: 4;
}
#prayer {
	height: 106px;
	width: 281px;
	position: absolute;
	top: 45px;
	left: 660px;
	z-index: 4;
}
#partners {
	height: 106px;
	width: 281px;
	position: absolute;
	top: 160px;
	left: 660px;
	z-index: 4;
}
#donate {
	height: 106px;
	width: 281px;
	position: absolute;
	top: 280px;
	left: 660px;
	z-index: 4;
}

/* F O O T E R    S E C T I O N */
#footerPanel {
	background-image: url(../images/footer_panel.jpg);
	height: 160px;
	width: 980px;
	position: absolute;
	top: 850px;
	left: 0px;
	z-index: 2;
}
#footerLinks {
	font-family: "Microsoft Sans Serif";
	text-align: left;
	font-size: 13px;
	color: #999999;
	position: absolute;
	top: 115px;
	left: 180px;
	z-index: 3;
}
#cabc {
	height: 70px;
	width: 370px;
	position: absolute;
	top: 0px;
	left: 48px;
	z-index: 3;
}
