body, div, p, h1, h2, h3, h4, ul, li, table, img
{
	margin:0 0 0 0;
	padding:0;
	border:none;
}

body
{
	background: #DADAC5 url(../images/Background.gif) top left repeat;	
	font-family: Verdana, Arial, sans-serif;
	font-size: 76%;
}
	
.spacer { clear: both; }
	
.masthead
{
	margin: 0 auto;
	width: 935px;
	height: 170px;
	background: #FFFFFF url(../images/masthead.jpg) no-repeat left top;
}

/* ###
#logo 
{
	position: relative; 
	z-index: 10; 
}
  
#logo a:link, #logo a:visited 
{
	position: absolute;
	top: 140px; 
	left: 25px;
	padding-top: 13px; 
	
	width: 126px; 
	height: 126px;
	background: url(../images/logo.png)top left no-repeat;
}*/

/* navigation
----------------------------------------------- */
#navBar
{
	margin: 0 auto;
	padding: 0;
	width: 935px;
	height: 26px;
	background-color:#E1B76B;	
	/* height: 41px;
	background: #FFFFFF url(../images/navbar.gif);*/

}
 /* see final_drop.css for further styling information */

#container
{
	background: #FFFFFF;	
	margin: 0 auto 10px auto;
	width: 935px;
}

	#navSpace
	{
		background: #FFFFFF url(../images/navspace.gif) 0 6px repeat-x;
		padding: 6px 0 0 0;
	}	

#content
{
	line-height: 1.5em;
	float: left;
	color: #333333;
}
	/* see also simpletree.css for secondary navigation elements */
	.sideBar
	{
		padding: 0 10px 5px 5px;
		min-height:245px;
		height:auto;
		float: left;
		width: 205px;		
	}
		.sideBarPanelBtm, .sideBarPanelTop
		{
			margin: 0;
			padding: 0;
		}
			.sideBarPanelBtm img, .sideBarPanelTop img
			{
				margin: 0;
				padding: 0;
			}
		.sideBarPanel
		{
			margin: 0;
			padding: 0 10px 0 10px;
			background: #EDF6DA;
		}
		.sideBarPanel2
		{
			margin: 0;
			padding: 0 10px 0 10px;
			border-left: solid 1px #999999;
			border-right: solid 1px #999999;
			background: #FFFFFF;
		}
	
	#contentContainer
	{
		padding: 0 5px 5px 0;
		min-height:300px;
		height:auto;
		float: right;
		width: 710px;		
	}
			#contentCenter
			{
				float: left;
				width: 490px;
			}
			#sideBarRight
			{
				float: right;
				width: 205px;
				margin: 0 5px 0 10px;
			}
			
/* =panel
----------------------------------------------- */
	.menuTable 
	{
	/* ###	height:26px;
		font-size:0.9em;	
		width:880px; */
		margin:0;
		padding:0;
		border:0;	
	}
	
	.menuTableLine
	{
		border-right:solid 1px 7395C1;
	}

	.panel
	{
		vertical-align:text-top;
		padding: 10px 0 10px 10px; 
		margin: 5px 3px 5px 0;
		background-color:#F4F4E5; /*ffffe0*/
		border:1px solid #c9c9c9;
		border-collapse:collapse; 		
	}
	
	.error
	{
		vertical-align:text-top;
		padding: 10px 0 10px 10px; 
		margin: 5px 3px 5px 0;
		background-color:#FFFFEE; /*#FFFFCC*/
		border:1px solid #c9c9c9;
		border-collapse:collapse;
		color:#8E2323; /*firebrick*/
	}
	
	.titlePanel
	{
		vertical-align:text-top;
		padding: 2px 0 2px 4px; 
		margin: 5px 3px 5px 0;
		background-color:#F4F4E5; /*ffffe0*/
		border:1px solid #c9c9c9;
		border-collapse:collapse; 		
	}
	
	.subPanel
	{
		float:right;
		vertical-align:text-top;
		padding: 2px 0 2px 4px; 
		margin: 5px 3px 5px 0;
		background-color:#F4F4E5; /*ffffe0*/
		border:1px solid #c9c9c9;
		border-collapse:collapse;
	}	
		
	.notify 
	{
		color: #B95E19;
		font-style:normal;		
		font-size: 1em;	
	}
	
