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

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
}

#container {
	margin: 10px auto 0px;
	width: 985px;
	text-align: left;
}

/* ------------------------------------------------------------------ */
/* ------- News Category Master Display Option ---------------------- */
/* ------------------------------------------------------------------ */

.news-list-category {
	display: none;
}

.news-latest-category {
	display: none;
}

.news-single-category {
	display: none;
}

/* ------------------------------------------------------------------ */
/* ------- Contact Form Styling ------------------------------------- */
/* ------------------------------------------------------------------ */

.tx-powermail-pi1 {
	float: left;
	height: auto;
	width: 431px;
}

.tx-powermail-pi1_fieldset {
	margin: 0px;
	border: none;
	padding: 0px;
}

.tx-powermail-pi1 legend {
	display: none;
}

.tx_powermail_pi1_fieldwrap_html {
	clear: both;
	float: left;
	margin: 0px;
	width: 279px;
}

.tx_powermail_pi1_fieldwrap_html label {
	display: block;
	float: left;
	margin-right: 14px;
	padding-top: 8px;
	text-align: right;
	width: 90px;
}

.tx_powermail_pi1_fieldwrap_html input, .tx_powermail_pi1_fieldwrap_html textarea {
	background-color: #fff;
	border: 1px solid #000;
	display: block;
	float: right;
	margin: 4px 0px;
	width: 175px;
}

.tx_powermail_pi1_fieldwrap_html select {
	margin: 4px 0px;
	border: 1px solid #000;
}

.tx_powermail_pi1_fieldwrap_html option {
	padding: 0px;
}

.powermail_captcha {
	margin-left: 104px;
}

.tx-srfreecap-pi2-image {
	float: left;
	margin: 0px 5px;
}

/* ------------------------------------------------------------------ */
/* ------- Search Form Styling -------------------------------------- */
/* ------------------------------------------------------------------ *

.news-search-form {	
	background-color: transparent;
	border: none;
	padding: 0px;
}

/* ------------------------------------------------------------------ */
/* ------- Header Styling ------------------------------------------- */
/* ------------------------------------------------------------------ */

#header {
	float: left;
	width: 985px;
}

#banner {
	height: auto;
	float: left;
}

#navbar {
	background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 985px;
}

.navline {
	float: left;
	height: auto;
	width: auto;
	color: #d82922;
}

.menu {
	color: #003399;
	float: left;
	font-family: Georgia;
	font-size: 14px;
	height: auto;
	margin: 5px 4px 0px;
	position: relative;
	width: 700px;
	z-index: 100;
}

.menu ul {
	height: auto;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu ul li {
	float: left;
	height: auto;
	position: relative;
}

.menu ul li.first a {
	padding-left: 0px !important;
}

.menu ul li a {
	background-image: url(../images/nav_line.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #003399;
	display: block;
	height: auto;
	padding: 2px 6px;
	text-decoration: none;
	position: relative;
}

.menu ul li a:hover {
	text-decoration: underline;
}

.menu ul li:hover ul, .menu ul a:hover ul, .menu ul li.over ul {
	display: block;
	visibility: visible;
}
	
.menu ul li ul {
	border-top: 1px solid #d82922;
	height: 0pt;
	left: -1pt;
	position: absolute;
	top: 14px;
	visibility: hidden;
	width: 160px;
}

.menu ul li ul li {
	background-color: #e7e7e7;
	background-image: none;
	border-bottom: 1px solid #d82922;
	border-left: 1px solid #d82922;
	border-right: 1px solid #d82922;
	width: 158px;
	height: auto;
}

.menu ul li ul li a {
	padding: 5px;
	height: 9px;
	background-image: none;
	background-color: #e7e7e7;
}

.menu ul li ul li a:hover {
	background-color: #d82922;
	background-image: none;
	color: #fff;
	font-weight: bold;
}

#date {
	color: #003399;
	float: right;
	font-family: Georgia;
	font-size: 14px;
	height: auto;
	margin: 5px 15px;
}

/* ------------------------------------------------------------------ */
/* ------- Content Styling ------------------------------------------ */
/* ------------------------------------------------------------------ */

#content {
	background-image: url(../images/bg_content.png);
	background-repeat: no-repeat;
	width: 985px;
	height: auto;
	float: left;
	min-height: 483px;
}

