@charset "utf-8";
body {
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 980px;
	background-image: url(images/gradients/header_gradient.png);
	background-repeat: repeat-x;
	background-color: #f1e1c8;
	padding-left: 2em;
}
body a:hover  {
	font-weight: bold;
	color: #999999;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

.title		{ COLOR: #612202; FONT: 18px verdana, arial, sans-serif; font-weight: bold; }

.pagetitle		{
	font-family: "Stone Sans OS ITC TT-Bold";
	font-size: 8em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#indextitle		{
	font-family: Cracked;
	font-size: 10em;
	color: #000000;
	margin: 0px;
	padding-left: 20px;
	padding-top: 0px;
	width: 970px;
	float: left;
	position: relative;
}
#index_page_graphic {
	width: 970px;
	height: 1380px;
	margin-left: -15px;
	position: relative;
}
#index_leather {
	position: relative;
	left: 0px;
	top: 0px;
}

#indexflash {
	position: relative;
	padding-left: 8px;
	padding-top: 8px;
}

#indexflash_shadowbox {
	height: 233px;
	width: 316px;
	background-color: #FFFFFF;
	position: relative;
	left: 525px;
	top: -1300px;
}
.subpagetitle	{
	font-family: "Stone Sans OS ITC TT-Bold";
	font-size: 18pt;
	color: #612202;
	margin: 0px;
	padding-left: 1em;
}

.subtitle	{
	COLOR: #612202;
	font-family: "Stone Sans OS ITC TT-Bold";
	font-size: 20px;
}

.faqtitle 	{ COLOR: #000000; FONT: 16px verdana, arial, sans-serif; font-weight: bold; }
.faqsubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	text-align: center;
}

.smalltitle 	{ COLOR: #000000; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }
.smallfaqtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}

.smalltext		{ COLOR: #666633; FONT: 10px arial, sans-serif; font-weight: normal; }

.formmargin		{ float: left; }

.footerheader 	{ COLOR: #000000; FONT: 18px "Stone Sans OS ITC TT-Bold"; font-weight: bold; }

.picturename		{
			COLOR: #999999;
			FONT: 16px arial, verdana, sans-serif;
			font-weight: bold;
			margin-left: 10px;
			}

.picturetitle 		{
			COLOR: #000000;
			FONT: 13px arial, verdana, sans-serif;
			font-weight: bold;
			}
.strong_em_text {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

.just 			{ text-align: justify; }

.faq 			{ line-height: 19px; }


.linksmargin	{ margin: 10px; }

/* Rounded corners */
.rounded { 
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px; 
	border-radius: 6px;

}


/* SITE SEARCH FORM */

#cse-search-box		{
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			}
.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* SITE SEARCH BACKGROUND */

.googlesearch		{ background-color: #FFFFFF; }
		


#menu_home a,
#menu_contact a {
	color: #330000;
	text-decoration: none;
}

#menu_home a:hover,
#menu_contact a:hover  {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

#menu_the_border a, 
#menu_our_ministry a,
#menu_serve a,
#menu_partner a,
#menu_resources a {
	color: #330000;
	text-decoration: none;
}

#menu_the_border a:hover,
#menu_our_ministry a:hover,
#menu_serve a:hover,
#menu_partner a:hover,
#menu_resources a:hover  {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

#menu_our_team a {
	color: #330000;
	text-decoration: none;
}

#menu_our_team a:hover {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	padding: 10px;
	z-index: 1000;
	margin-top: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #FFFFFF;
	border: 8px outset #660000;
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.megamenu .column{
	float: left;
	width: 250px; /*width of each menu column*/
	margin-right: 5px;
}


.megamenu .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 5px;
}

.megamenu .column ul li{
	padding-bottom: 5px;
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 13px;
	color: #666666;	
}

.megamenu .column h3{
	margin: 0 0 6px 0;
	font-family: Chalkduster;
	font-size: 17px;
	color: #330000;
	text-decoration: none;
	padding: 6px;
}

.megamenu .column h4 a{
	text-decoration: none;
	color: #0000CC;
	font-weight: bold;
	line-height: 0.4em;
}
.megamenu .column h4 a:hover{
	color: #660000;
}

.megamenu .column ul li a{
	text-decoration: none;
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 13px;
	color: #666666;
}

