/* CSS Document */

html {
	font-family: Arial, Helvetica, sans-serif;
}
html>body {
	font-size:11px /* for everything else */
} 
body {
	margin-top: 15px;
	padding: 0px;
	font-size: 62.5%;  /* for IE/Win */
	background-color: #F5F2E8;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
form {
	padding: 0px;
	margin: 0px
}

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

/* wrapper */

#wrapper {
	padding: 10px;
	background-color: #FFFFFF;
}

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

/* header nav styles */

#headernav {
	color: #5A422F;
	font-size: 1em;
	padding-bottom: 10px;
}
#headernav a {
	color: #5A422F;
	text-decoration: none;
	border-bottom: none
}
#headernav a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #B8712D;
}

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

/* main global menu */

#mainnav {
	padding-bottom: 0px;
	margin-bottom: 10px;
	float: right;
	}

	#mainnav ul {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		}

	#mainnav li {
		float: left;
		padding: 0px;
		}
	
	#mainnav li a {
		height: 14px;
		display: block;
		}

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

	#mainnav li#home {
		background: url(/images/shared/menu_home_off.gif) no-repeat;
		width: 40px;
		}
	
	#mainnav li#home a:hover {
		background: url(/images/shared/menu_home_on.gif) no-repeat;
		}
		
	body#home #mainnav li#home a{
		background: url(/images/shared/menu_home_on.gif) no-repeat;
		}
		
/*****************************************************************************************************************************************/

	#mainnav li#history {
		background: url(/images/shared/menu_history_off.gif) no-repeat;
		width: 44px;
		}
	
	#mainnav li#history a:hover {
		background: url(/images/shared/menu_history_on.gif) no-repeat;
		}
		
	body#history #mainnav li#history a{
		background: url(/images/shared/menu_history_on.gif) no-repeat;
		}
		
/*****************************************************************************************************************************************/

	#mainnav li#aboutus {
		background: url(/images/shared/menu_aboutus_off.gif) no-repeat;
		width: 54px;
		}
	
	#mainnav li#aboutus a:hover {
		background: url(/images/shared/menu_aboutus_on.gif) no-repeat;
		}
		
	body#aboutus #mainnav li#aboutus a{
		background: url(/images/shared/menu_aboutus_on.gif) no-repeat;
		}	
		
/*****************************************************************************************************************************************/
				
	#mainnav li#prayershield {
		background: url(/images/shared/menu_prayer_off.gif) no-repeat;
		width: 73px;
		}
	
	#mainnav li#prayershield a:hover{
		background: url(/images/shared/menu_prayer_on.gif) no-repeat;
		}
		
	body#prayershield #mainnav li#prayershield a{
		background: url(/images/shared/menu_prayer_on.gif) no-repeat;
		}
		
/*****************************************************************************************************************************************/
	
	#mainnav li#scriptureprayer{
		background: url(/images/shared/menu_scripture_off.gif) no-repeat;
		width: 87px;
		}
	
	#mainnav li#scriptureprayer a:hover{
		background: url(/images/shared/menu_scripture_on.gif) no-repeat;
		}
		
	body#scriptureprayer #mainnav li#scriptureprayer a{
		background: url(/images/shared/menu_scripture_on.gif) no-repeat;
		}
		

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

	#mainnav li#events {
		background: url(/images/shared/menu_events_off.gif) no-repeat;
		width: 40px;
		}
	
	#mainnav li#events a:hover{
		background: url(/images/shared/menu_events_on.gif) no-repeat;
		}
		
	body#events #mainnav li#events a{
		background: url(/images/shared/menu_events_on.gif) no-repeat;
		}
		
/*****************************************************************************************************************************************/

	#mainnav li#contact {
		background: url(/images/shared/menu_contact_off.gif) no-repeat;
		width: 48px;
		}
	
	#mainnav li#contact a:hover {
		background: url(/images/shared/menu_contact_on.gif) no-repeat;
		}
		
	body#contact #mainnav li#contact a{
		background: url(/images/shared/menu_contact_on.gif) no-repeat;
		}
		
