@charset "utf-8";
/*  CSS */

a,
a:link,
a:visited,
a:hover,
a:active	{color:#252525; outline: none;}
:focus		{ -moz-outline-style: none;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}

h1			{font:1.6em Arial, Helvetica, sans-serif;margin:0;padding:0}
h2			{font:1.5em Arial, Helvetica, sans-serif;margin:0;padding:0}
h3			{font:1.4em Arial, Helvetica, sans-serif;margin:0;padding:0}

.pad5		{padding:5px;}
.sm9		{font-size:0.63em;}
.sm10		{font-size:0.69em;}
.sm10 a	{font-size:0.90em;}
img {behavior: url(inc/pngbehavior.htc);}
#map img {behavior:none !important;}
#map {line-height:15px;}
.heading	{border-bottom:1px dotted #BFA683;}

/******   LAYOUT   ******/
* {outline-style: none;}

html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
	
body	{
	margin:0 auto;
	text-align:center;
	padding:0;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #252525;
	background:#d6892f url(../images/bg.jpg) repeat-x;
	font: 1.3em/1.5em Verdana, Arial, Helvetica, sans-serif;
	}

#bg		{background:url(../images/grungebg.png);behavior: url(inc/pngbehavior.htc);margin:-10px 0 0 0;padding:0;}
#logo	{position:relative;margin:10px 0 -98px 0;z-index:600;}

#flmovie	{
	loat:left;
	width:698px;
	height:256px;
	z-index:1; 
	position:absolute;
	margin: -15px 0 0 25px;
	}

* html #flmovie		{margin: -256px 0 0 25px;}

.flashover	{
	float:left;
	width:698px;
	height:256px;
	z-index:10; 
	position:absolute;
	margin: -15px 0 0 25px;
	}
* html .flashover		{margin: -256px 0 0 25px;}

.servicetimes	{	
	z-index:500;
	position:relative;
	float:right;
	margin:-15px 15px 0 0;
	}


	
#wrapper	{
	width:1000px;
	height:auto;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	}
	
#contentbg	{background:url(../images/contentbg.png);behavior: url(inc/pngbehavior.htc);}	
#content	{
	width:920px;
	margin:0px;
	padding:30px 40px 0px 40px;
	min-height:240px;
    height:auto !important;
    height:240px;
	}
	

#news	{margin: 15px 0 0 0px;background:#ebddc9;padding:10px;width:575px; position:relative; z-index:1;}

bject	{z-index:1;display:none;}

/******* FOOTER *******/
#footer	{
	height:80px;
	padding: 46px 20px 0px 20px;
	font-size:10px;
	line-height:1.3em;
	background: url(../images/footer.png) no-repeat;
	width:960px;
	behavior: url(inc/pngbehavior.htc);
	clear:both;
	}
#footer a	{text-decoration:none;font-size:10px;}

#footer #credit				 {float:right;width:115px;}
#footer #credit a 	 		 {color:#997340;text-decoration:none;}
#footer #credit a:hover 	 {color:#000;text-decoration:none;}








/****************    NAV   ************/
#nav .menu {	
	behavior: url(inc/pngbehavior.htc);
	padding: 50px 0px 0 0;
    overflow: hidden;
    height: 0px !important;
    height /**/:50px;
	float:left;
	}

* html #nav	{margin-left:20px;}
	
#nav a#home				{background:url(../images/nav-home.jpg) no-repeat;width:91px;}
#nav a#home:HOVER		{background:url(../images/nav-home-over.jpg) no-repeat;}

#nav a#whoweare			{background:url(../images/nav-whoweare.jpg) no-repeat;width:134px;}
#nav a#whoweare:HOVER	{background:url(../images/nav-whoweare-over.jpg) no-repeat;}
		
#nav a#ministries		{background:url(../images/nav-ministries.jpg) no-repeat;width:120px;}
#nav a#ministries:HOVER	{background:url(../images/nav-ministries-over.jpg) no-repeat;}

#nav a#services			{background:url(../images/nav-servicesdirections.jpg) no-repeat;width:194px;}
#nav a#services:HOVER	{background:url(../images/nav-servicesdirections-over.jpg) no-repeat;}