.megamenu .column ul li a em{
	text-decoration: none;
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.megamenu .column ul li a strong{
	text-decoration: none;
	color: #000033;
}
.megamenu .column ul li a:hover{
	color: #660000;
}
.megamenu .column ul li a:hover strong{
	color: #660000;
}
.megamenu .column_partner{
	float: left;
	width: 300px; /*width of each menu column*/
	margin-right: 5px;
}


.megamenu .column_partner ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 5px;
}

.megamenu .column_partner ul li{
	padding-bottom: 5px;
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 13px;
	color: #666666;	
}

.megamenu .column_partner h3{
	font-family: Chalkduster;
	font-size: 17px;
	color: #330000;
	text-decoration: none;
	margin: 0 0 6px 0;
	padding: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.megamenu .column_partner h4 a{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	line-height: .4em;
}
.megamenu .column_partner h4 a:hover{
	color: #660000;
}

.megamenu .column_partner ul li a{
	text-decoration: none;
	color: #666666;
}

.megamenu .column_partner ul li a strong{
	text-decoration: none;
	color: #000033;
}

.megamenu .column_partner ul li a em{
	text-decoration: none;
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.megamenu .column_partner ul li a:hover{
	color: #660000;
}
.megamenu .column_partner ul li a:hover strong{
	color: #660000;
}
.megamenu .columnteam{
	float: left;
	width: 220px; /*width of each menu column*/
	margin-right: 5px;
}

.megamenu .columnteam ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 5px;
}

.megamenu .columnteam ul li{
	padding-bottom: 5px;
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 13px;
	color: #666666;	
}

.megamenu .columnteam h3{
	font-family: Chalkduster;
	font-size: 17px;
	color: #330000;	
	margin: 0 0 6px 0;
	padding: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.megamenu .columnteam ul li a{
	text-decoration: none;
	color: #666666;
}
.megamenu .columnteam ul li a strong{
	text-decoration: none;
	color: #000033;
}

.megamenu .columnteam ul li a:hover{
	color: #660000;
}

.megamenu .columnteam ul li a:hover strong{
	color: #660000;
}

.megamenu .columnteam ul li .boldhilight a:hover{
	color: #660000;

}

.megamenu .column_resources{
	float: left;
	width: 270px; /*width of each menu column*/
	margin-right: 5px;
}

.megamenu .column_resources ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 5px;
}

.megamenu .column_resources ul li{
	padding-bottom: 5px;
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 13px;
	color: #666666;	
}

.megamenu .column_resources h3{
	font-family: Chalkduster;
	font-size: 17px;
	color: #330000;
	margin: 0 0 3px 0;	
	padding: 3px;
}

.megamenu .column_resources ul li a{
	text-decoration: none;
	color: #666666;
}
.megamenu .column_resources ul li a strong{
	text-decoration: none;
	color: #000033;
}

.megamenu .column_resources ul li a:hover{
	color: #660000;
}


.megamenu .column_resources ul li a:hover strong{
	color: #660000;
}

.megamenu .column_resources ul li .boldhilight a:hover{
	color: #660000;
}


.megamenu .column_ministry{
	float: left;
	width: 330px; /*width of each menu column*/
	margin-right: 5px;
}

.megamenu .column_ministry ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 5px;
}

.megamenu .column_ministry ul li{
	padding-bottom: 5px;
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 13px;
	color: #666666;
}

.megamenu .column_ministry h3{
	margin: 0 0 3px 0;
	padding: 3px;
	font-family: Chalkduster;
	font-size: 17px;
	font-weight: bold;
	color: #330000;
}

.megamenu .column_ministry ul li a{
	text-decoration: none;
	color: #666666;
}
.megamenu .column_ministry ul li a strong{
	text-decoration: none;
	color: #000033;
}

.megamenu .column_ministry ul li a:hover{
	color: #660000;
}

.megamenu .column_ministry ul li a:hover strong{
	color: #660000;
}

.megamenu .column_ministry ul li .boldhilight a:hover{
	color: #660000;
}

#header {
	width: 970px;
	padding: 0px;
	position: relative;
	height: 400px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	z-index: 125;
}

#logo {
	padding: 0px;
	float: left;
	border: color: #FFF;
	margin: 0px 0 0 20;
}