/*****************************************************************************************************************************************/

	#mainnav li#forum {
		background: url(/images/shared/menu_forum_off.gif) no-repeat;
		width: 40px;
		}
	
	#mainnav li#forum a:hover {
		background: url(/images/shared/menu_forum_on.gif) no-repeat;
		}
		
	body#forum #mainnav li#forum a{
		background: url(/images/shared/menu_forum_on.gif) no-repeat;
		}
		
/*****************************************************************************************************************************************/

	#mainnav li#links {
		background: url(/images/shared/menu_links_off.gif) no-repeat;
		width: 34px;
		}
	
	#mainnav li#links a:hover{
		background: url(/images/shared/menu_links_on.gif) no-repeat;
		}
		
	body#links #mainnav li#links a{
		background: url(/images/shared/menu_links_on.gif) no-repeat;
		}
		
/*****************************************************************************************************************************************/
				
	#mainnav li a span {
		display: none;
		}
	#mainnav li a img {
		border: none;
		}
		
/*****************************************************************************************************************************************/

/*  image styling */

#image {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}

html>body #image {
	margin: 34px 0px 10px 0px;
	padding: 0px;
	}

#image .border {
	border-bottom: 2px solid #5A422F;
	}

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

/* content styles */

#contentarea {
	margin: 20px 0px 20px 0px;
	}

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

/* content styles */

#content {
	margin: 0px 20px 0px 10px;
	}

#content h1 {
	font-size: 1.2em;
	color: #5A422F;
	line-height: 1.5em;
	}

#content img {
	float: right;
	clear:right;
	margin: 0px 0px 20px 20px;
	}

html>body #content p {
	font-size: 1.2em;
	color: #5A422F;
	line-height: 1.5em;
	}

#content p {
	font-size: 1.2em;
	color: #5A422F;
	line-height: 1.3em;
	}
#content p.title {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	color: #5A422F;
	font-weight: bold;
	}

#content hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px dashed #F6C92B;
	border-bottom: none;
	height: 0px;
	noshade: true;
}

#content a {
	color: #5A422F;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

#content ol {
	color: #5A422F;
	padding: 0px 0px 0px 20px;
	font-size: 11px;
}

	#content ol li {
		padding: 0 0 20px 20px;
	}
	
	#content ol li ol li {
		padding: 0 0 0 0;
	}
	
#terms h1 {
	font-size: 1.2em;
	color: #5A422F;
	line-height: 1.5em;
	}	
	
#terms ol {
	color: #5A422F;
	padding: 0px 20px 0px 40px;
	font-size: 12px;
}

	#terms ol li {
		padding: 0 0 20px 0px;
	}
	
	#terms ol li ol li {
		padding: 0 0 20px 0;
	}
	
#terms a {
	color: #5A422F;
	text-decoration: none;
	font-weight: bold;
}

#terms a:hover {
	text-decoration: underline;
}	
	
#content ul {
	font-size: 11px;
	padding: 0;
	margin: 0 0 0 40px;
	}

#content ul li {
	background: url(/images/shared/arrows.gif) 0 4px no-repeat;
	list-style-type: none;
	padding: 0 0 0 25px;
	margin: 0 0 5px 0x;
	}

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

/* mailing list panel */

#mailinglistpanel  {
	margin: 0px;
	padding-left: 0px;
	border-top: 1px solid #5A422F;
}

#mailinglistpanel .textfield {
	color: #000000;
	font-size: 1.1em;
	border: 1px solid #B8712D;
	width: 128px;
}

#mailinglistpanel label {
	font-size: 1em;
	line-height: 100%;
	color: #FFF;
}
#mailinglistpanel hr {
	height: 2px;
	border: 0px;
	border-top: 2px solid #B8712D;
	margin-top: 2px;
	margin-bottom: 10px;
}
html>body #mailinglistpanel hr {
	height: 2px;
	border: 0px;
	border-top: 2px solid #B8712D;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
/*****************************************************************************************************************************************/

/* mailing list manager */

