@charset "UTF-8";
/* CSS Document */
/* =GENERAL - the general styles */

* 	{
	padding: 0px;
	margin: 0px;
	}
	
html, body {
	height: 100%;
	font-family: "trebuchet ms", Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight:normal;
	background: url('Images/headerfill.jpg') repeat-x top left;
	}

/*-----------------------images and extra stuff area--------------------*/
#img {
	}
img.floatleft {
	float: left;
	margin: 0px;
	padding: 3px;
	}
	
img.floatright {
	float: right;
	margin: 0px;
	}
img.titles {
	padding: 5px 0 5px 0;
	}

img.box {
	background:url(Images/ImageBox.png) no-repeat;
	float: left;
	padding: 5px 10px 16px 6px;
	}
	
.clear { clear: both; }
a img { border:none; }

hr {
	height: 1px;
	margin: 15px 0 15px 0;
	}

/*Fonts----------------------------------------------------------------*/

h1 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 34px;
	color: #92205f;
	font-weight:bold;
	font-style:italic;
	line-height: 22px;
	margin-bottom: 8px;
	margin-left: 30px;
	letter-spacing:-1px;
	}
	
h2 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 26px;
	line-height: 22px;
	color: #666666;
	margin-bottom: 10px;
	font-weight:normal;
	}

h3 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 22px;
	color: #FFCC00;
	font-weight:normal;
	line-height: 20px;
	margin: 15px 0 10px 0;
	}
h4 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 22px;
	color: #92205f;
	font-weight:normal;
	line-height: 18px;
	margin: 8px 0 15px 0;
	border-bottom: solid 1px thin;
	padding-bottom: 5px;
	}
h5 {  /*-----------------------Used for Footer Titles--------------------*/
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	font-weight:normal;
	line-height: 20px;
	margin: 2px 0 5px 0;
	}
h6 {  /*-----------------------Used for Right Column Titles--------------------*/
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight:normal;
	line-height: 20px;
	margin: 10px 0 8px 0;
	}
h7 {  /*-----------------------Used for Subfooter Titles--------------------*/
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 20px;
	color: #FFCC00;
	font-weight:normal;
	line-height: 24px;
	
	}

	
p 	{
	font-family: "trebuchet ms", Arial, helvetica, sans-serif;
	color: #333333;
	letter-spacing: 0px;
	font-size: 12px;
	text-align: left;
	}
	 
a:link {
	color: #92205f;
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #666666;
}

em {
	color:#999999;
	}
	
/*------------------------------------------------topheader--------------------*/
#wrapper {
	margin:0 auto;
	padding:0;
	width: 1100px;
	background-color:#CCCCCC;
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}
	
#header{
	width: 100%;
	height: 228px;
	background: url('Images/headerfill.jpg') repeat-x top left;
	text-align: center;
	z-index: 5;
	}
.headerlogo {
	position:relative;
	margin: 0 auto;
	padding:0;
	width: 930px;
	}

/*------------------------------------------------Navigationr------------------*/
	
#navigation {
	width:100%;
	font-family: "trebuchet ms", helvetica, sans-serif;
	height: 74px;
	background: url(Images/Navfill.png) repeat-x;
	position: relative;
	float: left;
	z-index:2;
	}

#navigation ul {
	text-align: center;
	padding-left: 22%;
	}

#navigation li {
	list-style: none;
	float: left;
	border-right:1px solid #fff;
	}

#navigation li a {
	display: block;
	color: #fff;
	line-height: 56px;
	text-decoration: none;
	font-size: 14px;
	padding:0 20px;
	}

#navigation ul li.last{
	border-right:0;
	}

#navigation li:hover {
	background: url(Images/NavfillOv.png) repeat-x;	}


#clear {
	clear: both;
	}
/* Clearing Element */
#right div:after,
#right:after,
#wrapper:after,
#main:after{
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
	}
#rays {  			/*Background footer wallpaper*/
	background: url(Images/backrays.jpg) no-repeat;
	bottom: 0px;
	position:fixed;
	left: 0px;
	width: 1488px;
	height: 617px;
	margin: 0 auto;
	clear: both;
	}
/*------------------------------------------------body_area--------------------*/
#main {
	width:930px;
	position:relative;
	background-color: #fff;
	margin-top: -20px;
	margin-left:85px;
	padding:0;
	
	}
#content {
	width:600px;
	min-height:250px;
	background-color:#FFF;
	padding-top: 25px;
	float:left;
	position:relative;
	}
   
.bodytext {
  	padding: 5px 15px 20px 30px;
  	float: left;
	line-height: 16px;
	}
.bodytext ul {
	margin-left: 30px;
	color:#92205f;
	line-height: 18px;
	font-weight: bold;
	list-style: none;
	}
.sermons {  /**************** SERMONS ************************************* */
	font-family:Georgia,"Times New Roman",Times,serif;
	border-bottom:1px solid #999999;
	clear:left;
	float:left;
	padding:3px 5px 8px;
	width: 500px;
	margin-left: 15px;
	}
.sermons h5 {
	font-size:18px;
	font-weight:normal;
	color:#25211B;
	font-family:Georgia,"Times New Roman",Times,serif;
	}