.menu_home {
	font-family: Chalkduster;
	font-size: 14px;
	color: #330000;
	text-decoration: none;
	float: left;
	clear: right;
	padding-top: 18px;
	padding-left: 10px;
	font-weight: bold;
}
.menu_other_first {
	font-family: Chalkduster;
	font-size: 14px;
	color: #330000;
	text-decoration: none;
	float: left;
	margin-left: 25px;
	padding-top: 18px;
	font-weight: bold;
}
.menu_other {
	font-family: Chalkduster;
	font-size: 14px;
	color: #330000;
	text-decoration: none;
	float: left;
	margin-left: 25px;
	padding-top: 18px;
	font-weight: bold;
}
#menu_search {
	font-family: "Stone Sans OS ITC TT-Bold";
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 20px;
	position: relative;
	top: -80px;
	float: right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	z-index: 130;
}

#menubar {
	height: 50px;
	width: 970px;
	-webkit-border-radius: 6px;
	background-image: url(images/menubar.png);
	position: relative;
	z-index: 3000;
}
#nav_top {
	background-color: #CEA500;
	clear: both;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: 30px;
	text-align: left;
	padding: 5px;
}
#page_graphic {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 980px;
	padding-top: 5px;
}
#wewantyou_graphic {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 980px;
	padding-top: 1em;
}
#prayer_warrior_page_graphic {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
	padding-top: 1em;
}
#content {
	text-align: justify;
	clear: both;
	width: 970px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 1em;
	padding-top: 1em;
}
#content p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}
.underline {
	border-bottom-width: medium;
	border-bottom-style: solid;
}
.bold {
	font-weight: bold;
}
.boldhighlight  {
	font-weight: bold;
	color: #CC9900;
}
.boldhighlight a:hover{
	color: #FFFFFF;
}
.bolderhighlight  {
	font-weight: bold;
	color: #CC9900;
	font-size: 2em;
}
.bolderhighlight a:hover{
	color: #FFFFFF;
}
#content em a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-variant: small-caps;
	color: #993300;
	text-decoration: none;
}
#content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #993300;
	text-decoration: none;
}
#content em a:hover, #content a:hover {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#footer {
	font-size: 10px;
	color: #333333;
	clear: both;
	width: 1010px;
	padding: 3em 1em 2em 2em;
	margin-top: 2em;
	height: 470px;
	background-image: url(images/footer/footergraphic.jpg);
	background-repeat: no-repeat;
}
#footer .footertitle{
	float: left;
	width: 970px;
	text-align: center;
	padding-bottom: 2em;
}
#footer .footertitle h3 {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 18px;
	color: #000000;
	text-align: center;
	line-height: 0.4em;
}
#footer .footertitle a {
	text-decoration: none;
	color: #993300;	
}
#footer .footertitle p a {
	text-decoration: none;
	color: #993300;	
}
#footer .footertitle a:hover {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#footer .footertitle p a:hover {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#footer .footercopyright {
	float: left;
	width: 970px;
	text-align: center;
	height: 50px;
	margin-top: 0px;
}
#footer .footercopyright p a {
	text-decoration: none;
	color: #993300;	
}
#footer .footercopyright p a:hover {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#footer .footercolumn {
	float: left;
	width: 180px;
	margin-left: 10px;
}

#footer .footercolumn h3 {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 11px;
	color: #000000;
	text-align: left;
	line-height: 0.2em;
}
#footer .footercolumn p{
	text-align: center;
}
#footer .footercolumn ul{
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bolder;
	font-size: 11px;
	color: #993300;
}
#footer .footercolumn h4{
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bolder;
	font-size: 11px;
	color: #000000;
}

#footer .footercolumn h4 a{
	text-decoration: none;
	color: #000000;	

}

#footer .footercolumn h4 a:hover{
	color: #FFFFFF;
}
#footer .footercolumn li{
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer .footercolumn li a{
	text-decoration: none;
	color: #000033;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#footer .footercolumn ul li a em{
	text-decoration: none;
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer .footercolumn li a:hover{
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}	
}
#menusearchform  {
	color: #CCB392;
	font-weight: bold;
}

