/*_______________GENERAL SETUP________________*/
body { 
	font-size:0.8em; 
        font-family:palatino, 'century gothic', arial, sans-serif;   /*Tahoma, Arial, sans-serif; */
        background:#e4e4e3 url(http://olivetchurch.net/images/interface/background.jpg) top repeat fixed; 
        color:black; /*main body text color*/
        margin:0; 
        line-height:130% 
	}
html { height:100.1% }
a { color:#0A77AA; text-decoration:none; }
a:hover { color:#924613; text-decoration:underline; }
a img, :link img, :visited img { border:none; }

/*___________________MAIN LAYOUT________________*/
.wrapper { 
	width:920px; 
        margin:0 auto 
	}
#header { 
        height:149px; 
        width:920px; 
        background:#e4e4e3 url(http://olivetchurch.net/images/interface/logoFull.jpg) top no-repeat;
	margin:-12px 0 0 0; 
        font-size:0.9em; 
        color:#fff; 
	}
#header p { 
        text-align:right; 
	padding: 10px 10px 
	}
#header a { 
        color:white; 
	}
#ie_warning {
	width:890px; 
        margin:0;
        padding: 15px;
        background:black;
        color:white;
        font-size:14px; 
	}
#ie_warning a{ color:orange}
#mainBg { 
	background: #e4e4e3;    <!--url(http://olivetchurch.net/images/interface/main-bg.gif) repeat-y;  -->
	width:920px; 
	margin:0 
	} 
#mainBg:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both;  
	}

#mainBg { display:inline-block } /* Hide from IE Mac \*/
#mainBg { display:block } /* End hide from IE Mac */
* html #mainBg { height:1px } /*for IE6 and down*/

#homeLeft { 
	width:670px; 
	float:left; 
	margin:0 0 -10px 0;  
	}
#mainLeft { 
	width:610px; 
	float:left; 
	padding:15px 30px;
        line-height:1.5em;
	}
#mainFull { 
	width:890px; 
	background:#fff; 
	padding:15px;  
	}
#mainContent { 
	padding:0; 
	margin:15px auto; 
	width:95% 
	}
#rightColumn { 
	width:250px; 
	float:right; 
	background:#e4e4e3; 
	color:#fff; overflow:visible 
	}
#rightColumn:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden 
	}

#rightColumn { display:inline-block } /* Hide from IE Mac \*/
#rightColumn { display:block } /* End hide from IE Mac */
* html #rightColumn { height:1px } /*for IE6 and down*/


 

/* ------------------------------- Footer Styles --------------------------- */
#footer {
	padding: 15px 0 0 0;
	position: relative;
	clear: both;
        height: 235px;
	background:url(http://olivetchurch.net/images/interface/footer.jpg);
	}
#siteMap {
	margin-top: 15px;
	float: left;
	width: 670px;
        color: white;
	}
#siteMap .column {
	float: left;
	width: 160px;
	}
#siteMap li {
	display: block;
	list-style: none;
	}
#siteMap li a {
	display: block;
	float: left;
	clear: left;
	padding: 4px 0;
	font-weight: bold;
	color:#fff;
        text-decoration:none 
	}
#siteMap li li a {
	margin-left:-30px;	
	line-height: 1em;
	font-weight: normal;
	color:#fff;
	}
#siteMap li a:hover {
	text-decoration: underline;
	color: #924613;
	}
#siteMap li li a:hover {
	background-position: 2px 50%;
	}
#footerInfo {
	float: right;
	width: 210px;
        margin:25px 15px 0px 15px;
	background: black;
	filter:alpha(opacity=50);
	opacity: 0.5;
	border: 1px solid #908754;
        color:white;
	}
#footerInfo strong {
        font-size: 11pt;
	font-weight: bold;
	color: white;
	}
#footerInfo p {
	padding-left: 15px;
        font-size: 9pt;
	font-weight: normal;
	color: white;
	}
#copyright {
        float:left;
        text-align:center;
	width: 920px;
        color: white;
        font-size: 0.90em;
	margin-top:-15px;
	}

/*______________HOME PAGE STYLES____________*/

#homebanner { 
	width:920px; 
	background:#e4e4e3;            /*#908754; */
	margin:0; 
	padding:0 0 5px 0; 
	overflow:hidden;
	}