#mailinglist h1 {
	font-size: 1.2em;
	color: #5A422F;
	margin-bottom: 20px;
}

#mailinglist p {
	font-size: 1.1em;
	color: #5A422F;
}

#mailinglist p a {
	color: #5A422F;
	font-weight: bold;
	text-decoration: none;
}

#mailinglist p a:hover {
	text-decoration: underline;
}

#mailinglist label {
	font-size: 1.1em;
	color: #5A422F;
	font-weight: bold;
}

#mailinglist input.mailing_input {
	color: #000000;
	font-size: 1.1em;
	border: 1px solid #5A422F;
	width: 180px;
	margin-left: 20px;
}

#mailinglist select.mailing_input {
	color: #000000;
	font-size: 1.1em;
	border: 1px solid #5A422F;
	width: 184px;
	margin-left: 20px;
}

#mailinglist ul.button {
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 1em;
	padding: 0px;
	width: 140px;
}

#mailinglist ul.button li { 
	background: url(/mailing_list/images/button_bg.jpg) no-repeat;
	list-style-type: none;
}

#mailinglist ul.button li a { 
	height: 17px;
	display: block;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	margin: 0px;
	text-decoration: none;
}

#mailinglist ul.button li a:hover { 
	text-decoration: underline;
	color: #fff;
}

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

#mailing_errors {
	color: #FF0000;
	font-weight: normal;
	font-size: 1em;
}

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

#mailinglist .button { 
	background: url(/mailing_list/images/button_bg.jpg) no-repeat;
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 1em;
	padding: 0px;
	width: 140px;
	color: #fff;
}

#mailinglist .button a { 
	height: 17px;
	display: block;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	margin: 0px;
	text-decoration: none;
}

#mailinglist .button a:hover { 
	text-decoration: underline;
	color: #fff;
}

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

/* Contact Us form */

#contactus p {
	font-size: 1.1em;
	color: #5A422F;
}

#contactus p a {
	color: #5A422F;
	font-weight: bold;
	text-decoration: none;
}

#contactus p a:hover {
	text-decoration: underline;
}


#contactus .submit {
	background-image:url(/mailing_list/images/button_bg.jpg);
	font-size: 1em;
	font-weight: bold; 
	padding: 4px 0 4px 0; 
	color: #FFF; 
	width: 140px; 
	border: 0;
}

#contactus label {
	font-size: 1.1em;
	color: #5A422F;
	font-weight: bold;
	margin-left:3px;
}

#contactus input.contact_input {
	color: #000000;
	font-size: 1.1em;
	border: 1px solid #5A422F;
	width: 180px;
}

#contactus select.contact_input {
	color: #000000;
	font-size: 1.1em;
	border: 1px solid #5A422F;
	width: 184px;
}

#contactus textarea.contact_input {
	color: #000000;
	font-size: 1.1em;
	border: 1px solid #5A422F;
	width: 180px;
}

#contactus input {
	margin: 0px;
}

#contactus_errors, #contactus_errors ul{
	color: #5A422F;
	font-weight:bold;
	font-size: 1.1em;
} 
#contactus_errors li{
	font-size: 0.9em;
}
/*
#contactus .errors ul, #contactus .errors li{
	margin: 0px;
	color: #5A422F;
	font-weight:bold;
	font-size: 0.8em;
}
*/
/*****************************************************************************************************************************************/

/* Send Page to a Friend */

#sendtofriend h1 {
	font-size: 1.2em;
	color: #5A422F;
	margin-bottom: 20px;
}

#sendtofriend p {
	font-size: 1.1em;
	color: #5A422F;
}

#sendtofriend p a {
	color: #5A422F;
	font-weight: bold;
	text-decoration: none;
}

#sendtofriend p a:hover {
	text-decoration: underline;
}

#sendtofriend label {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #5A422F;
	font-weight: bold;
	margin: 0 0 10px 20px;
	clear: both;
	float: left;
}

#sendtofriend form {
	width: 300px
	}

