﻿@charset "utf-8";
body {
	padding:0;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#ffffff;
}
a, a:active, a:visited {
	color:#ff8400;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
	line-height:0;
	height:0;
	width:0;
	visibility:hidden;
}
#topAd {
	padding:0;
	background:#5eb4f0 url('../images/topAdBG.jpg') center center no-repeat;
	text-align:center;
}
#topAd img, #topAd embed, #topAd object {
	margin:15px auto;
}
#bodyBG {
	background:#1d3e60 url('../images/bodybg.jpg') top center repeat-x;
	text-align:center;
}
#flourish {
	padding:0;
	margin:0 auto;
	background:transparent url('../images/flourishbg.jpg') top center no-repeat;
	text-align:center;
}
#header {
	padding:0;
	margin:0 auto;
	width:980px;
	height:217px;
	text-align:left;
}


/** FORM ELEMENTS **/
form {
	padding:0;
	margin:0;
}
label {
	display:block;
	padding:0 5px 0 0;
	float:left;
	width:100px;
	text-align:right;
}
input[type="text"],input[type="password"],select {
	display:block;
	font:normal 11px Arial, Helvetica, sans-serif;
	border:1px solid #000000;
	height:15px;
	width:150px;
	margin:0 0 5px 0;
	padding:2px 3px;
	color:#707070;
	background:#ffffff url('../images/inputbg.gif') top left no-repeat;
}
select {
	height:22px;
}
input.hidden {
	display:none;
}
textarea {
	display:block;
	font:normal 11px Arial, Helvetica, sans-serif;
	border:1px solid #000000;
	height:100px;
	width:150px;
	margin:0 0 5px 0;
	padding:2px 3px;
	color:#707070;
	background:#ffffff url('../images/inputbg.gif') top left no-repeat;
}
.clear {
	clear:both;
}


/** TOP NAVIGATION **/
#nav {
	padding:0 15px;
	margin:0 auto;
	width:950px;
	height:37px;
	text-align:left;
}
#navleft {
	padding:0;
	margin:0;
	height:37px;
	text-align:left;
}
#navleft a, #navleft a:active, #navleft a:visited {
	padding:8px 10px;
	line-height:30px;
	color:#77c0f5;
	text-decoration:none;
}
#navleft a:hover {
	color:#ffffff;
	text-decoration:none;
	background:transparent url('../images/navitembg.gif') top left repeat-x;
}
#navleft .selected {
	color:#ffffff;
	text-decoration:none;
	background:transparent url('../images/navitembg.gif') top left repeat-x;
}
#navleft .unselected {
	background-image:none;
}
#navright {
	display:none;
}

/** DROPDOWNS **/
.dropmenudiv {
	padding:0;
	margin:-2px 0 0 -9px;
	position:absolute;
	top:0;
	z-index:100;
	width:180px;
	visibility:hidden;
	text-align:left;
	background:transparent url('../images/dropshadowright.png') bottom right no-repeat;
}
.dropmenudiv2 {
	padding:0 9px 9px 9px;
	margin:0 0 0 0;
	background:transparent url('../images/dropshadowleft.png') bottom left no-repeat;
}
* html .dropmenudiv {
	background-image:none;
}
* html .dropmenudiv2 {
	background-image:none;
}
.dropmenucontent {
	padding:0 0 0 0;
	margin:0;
	text-align:left;
	background:#5893c5;
}
.dropmenudiv a, .dropmenudiv a:active, .dropmenudiv a:visited {
	display:block;
	padding:5px 11px;
	text-decoration:none;
	color:#FFFFFF;
}
* html .dropmenudiv a { /*IE only hack*/
	width:100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color:#2d689a;
}




/** SEARCHBOX **/
#searchbox {
	padding:0;
	margin:0;
	height:30px;
}
.searchform {
	margin:0;
	padding:0;
}
#searchbox input#searchtext {
	font:normal 11px Arial, Helvetica, sans-serif;
	border:1px solid #3b4a32;
	border-width:1px 0 1px 1px;
	height:15px;
	width:145px;
	margin:8px 0 0 0;
	padding:2px 0 0 3px;
	display:block;
	float:left;
	color:#707070;
	background:#ffffff url('../images/searchboxbg.gif') top left no-repeat;
}
#searchbox input#searchgobutton {
	margin:8px 0 0 0;
	width: 21px;
	height: 19px;
	cursor: pointer;
	text-indent: -9999px;
	background: url('../images/searchbuttonbg.gif') top left no-repeat;
	border:none;
	float:left;
}
#searchbox input#searchgobutton:hover {
	background: url('../images/searchbuttonbg.gif') bottom left no-repeat;
}
#IEhack #searchbox input#searchgobutton {
	width: 21px;
	height:19px;
	font-size: 0;
	text-align: right;
	border:none;
}










