body {
	margin:0px; 
	padding:0px;
	font-family: "Trebuchet MS", "Arial", san-serif;
	font-size:15px;
	font-weight:300;
	line-height:1.5em;
	color:#133946;
	border:#00FF00 1px solid;
	background-color: #164251;
	
}


#mainContainer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	background-image:url(../images/bg.jpg);
}

#center{
	height:auto;
	width:960px;
	margin:auto;
	text-align:left;
	border: 1px solid;
 	margin-top:35px;
	background-color:#FFFFFF;
	
}

/*------------------------ SCROLL ------------------------*/

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	top:0px;
	left:5px;
	background-color:#fff;
	border: 5px solid #FFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*--Window/Masking Styles--*/
.window {
	height: 223px;	width: 347px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: -40px;
	width: 100%; height:30px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background-color: #164251;
}

.paging a:hover {font-weight: bold; text-decoration: none;}

/*------------------------ END SCROLL ------------------------*/

/*---------------------------- WP STYLES ----------------------------*/

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}
/*---------------------------- TEXT STYLES ----------------------------*/

h2 {
	margin:0px 0px 16px 0px;
	padding-top:7px;
	font-size:25px;
	color:#2c2c2c;
	line-height: 110%;
	font-family: "Trebuchet MS", "Arial", san-serif;
	
}

hr {

	background-color:#dddddc;
	border:#dddddc;
	height:1px;
	margin-bottom: 8px;
}
small {
	padding-left:5px;
	color:#2c2c2c;
	font-size:11px;
	background:#03697f;
	display:block;
	margin-bottom:15px;
	font-weight:bold;
	width:80%;
}
a ,b {
	color:#2c2c2c;
	text-decoration:none;
}
a:hover { text-decoration:underline; }
p { margin: 0px 0px 12px 0px; }

span { font-weight:bold;}

/*---------------------------- BEGIN MENU ----------------------------*/

#menuContainer{
	width:960px;
	height:69px;
	position:relative;
	top:0px;
	left:0px;
	background-image:url(../images/menu_bg.jpg);
	border-bottom:#276875 1px solid;
}


#menu{
	float:left;
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
		
}
		
#menu ul{
   
	margin: 0; 
	padding: 0;
    float: left;
	position:relative;
	right:0px;
	top:0px;
	padding-right:31px;

}

#menu ul li{ 
    display: inline;
}

#menu ul li a{
    float: left; 
	text-decoration: none;
    color: #2c2c2c;
    padding-top:24px;
	padding-left:18px;
	font-size:14px;
	font-weight:300;
	font-family: "Trebuchet MS", "Arial", san-serif;
	position:relative;
	right:0px;
	top:0px;
	z-index:10;
	text-transform:uppercase;
	font-size:17px;	
	color:#2c2c2c;
}

#menu ul li#selected a, #menu ul li a:hover{
    color:#3b92a3;
}

/*---------------------------- LOGO ----------------------------*/
#logoContainer{
	position:absolute;
	top:0px;
	left:0px;
	float:left;
	width:383px;
	height:23px;;
	background-repeat:no-repeat;
	padding-top:23px;
	padding-left:31px;
}

/*---------------------------- BEGIN HEADER ----------------------------*/

#header{
	position:relative;
	left:0px;
	right:0px;
	width:958px !important;  /*for all non IE browsers*/
	width:960px;
	height:319px;
	background-color:#3b92a3;
	border:#48abbe 1px solid;

}

#headerPage{
	position:relative;
	left:0px;
	right:0px;
	width:958px !important;  /*for all non IE browsers*/
	width:960px;
	height:12px;
	background-color:#3b92a3;
	border:#48abbe 1px solid;

}



#leftHeaderContainer{
	width:500px;
	height:100%;
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	padding:30px;
	padding-top:16px;
	padding-right:0px;
}

#rightHeaderContainer{
	width:470px;
	height:100%;
	float:left;
	position:absolute;
	right:0px;
	top:0px;
	padding:30px;
	padding-left:20px;
}