/* =footer
----------------------------------------------- */
#footer
{
	clear: both;
	padding: 8px 0 8px 0;
	line-height: 1.5em;
	text-align:center;
	vertical-align:middle;
	font-size:0.9em;
	color: #666666;
}	
	#footer a:link, #footer a:visited, #footer a:hover 
	{
		color: #666666;
		text-decoration: underline;
	}

	/* =image
	----------------------------------------------- */
	.thumbnail {
		float: left;
		width:180px;
		height:190px;
		margin: 0 15px 0 5px; 
		padding:0 10px 0 0; 
		font-size:0.9em;
		text-align:center;
	}	

	/* =project
	----------------------------------------------- */
	#projectLeft 
	{
		float: left;
		margin: 10px 0 0 0;
		width:400px;
	}

	#projectRight
	{
		float: right;
		margin: 68px 0 0 0;		
		width:250px;
	}
	
	#designations
	{
		float:right;
		margin: 10px 0 0 0;	
	}
	
	.imgDispMain
	{
		border: Solid 1px #000;
	}
	
	a.info{
		position:relative; /*this is the key*/
		z-index:24; background-color:#fffffc; 
		color:#000;
		text-decoration:none}

	a.info:hover{z-index:25; background-color:#fff; text-decoration:none;}

	a.info span{display: none}

	a.info:hover span{ /*the span will display just on :hover state*/
		display:block;
		position:absolute;
		top:-5.5em; left:0; width:14em;
		padding:5px 5px 5px 5px; 		
		border:1px solid #E9E0D4;
		background-color:#E9E0D4; color:#000;
		text-align: left;
		text-transform:none;	
		font-weight:normal;
		}

	/* =links
	----------------------------------------------- */
	a:link, a:visited {
		color: #45518D;
		text-decoration: underline;
	}
	a:hover {
		color:#C39439;
		text-decoration: underline;
	}

	a.topmenu:link, a.topmenu:visited {
		color: #FFFFFF;
		text-decoration: underline;

	}
	a.topmenu:hover {
		color:#FFFFFF;
		text-decoration: underline;

	}

	.imageSpacer
	{
		border:1px #000000;
		padding-top:5px;
		padding-right:10px;
	}

/* =lists
----------------------------------------------- */
	#contentContainer ul
	{
		list-style-image: url(../images/bullet.gif);
	}
	ul.docs 
	{
		margin:0;
		padding:4px 0 0 5px;
		list-style-type:none;
		border:none;
	}

	li.docs
	{
		background-image:url(../images/acrobat-icon.gif);
		background-repeat:no-repeat;
		padding:0 0 0 20px;
	}


	ul.level1 
	{
		margin:0;
		padding:4px 0 0 20px;
		list-style-type:square;
		border:none;
	}

	ul.level2 
	{
		margin:0;
		padding:4px 0 0 20px;
		list-style-type:circle;
		border:none;
	}

	#contentContainer ul.bullet2, #sideBar ul.bullet2
	{
		list-style-image: url(../images/bullet2.gif);
	}

	ol 
	{
		margin:0;
		padding:4px 0 0 40px;
		border:none;
	}
	
	ul 
	{
		margin:0;
		padding:0 0 0 20px;
		border:none;
		list-style-type:square;		
	}

/* =typography
----------------------------------------------- */
	h1 {
		padding: 0 0 0.25em 0;
		color:#333333;
		font-family: Trebuchet MS, Verdana, Sans-Serif;
		font-weight:bold;
		font-size:1.4em;
	}

/* ###DEV h1.home {
		padding: 1em 0 0.25em 0;
		border-bottom-style:dotted;
		border-bottom-width:1px;
		border-bottom-color:#B95E19;	
		color:#587292;
		font-family:Trebuchet MS, Verdana, Sans-Serif;
		font-weight:bold;
		font-size:1.1em;
		text-transform: uppercase;	
	} */

	h2 {
		padding: .75em 0 0.1em 0;
		color: #665496;
		font-family: Trebuchet MS,Verdana, Sans-Serif;
		font-size: 1.25em;
	}

	h3 {
		padding: .2em 0 0 0;
		color:#666666;
		font-family: Verdana, Sans-Serif;		
		font-weight:bold;
		font-size:1em;
	}

	p.name, p.name a
	{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-weight: bold;
	font-size: 115%;
	color: #645FAA;
	text-decoration: none;
	}
		p.name a:hover
		{
			text-decoration: underline;
		}

	p.indent 
	{
		margin-left:2.0em;	
/* ###DEV		margin-top: 0.3em;
		margin-bottom: 0.3em; */
	}

	p.indentGraphic
	{
		margin-left:2.0em;	
		margin-top: 1.0em;
		margin-bottom: 0.3em;
	}

	p.indentGraphic2
	{
		margin-left:1.3em;	
		margin-top: 0.3em;
	}
	
	/* =cuteditor styles
	----------------------------------------------- */	
		
	.Normal {
		margin-top: 6px;
		margin-bottom: 3px;
	}

	.Heading_Level1 
	{
		padding: 0 0 0.25em 0;
		color:#333333;
		font-family: Trebuchet MS, Verdana, Sans-Serif;
		font-weight:bold;
		font-size:1.4em;
	}

	.Heading_Level2 {
		padding: .75em 0 0.1em 0;
		color: #665496;
		font-family: Trebuchet MS,Verdana, Sans-Serif;
		font-size: 1.25em;
		font-weight: bold;
	}
	
	/* =calendar
	----------------------------------------------- */
	a.calendar:link, a.calendar:visited {
		color: #45518D;
		text-decoration: none;
	}
	a.calendar:hover {
		color:#C39439;
		text-decoration: underline;
	}
	
	/* =signup
	----------------------------------------------- */
	
	.panelTable
	{
		vertical-align:text-top;
		padding: 10px 0 10px 10px; 
		margin: 5px 3px 5px 0;
		background-color:#F4F4E5; /*ffffe0*/
		border:1px solid #c9c9c9;
		border-collapse:collapse; 
	}
	
	.panelTable table { 
	 background-color: #F9FBFD; 
	 color: #000000; 
	 width: 490px; 
	 border: 1px solid #D7E5F2; 
	 border-collapse:collapse; 
	}
	
	.panelTable td { 
	border: 1px solid #D7E5F2; 
	padding-left: 4px; 
	}

	.panelFont
	{
	font-family: verdana, Arial, sans-serif;
	}
	
	/* =controls
	----------------------------------------------- */
	.special
	{
		BORDER-RIGHT: #003466 1px solid; 
		BORDER-TOP: #003466 1px solid; 
		BORDER-LEFT: #003466 1px solid; 
		BORDER-BOTTOM: #003466 1px solid; 
		background-color:#F8F7F7;
		font-family:Verdana;
	}

	.btn
	{
		border-color:#DADAC5;
		border-style:solid;
		border-width:thin;
		background-color:#F4F4E5;
		color:#000000;
		cursor:hand;
		font-family:Verdana, Sans-Serif;
		font-size:1.0em; 
	}
	.panelLabel
	{
		vertical-align: text-top;
		text-align: right;
		width: 100px;
	}
	
	em.required
	{
		padding: 0; 
		margin: 0;
		font-style:normal;
		COLOR:Maroon
	}
	
	.imgDownload
	{
		border:0;
	}
	

	.designations
	{
		padding:1.2em 0 0 0;
		color:#666666;
		font-family:Trebuchet MS, Verdana, Sans-Serif;
		font-weight:bold;
		font-size:1.1em;
		text-transform: uppercase;
	}
	
/* ###DEV	.pDesignation
	{
		padding:1em 0 0 0;
	} */

	.imgDesignationsFirst
	{
		padding:0 0.1em 0 0;
		vertical-align:middle;
		border:0;
	}
		
	.imgDesignations
	{
		padding:0 0.1em 0 1.5em;
		vertical-align:middle;
		border:0;
	}		

	.imgtblDesignations
	{
		padding:0 0 0 0;
		vertical-align:middle;
		width:40px;
		height:40px;
		border:0;
	}	
		
	.imgTitle
	{
		padding:1.1em 0 0.2em 0;
		border:0;
	}	
	
	.imgMenu
	{
		padding:0 0 0 0;
		vertical-align:middle;
		border:0;
	}	

	.imgQuote
	{
		padding:0 6px 0 14px;
		border:0;
	}	

	.imgDot
	{
		padding:0 10px 0 10px;
		vertical-align:middle;
		border:0;
	}		

/* =other
----------------------------------------------- */

.noDisplay
{
	display: none;
}
.smtxt
{
	font-size:0.9em;
}
.fltlt
{
	float: left;
	margin: 0 5px 5px 0;
}
.fltrt
{
	float: right;
	margin: 0 0 5px 5px;
}
.padtop
{
	padding: 1em 0 0 0;
}
.padtop2
{
	padding: 0.25em 0 0 0;
}
.padrt
{
	margin-right: 200px;
}
.center
{
	width: 130px;
	margin: 0 auto;
}
.clear
{
	clear: both;
}
.clearlt
{
	clear: left;
}
#pastor
{
	background: url(../images/pastor.gif) top left no-repeat;
	height: 31px;
}
#missions
{
	background: url(../images/missions.gif) top left no-repeat;
	height: 31px;
}
#calendar
{
	background: url(../images/calendar.gif) top left no-repeat;
	height: 31px;
}
#youthministry
{
	background: url(../images/youthministry.gif) top left no-repeat;
	height: 31px;
}
#directions
{
	background: url(../images/HowtoFindUs.gif) top left no-repeat;
	height: 31px;
}
#welcome
{
	background: url(../images/homeheader.gif) top left no-repeat;
	height: 31px;
}