/** MAIN STUFF **/
#main {
	padding:0 15px;
	margin:0 auto;
	width:950px;
	min-height:500px;
	text-align:left;
}

#main h2 {
	margin:10px 0 0 0;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#ff8400;
}

/* HOME PAGE COLUMNS */
.index #leftcolumn {
	margin:0 14px 0 0;
	float:left;
	width:424px;
}
.index #centercolumn {
	margin:0 14px 0 0;
	float:left;
	width:248px;
}
.index #rightcolumn {
	float:left;
	width:248px;

}


/* INSIDE PAGE COLUMNS */
.inside #leftcolumn {
	margin:0 15px 0 0;
	float:left;
	width:315px;
}
.inside #centercolumn {
	margin:0 15px 0 0;
	float:left;
	width:444px;
}
.inside #rightcolumn {
	float:right;
	width:160px;
	padding:15px 0 15px 0;
}


/* CONTENT PAGE COLUMNS */
.content #leftcolumn {
	margin:0 15px 0 0;
	float:left;
	width:429px;
}
.content #centercolumn {
	margin:0 15px 0 0;
	float:left;
	width:330px;
}
.content #rightcolumn {
	float:right;
	width:160px;
	padding:15px 0 15px 0;
}

/* CONTENT FULL WIDTH */
.contentFull #leftcolumn {
	margin:0 15px 0 0;
	float:left;
	width:774px;
}
.contentFull #centercolumn {
	display:none;
}
.contentFull #rightcolumn {
	float:right;
	width:160px;
	padding:15px 0 15px 0;
}



/* RIGHT COLUMN ADS */
.rightad {
	margin:10px 0;
	text-align:center;
}
.rightad img {
	margin:0 auto;
}






#flashBox {
	margin:0 0 15px 0;
	height:250px;
	float:left;
}


/** NO FLASH AD ROTATOR **/
#noFlashAdRotator {
	width:636px;
	height:250px;
	position:relative;
}
.bannerad {
	position:relative;
	width:636px;
	height:236px;
	display:none;
	border:1px solid #0f2338;
}
#adFlasher {
	position:absolute;
	top:1px;
	left:1px;
	width:634px;
	height:232px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	background-color:#ffffff;
	z-index:1000;
}
.bannerimage {
	height:236px;
	overflow:hidden;
}
.bannertext {
	position:absolute;
	bottom:0;
	left:0;
	height:48px;
	width:624px;
	padding:6px;
	background-color:#000000;
	color:#FFFFFF;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
}
.bannertext h1 {
	margin:0;
	color:#FFFFFF;
	font:bold 16px Arial, Helvetica, sans-serif;
}
#rotatorButtons {
	background-color:#0f2338;
	height:14px;
	width:638px;
}
#nextButton,#prevButton {
	float:right;
	width:14px;
	height:14px;
	cursor:pointer;
	display:block;
}
#nextButton:hover,#prevButton:hover {
	background-color:#295c92;
}






#indexTopAd {
	float:right;
	width:300px;
	height:250px;
	margin:0 0 15px 0;
}

.tLabel {
	color:#7cb1e8;
	font-style:italic;
}
.tData {
	float:left;
	width:70%;
}



/** BLUEBOX DEF's **/
.bluebox {

}
.bluebox .left {
	padding:0;
	margin:0;
	width:14px;
	height:168px;
	background:transparent url('../images/blueboxleft.gif') top left no-repeat;
	float:left;
}
.bluebox .right {
	padding:0;
	margin:0;
	width:14px;
	height:168px;
	background:transparent url('../images/blueboxright.gif') top left no-repeat;
	float:left;
}
.bluebox .center {
	padding:10px 0 20px 0;
	margin:0;
	min-height:168px;
	background:transparent url('../images/blueboxbg.gif') top left repeat-x;
	float:left;
}
.boxtitle {
	font:normal 26px Helvetica, sans-serif;
	color:#FFFFFF;
}


/** ITEM DEF's **/
.item {
	padding:2px 5px 2px 0;
	margin:4px 0;
	width:47%;
	float:left;
	height:60px;
	overflow:hidden;
	position:relative;
}
.itemSelected {
	background:transparent url('../images/itemSelectedbg.gif') center right no-repeat;
}
*html .itemSelected {
	background-image:none;
}
.item img {
	margin:4px;
}
.item h1 {
	display:inline;
	margin:0;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#ff8400;
	margin-right:5px;
}
.item h1:hover {

}

