.text-box { 
	font-size: 12px;
}
.text-box2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585748;
	background-color: #FFFEF4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CA5E15;
	border-right-color: #F8D078;
	border-bottom-color: #F8D078;
	border-left-color: #CA5E15;
	height: 18px;
	line-height: normal;
}
.button {}

/* ----------------------------------------------------------------------------- */
.footer {
	color: #402B27;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer a:link {
	text-decoration: none;
	color: #FFF;
}
.footer a:visited {
	text-decoration: none;
	color: #FFF;
}
.footer a:hover {
	color: #CA5E15;
	text-decoration: none;
}
.footer a:active {
	text-decoration: none;
	color: #402B27;
}
/* ----------------------------------------------------------------------------- */
.subnav{
	color: #402B27;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.subnav a:link {
	text-decoration: none;
	color: #676802;
}
.subnav a:visited {
	text-decoration: none;
	color: #402B27;
}
.subnav a:hover {
	color: #CA5E15;
	text-decoration: underline;

}
.subnav a:active {
	text-decoration: none;
	color: #402B27;
}
/* ----------------------------------------------------------------------------- */
.navbar {
	height: 37px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #343230;
}
.topbar {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/* ----------------------------------------------------------------------------- */
.title-big {
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	color: #343230  
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
}
.title {
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 48px;
	color: #2894bf;
	font-weight: bold;
	line-height: 48px;
	letter-spacing: -2px;
	text-transform: lowercase;
	padding: 20px 0;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343230;
}

/* ----------------------------------------------------------------------------- */
.annc-title{
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #676802;
	font-weight: bold;
	line-height: 16px;
}
.annc-title a:link {
	color: #676802;
	text-decoration: none;

}		
.annc-title a:visited {
	text-decoration: none;
	color: #676802;
}
.annc-title a:hover{
	color: #CA5E15;
	text-decoration: none;
}
.annc-title a:active {
	text-decoration: none;
	color: #EFA512;
}
.annc-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #402B27;
	line-height: 12px;
}
/* ----------------------------------------------------------------------------- */
.pagetitle {

	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #FFFCD9;
	font-weight: bold;
	line-height: 20px;
}
.subswoosh {
	background-image: url(../images/sub_swsh_3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* -------------    Body Replacements --------------------------------- */

.bodyhome {}
.bodyabout {}
.bodychurches {}
.bodyministries{}
.bodyevents {}
.bodynews {}
.bodyresources{}
.bodypublications {}


/*
ZZ Adjustments
*/
body
{
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#logo 
{
	margin: 20px 0 20px 46px;
}

table.content
{
	width: 600px;
	margin-bottom: 40px;
}
table.content tr 
{
	/* border-bottom: 1px solid #f5f5f5; */
}
table.content tr td
{
	background-color: #f4f4f2;
	padding: 4px;
}

#navbar
{
	background-color: #343230;
	color: white; 
	height: 20px;
	padding: 12px 20px 8px 44px;
}

#navbar #primary
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navbar #primary li.link
{
	float: left;
	padding-right: 20px;
}

#navbar #primary li.link a,
#navbar #primary li.link :visited
{
	color: #0099FF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

#navbar #primary li.link a:hover,
#navbar #primary li.link a:active
{
	color: #00CCFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}
.submitcol
{
	width: 40px;
}
.tablebump
{
	margin-left: 40px;
}
#container
{
	margin-bottom: 40px;
}
#footer
{
	background-color: #40403c;
	width: 100%;
}

#footer td
{
	padding: 8px;
}