
* { margin:0; padding: 0; }

body {


/*	background-color: #c2c2c2; */
/*	background: url(/images/pattern_146.gif) repeat; */
 	color: #555; 
 	font: 70%/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
 	text-align: left; 
 	margin: 15px 0;
}  

/* links */
a	{ 
/*	color: #72A545; */
	color: #4E6F2F;
	background: inherit;
	text-decoration: none;
	font-weight: bold;
}
a:hover { 
	color: #006699;
	background: inherit; 
	background-color: #fcfcfc;
	font-weight: bold;
	text-decoration: underline;
}
 
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 1.9em;	
}
h2 {
	font-size: 1.5em;
/*	text-transform: uppercase; */
	color: #339900;
}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}

h1, h2, h3, p { 
	padding: 0;
	margin: 10px 15px; 
}



ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
/*	color: #72A545;	*/
}


ul span, ol span {
/*	color: #666666; */
}


/* images */
img {
	border: none;
}


img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #EAEAEA;  
  border-left: 5px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 5px 10px 5px 42px;  	
  	background: #F5F5F5 url(/images/quote.gif) no-repeat 5px 4px !important; 
	background-position: 8px 10px;
	border: 1px solid #EAEAEA; 
/*	border-left: 5px solid #72A545;  */
	font-weight: normal;
}

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #EAEAEA; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:4px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #EAEAEA;
	padding: 2px 3px; 
	background: #CCC url(/buttonbg.gif) repeat-x left bottom; 
	color: #333;/* color: #339900; */
}

/* search */
#sidebar #search {
	background: #f2f2f2;
	margin: 0 15px;
	padding: 5px 0;	
}
#sidebar #search img {
	vertical-align: bottom;
}
#sidebar #search .textbox {
	background: #FFF url(/images/input.png) no-repeat top left; 
	border: 1px solid #EAEAEA;
	font-size: 11px;
	padding: 3px;	
	width: 110px;
}
#sidebar #search input.searchbutton { 
	margin: 0; 
	font: bold 100% Arial, Sans-serif;
	border: 1px solid #CCC; 
	background: #CCC url(/buttonbg.gif) repeat-x left bottom; 
	padding: 1px; 
	height: 25px;
	color: #333;	
	width: 55px;
}

/*****************************
      LAYOUT 
******************************/
#wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#FFF;
/*   width: 790px;   */	
	width: 810px;	
}
#content-wrap {
	clear:both;
   margin:0; padding:0;
/*	width: 790px;		 */
	width: 810px;	
}

#body_container {
	float:left;

	margin-bottom: 20px;

}

#body_container img { border: thin solid grey; }


/* header */
#header {
	position: relative;
   	clear:left;
   	width: 810px;
	height: 135px; 
	margin: 0; padding: 0;
/*	background: #000 url(/headerbg.jpg) no-repeat left bottom;			*/
	border: thin white solid;
}

#flash {
	position: relative;
   	clear:left;
   	width: 810px;
	height: 105px; 
	margin: 0; padding: 0;
	margin-top:-10px;
	margin-bottom:40px;
/*	border: thin dotted black; */
}

#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and right to adjust the position of the logo*/
	top: 36px; right: 35px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #FFF;
	
	/* change the values of top and right to adjust the position of the slogan*/
	top: 85px; right:35px;		
}

/* menu tabs */
#header #header-tabs {
	margin-top: -30px; 
	padding: 0;
	position: relative;
	margin-left:5px;
} 
#header-tabs ul {		
	position: absolute;
	float: left;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	list-style: none;
	margin: 0; 
	padding: 0;	
/*	border: solid 3px #5BA3D9; */
}
#header-tabs li {
	display: inline;
}
#header-tabs li a {
	float: left;
	display: block;
	padding: 0px 2px;
	background-color: white;
	text-decoration: none;
	border-bottom: solid 1px #5BA3D9;
	border-top: solid 1px #5BA3D9;
}

 #header-tabs li a span {
	float:left;
        display:block;
	color: #5BA3D9;
	padding: 3px 11px;	


}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */

#header-tabs a:hover {
 
	text-color: white;
	background-color: #5BA3D9;
	border-top: solid thin white;
	border-bottom: solid 2px #5BA3D9;
}

 #header-tabs a:hover span {
	color: white;
	cursor: pointer;


}