.twinBox {
	float:left;
}
.twinBox .item {
	width:auto;
	float:none;
}
.list {
	display:block;
	padding:0 0 0 7px;
	margin:0 0 3px 2px;
	background:transparent url('../images/whitearrow.gif') 0 4px no-repeat;
}
.itemDate {
	color:#7cb1e8;
	font-style:italic;
}

.itemList .item {
	width:auto;
	height:auto;
	float:none;
	margin:0;
	padding:4px 20px 4px 4px;
}
.itemList .item h1 {
	display:inline;
	margin:0;
	font:normal 16px Arial, Helvetica, sans-serif;
	color:#ff8400;
	margin:0;
}
.itemViewer {
	line-height:18px;
	padding:10px;
}
.itemViewer h1 {
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#ff8400;
}








/** PAGING STYLES FOR PRAYERS PAGE **/
#paging {
	padding:2px 2px;
	height:17px;
	margin:5px 0 5px 0;
	text-align:left;
	color:#7cb1e8;
	border:1px solid #0f2338;
	background:transparent url('/images/calendarMonthBG.gif') top left repeat-x;
	line-height:15px;
	font-size:11px;
}
#paging a {
	padding:0 1px;
	font-weight:bold;
	line-height:15px;
	color:#7cb1e8;
}
.pagingTitle {
	font-weight:bold;
	color:#7cb1e8;
	padding:0 5px;
	margin:0 1px 0 0;
	line-height:15px;
}

.pagingSelected {
	background-color:#7cb1e8;
	font:bold 11px arial;
	color:#0f2338;
	padding:0 5px;
}
.bigQuote {
	padding:20px 40px;
	background:transparent url('../images/leftquotebg.gif') top left no-repeat;
}


/** GALLERY STYLES **/
.gallerylist {
	padding:5px 0;
	margin:2px 2px 0 0;
	min-height:66px;
	width:24%;
	height:140px;
	text-align:center;
	cursor:pointer;
	float:left;
	display:inline;
}
.gallerylist:hover {
	background-color:#30394b;
}
.gallerylist .title {
	margin:0;
	font:bold 10px verdana;
	color:#82aeff;
}
.gallerylist img {
	margin-bottom:4px;
}
.gallerytimestamp {
	font:normal 10px verdana;
	color:#141d2c;
	font-style:italic;
}
.gallerybox {
	padding:10px;
	margin:0 10px 0 0;
}
.gallerythumb {
	padding:4px;
	margin:2px;
	float:left;
	text-align:center;
	cursor:pointer;
	border:1px solid #7cb1e8
}
.gallerythumb:hover {
	background-color:#7cb1e8;
}
#galleryiframe {
	width:360px; 
	height:340px; 
	margin:10px 0 10px 0;
}




#theViewer {
	margin:20px 0 20px 0;
	background:#da8c13 url('/images/viewerbg.gif') top left repeat-x;
	width:395px;
	height:320px;
	position:relative;
}
#galleryViewer {
	width:395px;
	height:320px;
	overflow:hidden;
	position:relative;
}
#galleryViewerBox {
	position:absolute;
	top:0;
	left:0;
}
#galleryViewerBox .imageViewer {
	float:left;
	width:395px;
	height:320px;
	text-align:center;
	position:relative;
}
.imageViewer img {
	margin:10px auto 0 auto;
}
#imageDescriptionBox {
	width:100%;
	height:60px;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
}
#imageDescriptionBox .imageDescription {
	display:none;
}





/** STYLES FOR PRAYER FORM **/
#prayerBox {
	width:420px;
	padding:6px 0 0 0;
	margin: 0 0 10px 14px;
	background:#265078 url('/images/prayerboxtop.gif') top left no-repeat;
}
#prayerBoxButton {
	height:18px;
	margin:0 0 0 10px;
	background:transparent url('/images/requestprayertitle.gif') top left no-repeat;
	cursor:pointer;
}
#prayerBoxContent {
	padding:10px 20px;
	color:#ffffff;
}
#prayerBoxContent h2 {
	color:#ff8400;
}
#prayerBoxContent label {
	width:70px;
	font:bold 12px arial;
	color:#ff8400;
}
#prayerBoxBottom {
	height:6px;
	background:transparent url('/images/prayerboxbottom.gif') bottom left no-repeat;
}