/* Step Carousel */
#carousel { 
	float:left; 
	position:relative; 
	width:625px; 
	height:250px; 
	margin:5px 10px 0 20px; 
	display:block 
	!important; 
	display:inline;
	} 
.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 1px solid #F5F5DC;
	overflow: scroll; /*leave this value alone*/
	width: 620px; /*Width of Carousel Viewer itself*/
	height: 220px; /*Height should enough to fit largest content's height*/
	}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 5px; /*margin around each panel*/
	width: 610px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 210px;
	}

/* Right Side Banner Box */
#rightBannerText { 
	width:230px; 
	background:black url(http://olivetchurch.net/images/interface/service_background.jpg) no-repeat; 
	border: none;
        color:white;;
	float:right; 
	position:relative;
	margin:3px 20px 0 0;
	height:222px; 
	display:inline;
	line-height:1.4;
	font-size:12px;
	} 
#rightBannerText a { color:#fff }

#rightBannerText div  { 
	height:190px; 
	width:90%; 
	color:white; 
	margin:10px 5px 0 15px  
	}
#rightBannerText h3 { 
	display:inline;
	font-size:1.1em; 
	}

/* Welcome Banner */
#welcome { 
	background:#e4e4e3 ; /* url(http://olivetchurch.net/images/interface/welcome.jpg) no-repeat; */
	padding:0; 
	margin:0; 
	width:670px; 
	height:155px; 
	float:left; 
	color:#F2F0B6; 
	font-size:1em 
	}
#welcome a { color:#fff }
#welcome p { 
	height:130px; 
	width:90%; 
	overflow:auto; 
	color:#000; 
	line-height:1.5; 
        padding:0 10px 0 0;
	margin:10px 0 0 25px 
	}
#homebuttons { 
	padding:0; 
	margin:0; 
	width:670px; 
	float:left; 
	height:157px 
	}

/* ---------------------RIGHT COLUMN SIDE MENU STYLES--------------------------------*/

/* PRIMARY RIGHT COLUMN STYLES */
.sideMenu  { 
	width:100% !important; 
	width:90%; 
	margin:0; 
	padding:0; 
	list-style:none 
	}
.sideMenu a { 
	text-decoration:none;
	width:100%; 
	cursor:pointer; 
	color: #49491f; 
	margin-bottom:1px;
	display:block;
	padding:0;
	background:url(http://olivetchurch.net/images/interface/menu-list.gif) no-repeat 0 5px; 
	padding-left:10px; 
	clear:right
	}
.sideMenu a:hover { 
        text-decoration:underline;
        color:#924613;
        }	

/* HOME PAGE RIGHT COLUMN STYLES */

.homeNewsflash { 
	background: #e4e4e3;   /*#908754; */ 
	color:#000; 
	padding:0px 5px 15px 15px;
	}
.homeNewsflash h3{ 
	margin-bottom:10px; 
	font-weight:normal; 
	}
.homeNewsflash h3 a{ 
        color:black;
        text-decoration:none;
	}
.homeNewsflash h3 a:hover{ 
	color:#924613;
	text-decoration:underline;
	}

/* SUB PAGE COLUMN STYLES */
.olive { 
	background: #e4e4e3;   /*#908754; */ 
	color:#000; 
	padding:15px 5px 15px 15px;
	}
.olive .newsflash { 
	margin:0; 
	padding:0 10px 0 0;	
	<!--height:255px; -->
	overflow:auto; 
	}
.olive .newsflash p { 
	margin:0; 
	padding:3px 0 15px 15px;	
	}
.olive .newsflash a { 
	font-size:1.1em;
        font-weight:bold;
        color: #49491f;   /*#F2F0B6;*/
	text-decoration:none;
	}
.olive .newsflash a:hover { 
	color:#924613;
	text-decoration:underline;
	}
.olive h3{ 
	margin-bottom:10px; 
	font-weight:normal; 
	}
.olive h3 a{ 
        color:black;
        text-decoration:none;
	}
.olive h3 a:hover{ 
	color:#924613;
	text-decoration:underline;
	}

/* ------------------ OBSOLETE Middle Section - Grey ----------------------- */
.grey { 
	padding:15px; 
	margin:0 0 1px 0; 
	background:#000 url(http://olivetchurch.net/images/interface/module-bg.gif) left repeat-y; 
	color:#fff
	}
.grey a { color:#F2F0B6 }
.grey a:hover { 
        color:#924613;
        text-decoration:underline;
        }
.grey h3 { 
	margin-bottom:10px; 
	font-weight:normal 
	}
.green { 
	padding:15px; 
	background:#000 url(http://olivetchurch.net/images/interface/mod-green-bg.gif) left repeat-y; 
	color:#fff 
	}
.green a { color:#F2F0B6 }
.green h3 { 
	margin-bottom:10px; 
	font-weight:normal 
	}

/* END RIGHT COLUMN STYLES */

/* ------------------------------- List Sections Styles ------------------------------------ */

.listBorder { 
	padding:10px; 
	float:left; 
	width:585px; 
	margin-bottom: 25px;
	background:#fff; 
        line-height:1.3em;
	}
	.listBorder img { 
		border:1px solid #fff; 
		margin:0 10px 0 0; 
		float:left; 
		}
	.listBorder a img:hover { 
		border:1px solid #924613; 
		margin:0 10px 0 0; 
		float:left; 
		}
	.listBorder h4 { 
		display: inline;
		}
	.listBorder h3 { 
		display: inline;
		}
	.listBorder a { 
		text-decoration:none;
		cursor:pointer; 
		color:black; 
		}
        .listBorder a:hover { 
		color:#924613; 
		text-decoration:underline;
		}
        .image_column { 
		width:135px; 
		float: left;
		}
        .content_column { 
		display:inline;		
		padding:0;
		float: left; 
		width:435px;
		}

/* ------------------------------- Image Gallery Styles ------------------------------------ */
#mainLeftGallery { 
	width:610px; 
	float:left; 
	padding:15px 10px;
        line-height:1.5em;
	}
#gallery {
  	width: 600px;
  	float: left;
	padding:15px;	
	}
#gallery .column {
        float: left;
	width: 140px;
        padding: 5px;
	}