/* main content */
#main {
	float: left;
	width: 535px;
	margin: 0; padding: 0;
	background-color: inherit;
}
#main h1 {
	padding: 8px 0 3px 5px;
	text-transform: none;
	background: url(/square_arrow.gif) no-repeat 0% .7em;
	border-bottom: 2px solid #f2f2f2;	
	color: #339900;	
}	


#map
{
	border: 2px solid blue;
}

/* sidebar */
#sidebar {
	float: right;
/*	width: 245px;  */
	width: 265px;
	margin: 0 0 10px 0; padding: 0;
	background-color: inherit;	
/*	background: #F5F5F5; 
	border: 2px solid #EFEDED; */

}
#sidebar h1 {
	padding: 0px 0px 0px 5px;
/*	background: url(square_arrow.gif) no-repeat 0% .7em; */
	text-transform: none;	
	color: #339900;
}


#sidebar h3 {
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-left: 13px;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:0px 15px; 10px; 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
/*	border: 1px solid #f2f2f2; */
}

#sidebar ul.sidemenu a {
	display: block;
	font-weight: normal;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	border-left: 5px solid #CCC;	
	border-bottom: 1px dashed #D4D4D4;
}

#sidebar ul.sidemenu img {
	padding: 2px;
	border: none;
	float: right;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background-color: #f5f5f5;
/*	color: #339900; old green color*/
	color: #2979B4; 
/*	border-left:5px solid #72A545; old green color*/
	border-left:5px solid #5BA3D9; /* blue */


}

#sidebar p {
	color: black;
	margin-top: 0px;
	padding-top: 0px;
}



/* sidebar2 */
#sidebar2 {
	float: right;
	width: 245px;
	margin: 0 0 10px 0; padding: 0;
	background: #Ffffff;
/*	border: 2px solid #EFEDED; */

}
#sidebar2 h1 {
	padding: 0px 0px 0px 5px;
/*	background: url(square_arrow.gif) no-repeat 0% .7em; */
	text-transform: none;	
	color: #339900;
}


#sidebar2 h3 {
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#sidebar h3.sidemenu2 {
	padding-left: 100px;
}

#sidebar ul.sidemenu2 {
	list-style:none;
	margin:0px 15px; 10px; 15px;
	padding:0;		
}


#sidebar ul.sidemenu2 li {
	margin-bottom:1px;
/*	border: 1px solid #f2f2f2; */
	text-align: left;
}
#sidebar ul.sidemenu2 a {
	display: block;
	font-weight: normal;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
/*	background: #f2f2f2; */
/*	border-left: 5px solid #CCC;	*/
/*	border-right: 5px solid #CCC;	
	border-bottom: 1px dashed #D4D4D4;*/

/*	min-height: 18px;	*/
}

* html body #sidebar ul.sidemenu2 a { height: 18px; }

#sidebar ul.sidemenu2 a:hover {
	padding:2px 5px 2px 10px;
/*	background-color: #f0f0f0; */
	text-decoration: underline;
/*	color: #339900; old green color*/
	color: #2979B4;
/*	border-left:5px solid #72A545; old green color */
/*	border-left:5px solid #5BA3D9; */


}

#sidebar2 p {
	color: black;
	margin-top: 0px;
	padding-top: 0px;
}







/* footer */
#footer { 
	clear: both;
	width: 810px;
	height: 40px;
	color: #CCC;
	background-color: #5BA3D9;
	margin: 0;	
	font-size: 92%;			
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF; 


}
#footer #footer-left {

	float: left;
	text-align: left;
	margin: 0; padding: 10px;
	color: #ffffff;
}

#footer-left a:hover
{
	background-color: inherit;
	text-decoration: underline;
}

#footer #footer-right {
	width: 25%;
	float: right;
	text-align: right;
	margin: 0; padding: 10px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #CCC; }