/** CONCERTS PAGE **/
.ticketButton {
	display:block;
	text-align:center;
	padding:2px 0;
	font:bold 12px arial;
	color:#000000;
	background:transparent url('/images/ticketsButtonOff.gif') center center no-repeat;
	margin:0 10px 10px 10px;
}
a.ticketButton {
	color:#000000;
}
.ticketButton:hover {
	text-decoration:none;
	background:transparent url('/images/ticketsButtonOn.gif') center center no-repeat;
}



/** RELATED AUDIO STUFF **/
#relAudio {
	background:transparent url('/images/relAudioBG.gif') top left no-repeat;
	width:380px;
	min-height:154px;
}
#relAudioContent {
	padding:35px 10px 10px 10px;
}
#relAudioNowPlaying {
	margin:0 0 0 0;
	font:normal 12px arial;
	color:#ffffff;
}
#relAudioNowPlaying span {
	font-weight:bold;
	color:#ff8400;
}
#relAudioNowPlaying span b {
	font-size:16px;
	line-height:12px;
}
#audioPlayerBox {
	margin:5px 0;
}
#relAudioContent a, #relAudioContent a:visited, #relAudioContent a:active {
	display:block;
	padding:2px 5px 3px 24px;
	margin:0 0 1px 0;
	width:auto;
	color:#7cb1e8;
	text-decoration:none;
	background:#214870 url('/images/playAudioIcon.gif') 3px 3px no-repeat;
}
#relAudioContent a:hover {
	background-color:#18324e;
}
#relAudioContent a span {
	color:#ffffff;
}





/** CALENDAR STUFF **/
#calViewButtons {
	margin:20px;
	text-align:center;
	font-size:11px;
}
.button {
	margin:0 1px 0 0;
	padding:5px 0;
}
.button a {
	padding:5px 10px 5px 25px;
	color:#ffffff;
	background-color:#346c9e;
	text-decoration:none;
}
.button a:hover {
	background-color:#6095c6;
	color:#0f2338;
	text-decoration:none;
}
a.viewSelected {
	padding:5px 10px 5px 24px;
	color:#ffffff;
	background-color:#27527b;
	text-decoration:none;
}
a.viewSelected:hover {
	color:#ffffff;
	background-color:#27527b;
	text-decoration:none;
}
.listView {
	background:url('/images/listViewIcon.gif') 5px center no-repeat;
}
.calView {
	background:url('/images/calViewIcon.gif') 5px center no-repeat;
}

#calendarTable {
	width:279px;
	margin:20px auto;
}
#calendarTableInside {
	width:279px;
	padding:1px 1px 0 1px;
	background-color:#0f2338;
}

#calendarTableMonth {
	color:#ffffff;
	background:transparent url('/images/calendarMonthBG.gif') top left repeat-x;
	margin:0 0 1px 0;
	padding:2px;
	font:normal 12px arial;
}
#calendarTableMonth a.calNextButton {
	display:block;
	width:17px;
	height:17px;
	background:transparent url('/images/calendarNextButton.gif') center center no-repeat;
	text-decoration:none;
}
#calendarTableMonth a.calPrevButton {
	display:block;
	width:17px;
	height:17px;
	background:transparent url('/images/calendarPrevButton.gif') center center no-repeat;
	text-decoration:none;
}
#calendarTableDayTitles div {
	width:39px;
	height:15px;
	float:left;
	text-align:center;
	padding:4px 0;
	background-color:#1e4164;
	text-decoration:none;
	font:normal 11px arial;
	margin:0 1px 1px 0;
	color:#5893c5;
}
#calendarTableDays {
}
#calendarTableDays a {
	display:block;
	width:39px;
	height:15px;
	float:left;
	text-align:center;
	padding:4px 0;
	text-decoration:none;
	font:normal 11px arial;
	margin:0 1px 1px 0;
	color:#ffffff;
}
#calendarTableDays a.emptyDay {
	background-color:#27527b;
	cursor:default;
}
#calendarTableDays a.fullDay {
	background-color:#346c9e;
}
#calendarTableDays a.fullDay:hover {
	background-color:#6095c6;
	color:#0f2338;
}

#calendarTableDays a.last {
	margin-right:0;
}
#calendarTableDays a.noDay {
	background-color:transparent;
}









/** FOOTER STUFF **/
#footer {
	padding:20px 0 40px 0;
	margin:0 auto 0 auto;
	width:980px;
	text-align:center;
	color:#3269a1;
	background: url('/images/footerbg.jpg') top center no-repeat;
}
#footer a, #footer a:active, #footer a:visited {
	color:#7cb1e8;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