#sendtofriend input {
	color: #000000;
	font-size: 1.1em;
	line-height: 1.3em;
	border: 1px solid #5A422F;
	width: 180px;
	margin-left: 20px;
	float: right;
}

#sendtofriend a.button { 
	clear: both;
	float: right;
	background: url(/mailing_list/images/button_bg.jpg) no-repeat;
	height: 17px;
	width: 132px;
	display: block;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	margin: 0;
	text-decoration: none;
}

#sendtofriend a.button:hover { 
	text-decoration: underline;
	color: #fff;
}

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

/* prayer shield panel */

#prayershieldpanel {
	margin: 0px;
	padding-left: 0px;
}

#prayershieldpanel h1 {
	font-size: 1.2em;
	line-height: 100%;
	color: #5A422F;
}

#prayershieldpanel p {
	margin: 10px 0px 0px 0px;
	font-size: 1.1em;
	color: #5A422F;
	padding-left: 20px;
}

#prayershieldpanel a {
	color: #CA9562;
	text-decoration: none;
	font-weight: bold;
}

#prayershieldpanel a:hover {
	text-decoration: underline;
	font-weight: bold;
}	

#prayershieldpanel ul {
	color: #5A422F;
	font-size: 1.1em;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

#prayershieldpanel li {
	background: url(/images/shared/arrows.gif) 0px 4px no-repeat;
	padding-left: 20px;
	list-style-type: none;
}

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

/* latest news panel */

#latestnewspanel {
	margin: 0px;
	padding-left: 0px;
}

#latestnewspanel h1 {
	font-size: 1.2em;
	line-height: 100%;
	color: #5A422F;
}
#latestnewspanel h2 {
	font-size: 1em;
	line-height: 120%;
	color: #5A422F;	
}
#latestnewspanel p {
	background: none;
	margin: 10px 0px 0px 0px;
	font-size: 1.1em;
	color: #5A422F;
	padding-left: 20px;
}

#latestnewspanel a {		
	color: #CA9562;
	text-decoration: none;
	font-weight: bold;
}

#latestnewspanel a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#latestnewspanel ul {
	color: #5A422F;
	font-size: 1.1em;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

#latestnewspanel li {
	background: url(/images/shared/arrows.gif) 0px 4px no-repeat;
	padding-left: 20px;
	list-style-type: none;
}

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

/* full news panel */

#newspanel {
	margin: 0px;
	padding-left: 0px;
}

#newspanel h1 {
	font-size: 1.2em;
	line-height: 150%;
	color: #5A422F;
}
#newspanel h2 {
	font-size: 1em;
	line-height: 150%;
	color: #5A422F;	
}
	
	
#newspanel p {
	background: none;
	margin: 10px 0px 0px 0px;
	font-size: 1.1em;
	color: #5A422F;
	padding-left: 20px;
}

#newspanel a {		
	color: #CA9562;
	text-decoration: none;
	font-weight: bold;
}

#newspanel a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#newspanel ul {
	color: #5A422F;
	font-size: 1.1em;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

#newspanel li {
	background: url(/images/shared/arrows.gif) 0px 4px no-repeat;
	padding-left: 20px;
	list-style-type: none;
}

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

/* footer nav styles */

#footernav {
	margin: 0px 0px 0px 0px;
	color: #5A422F;
	font-size: 1em;
	font-weight: bold;
}

#footernav a {
	color: #5A422F;
	text-decoration: none;
	font-weight: bold;
}

#footernav a:hover {
	text-decoration: underline;
}

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

/* footer styles */

#footer {
	margin: 0px 0px 0px 0px;
	color: #5A422F;
	font-size: 1em;
	font-weight: bold;
}

#footer a {
	color: #5A422F;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

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

/* cms fixer cheat thing - for the benefit of john parker's sanity! */

.fixed {
	font-size: 1.1em;
	color: #000000;
	font-weight: normal;
	padding-right: 10px;
}

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

/* remaining divs */

#logo {
	margin-bottom: 10px;
}

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

#mainimage {}

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

.errortext {
	color: #5A422F;
	font-weight:bold;
	font-size: 1.1em;
}
	