/* Style the menu and position list items */
ul.mainMenu {
	position: relative;
	width: 780px;
	text-align: right;
	height: 35px;
	padding: 0 8px;
	background: #fff url(images/menu_bg_purple.png) repeat-x;
}
ul.mainMenu li { float: left; list-style: none; }

/* Style and position links and images in second level list items */
ul.mainMenu li a {
	display: block;
	height: 30px;
	padding: 8px 12px;
	text-decoration: none;
	color: #FFFFFF;
}
ul.mainMenu li a:hover {
	color: #222;
	background: url(images/menu_bg_hover.png) repeat-x;
}

/* When hovering over main list items, show second level lists */
/* This is only for #menu1 */
ul.cssonly li:hover ul { display: block; }

/* Position and style second level lists and items */
ul.mainMenu ul {
	position: absolute;
	top: 35px;
	left: 8px;
	padding-top: 5px;
	background: #fdfdfd url(images/shadow.png) repeat-x;
	display: none; /* Hide until parent list item is hovered on */
}
ul.mainMenu ul li { padding: 8px; border-right: dashed 1px #f4f4f4; }
ul.mainMenu ul li:last-child { border: 0; }
ul.mainMenu ul li.title {
	float: none; /* Remove parent float setting */
	padding: 6px 10px;
	border: 0; /* Remove parent border setting */
	border-bottom: dashed 1px #f4f4f4;
	font-size: 11px;
	font-weight: bold;
}
ul.mainMenu ul img { height: 64px; width: 64px; }
ul.mainMenu ul span { display: block; }
ul.mainMenu ul a {
	height: 80px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #ebebeb;
	background: #fff;
}
ul.mainMenu subnav {
	background-color: #003333;
}
ul.mainMenu ul a:hover { background: #f4f7fa; }
ul.mainMenu ul a img { opacity: .7; border: 0; }
ul.mainMenu ul a:hover img { opacity: 1; }

/* When hovering over a list item link show the more info div */
ul.mainMenu ul a:hover span.moreinfo {
	display: block;
	text-align: center;
}

/* Position and style the more info div */
ul.mainMenu ul span.moreinfo {
	display: none;
	width: 275px;
	position: absolute;
	bottom: -25px;
	left: 12px;
	padding: 6px 10px;
	background: #fff;
	text-align: center;
	font-weight: normal;
	background-color: #003333;
}

/* Rounded corners */
ul.mainMenu { -webkit-border-radius: 6px; -moz-border-radius: 6px; }
ul.mainMenu ul { 
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}
div.wrapper,
ul.mainMenu ul a { -webkit-border-radius: 10px; -moz-border-radius: 10px; }

/* IE6 FIXES */
ul.mainMenu li,
ul.mainMenu li a { _float:left; _display: inline; }
#columnwrapper {
	clear: both;
	width: 1000px;
	margin: 12px auto auto 5px;
}
#columnborderimage {
	float: left;
	height: 255px;
	width: 2px;
	background-image: url(images/subcontent_border_gradient.png);
	background-repeat: repeat-x;
	margin-top: 10px;
}
#column1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	height: 230px;
	width: 219px;
	margin-top: 30px;
	margin-left: 12px;
}

#column1 h3 {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 16px;
	color: #000000;
	text-align: left;
	line-height: 0.2em;
}
#column1    p {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 0.4em;
	padding-bottom: 1em;
}

#column1 a {
	text-decoration: none;
}

#column2 {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 12px;
	float: left;
	height: 230px;
	width: 219px;
	padding: 5px 10px 0 5px;
	margin: 30px 0px 10px 40px;
}
#column2 a {
	text-decoration: none;
}
#column3 a {
	text-decoration: none;
}
#column4 a {
	text-decoration: none;
}
#column2 h3 {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 16px;
	color: #000000;
	text-align: left;
	line-height: 0.4em;
}
#column2  p {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 0.6em;
	padding-bottom: 1em;
}

#column3 {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 12px;
	float: left;
	height: 241px;
	width: 200px;
	padding: 5px 10px 0 10px;
	margin: 30px 0px 10px -40px;
}

