@charset "utf-8";
/* CSS Document */
 * {
 	margin: 0;
	padding: 0;
	}

body{
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	line-height: 1;
	min-width: 969px;
	background-image: url(../images/bg_body1.jpg);
}

#container {
   background: url(../images/bg_container.jpg) repeat-x center top;
   text-align: center;
}

#header{
   width: 960px;
   height: 160px;
   margin: 0 auto;
   text-align: left;
   position: relative;
}

#header h1{
   float: left;
   width: 400px;
   height: 125px;
   margin-top: 22px;
   margin-bottom: 25px;
   background: url(../images/newheadlogo.png) no-repeat top left;
}
#media img{behavior: url(../scripts/iepngfix.htc);}
#header h1{behavior: url(../scripts/iepngfix.htc);}
#p7menubar li.current{behavior: url(../scripts/iepngfix.htc);}
#p7menubar li.main {behavior: url(../scripts/iepngfix.htc);}

/*---------------------------------------------- Drop down menu   -------------------------------------------------------------------*/
#menuwrapper {
	position: relative;
	margin-top: 100px;
	float: right;
	z-index: 1000 !important;	
}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

#p7menubar a {
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	color: #CCCCCC;
}

#p7menubar a.trigger {
	display: block;
	padding: 7px 0 11px 8px;
	
	}
	

#p7menubar li.main{
	margin-right: 10px;
	float: left;
	display: inline;
	background-image:url(../images/firstmenu.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 65px;
	height: 30px;
	}
	
#p7menubar li.current{
	margin-right: 10px;
	float: left;
	display: inline;
	background-image:url(../images/currentmenu.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 65px;
	height: 30px;
	}

#p7menubar li ul.subdrop, #p7menubar ul li  
	{
	width: 12em;
}

#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}

#p7menubar li ul.subdrop {
	z-index: 9999
	padding-top: 7px;
	font-size: 1.2em;
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	background-image:url(../images/p7exp_mgrad.jpg);
	background-repeat: repeat-x;
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {

	color: #000000;
	background-color: #367177;
}
 
#p7menubar li:hover ul.subdrop, #p7menubar li.p7hvr ul.subdrop {
	display: block;
}

#p7menubar li:hover ul.subdrop a, #p7menubar li.p7hvr ul.subdrop a {
	color: #000000;
	background-color: transparent;
}

#p7menubar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
}

/*------------------------------------------------- end drop down menu -------------------------------------------------------------*/
/*

#nav {
	position: absolute;
	bottom: 32px;
	right:-2px;
	background-image:url(../images/menu-background-start.gif);
	float: right;
	height: 30px;
	width: 355px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#nav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#nav ul li{
display: block;
float: left;
text-align: center;
list-style-type: none;
margin: 0;
padding: 0;

}

#nav ul li a{
display: block;
font-size: 1.1em;
color:#FFFFFF;
text-transform:uppercase;
height: 30px;
width: 65px;
margin-right: 4px;
padding-top: 7px;
text-decoration: none;
}

#nav ul li a.home:hover{
background: url(../images/menu-background-start.gif) 0px -30px;
}

#nav ul li a#current:hover, #nav ul li a#current {
background: url(../images/menu-background-start.gif) 0px -60px;
}
#nav ul li a.aboutus:hover{
background:url(../images/menu-background-start.gif) -69px -30px;
}

#nav ul li a.ministries:hover{
background:url(../images/menu-background-start.gif) -138px -30px;
}

#nav ul li a.contact:hover{
background:url(../images/menu-background-start.gif) -203px -30px;
}

#nav ul li a.media:hover{
background:url(../images/menu-background-start.gif) -272px -30px;
}

/*main content holder also holds sub content*/
#container-inner{
   width: 969px;
   margin: 0 auto;
   background: url(../images/bg_container-inner.gif);
   margin-top: 52px;
   }
 /*rounded corners css markup */  
 #container-inner1{
 	z-index: 1;
   width: 969px;
   margin: 0 auto;
   background:#291d14;
   margin-top: 52px;
   }  