#nav a#prayer			{background:url(../images/nav-prayerrequest.jpg) no-repeat;width:163px;}
#nav a#prayer:HOVER		{background:url(../images/nav-prayerrequest-over.jpg) no-repeat;}

#nav a#ibcnews			{background:url(../images/nav-ibcnews.jpg) no-repeat;width:111px;}
#nav a#ibcnews:HOVER	{background:url(../images/nav-ibcnews-over.jpg) no-repeat;}

#nav a#contact			{background:url(../images/nav-contactus.jpg) no-repeat;width:147px;}
#nav a#contact:HOVER	{background:url(../images/nav-contactus-over.jpg) no-repeat;}



 
/******* HORIZONTAL NAV MENU  ***********/
#nav	{
	height:50px;
	}
*html #nav	{
	position:absolute;
	z-index:500;
	width:950px; 
	} /*IE 6*/ 
		
ul#hrznav {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 960px; /*For KHTML*/
  list-style: none;
  margin: 0 auto;
  height: 34px;
  padding: 15px 0px 15px 0px;
	}

ul#hrznav li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 34px;
  z-index:500;
	}

ul#hrznav li li{height:25px;}

ul#hrznav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 290px;
  list-style: none;
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
	}

ul#hrznav ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
	}

/* Root Menu */
ul#hrznav a {
  padding: 2px 2px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #e1a913;
  font: 1.3em/1.90em Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#hrznav a:hover,
ul#hrznav li:hover a,
ul#hrznav li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 2nd Menu */
ul#hrznav li:hover li a,
ul#hrznav li.iehover li a {
  float: none;
  background:#262d3d;
  color: #dae4fb;
  border:1px solid #394259;
  font-size:1.2em;
  height:30px;
  text-indent:5px;
  	}
	
*html #nav	{z-index:500; position:relative;}



/* 2nd Menu Hover Persistence */
ul#hrznav li:hover li a:hover,
ul#hrznav li:hover li:hover a,
ul#hrznav li.iehover li a:hover,
ul#hrznav li.iehover li.iehover a {
  background: #424d66;
  color: #FFF;
	}

/* 3rd Menu */
ul#hrznav li:hover li:hover li a,
ul#hrznav li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#hrznav li:hover li:hover li a:hover,
ul#hrznav li:hover li:hover li:hover a,
ul#hrznav li.iehover li.iehover li a:hover,
ul#hrznav li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 4th Menu */
ul#hrznav li:hover li:hover li:hover li a,
ul#hrznav li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 4th Menu Hover */
ul#hrznav li:hover li:hover li:hover li a:hover,
ul#hrznav li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
	}

ul#hrznav ul ul,
ul#hrznav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#hrznav li:hover ul ul,
ul#hrznav li:hover ul ul ul,
ul#hrznav li.iehover ul ul,
ul#hrznav li.iehover ul ul ul {
  display: none;
	}

ul#hrznav li:hover ul,
ul#hrznav ul li:hover ul,
ul#hrznav ul ul li:hover ul,
ul#hrznav li.iehover ul,
ul#hrznav ul li.iehover ul,
ul#hrznav ul ul li.iehover ul {
  display: block;
	}






/**********  CONTACT FORM   **********/
form#contact 	{
	margin:0;
	padding: 5px;
	float:right;
	width: 275px;
	}	


#contact label,#contact input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

#contact label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
	}

#contact br {clear: left;}

#contact fieldset	{
	background: #a9957e;
	border: 1px solid #3e261a;	
	margin:0px 0px 10px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#3e261a;
	font-variant:small-caps;
	font:bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	padding:2px 5px;
	position: relative;  
	left: -7px;  
	top: -0.75em;
	}

#contact fieldset ol {  
	padding-top: 0.25em;
	}
	
#contact #city {
	display: block;
	width: 60px;
	margin-right:12px;
	float: left;
	margin-bottom: 10px;
	}
	
#contact #comments	{
	display: block;
	width: 240px;
	height:70px;
	margin-bottom: 15px;
	}

textarea{overflow:auto;}
	
#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:90px;
	}
	
#contact .shhhh, .shhhh {display:none;}

div.newscat {background:#783111; text-align: center; color:#fff; font-size:1.2em; font-weight:bold;}
