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

body {
	background-color: #8d8dc4;
	background-image: url(../church/images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
}


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

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

.tx-powermail-pi1_formwrap {
	margin-top: 5px;
}

.tx-powermail-pi1_fieldset {
	background-color: transparent !important;
	border: none !important;
	margin: 0px !important;
	padding: 0px !important;
}

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

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

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

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

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

.tx_powermail_pi1_fieldwrap_html option {
	padding: 0px;
}

.tx_powermail_pi1_fieldwrap_html img.powermail_captcha {
	margin-left: 65px;
}

.tx_powermail_pi1_fieldwrap_html_captcha_description {
	margin-left: 65px;
	width: auto;
}

.tx_powermail_pi1_fieldwrap_html input.powermail_submit {
	width: auto !important;
}

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

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

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

/* ------------------------------------------------------------------ */
/* ------- Google Map Styling --------------------------------------- */
/* ------------------------------------------------------------------ *

.tx-rggooglemap-pi1 #treemenu1 {
	display: none;
}

.tx-rggooglemap-pi1 #poitab {
	display: none;
}

.tx-rggooglemap-pi1 #resultdiv {
	display: none;
}

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

#header {
	background-color: #fff;
	border-bottom: 1px solid #000;
}

#header #breakingnews {
	background-color: #e6e2b5;
	border-bottom: 1px solid #000;
}

#header #logo_banner {
	background-image: url(../church/images/bg_logobanner.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border-bottom: 1px #000 solid;
}

#header #logo_banner #login {
	display: none;
}

#navblock {
	background-color: #fff;
}

#navblock .nav {
	/*margin-bottom: 10px;*/
	z-index: 100;
}

#navblock .nav ul li {
	border-bottom: 1px solid #8D8DC4;
	display: block;
}

#navblock .nav ul li a {
	color: #8D8DC4;
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding: 8px 20px;
	text-decoration: none;
}

#navblock .nav ul li a:hover {
	background-color: #8D8DC4;
	color: #fff;
}

#navblock .nav ul li:hover, #navblock .nav ul a:hover, #navblock .nav ul li.over {
	background-color: #8D8DC4;
	color: #fff;
}

#navblock .nav ul li:hover a, #navblock .nav ul a:hover a, #navblock .nav ul li.over a {
	color: #fff;
}

#navblock .nav ul li ul {
	border-left: 1px solid #7A985E;
	border-top: 1px solid #7A985E;
	list-style-type: none;
	margin: 0px;
}

#navblock .nav ul li ul li {
	background-color: #fff;
	border-bottom: 1px solid #7A985E;
	border-left: 1px solid #7A985E;
	border-right: 1px solid #7A985E;
	border-top: none;
}

#navblock .nav ul li ul li a {
	color: #7A985E;
	padding-left: 5px;
}

#navblock .nav ul li ul li a:hover {
	background-color: #7A985E;
	color: #fff;
}

#navblock .nav ul li:hover ul li:hover, #navblock .nav ul a:hover ul a:hover, #navblock .nav ul li.over ul li.over {
	background-color: #7A985E;
	color: #fff;
}

#navblock .nav ul li:hover ul li a, #navblock .nav ul a:hover ul li a, #navblock .nav ul li.over ul li a {
	color: #7A985E;
}

#navblock .nav ul li:hover ul li:hover a, #navblock .nav ul a:hover ul a:hover a, #navblock .nav ul li.over ul li.over a {
	color: #fff;
}

#navblock #search {
	display: none;
}

#navblock #searchbar {
	background-color: #fff;
	border: 1px solid #03039b;
}

#navblock .searchbar {
	background-color: #fff;
}

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

#content {
	border-bottom: 1px solid #000;
}

/*.jdGallery .slideInfoZone h2 {
	background-image: none;
	font-size: 12px;
	line-height: normal;
}

.tx-rgsmoothgallery-pi1 {
	float: left;
}

.myGallery {
	border: none;
}

/* ------------------------------------------------------------------ */
/* ------- Three Column General Styling ----------------------------- */
/* ------------------------------------------------------------------ */
	