h2 {
	color: #0b2f89;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	height: auto;
	line-height: 18px;
	margin: 0px;
	padding: 3px 5px;
	width: auto;
}

.csc-header {
	background-image: url(../images/bg_h2.gif);
	background-repeat: repeat-x;
	float: left;
	height: 27px;
	margin-bottom: 5px;
	margin-left: 3px;
}

.csc-textpic {
	float: left;
	margin-left: 3px;
}

hr.clearer {
	display: none;
}

.news-list-container, .news-latest-container {
	float: left;
	height: auto;
	padding: 0px 5px;
}

.news-list-morelink, .news-latest-morelink {
	display: none;
}

p.bodytext {
	/*float: left;*/
	margin: 0px 0px 10px;
	padding: 0px 5px;
}

.morelink a {
	color: #0B2F89;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	text-decoration: none;
}

.morelink a:hover {
	text-decoration: underline;
}

p.morelink {
	float: left;
	margin: 0px 5px 5px;
}

/* ------------------------------------------------------------------ */
/* ------- Three Column General Styling ----------------------------- */
/* ------------------------------------------------------------------ */
	
.threecol {
	float: left;
	width: 985px;
	height: auto;
}

/* ------------------------------------------------------------------ */
/* ------- Three Column - Left Columm Styling ----------------------- */
/* ------------------------------------------------------------------ */

.threecol .leftcol {
	float: left;
	height: auto;
	margin: 5px 5px 10px 9px;
	width: 241px;
}

.threecol .leftcol a {
	text-decoration: none;
	color: #0b2f89;
}

.threecol .leftcol a:hover {
	text-decoration: underline;
}

.threecol .leftcol .lefttop, .threecol .leftcol .leftbtm {
	float: left;
	height: auto;
	width: 241px;
}

.threecol .leftcol .leftbox {
	float: left;
}

.threecol .leftcol .csc-header {
	width: 235px;
}

.threecol .leftcol .leftbox .leftcontent {
	background-image: url(../images/bg_leftcolsm.gif);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 241px;
}

/* ------------------------------------------------------------------ */
/* ------- Three Column - Left Column - Bible Resources Styling ----- */
/* ------------------------------------------------------------------ */

.threecol .leftcol #bible_res .csc-textpic-imagewrap {
	float: left;
	margin-bottom: 5px;
	padding: 0px 5px;
	width: 225px;
}

.threecol .leftcol #bible_res .csc-textpic {
}

.threecol .leftcol #bible_res .csc-textpic-image {
	border: 2px solid #00147c;
	margin: 0px;
}

.threecol .leftcol #bible_res .csc-textpic-text {
	float: left;
	padding: 0px 5px;
	width: 225px;
}

.threecol .leftcol #bible_res p.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 5px;
	padding: 0px;
	width: 100%;
}

/* ------------------------------------------------------------------ */
/* ------- Three Column - Left Column - Education Styling ----------- */
/* ------------------------------------------------------------------ */

.threecol .leftcol #education .news-list-container {
	margin-left: 3px;
	width: 225px;
}

.threecol .leftcol #education .news-list-item {
	margin-bottom: 5px;
}

.threecol .leftcol #education .news-list-item h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}

.threecol .leftcol #education .news-list-date {
	display: none;
}

.threecol .leftcol #education .news-list-image {
	display: none;
}

.threecol .leftcol #education .news-list-item p {
	padding: 0px !important;
}

.threecol .leftcol #education p.bodytext {
	float: none;
	margin: 0px;
	padding: 3px 5px;
}

.threecol .leftcol #education .comp_addy {
	float: left;
	margin: 5px 0px;
	padding: 0px 5px;
	width: 225px;
}

.threecol .leftcol #education .comp_addy p {
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}

.threecol .leftcol #education .csc-textpic {
}

/* ------------------------------------------------------------------ */
/* ------- Three Column - Center Column - General Styling ----------- */
/* ------------------------------------------------------------------ */

.threecol .centercol {
	float: left;
	height: auto;
	margin: 5px 5px 10px 0px;
	width: 447px;
}

.threecol .centercol .newstop, .threecol .centercol .newsbtm {	
	float: left;
	height: auto;
	width: 447px;
}