b.rtop {display:block; background: #453224} /*background of top corners match bg of page*/
b.rbottom{display:block;background: #453224}/*background of bottom corners match bg of page*/
b.rtop b, b.rbottom b{display:block; 
height: 1px;
overflow: hidden; 
background: #291d14}/*background color match bg of div */

b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
/* end corners */
   
#content-wrap{
   width: 970px;
   text-align: left;
   position: relative;
   padding-bottom: 21px;
}   
/*wraps movie and sidebar*/
#content{
   width: 638px;
   padding: 20px 0 0 24px;
   float: left;
   display: inline;
   position: relative;
 }
 
 
 /*FLASH MOVIE ROTATOR*/
 #home-image {
   float: left;
   display: inline;
   width: 690px;
   height: 310px;
   position: relative;
   margin-left: -7px ;
   padding-left: 7px;
   z-index: 0;
  
}

#sidebar{
	z-index:2;
	width: 227px;
	margin-right: 7px;
	margin-top: 20px;
	top: 1px;
	padding: 0;
	right: -297px;
	position: absolute;
	height: 292px;
	font-size: 1.2em;
	background: #e2d0a8 url(../images/bg_home_drawer_ul.gif) no-repeat left bottom;
	display: inline;
	overflow: hidden;	
}
/* tryin corners on the sidebar box*/

b.rtopside {display:block; background: #2b1f15} /*background of top corners match bg of page*/
b.rbottomside{display:block;background: #2b1f15}/*background of bottom corners match bg of page*/
b.rtop bside, b.rbottom bside{display:block; 
height: 1px;
overflow: hidden; 
background: #634732}/*background color match bg of div */

b.r1side{margin: 0 5px}
b.r2side{margin: 0 3px}
b.r3side{margin: 0 2px}
b.rtopside b.r4side, b.rbottom b.r4side{margin: 0 1px;height: 2px}
/* end corners */
#drawers{
   width: 227px;
   height: 310px;
   background: #e2d0a8 url(../images/bg_home_drawer_ul.gif) no-repeat left bottom;
   margin: 0;
   float: left;
   padding: 0 14px 0 14px;
   font-size: 100%;
   }
   
#sidebar h3{
	width: 227px;
	height: 27px;
	background: url(../images/sidebarh3_bg.gif) no-repeat ;
	text-indent: -9999px;
}
#pastorheader {
margin-top: 5px;
background-image:url(../images/pastor%20parenti.jpg);
height: 84px;
width: 199px;

}
#home-featured{
   float: left;
   width: 921px;
   padding: 20px 18px 0;
   background: url(../images/bg_home-featured.gif) no-repeat center top;
}

#home-events, #home-locations {
	float: left;
	display: inline;
	width: 293px;
	background-color: #1b120d;
	background-image: url(../images/bg_home-news.gif);
	background-repeat:no-repeat;
	background-position:bottom; 
}

#home-locations {
margin-left: 21px;
margin-right: 15px;
}

#home-events h3 {
   text-indent: -9999px;
   width: 293px;
   height: 35px;
   background-image: url(../images/bg_home-events_h3.gif);
   background-repeat: no-repeat;
  
}

#home-locations h3{
   text-indent: -9999px;
   width: 293px;
   height: 35px;
   background: url(../images/bg_home-locations_h3.gif) no-repeat;
   }	
   
#home .featured-content{
   min-height: 390px;
   height: 390px;
   padding-top: 15px;
   float: left;
   width: 293px;
   display: block;
}

.event1, .event2, .event3{
padding: 10px 13px 13px;
height: 93px;
width: 250px;
background-image:url(../images/bg_posts_line.gif);
background-repeat: no-repeat;
background-position: bottom;
display: block;
}
.event4{
	padding: 10px 13px 13px;
	height: 93px;
	width: 250px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
}
#home .postfirst{
padding-top: 10px;
padding-left: 30px;
}

#home-events p.date{
   float: left;
   width: 26px;
   height: 34px;
   background: url(../images/bg_date.gif) no-repeat;
   padding: 8px;
   font-size: 1.2em;
   color: #6e4f35;
   line-height: 1;
   margin: 0 8px -3px -2px;
   text-align: center;
}