#headerText{
	margin-top:20px;
	color:#FFFFFF;

}

#hederTitle{	
 	background-image:url(../images/heder_title.jpg);
	display:block;
	height:97px;
	width:470px;
	background-repeat:no-repeat;
	}

.headerButtons{
	position:absolute;
	float:left;
	width:500px;
	height:43px;
	bottom:78px;
	left:29px;
}



.headerButton1 a{
   
    height:43px;
    width:198px;
	background-image:url(../images/button_sermon.png);
	display:block;
	float:left;

}
.headerButton1 a:hover {
	background-image:url(../images/button_sermon_ove.png);
}


.headerButton2 a{
   
    height:43px;
    width:197px;
	background-image:url(../images/button_ministries.png);
	display:block;
	margin-left:20px;
	float:left;

}

.headerButton2 a:hover {
	background-image:url(../images/button_ministries_over.png);
}

#wrapper {
	position:absolute;
	top:30px;
	right:25px;
	width:366px;
	height:300px;
	
}

#headerSpacer{
	position:absolute;
	bottom:-24px;
	left:-2px;
	height:24px;
	width:962px;
	background-image:url(../images/header_space.jpg);
	border:#164251 1px solid;
}

/*---------------------------- END HEADER ----------------------------*/

/*---------------------------- BEGIN CONTENT ----------------------------*/

#content{

	height:auto;
	min-height:200px;
	max-height:none;
	background-image:url(../images/content_shadow.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	position:relative;
	top:24px;
	left:0px;
	padding-bottom:30px;
	overflow:auto !important;
	overflow:inherit;
	
}

#contentContainer{
	width:550px;
	height:100%;
	min-height:244px;
	float:left;
	overflow:auto !important;
	overflow:inherit;
	padding:30px;
	padding-bottom:25px;

}

.contentText{
	padding-top:7px;


}

/*---------------------------- SIDEBAR CONTENT ----------------------------*/

#sidebar{
	height:auto;
	width:300px;
	margin-right:30px;
	margin-top:30px;
	background-color:#f1f1f1;
	border: #e4e4e4 1px solid;
	float:right;
	margin-bottom:25px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.sidebarTitle{
	border:#d4d2d2 1px solid;
	height:43px;
	width:100%;
	margin-left:-1px;
	margin-top:-1px;
	background-image:url(../images/sidebar_title_bg.jpg);
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.sidebarTitle p{	
	text-transform:uppercase;
	font-size:17px;	
	padding-top:10px;
	padding-left:12px;
	font-family: "Trebuchet MS", "Arial", san-serif;;
	font-weight:bold;
	color:#4d4c48;
}

.sidebarMenu{
	font-size:14px;
	padding:13px;
	position:relative;
	padding-bottom:14px;
}

.sidebarMenu ul{ 
	text-decoration: none;
    color: #2c2c2c;
	font-size:14px;
	font-weight:300;
	font-family:Arial;
	position:relative;
	left:-39px;
	top:-13px;
	list-style:none;
	margin-bottom:-13px;
	
}
.sidebarMenu ul li a{
	display:block;
	height:14px;
	width:258px;;
	background-color:#f8f8f8;
	border-bottom:#f1f1f1 1px solid;
	padding:7px;
	text-decoration: none;
	list-style:none;

}

.sidebarMenu ul li a:hover{
	background-color:#d6edfb;

}

.block {
	color:#999;
	font-style:italic;
	border-left:3px solid #ccc;
	margin-left:0;
	padding-left:30px;
}

#bubble{

	background-image:url(../images/bubble_bg.jpg);
	background-repeat:repeat-y;
	position:relative;
	height:100%;

}

#bubble p{

	padding:12px;


}
#bubbleClient{
	margin-bottom:-4px;
	font-weight:300;
	color:#3b92a3;
	font-weight:bold;
	text-align:center;

}


/*---------------------------- END SIDEBAR  ----------------------------*/

/*----------------------------  BLOCKS  ----------------------------*/

.column{
	width: 50%;
	float: left;
}