.threecol .centercol .csc-header {
	width: 441px;
}

.threecol .centercol .csc-textpic {
}

/* ------------------------------------------------------------------ */
/* ---- Three Column - Center Column - Article List Styling --------- */
/* ------------------------------------------------------------------ */

.threecol .centercol .articlebox {
	float: left;
}

.threecol .centercol .article_list {
	background-image: url(../images/bg_cencol.gif);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 447px;
}

.threecol .centercol .article_list .news-list-container, .twocolwideleft .leftcol .news-list-container {
	border: none;
	float: left;
	height: auto;
}

.threecol .centercol .article_list .news-list-container {
	margin-left: 3px;
	width: 431px;
}
 
.threecol .centercol .article_list .news-list-item, .twocolwideleft .leftcol .news-list-item {
	background-color: transparent;
	border: none;
	float: left;
	margin: 0px 0px 5px;
	padding: 0px;
	width: 100%;
}

.threecol .centercol .article_list .news-list-image, .twocolwideleft .leftcol .news-list-image {
	border: 2px solid #0B2F89;
	float: left;
	margin-right: 5px;
}

.threecol .centercol .article_list .news-list-item h3, .twocolwideleft .leftcol .news-list-item h3 {
	float: none !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px 0px 5px !important;
}

.threecol .centercol .article_list .news-list-item h3 a, .twocolwideleft .leftcol .news-list-item h3 a {
	text-decoration: none;
	color: #0B2F89;
	padding: 0px;
}

.threecol .centercol .article_list .news-list-item h3 a:hover, .twocolwideleft .leftcol .news-list-item h3 a:hover  {
	text-decoration: underline;
}

.threecol .centercol .article_list .news-list-date, .twocolwideleft .leftcol .news-list-date {
	display: none;
}

.threecol .centercol .article_list .news-list-item p, .twocolwideleft .leftcol .news-list-item p {
	float: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------------------------------------ */
/* ---- Interactive Map Styling ------------------------------------- */
/* ------------------------------------------------------------------ */

.tx-wecmap-pi1 {
	float: left;
	width: 441px;
}

.tx-wecmap-pi1 table, .tx-wecmap-pi1 tr {
	width: 431px;
}

.tx-wecmap-pi1 .tx-wecmap-map {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: -5px;
}

.tx-wecmap-pi1 .marker br {
	line-height: 0px;
}

/* ------------------------------------------------------------------ */
/* ------- Right Column - General Styling --------------------------- */
/* ------------------------------------------------------------------ */

.rightcol {
	float: left;
	height: auto;
	margin: 5px 15px 10px;
	width: 248px;
}

.rightcol .righttop, .threecol .rightcol .rightbtm {
	float: left;
	height: auto;
	width: 248px;
}

.rightcol .rightbox {
	float: left;
}

.rightcol .csc-header {
	width: 242px;
}

.rightcol .csc-textpic {
}

.rightcol .rightcontent {
	background-image: url(../images/bg_rightcol.gif);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 248px;
}

.rightcol a {
	text-decoration: none;
	color: #0b2f89;
}

.rightcol a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------ */
/* ------- Right Column - Language Select Styling ------------------- */
/* ------------------------------------------------------------------ */

.rightcol #lang {
	float: right;
	height: auto;
	margin: 5px 8px 5px 5px;
	width: auto;
}

.rightcol #lang p {
	float: left;
	margin: 0px;
	padding: 0px;
}

.rightcol #lang .tx-srlanguagemenu-pi1 img {
	margin: 0px 0px 0px 5px;
}

/* ------------------------------------------------------------------ */
/* ------- Right Column - Search Styling ---------------------------- */
/* ------------------------------------------------------------------ */

.rightcol #search {
	float: left;
	height: auto;
	margin-bottom: 2px;
	margin-left: 3px;
	width: 242px;
}

.rightcol #search #searchbar {
	border: 1px solid #003399;
	float: left;
	height: 19px;
	margin-left: 5px;
	overflow: hidden;
	width: 157px;
}

.rightcol #search .searchbar {
	border: 0px none;
	margin-left: 1px;
}

.rightcol #search #srchbtn {
	float: left;
	width: 68px;
	height: auto;
	margin-left: 5px;
}