#column3 h3 {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 16px;
	color: #000000;
	text-align: left;
	line-height: 0.4em;
}
#column3  p {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 0.6em;
	padding-bottom: 1em;
}
#column4 {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 12px;
	width: 190px;
	position: relative;
	left: 728px;
	top: -660px;
	padding: 5px 12px 0 5px;
}
#column4 #verseoftheday {
	position: relative;
	top: -20px;
	left: 10px;
}
#column4 #verseoftheday img{
	margin: 0 auto 0 auto;
	text-align: center;
}
#column4 h3 {
	font-family: "Handwriting - Dakota";
	font-size: 14px;
	color: #000000;
	text-align: left;
	line-height: 0.4em;
}
#column4  p {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 0.6em;
	padding-bottom: 1em;
}
#teammember_bio {
	text-align: justify;
	clear: both;
	width: 970px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 1em;
	padding-top: 1em;
}
#teammember_bio p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.4em;
	font-variant: normal;
}
#teammember_bio a {
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}

#teammember_bio a:hover {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
.smalltitle  {
	font-size: 14px;
	font-weight: bold;
}
#teamcolumn1 {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 12px;
	float: left;
	height: 440px;
	width: 235px;
	padding: 10px 10px 0 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #666;
	background-image: url(images/gradients/subcontent_border_gradient.png);
	margin: 10px 0px 10px 0px;
	text-align: center;
	background-repeat: repeat-x;
	background-color: #e2ceb0;
}
#teamcolumn1 strong {
	font-weight: bold;
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 12px;
}
.style2 {
	color: #996666;
}
.style4 {
	color: #996666;
	font-size: 8pt;
}
.style9 {
	font-size: 9pt;
	color: #000000;	
}
.style9a {
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
}

#teamcolumn1 h3 {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 16px;
	color: #000000;
	text-align: left;
}
#teamcolumn1    p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
}
#teamcolumn1 a {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

#teamcolumn1 a:hover  {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#teamcolumn2 {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 12px;
	float: left;
	height: 440px;
	width: 430px;
	padding: 10px 10px 0 5px;
	-webkit-border-radius: 6px;
	margin: 10px 0px 10px 10px;
}
#teamcolumn2 h3 {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 16px;
	color: #000000;
	text-align: left;
}
#teamcolumn2  p {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 0.6em;
	padding-bottom: 1em;
}
#teamcolumn3 {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 12px;
	float: left;
	height: 440px;
	width: 235px;
	padding: 10px 10px 0 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #666;
	background-image: url(images/gradients/subcontent_border_gradient.png);
	margin: 10px 0px 10px 10px;
	background-repeat: repeat-x;
	background-color: #e2ceb0;
	text-align: center;
}

#teamcolumn3 h3 {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 16px;
	color: #000000;
	text-align: left;
}
#teamcolumn3 h4 a {
	font-family: "Handwriting - Dakota";
	font-size: 20px;
	color: #000000;
	text-align: center;
}
#teamcolumn3  p {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 11px;
	color: #333333;
	text-align: center;
}
#teamcolumn3 a {
	font-weight: bold;
	color: #993300;
	text-decoration: none;
	font-size: 12px;
}

#teamcolumn3 a:hover  {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#teamcolumn3 .acrobat {
	padding-top: 30px;
}
#teamvideo1 {
	width: 430px;
	height: 400px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin:0 auto;
	text-align:center;
	clear: both;
}
#teamvideo1 h3 {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 16px;
	color: #000000;
	text-align: left;
}
#page_graphic p {
	font-family: "Stone Sans OS ITC TT-Bold";
	font-size: 72pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#threecolumncontent {
	text-align: justify;
	clear: both;
	width: 970px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 1em;
	padding-top: 1em;
	height: 600px;
}
#threecolumncontent p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}
#page_graphic #right_image {
	float: right;
}
#threecolumncontent #rd_image {
	float: left;
	width: 475px;
	padding-top: 2em;
}
#threecolumncontent #rd_desc {
	float: left;
	width: 485px;
	height: 550px;
	margin-top: 1em;
}
#threecolumncontent #rd_desc h3{
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 20px;
	color: #000000;
	text-align: left;
}
#threecolumncontent #rd_desc p{
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}
#page_graphic #left_image {
	float: left;
	padding-top: 1em;
	padding-left: 2em;
}
#page_graphic #index_image{
	float: left;
	padding-top: 0px;
}
#page_graphic #right_image_central {
	float: right;
	padding-top: 2em;
}
#page_graphic #left_image_eastern {
	float: left;
	padding-top: 1em;
	padding-left: 4em;
}
#page_graphic #region_desc p {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 1em;
	padding-top: 3em;
	line-height: 1.6em;
	padding-left: 2em;
}
#page_bottom {
	text-align: justify;
	clear: both;
	width: 970px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 1em;
	padding-top: 1em;
	background-color: #f1e1c8;
}
#page_bottom p {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 1em;
	padding-top: 3em;
	line-height: 1.6em;
	padding-left: 2em;
}