.comments { 
	color: #333; 
	background: #FFF;
	text-align: left; 
	/* border-top: 1px dashed #EFF0F1;
	border-bottom: 1px dashed #EFF0F1;  */	border-top: 1px dashed #DEE7EF;	border-bottom: 1px dashed #DEE7EF;
	padding: 2px 0;
	margin-top: 0px;
}.comments-modified { 	color: #333; 	background: #FFF;	text-align: left; 	/* border-top: 1px dashed #EFF0F1;	border-bottom: 1px dashed #EFF0F1;  */		border-bottom: 1px dashed #DEE7EF;	padding: 2px 0;	margin-top: 0px;}

#tabbed_box {
	margin: 0px auto 0px auto;
	width:400;
}

.tabbed_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#000000;
	letter-spacing:-1px;
	margin-bottom:10px;
}
.tabbed_box h4 small {
	color:#e3e9ec;
	font-weight:normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*	text-transform:uppercase;	*/
	position:relative;
	top:-4px;
	left:6px;
	letter-spacing:0px;
}

.tabbed_area {
/*	border:1px solid #494e52; */
/* 	background-color:#636d76;*/
	padding:0px;	
	width:400;
}
ul.tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}


ul.tabs li {
	list-style:none;
	display:inline;
}


.tcontent {
	float: left;
	width: 500px;
	background-color:#ffffff;
	padding:10px;
/*	border:1px solid #464c54; 	 */
	border: 1px solid #CACACA; 
	background-image:url(/images/content_bottom.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;	

}

ul.tabs li a {
	color: #FFF;
	background-color: #5BA3D9;
	padding:6px 8px 8px 8px;
	text-decoration:none;
	font-size: 1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold; 
	letter-spacing:0px;
	border: 1px solid #CACACA; 
	background-repeat:repeat-x;	 
	background-position:bottom;
}
ul.tabs li a:hover {
	background-color: #ffffff;
	color:#5BA3D9;
	border-top: 1px solid #CACACA; 
	border-left: 1px solid #CACACA; 
	border-right: 1px solid #CACACA; 
	padding-bottom: 9px;
	border-bottom: 1px solid white;
	background-image:url(/images/tab_on.jpg); 
	background-repeat:repeat-x;
	background-position:top;
}
ul.tabs li a.active {
	background-color: #ffffff;
	color:#5BA3D9;
	border-left: 1px solid #CACACA; 
	border-right: 1px solid #CACACA; 
	border-top: 1px solid #CACACA; 
	background-image:url(/images/tab_on.jpg); 
	background-repeat:repeat-x;
	background-position:top;
	padding-bottom: 9px;
	border-bottom: 1px solid #FFFFFF;
}



.tcontent_caption{
	float:right;
	heigh:100%;
	width:300px;
	margin: 10px 10px 15px 0px;
}

.tcontent_caption p {
	margin: 0px -5px;
	position:relative;
	top: 10px;
}

#tcontent_2, #tcontent_3, #tcontent_4, #tcontent_5, #tcontent_6 { display:none; }

.tcontent img {
	float:right;
	clear:right;
	width: 300px;
	border: 1px solid #CACACA; 
	margin: 0px;
	}

.tcontent ul {
	margin:0px;
	padding:0px 10px 10px 7px;
}
.tcontent ul li {
	list-style:none;
	padding-top:3px;
	margin-bottom:-7px;
	font-size:13px;
	border-top:1px solid #d6dde0;
	width:168px;
}

.tcontent ul li a {
	text-decoration:none;
	color:#3e4346;
	font-weight: normal;
}

.tcontent ul li a:hover {
	text-decoration:none;
	color: blue;
/* 	background: #f2f2f2; */
	background: #FBFBFF;
	

}


.tcontent ul li small {
	color:#8b959c;
	font-size:9px;
/*	text-transform:uppercase; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:-7px;
}
/* .tcontent ul li a:hover small {
	color:#8b959c;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:-7px;
	font-weight: normal;
	background: #ffffff;
} */

.tcontent ul li:first-child {
	border-top:none; 
}
#rprayer_container{	clear: left;}
#rprayer_container ul{	margin-left: 0px;	list-style-type: none;	width: 516px;}
#rprayer_container li{	float: left;	border-top: 1px dotted #999;}
#rprayer_container li a{	float: left;	padding-top: 3px;	display: block;	font-weight: normal;	text-decoration: none;/*	height: 35px; */}
#rprayer_container li a:hover{	text-decoration: none;	font-weight: normal;		background: #FFFEA4;}
#rprayer_icon{	float: left;	padding-top: 5px;	padding-left: 5px;	width: 35px;	background: inherit;}
#rprayer_name{	float: left;	width: 100px;	background: inherit;}
#rprayer_entry{	float: left;	width: 372px;	background: inherit;}
#rprayer_final_border{	clear: left;	border-top: 1px dotted #999;}
#rprayer_clear{	clear:left;}
#index_prayer_container{	clear: left;}#index_prayer_container ul{	list-style-type: none;	margin-left: 0px;	width: 516px;}#index_prayer_container li{	float: left;/*	text-align: justify; */}#index_prayer_container li a{	float: left;	padding-top: 3px;	padding-left: 5px;	padding-right: 5px;	display: block;	font-weight: normal;	text-decoration: none;	border-top: 1px dotted #999;/*	height: 35px; */}#index_prayer_container li a:hover{	text-decoration: none;	font-weight: normal;		background: #FFFEA4;/*	border-bottom: 1px dotted blue; *//*	border-bottom: 1px dotted blue; */}#index_prayer_final_border{	clear: left;	border-top: 1px dotted #999;}#index_prayer_container_clear{	clear:left;	height: 1em;}h3.no_space{	font-size: 1.1em;	text-transform: uppercase;	color: #333;	letter-spacing: 1px;	margin-bottom: -10px;	padding-bottom: 0px}
#felly_display{	float:left;}#felly_displayer{	width: 510px;/* border: thin solid red; */
	padding:0px; 	padding-right:5px;	margin:15px; 	float:left;	clear:both;}
#felly_displayer_img{	border:thin solid grey; 	padding:8px; 	padding-bottom: 5px;	margin-right:15px; 	background-color:#F0F0F0;	float:left;}
#felly_displayer p
{
	text-align:left;
	/* float: right; */
}

.fellyimg
{
	/* align:left; */
	width:150px;
	border:solid thin grey;
	/* margin-top:15px; 
	margin-left:15px; */
	/*margin-bottom:5px;
	margin-right:15px; */
}

#felly_cycler
{
	border:thin solid grey;
	background-color: #F0F0F0;
	width: 245px;
	height: 100px;
	margin-left: 8px;
	float: left;
	clear:both;
}

#felly_cycler p
{
	text-align:left;
	margin-top: 10px;
}

#felly_cycler img
{
/*	max-width:100px;
	width: expression(this.width > 100 ? 100: true);
	max-height:150px;
	width: expression(this.height > 150 ? 150: true);
*/
	height:100px;
	float: left;
	margin-right: 10px;
	border-right: thin solid grey;
}

#clear
{
	clear:both;
}

a#uparrow
{
    display: block;
	float:left;
	background: url("/images/uparrow.jpg") no-repeat 0 0;
	width: 15px;
	height: 15px;
	margin-right: 3px;
}

a#uparrow:hover
{
	visibility: visible;
	background: url("/images/uparrow-hover.jpg") no-repeat 0 0;
}

ul.felly_listing {
	list-style:none;
	/* margin:10px; */
	padding:0px;		
}

ul.felly_listing a img {
	text-decoration:none;
}div.youtube {height: 215px;width: 261px;overflow: hidden;border: 1px solid #666;background-color: none;padding: 0px;}#sermon_archive{	clear: left;}#sermon_archive ul{	list-style-type: none;	margin-left: 0px;	width: 516px;}#sermon_archive li{	float: left;/*	text-align: justify; */}#sermon_archive li a{	float: left;	padding-top: 0px;	padding-left: 0px;	padding-right: 0px;	display: block;	font-weight: normal;	text-decoration: none;	border-bottom: 1px dotted white;	/*	height: 35px; */}#sermon_archive li a:hover{	text-decoration: underline;	font-weight: normal;	color: blue;}#sermon_archive_date{	float: left;	width: 80px;	background: inherit;}#sermon_archive_name{	float: left;	width: 140px;	background: inherit;}#sermon_archive_title{	float: left;	width: 296px;	background: inherit;}#sermon_archive_clear{	clear:left;}