/* ------------------------------------------------------------------ */
/* ------- Right Column - Daily Verse Styling ----------------------- */
/* ------------------------------------------------------------------ */

.rightcol #verse .tx-pdbiblegateway-pi1 {
	float: left;
	height: auto;
	margin-left: 3px;
	padding: 0px 5px;
	width: 232px;
}

.rightcol #verse .tx-pdbiblegateway-pi1 br {
	display: none;
}

.rightcol #verse .tx-pdbiblegateway-pi1 p {
	margin-top: 0px;
	margin-bottom: 5px;
}

.rightcol #verse .csc-testpic {
	float: left;
	margin-left: 3px;
}

.rightcol #verse .csc-textpic-imagewrap {
	float: left;
	margin-bottom: 5px;
	padding: 0px 5px;
	width: 232px;
}

.rightcol #verse .csc-textpic-image {
	border: 2px solid #00147c;
	margin: 0px;
}

.rightcol #verse .csc-textpic-text {
	float: left;
	padding: 0px 5px;
	width: 232px;
}

.rightcol #verse p.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 10px;
	width: 100%;
	padding: 0px;
}

.rightcol #verse ul {
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 3px;
	padding: 0px 5px;
	width: 232px;
}

.rightcol #verse ul li {
	font-size: 11px;
	margin-bottom: 5px;
}

/* ------------------------------------------------------------------ */
/* ------- Right Column - Donation Button Styling ------------------- */
/* ------------------------------------------------------------------ */

.rightcol .donatebtn {
	float: left;
	height: auto;
	width: 248px;
}

.rightcol .donatebtn .csc-textpic {
	margin-left: 0px;
}

.rightcol .donatebtn div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0px;
}

/* ------------------------------------------------------------------ */
/* ------- Right Column - History Styling --------------------------- */
/* ------------------------------------------------------------------ */

.rightcol #history ul {
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 3px;
	padding: 0px 5px;
	width: 232px;
}

.rightcol #history ul li {
	font-size: 11px;
	margin-bottom: 5px;
}
.rightcol #history .news-list-container {
	float: left;
	height: auto;
	margin-left: 3px;
	width: 232px;
}

.rightcol #history .news-list-item {
	margin-bottom: 5px;
}

.rightcol #history .news-list-image {
	border: 1px solid #000;
	margin-bottom: 5px;
}

.rightcol #history .news-list-item h3 {
	display: none;
}

.rightcol #history .news-list-date {
	display: none;
}

.rightcol #history .news-list-item p {
	float: none;
	margin: 0px;
	padding: 0px;
}

.rightcol #history .csc-textpic {
	padding: 0px 5px;
}

.rightcol #history .csc-textpic-image {
	border: 1px solid #000;
}

/* ------------------------------------------------------------------ */
/* ------- Right Column - Kulo Player Styling ----------------------- */
/* ------------------------------------------------------------------ */

.rightcol .tx-kuloplayer-pi1 {
	float: left;
	height: auto;
	margin-left: 3px;
	width: 242px;
}

.rightcol .tx-kuloplayer-pi1 p {
	margin: 0px;
}

.rightcol .tx-kuloplayer-pi1 .tx_kuloplayer_pi1-video {
	float: left !important;
	margin-top: 0px !important;
}

/* ------------------------------------------------------------------ */
/* ------- Footer Styling ------------------------------------------- */
/* ------------------------------------------------------------------ */

#footer {
	float: left;
	width: 985px;
	height: 115px;
	text-align: center;
	color: #000;
}

#footer a {
	color: #000;
	text-decoration: none;
}

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

#footer_adspace {
	border-top: 2px solid #d82922;
	background-color: #e7e7e7;
	float: left;
	height: auto;
	padding: 10px 148px;
	width: 728px;
}

#footer_nav {
	float: left;
	width: 985px;
	height: auto;
	text-align: center;
	margin-top: 3px;
	font-size: 12px;
}

#footer_nav ul {
	margin: 0px;
	padding: 0px;
}

#footer_nav ul li {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer_nav ul li a {
	padding: 2px 5px;
}

#footer_info {
	font-size: 12px;
	margin-top: 13px;
	width: 985px;
	text-align: center;
	float: left;
}

#footer_copy {
	font-size: 10px;
	float: left;
	margin-top: 10px;
	width: 985px;
}