#page_graphic   #region_desc   p  b {
	font-weight: bold;
	color: #996600;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#page_graphic #region_desc {
	float: left;
	width: 450px;
	height: 475px;
}
#page_graphic #prayer_warrior_desc {
	float: left;
	width: 500px;
	height: 500px;
	padding-top: 10em;
	padding-right: 6em;
	vertical-align: middle;
}
#page_graphic #prayer_warrior_img {
	float: left;
	padding-top: 1em;
	padding-left: 2em;
}
#page_graphic #prayer_warrior_desc p {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 1em;
	padding-top: 3em;
	line-height: 1.6em;
	padding-left: 2em;
}
#page_graphic   #prayer_warrior_desc p b {
	font-weight: bold;
	color: #996600;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#open_format_content {
	text-align: justify;
	clear: both;
	width: 970px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 1em;
	padding-top: 2em;
}

#stmslideshow {
	float: left;
	width: 640px;
}
#open_format_content p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}
#open_format_content a, #threecolumncontent a {
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}
#open_format_content td a {
	font-weight: bold;
	color: #993300;
	text-decoration: none;
	text-align: center;
}

#open_format_content a:hover, #threecolumncontent a:hover  {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#open_format_content .float_image_right {
	float: right;
	margin: 2em 0em 2em 3em;
}
#open_format_content .float_hist_image_right {
	float: right;
	margin: 5px 0px 5px 10px;
}
#float_callout_window_right {
	float: right;
	margin: 2em 0em 2em 3em;
	padding: 5px 10px 5px 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 3px solid #999999;
	background-image: url(images/gradients/white_gray500.png);
	text-align: center;
}

#float_callout_window_right p{
	text-align: center;
}

#float_callout_window_right a  {
	text-decoration: none;
}
#float_callout_window_right a:hover  {
	font-weight: bold;
	color: #666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

#float_callout_window_left {
	float: left;
	margin: 2em 3em 2em 0em;
	padding: 5px 5px 5px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 3px solid #999999;
	background-image: url(images/gradients/white_gray500.png);
	text-align: center;
}

#float_callout_window_left p{
	text-align: center;
}

#float_callout_window_left a  {
	text-decoration: none;
}
#float_callout_window_left a:hover  {
	font-weight: bold;
	color: #666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}


#float_callout_window_center {
	margin: 0 auto
	padding: 5px 10px 5px 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 3px solid #999999;
	background-image: url(images/gradients/white_gray500.png);
	text-align: center;
	background-repeat: repeat-x;
	margin: 0 auto o auto;
}

#float_callout_window_center p{
	text-align: center;
}

#float_callout_window_center td a  {
	text-decoration: none;
	color: #003399 
}
#float_callout_window_center a:hover  {
	font-weight: bold;
	color: #666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