.faqBlock{
	width:550px;
	height:100%;
	display:block;
	margin-top:20px;
	background-color: #F5F5F5;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.faqBlockTitle{	
	height:44px;
	float:left;
	background: url(../images/arrows.jpg) left no-repeat #f9f7f7;
	line-height:44px;
	border-bottom:#d4d2d2 1px solid;
	padding-left:40px;
	font-weight:bold;
	font-size:19px;
	float:none;
	font-family: "Trebuchet MS", "Arial", san-serif;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.servicesBlock{
	width:550px;
	height:100%;
	border:#d4d2d2 1px solid;
	display:block;
	margin-top:20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.servicesBlockTitle{	
	height:44px;
	float:left;
	background-color:#f9f7f7;
	line-height:44px;
	border-bottom:#d4d2d2 1px solid;
	padding-left:12px;
	font-weight:bold;
	font-size:19px;
	float:none;
	font-family: "Trebuchet MS", "Arial", san-serif;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.faqBlockTitle a{text-decoration:none; cursor:pointer;}
.faqBlock {cursor:pointer;}

.servicesText{
	padding:12px;
	padding-bottom:0px;

}

.servicesText img{
	margin-right:12px;
	float:left;
}

.servicesText p{
	margin-left:12px;
}

.servicesText b{
	color:#3b92a3;
	font-size:14px;
	font-weight:300;

}

.servicesButtons{
	position:relative;
	left:-1px;
	float:left;
	width:500px;
	height:60px;
	margin-top:10px;
	margin-bottom:4px;
}


/*---------------------------- END SERVICESBLOCK  ----------------------------*/


/*---------------------------- FOOTER  ----------------------------*/

#footer{
	background-image:url(../images/footer_shadow.jpg);
	background-repeat:repeat-x;
	width:962px;
	height:60px;
	position:relative;
	bottom:0px;
	left:-1px;
	text-align:center;
	margin-top:0px;
	background-color:#164251;
	border: #164251 1px solid;
}

#footerText{
	position:absolute;
	top:15px;
	right:30px;
	color:#ffffff;
	font-size:13px;
}

#footerMenu ul{
	position:absolute;
	top:3px;
	left:-20px;
	font-size:11px;
	float:left;
	text-decoration: none;
	color:#fff;
}

#footerMenu ul li{
	float:left;
	text-decoration: none;
	padding-left:10px;
	text-transform:uppercase;
	list-style:none;
}

#footerMenu ul li a{
	color:#fff;
	font-weight:bold;
}


/*---------------------------- END FOOTER  ----------------------------*/

/*---------------------------- BEGIN EMAIL FORM ----------------------------*/
.input{
	width:300px;
	height:24px;
	border:1px solid #b0a4a4;
	background-color:#fff;
	padding-top:8px;
}

.textArea{
	height:205px;
	padding-top:0px;
}

#sendButton{
	color:#fff;
	background-color:#363636;
	width:73px;
	height:26px;
	border:1px solid #b0a4a4;
	margin-bottom:-5px;
}

#sendButton:hover{
	color:#fff;
	background-color:#474747;
	width:73px;
	height:26px;
	border:1px solid #b0a4a4;
	margin-bottom:-5px;
}

.errorMessage{
	color:red;
}

/*---------------------------- END EMAIL FORM ----------------------------*/


/*---------------------------- SEARCH AND OTHERS ----------------------------*/

.imgBorder{
	border:1px solid #b9b9b9;
}

.search{
	width:190px;
	height:20px;
	padding-top:5px;
	margin-top:14px;
	margin-left:2px;
	margin-right:2px;
}

#searchButton{
	color:#fff;
	background-color:#363636;
	width:73px;
	height:27px;
	border:1px solid #b0a4a4;
}

.leftFloated{
	float:left;
	position:relative;
	top:0px;
	left:0px;
}

.blueLink{ 
	color:#3b92a3;

}

a img{
	border:none;
}

a img:hover{
	border:none;
	text-decoration:none;
}