@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url("bgpattern.jpg");
	background-repeat: repeat;
	color: #555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

img {
	border: none;
}

hr {
	height: 1px;
	border: none;
	background: #8CC5B5;
}

a {
	color: #7D8E3B;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}

a.mangonator {
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover.mangonator {
	color: #7D8E3B;
	text-decoration: none;
	text-transform: uppercase;
}

/**********************************************/

#topPhoto {
	position: absolute;
	top: 20px;
	width: 100%;
	height: 295px;
	margin: 0px auto;
	background-image: url("banner.jpg");
	background-repeat: no-repeat;
	background-color: #40624A;
	z-index: -1;
}

#topPhotoBorderTop {
	position: absolute;
	top: 2px;
	width: 100%;
	height: 18px;
	background-image: url("photo_border_top.png");
	background-repeat: repeat-x;
	z-index: -1;
}

#topPhotoBorderBottom {
	position: absolute;
	top: 295px;
	width: inherit;
	height: 18px;
	background-image: url("photo_border_bottom.png");
	background-repeat: repeat-x;
	z-index: 5;
}

#bigContainer {
	top: 0px;
	width: 914px;
	height: 100%;
	margin: 0px auto;
}

#topBanner {
	width: inherit;
	height: 45px;
	background-image: url("topbanner.png");
	background-repeat: repeat;
}

#topPhotoGap {
	width: inherit;
	height: 250px;
}

#mainContainer {
	width: inherit;
	min-height: 430px;
	margin: 0px 0px 0px 5px;
	z-index: 2;
}

#menuContainer {
	width: 209px;
	min-height: inherit;
}

#menuContainerTop {
	width: inherit;
	height: 78px;
	background-image: url("box_top.png");
	background-repeat: no-repeat;
}

#menuContainerMiddle {
	width: inherit;
	min-height: inherit;
	background-image: url("box_middle.png");
	background-repeat: repeat-y;
}

#menuContainerBottom {
	width: inherit;
	height: 35px;
	background-image: url("box_bottom.png");
	background-repeat: no-repeat;
}

#contentContainer {
	float: right;
	width: 689px;
	min-height: inherit;
}

#contentContainerTop {
	width: inherit;
	height: 78px;
	background-image: url("content_top.png");
	background-repeat: no-repeat;
}

#contentContainerMiddle {
	width: inherit;
	min-height: inherit;
	background-image: url("content_middle.png");
	background-repeat: repeat-y;
}

#contentContainerBottom {
	width: inherit;
	height: 35px;
	background-image: url("content_bottom.png");
	background-repeat: no-repeat;
}

#mainText {
	padding: 30px 55px 30px 50px;
}

#mangonator {
	width: 95%;
	height: 30px;
	padding: 10px;
	text-align: right;
	color: #69F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#titleHome {
	float: right;
	width: 129px;
	height: 37px;
	margin: 40px 25px 0px 0px;
	background-image: url("title_home.png");
	background-repeat: no-repeat;
}

#titleAboutus {
	float: right;
	width: 201px;
	height: 36px;
	margin: 41px 25px 0px 0px;
	background-image: url("title_aboutus.png");
	background-repeat: no-repeat;
}

#titleContact {
	float: right;
	width: 133px;
	height: 36px;
	margin: 42px 25px 0px 0px;
	background-image: url("title_contact.png");
	background-repeat: no-repeat;
}

#titleLinks {
	float: right;
	width: 108px;
	height: 36px;
	margin: 42px 25px 0px 0px;
	background-image: url("title_links.png");
	background-repeat: no-repeat;
}

#titleMinistries {
	float: right;
	width: 180px;
	height: 35px;
	margin: 42px 25px 0px 0px;
	background-image: url("title_ministries.png");
	background-repeat: no-repeat;
}

#titleMissions {
	float: right;
	width: 160px;
	height: 35px;
	margin: 42px 25px 0px 0px;
	background-image: url("title_missions.png");
	background-repeat: no-repeat;
}

#titleMultimedia {
	float: right;
	width: 208px;
	height: 35px;
	margin: 42px 25px 0px 0px;
	background-image: url("title_multimedia.png");
	background-repeat: no-repeat;
}

#titleSchedule {
	float: right;
	width: 170px;
	height: 35px;
	margin: 42px 25px 0px 0px;
	background-image: url("title_schedule.png");
	background-repeat: no-repeat;
}

#titleStatement {
	float: right;
	width: 353px;
	height: 48px;
	margin: 42px 25px 0px 0px;
	background-image: url("title_statement.png");
	background-repeat: no-repeat;
}

#titleTestimonies {
	float: right;
	width: 194px;
	height: 35px;
	margin: 42px 25px 0px 0px;
	background-image: url("title_testimonies.png");
	background-repeat: no-repeat;
}

#titleUpcomingevents {
	float: right;
	width: 331px;
	height: 47px;
	margin: 43px 25px 0px 0px;
	background-image: url("title_upcomingevents.png");
	background-repeat: no-repeat;
}

/**********************************************/

#header {
	font-size: 16px;
	font-weight: bold;
}