#open_format_content .float_image_left {
	float: left;
	margin-top: 2em;
	margin-right: 3em;
	margin-bottom: 2em;
	margin-left: 0em;
}
#open_format_content .float_hist_image_left {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.centertext {
	text-align: center;
}
#open_format_content .faq .centertext {
	text-align: center;
}
#faq_menu li a{
	text-decoration: none;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 14px;
	color: #993300;
}
#faq_menu {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0000CC;
	padding-bottom: 2em;
}
#faq_menu a:hover  {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
.faq_text_center {
	text-align: center;
}
.faq_text_center  img {
	padding-right: 3em;
	padding-left: 3em;
}
#ourgoals {
	width: 970px;
	float: left;
	padding: 1em 0em 2em 0em;
}
#ourroots {
	width: 970px;
	float: left;
	padding-top: 3em;
}
#ourvision {
	width: 600px;
	float: right;
	padding-bottom: 6em;
}
#videoleft1 {
	float: left;
	width: 480px;
}
#videoright1 {
	float: left;
	width: 480px;
}
#videoleft2 {
	float: left;
	width: 480px;
}
#videoright2 {
	float: left;
	width: 480px;
}
#stmcolumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 270px;
	padding: 5px 10px 5px 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #666;
	background-image: url(images/gradients/subcontent_gradient.png);
	margin: 10px 0px 10px 0px;
	background-repeat: repeat-x;
}
#stmcolumn2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 270px;
	padding: 5px 10px 5px 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #666;
	background-image: url(images/gradients/subcontent_gradient.png);
	margin: 10px 0px 10px 0px;
	background-repeat: repeat-x;
}
#stmslideshow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/gradients/subcontent_gradient.png);
	position: relative;
	top: 10px;
	left: 155px;
	width: 660px;
	background-repeat: repeat-x;
	border: 1px solid #666;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 5px 10px 0px 5px;
	height: 530px;
}
#stmcolumn h2, #stmcolumn2 h2, #stmslideshow h2, #stmschedule h2 {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 32px;
	color: #612202;
	text-align: left;
	line-height: 0.2em;
	font-weight: bolder;
}
#stmcolumn h3, #stmcolumn2 h3, #stmslideshow h3, #stmschedule h3 {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 20px;
	color: #612202;
	text-align: left;
	line-height: 0.2em;
}
#stmcolumn p, #stmcolumn2  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding-bottom: 1em;
}

#stmcolumn a, #stmcolumn2 a {
	text-decoration: none;
	color: #993300;
	font-weight: bold;
	font-size: 14px;
}
#stmcolumn a:hover, stmcolumn2 a:hover  {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#stmcolumn .centertext, stmcolumn2 .centertext  {
	text-align: center;
}
#stm_region_desc {
	float: left;
}
#stm_region_desc p {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}
#stmschedule {
	float: right;
	width: 660px;
	margin-left: 1em;
}

#stmschedulewestimg {
	float: left;
	padding-top: 3em;
	clear: left;
	margin-top: 1em;
}
#stmdisclaimer {
	float: left;
	width: 400px;
	margin-left: 10em;
	margin-top: 5em;
}
#stmschedulewesttable {
	float: right;
	padding-top: 2em;
	clear: right;
}
#stmschedulewesttable td{
	text-align: center;
}
#stmwestadmin {
	float: right;
	width: 420px;
	padding-bottom: 8em;
}
#stmwestadmin p {
	text-align: center;
}
#stmschedulecentralimg {
	float: right;
	padding-top: 1em;
	height: 370px;
}
#stmschedulecentraltable {
	float: left;
	padding-top: 1em;
	width: 350px;
}
#stmschedulecentraltable td{
	text-align: center;
}
#stmcentraladmin {
	float: left;
	width: 350px;
	padding-bottom: 9em;
}
#stmcentraladmin p {
	text-align: center;
}
#stmscheduleeastimg {
	float: left;
	padding-top: 3em;
	clear: left;
	margin-top: 1em;
}
#stmscheduleeasttable {
	padding-top: 2em;
	width: 405px;
	clear: right;
	float: right;
}
#stmscheduleeasttable td{
	text-align: center;
}
#stmeastadmin {
	float: right;
	width: 410px;
}
#stmeastadmin p {
	text-align: center;
}
#two_column1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 460px;
	padding: 5px 10px 0 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #666;
	background-image: url(images/gradients/subcontent_border_gradient.png);
	margin: 10px 0px 10px 8px;
	background-repeat: repeat-x;
}
#two_column2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 460px;
	padding: 5px 10px 0 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #666;
	background-image: url(images/gradients/subcontent_border_gradient.png);
	margin: 10px 0px 10px 10px;
	background-repeat: repeat-x;
}
#subtitleblock {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	vertical-align: middle;
	float: left;
	border: 3px solid #333333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin: 10px 0px 5px 8px;
	padding: 5px;
	clear: both;
}
#filler {
	width: 700px;
	clear: both;
}

#two_column1 h3, #two_column2 h3 {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 16px;
	color: #000000;
	text-align: left;
	line-height: 0.2em;
}
#two_column1 p, #two_column2 p {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 1.6em;
	padding-bottom: 1em;
}