.photo {
        font-weight: normal;
        font-size:95%; 
  	width: 130px;
	height: 135px;
	text-align: center;
	border:1px solid white;
	background:#DEE1D9;
	padding: 5px;
	}
.photo a img:hover{
        border:1px solid #924613; 
	}



/*________________GENERAL STYLES_________________*/

.clear { clear:both }
hr { 
	height:1px; 
	color:#D1C0A0 
	}
.imgRight { 
	float:right; 
	position:relative; 
	border:3px double #ccc  
	}
.imgLeft { 
	float:left; 
	position:relative; 
	border:3px double #ccc 
	}
.img {  
	border:3px double #ccc 
	}
.button { 
	width:68px; 
	height:20px; 
	border:none; 
	padding:0; 
	margin:5px 0 0 0; 
	color:#342618; 
	font-size:0.9em; 
	background:url(http://olivetchurch.net/images/interface/button.png) no-repeat 
	}
a.readon { 
	color:#fff; 
	background:url(http://olivetchurch.net/images/interface/read.gif) no-repeat; 
	display:block; 
	width:100px; 
	height:40px; 
	padding:2px 0 4px 0; 
	font-weight:bold; 
	text-decoration:none; 
	text-align:center; 
	float:right 
	}
a.readon:hover { 
	color:#fff; 
	background:url(http://olivetchurch.net/images/interface/read-h.gif) no-repeat 
	}
.inputbox { 
	border:1px solid #ccc; 
	width:auto 
	}

h1 { 
	font-size:1.4em;
        font-family:palatino linotype, palatino, book antiqua, times new roman, serif;
	}
h2 { 
	font-size:1.5em; 
	border-bottom:1px dotted #0B4853; 
	border-top:1px dotted #0B4853; 
	padding:3px 0;
        line-height:1.5em;
        font-family:palatino linotype, palatino, book antiqua, times new roman, serif; 
	}
h3 { 
	font-size:1.3em; 
        font-family:palatino linotype, palatino, book antiqua, times new roman, serif;
	}
h4 { 
	font-size:1.1em; 
	}
h5 { 
	text-align:center;	
	font-size:1.1em;
        font-family:palatino linotype, palatino, book antiqua, times new roman, serif; 
	}


/*==============================================================================

   GRC multi-level script-free pure-CSS menuing system stylesheet.
   This code is hereby placed into the public domain by its author
   Steve Gibson. It may be freely used for any purpose whatsoever.
   
   Note: This CSS code has been modified from it's original form, by Christian Templates Online, to match the theme of this template.  
         This drop menu has been tested in browsers IE6, IE7, FF, & Safari.  
         Please note: The IE6 browser renders the drop menu slightly differently, but functions is unhindered. If you would like to edit this menu system,
         please refer to the original contents, which can be downloaded from this website http://www.grc.com/menu2/invitro.htm.

==============================================================================*/


/*========================= DROP MENU CASCADE STYLES =========================*/

.menu {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:-60px 0 0 0;
	padding:0 0px 0 260px;
	border:0;
	height:43px;                                  /* the menu's overall height */
	width:890px;       /* we always want our menu to fill the available space */
	font-size:1.3em;         /* this (and also below) sets the menu's font size */
	/* background: #908754; url(http://olivetchurch.net/images/menubar/menubar.jpg) left repeat-x;     this sets the bar behind the main menu */
z-index:1;
}
.menu ul {
	padding:0px;
	margin:8px 0 0 0;
	border:0;
	list-style-type:none;        
	line-height:1.5em;           /* globally set the menu's item spacing. note */ /* this must be 1.0 or 1.5 or 2.0 for Mozilla */
}
.menu li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;
	margin:0;  
}
.menu ul li table {
	margin:-1px 12px;              /* IE5 needs -1px top and bottom table margins */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
}
.drop {
	display:block;
	padding:0;	       /* this sets the l/r margins for our menu item */
	margin:0;
	text-align:right;   /* this right alignment goes with the float:left below */
	cursor:pointer ;     /* IE tries to switch back to an I-beam, don't let it */
}
.drop span {        /* this simultaneously left and right aligns the text and */
	float:left      /* the >> in the drop-down menus which link to sub-menus */
}
.rightmenu {
	position:relative;  /* establish a local positioning context for YAH label */
	float:right                 /* and right-align it at the top of our page */
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display:none;        /* initially hide the entire list hierarchy */
	padding:0;            /* this is our box border width */
}
.menu ul li a,
.menu ul li a:visited {     /* unselected top-level menu items, change menu fonts here */
	display:block !important;
	display:inline;
	float:left;
	text-decoration:none;
	height:18px;
	color:#ffffff;
	text-indent:5px; /*CHANGED FROM 5*/
	margin:0 12PX; /* CHANGED - WAS "0 10PX" set top/main link menu spacing */	
}
.menu ul li:hover a,
.menu ul li a:hover {   /* selected top-level menu items */
	border:0 !important; 
	border-top:1px solid #39370A;    /* these 2 lines create the push-in illusion */
	height:19px;
        color:#924613;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0 10px;
	top:21px;              /* CHANGED place us just up underneath the top-level images */
	left:-1px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:13em;
	color:#fff;                        /* this sets the unselected-text color */
	background:#908754;         /*  this sets our menu's effective "border" color */
	padding:.07em;
        z-index: 2
	
}
.menu ul li:hover ul.skinny,
.menu ul li a:hover ul.skinny {             /* 2nd level skinny drop-down box */
	width:8.08333em;   /* with a 12px default font, this is 97px width (97/12) */
}
.menu ul.rightmenu li:hover ul,
.menu ul.rightmenu li a:hover ul {    /* 2nd level neighborhood drop-down box */
	left:auto;
	right:0         /* nudge the right menu right to line up under the border */
}
* html .menu ul.rightmenu li a:hover ul {         /* IE5/6 needs a tweak here */
	right:-1px
}
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#fff;               /* this sets the unselected drop-down text color */
	background:#b2a46e;       /* 042A30 this sets the drop-down menu background color */
	width:13em;		
}
.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:#fff;
	background:#924613    /*21606A*/	
}
.menu ul li:hover ul.skinny li a,
.menu ul li a:hover ul.skinny li a,
.menu ul li:hover ul.skinny li a:hover,
.menu ul li a:hover ul.skinny li a:hover {     /* 2nd level un+selected items */
	width:8.08333em; /* When using this 2nd level drop, for the best rendering results, you should not exceed over 15 characters in your link/content. */
}

/*======================== 3RD LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {             /* hide inactive 3rd-level menus */
	visibility:hidden
}
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {             /* 3rd level drop-down box */
	visibility:visible;
	position:absolute;
	margin:0;	      
	top:0;
	left:8em;
	width:13em;
}
.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {     /* 3rd level unselected items */
	width:13em;
	background:#042A30
}
.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {    /* level3 selected items */
	width:13em;
	background:#924613
}