#home-events p.date b{
   display: block;
   font-size: 1.5em;
   color: #1b120d;
   font-weight: normal;
}

#home-events h2{
   font-size: 1.4em;
   margin-bottom: 15px;
   padding-top: 5px;
   line-height: 1.2;
}

#home-events p {
    color: #FFFFFF;
	font-size: larger;
	margin-left: 26px;
	}

#frontpictures {
float: right;
display: inline;
position: absolute;
padding-top: 25px;
height: 425px;

}

#picholder{
display: block;
margin-bottom: 12px;

}

.border {
border: 2px solid #FFFFFF;
display: block;
}

  /*------------------------------------------------- bottom of page -----------------------------------------------*/
#sitemap{
   width: 969px;
   margin: 13px auto 30px;
   text-align: left;
   padding-bottom: 10px;
   clear: both;
   }

#sitemap h1{background: #1b120d;
margin-left: 0;
margin-right: 0;

}
/* rounded corner css*/
b.rtop1 {display:block; background: #453224}
b.rbottom1{display:block;background:#453224}
b.rtop1 b{display:block; 
height: 1px;
overflow: hidden; 
background: #1b120d}

b.rbottom1 b{display:block; 
height: 1px;
overflow: hidden; 
background: #251912}

b.r1a{margin: 0 5px}
b.r2a{margin: 0 3px}
b.r3a{margin: 0 2px}
b.rtop1 b.r4a, b.rbottom1 b.r4a{margin: 0 1px;height: 2px}
/* end corners */

#sitemap #subcontent{
   padding: 22px 0px 22px 0;
   background:#261a13;
   float: left;
   display: inline;
   width: 969px;
}
#sitemap #breadcrumbs{
   padding: 20px 24px 30px;
   background: #1b120d;
}

#siteinfo{
display: inline;
float: left;
width: 650px;
margin-left: 200px;
}
#siteinfo-lists{
margin: 20px;
display: block;
float: left;
}
#siteinfo-lists h3{
font-size: 1.4em;
color: #F7CC37;
}
#siteinfo-lists ul{
list-style-type:none;
}
#siteinfo-lists ul li a{
font-size: 1.1em;
display: block;
color: #FFFFFF;
text-decoration:underline;
height: 20px;

}

#footer{
   clear: both;
   height: 90px;
   background: url(../images/bg_footer.gif) repeat-x;
   padding: 30px 0;
}

#footer-inner{
   width: 350px;
   margin: 0 auto;
   padding: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#counter {
visibility: hidden;
display: block;
float:left;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
 
 /* subpages  section
-----------------------------------------------------------------------------------------------------------------------------------
 */
 #content-wrap2{
   width: 970px;
   background: url(../images/bg_content-wrap.gif) no-repeat left bottom;
   text-align: left;
   position: relative;
   padding-bottom: 21px;
   padding-top: 21px;
   overflow: hidden;
}   
#subnav {
	width: 200px;
	float: left;
	display: block;
	padding: 28px 28px 28px 28px;
	background-image: url(../images/bg-subnav.gif);
	background-position: right;
	background-repeat: repeat-y;
	position: absolute;
	height: 85%;
	left: -7px;
	top: 18px;
}

#subnav ul{
list-style-type: none;
margin-left: 20px;
}
 
#subnav ul li{
background: url(../images/plus_symbol.gif) left center  no-repeat;
padding-left: 15px;
}
#subnav ul li a{
font-size: 1.6em;
color: #FFFFFF;
line-height: 1.2em;
text-decoration: none;
}
#contactbox {
line-height: 1.3em;
margin-top: 30px;
font-size:10px;
color: #EFEFEF;
margin-left: 20px;
}

#topimage img{
width: 560px;
height: 150px;
margin-left: 40px;
margin-bottom: 20px;
}
#topimagemin img{
width: 560px;
height: 150px;
margin-left: 10px;
margin-bottom: 20px;
}
#right-nav {
display: block;
float: right;
width: 660px;
padding: 0 20px 0 20px;
color:#FFFFFF;
font-size: 1.2em;
}

#rotateimage{
background:url(../images/subrotator/rotate.php);
width: 560px;
height: 150px;
margin-bottom: 15px;
}