#two_column1 a, #two_column2 a {
	text-decoration: none;
	color: #993300;
}
#wewantyou_graphic #wewantyou_desc p {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 1em;
	padding-top: 3em;
	line-height: 1.6em;
	padding-left: 1em;
}
#wewantyou_graphic {
	height: 850px;
}
#wewantyou_graphic #wewantyou_desc   p  strong {
	font-weight: bold;
	color: #996600;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wewantyou_graphic #wewantyou_desc {
	float: left;
	width: 450px;
	height: 475px;
}
#wewantyou_graphic a {
	text-decoration: none;
	text-align: center;
	color: #993300;
	font-weight: bold;
	font-size: 14px;
}
#wewantyou_graphic a:hover  {
	font-weight: bold;
	color: #999999;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#wewantyou_graphic #wewantyou_image {
	float: right;
	margin-top: 5em;
}
#wewantyou_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 270px;
	padding: 5px 10px 0 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 3px solid #666;
	margin: 3px 3px 3px 3px;
	background-image: url(images/gradients/white_gray_gradient.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	position: relative;
	height: 290px;
}
#wewantyou_shadowbox {
	background-color: #CCCCCC;
	height: 308px;
	width: 297px;
	border: 1px solid #999999;
	position: relative;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wewantyou_fillerbox {
	height: 310px;
	width: 298px;
	position: relative;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#currentopportunities {
	height: 500px;
}
#wewantyou_content h3 {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 20px;
	color: #000000;
	text-align: left;
	line-height: 0.2em;
	padding-left: 5px;
}
#wewantyou_content p {
	font-family: "Helvetica Neue Bold Condensed";
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 1.6em;
	padding-left: 5px;
	padding-right: 5px;
}
#wewantyou_content  p a {
	text-decoration: none;
	color: #993300;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
#wewantyou_content a:hover  {
	font-weight: bold;
	color: #999999;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#main_support_desc {
	float: right;
	margin: 1em 1em 1em 2em;
	padding: 5px 10px 5px 5px;
	width: 400px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}

#main_support_slideshow {
	float: left;
	margin-top: 1em;
	margin-left: 0em;
	margin-bottom: 2em;
    width: 480px;
	text-align: center;
}

#main_support_onlinegiving {
	float: right;
	margin-top: 1em;
    width: 420px;
	text-align: center;
}

#support_graphic_right {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 970px;
}
#support_graphic_left {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 970px;
}
#support_center {
	clear: both;
	float: left;
	margin: 10px auto 0px 185px;
	width: 600px;
	height: 500px;
}
#support_lavid {
	clear: both;
	float: left;
	margin: 0px auto 0px 50px;
	width: 835px;
	height: 1130px;
}

#support_text_right p{
	float: right;
	margin: 2em 0em 2em 3em;
	padding: 5px 10px 5px 5px;
	width: 480px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}
#support_text_right a  {
	text-decoration: none;
}
#support_text_right a:hover  {
	font-weight: bold;
	color: #999999;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;

}
#city_image_left {
	float: left;
	margin: 0px 0px 0px 0px;
	padding-right: 20px;
	width: 550px;
}
#city_image_right {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 970px;
}
#city_text p{
	float: left;
	padding: 2em 1em 2em 1em;
	width: 400px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}
#city_text_right{
	float: right;
	padding: 2em 1em 2em 1em;
	width: 400px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}
#city_text_right p{
	float: right;
	margin: 2em 0em 2em 3em;
	padding: 5px 10px 5px 5px;
	width: 400px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}
#city_text a {
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}

#city_text a:hover  {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

#elpaso_content {
	text-align: justify;
	clear: both;
	width: 970px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 1em;
	padding-top: 2em;
	z-index: 100;
}

#elpasovideo_shadowbox {
	background-color: #FFFFFF;
	height: 280px;
	width: 336px;
	position: relative;
	top: -1600px;
	left: 600px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	z-index: 200;
}
#elpasovideo {
	width: 270px;
	padding: 5px 10px 0 5px;
	position: relative;
	top: 15px;
	left: 14px;
	height: 290px;
	z-index: 300;
}
#elpasovideo p{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 30px;
}