.threecol {
	background-image: url(../church/images/bg_threecol.png);
	background-repeat: repeat-y;
}

.threecol hr.clearer {
	display: none;
}

.threecol h2 {
	margin: 0px;
}

.threecol .news-list-container {
	padding: 10px 10px 0px !important;
}
		

/*.threecol .morelink a {
	float: right;
	color: #132359;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
}

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

.threecol p.morelink {
	margin: 0px;
}*/

/* ------------------------------------------------------------------ */
/* ------- Left Columm - General Styling ---------------------------- */
/* ------------------------------------------------------------------ */

.leftcol h2 {
	background-color: #7a995e;
}

.leftcol .news-list-item h3 a {
	color: #669966;
}

.leftcol .news-list-date {
	background-color: transparent;
	border: none;
	color: #669966;
	display: block;
	height: auto;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: auto;
}

.leftcol .morelink a {
	color: #669966;
}

.leftcol #prof_script .csc-menu a {
	color: #000;
	text-decoration: none;
}

.leftcol #prof_script .csc-menu a:hover {
	text-decoration: underline;
}

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

.threecol .centercol h2 {
	background-color: #b8ac2c;
}

.threecol .centercol .news-list-item h3 a {
	color: #cc9933;
}

.threecol .centercol .morelink a {
	color: #cc9933;
}

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

.threecol .rightcol h2 {
	background-color: #944c4c;
}

.threecol .rightcol .news-list-item h3 a {
	color: #993333;
}

.threecol .rightcol .morelink a {
	color: #993333;
}

/* ------------------------------------------------------------------ */
/* ------- Two Column Wide Right - General Styling ------------------ */
/* ------------------------------------------------------------------ */

.tcwr {	
	background-image: url(../church/images/bg_tcwr.png);
	background-repeat: repeat-y;
}

.tcwr hr.clearer {
	display: none;
}	

/*.tcwr .morelink a {
	float: right;
	color: #132359;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
}

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

.tcwr p.morelink {
	margin: 0px;
}

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

.tcwr .rightcol {
	background-color: #f5f2c9;
}

.tcwr .rightcol h2 {
	background-color: #944c4c;
	border-bottom: 1px solid #000;
	color: #fff;
}

.tcwr .rightcol h2 a {
	color: #fff;
}

.tcwr .rightcol .csc-header h3 {
	background-color: #944c4c;
}

.tcwr .rightcol a, .tcwr .rightcol .news-list-item h3 a {
	color: #993333;
}

.tcwr .rightcol .tx-ttnews-browsebox a {
	color: #000;
}

.tcwr .rightcol .tx-ttnews-browsebox-SCell {
	background-color: #993333;
	border: 1px solid #fff;
}

.tcwr .rightcol .tx-ttnews-browsebox-SCell a {
	color: #fff;
}

/* ------------------------------------------------------------------ */
/* ------- TCWR - Right Column - Calendar Styling ------------------- */
/* ------------------------------------------------------------------ */

.tcwr .rightcol .linked_today_nolink {
	background-color: #8D8DC4;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #fff;
}

.tcwr .rightcol .linked_day {
	background-color: #993333;
	border-color: #000;
	border-left: none;
	border-right: none;
	color: #fff;
}

.tcwr .rightcol .linked_today {
	background-image: url(../images/navbg_over.gif);
	border-color: #000;
	border-left: none;
	border-right: none;
	color: #000;
}

.rcMenuContainer {
	background: #f5f2c9 none repeat scroll 0 !important;
	border-color: #000 !important;
}

.rcMenuItem {
	background-color: #8D8DC4 !important;
	border: none !important;
	color: #fff !important;
}

.rcMenuItemHover {
	background-color: #fff !important;
	border: none !important;
	color: #8D8DC4 !important;
}

.rcMenuItemText {
	background: #993333 none repeat scroll 0% !important;
}

/* ------------------------------------------------------------------ */
/* ------- TCWR - Right Column - Single Styling --------------------- */
/* ------------------------------------------------------------------ */

.tcwr .rightcol .news-single-headerarea {
	background-color: #B7B165;
}

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

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}

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

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