.sermons p {
	font-family:Arial, Helvetica, sans-serif;
	color:#888888;
	display:inline;
	font-size:12px;
	margin:5px 0 0;
	width:345px;
	}
/**************** Events ************************************* */

.events {  
	border-bottom:1px solid #999999;
	float:left;
	padding-top:5px;
	padding-bottom: 5px;
	width: 450px;
	margin-bottom:8px;
	}
.events h5 {
	font-size:22px;
	font-weight:normal;
	color:#25211B;
	font-family:Georgia,"Times New Roman",Times,serif;
	line-height:20px;
	padding:3px 0 3px 10px;
	}
.events h6 {
	font-size:18px;
	font-weight:normal;
	color:#92205f;
	font-family:Georgia,"Times New Roman",Times,serif;
	line-height:18px;
	margin:0 0 5px 0;
	padding:0 0 0 20px;
	}
.events p {
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	font-size:12px;
	line-height:14px;
	margin:0 0 10px 10px;
	padding:0 10px;
	}


/**************** RIGHT ************************************* */
#right{
	width:330px;
	float: right;
	background: url(Images/RightBoxFade.png) no-repeat;
	min-height:350px;
	padding-top: 25px;
	}
.righttext {
	padding: 0 10px 10px 20px;
	}	
.righttext p {
	margin-left:10px;
	color:#333333;
	line-height: 16px;
	}
.righttext ul {
	margin-left:20px;
	color:#333333;
	line-height: 24px;
	font-size: 14px;
	}	
.righttext a {
	color:#92205f;
	}
.righttextsmall { /*----------for Band page song list--------------------*/
	}
.righttextsmall ul {
	margin-left:20px;
	color:#333333;
	line-height: 14px;
	font-size: 12px;
	}	

.bodycolumn {  /*----------THese used in Subfooter area--------------------*/
	float:left;
	width: 265px;
	margin-left: 15px;
	text-decoration:none;
	margin: 20px 20px 8px 8px;
	}

.bodycolumn p {
	font-family: "trebuchet ms", Arial, helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 0px;
	font-size: 11px;
	text-align: left;
	}
	
.feature { /*----------THese used in top Main body area--------------------*/
	background:url(Images/TextBox.png) no-repeat top left;
	width: 512px;
	min-height:200px;
	clear: both;
	padding:3px 0 20px 23px;
	margin-left: 20px;
	}
.feature p {
	margin: 5px 0 0 20px;
	line-height: 16px;
	}
.feature ul li {
	margin-left: 30px;
	color:#92205f;
	line-height: 14px;
	font-weight: bold;
	padding-bottom: 6px;
	}
	
/*-------------------------------------------Contact Form area--------------------*/	

#contact-area {
	width: 450px;
	margin-top: 25px;
}
#contact-area input, #contact-area textarea {
	padding: 2px;
	width: 325px;
	float:right;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #ccc;
}
#contact-area select {
	padding: 3px;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #ccc;
	clear:both;
}
#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 75px;
	float: left;
	color:#333333;
	margin-right: 10px;
	clear: both;
}
label {
	padding-top: 15px;
	font-size: 12px;
	clear:both;
}
	
/*SUB Footer ----------------------------------------------------------*/ 

#subfooter {
	position: relative;
	background: #92205f url(Images/SubFooterFill.jpg) repeat-x bottom left;
	clear:both;
	width: 100%;
	}
#subfooter:after {
clear: both;
content: ".";
display: block;
font-size: 0;
height: 0;
visibility: hidden;
}

#subfootercontainer {
	width: 930px;
	margin: 0 auto;
	}
#subfootercontainer a {
	color:#FFCC00;
	}
	
/*-----------------------------------------------footer_area--------------------*/
#footer {
	background: #333;
	width: 100%;
	height: 150px;
	position:relative;
	clear:both;
	}
.footercontainer {
	width: 930px;
	height:150px;
	margin: 0 auto;
	}
	
.footercolumn {
	float:left;
	width: 170px;
	margin-left: 15px;
	text-decoration:none;
	padding:5px;
	margin: 15px 0 10px 60px;
	}
.footercolumn p {
	font-size: 12px;
	line-height:18px;
	color:#FFCC00;
	}
.footercolumn a {
	color:#fff;
	text-decoration:none;
	}
.footercolumn a:hover {
	color:#FFCC00;
	}
.footercolumn ul li {
	list-style-type:none;
	line-height:14px;
	color:#fff;
	}
	
.copyright{
	width: 250px;
	font-size: 12px;
	color:#cd3c14;
	float:right;
	margin: 15px 10px 10px 0;
	}

.copyright p {
	text-align:right;
	line-height:16px;
	color:#FFCC00;
	}
	
#designby{
	height: 15px;
	font-size: 11px;
	color:#888;
	float:right;
	padding: 10px 0 0 0;
    }
/* --------------------------- IE FIXES ------------------------------------ */

* html div#header,
* html div#header img,
* html div#right img,
* html div#footer,
{
behavior:url(pngbehavior.htc);
}

* html #subfooter
{ height:1%; }

* html #main,
* html #right div
{ height:1%; }

* html #content {display:inline; height:500px;}
