
/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	font-size: 11px;
	font-family: "Trebuchet MS", verdana, sans-serif;

}

body 	{	background-color: #8c9ca7;
			background-image: url(../images/body_bg.gif); background-repeat: repeat-x; background-position: top left; 
			margin: 0px auto; 
			font-family: arial; 
			min-width:1000px;/* for mozilla*/
			height:100%;
		}

#wrapper {
	_height: 82px;
}

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */


#outer{
	margin: 0px auto; 
	padding: 0px; 
	border: 1px solid #BFB694; 
	background-color: white;
	height:99.9%;
	min-height:100%;
	width:1000px;
	margin:auto;
	position:relative;
	overflow:visible;
}

/* mac hide \*/
* html #outer{
	width:1000px
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/


/* --------------------------------- */
/* ---------     Header    --------- */
/* --------------------------------- */

#header				{	width: 100%; 
						height: 190px; 
						background-image: url(../images/header.jpg); background-repeat: no-repeat; border: none;
						background-color: #620f1f; 
						position: absolute;
						top:0px;
						left:0px;
						z-index:74;
					}

#blankDiv_header	{	width: 350px; height: 100%; float: left;	}	
#parishName 		{	text-align: left; position: absolute; top: 60px; left: 290px; font: normal 24px Georgia, Times, serif; color: white; 
						text-decoration: none; text-transform: capitalize; padding: 0; width: 600px;	}
#parishLocation 	{	text-align: left; position: absolute; top: 90px; left: 290px; font: normal 16px Georgia, Times, serif; 
						color: white; text-decoration: none; text-transform: capitalize; margin: 0; padding: 0; width: 600px;	}
#parishName a, #parishLocation a {	color: white; text-decoration: none; }
#parishName a:hover, #parishLocation a:hover {	border-bottom: 1px dotted white; }

#headerlinks		{	position: absolute; top: 138px; left: 490px; width: 500px; text-align: right; }
#headerlinks ul		{	list-style: none; margin: 0; padding: 0;	}
#headerlinks li		{	float: right; padding: 0 10px; margin: 0 5px; /* border-left: 1px solid #41515F; */	}
#headerlinks li.last {	border-left: none;	}
#headerlinks a		{	text-decoration: none; color: white; }

/* --------------------------------- */
/* --------- Content Space --------- */
/* --------------------------------- */

#inner{
	width:100%;
	padding-top:190px;/*needed to make room for header*/
	background-color: #dddda9; 
} 

#inner-home {
	width:100%;
	padding-top:190px; 
	background-color: #ffffff; 
} 


#left {
	position:relative;/*ie needs this to show float */
	width:190px;
	float:left;
	padding: 0 5px;
	z-index: 56;
	line-height: normal; border-right: 1px dotted #ddd;
}
#middle {
	width:779px;
	float:left;
	z-index: 55;
	background-color: #ffffff;
	padding: 10px;
	min-height: 640px;
}

#middle-home {
	width:600px;
	float:left;
	z-index: 55;
	background-color: #ffffff;
	padding: 10px;
	min-height: 640px;
}

#right-home {
	width:150px;
	float:left;
	min-height: 600px;
	z-index: 55;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	border-left: 1px solid #cdcdcd;
}

/*--------------------------------------------------------------------
					Navigation Styles: Side Navigation
---------------------------------------------------------------------- */

#left ul			{	list-style: none; margin: 0; padding: 0;  	}
#left ul li			{	line-height: normal; margin:  0; padding: 5px 0px; border-bottom: 1px solid #555; text-align: left;  	}
#left ul li.last	{		}
#left ul li a		{	font-family: arial; color: #555; padding: 0; border: none; text-decoration: none; font-weight: bold; margin: 0 10px; font-size: 10pt; 	}
#left ul li a:hover	{	background-color: transparent; border-bottom: 1px dotted; color: #990000;	}

#left p				{	border: none;	}

#left table	{	width: 90%; margin: 0 4px; border: none; 	}
#left td 	{	font-size: 10pt; border-bottom: 1px dotted #ccc;	}
#left td p	{	font-family: Arial, sans-serif; font-size: 8pt; padding: 0; margin: 0;	}
#left td a	{	text-decoration: none; text-align: left; margin: 0; left: 0; font-weight: normal; 	}


#left h2	{	padding: 10px 0 0 0; font-family: arial; color: #333; font-weight:bold; }	
#left h2 a	{	text-decoration: none; color: #990000;	}

#left ul li ul			{	display: none;	}
#left ul li.active ul		{	display: block; padding: 0 10px;	}
#left ul li.active ul li a	{	font-size: 11px; font-weight: normal; text-decoration: none; color: #660000; padding: 0;	}
#left li.active a, #left ul li.active ul li.active a		{	color: #660000; font-weight: bold;	}
#left ul li.active ul li.last	{	border-bottom: none;	}

#left ul ul ul {	display: none !important;	}

/*---------------------- Page Footer ----------------------  */
#footer { float: left; border-top: 1px solid #b4b4b4; width: 100%; background-color: white; padding: 0; margin: 0;  }
#footer p { font: normal 9px/12px verdana, arial, sans-serif; color: black; padding: 0.3em 0; text-decoration: none; text-align: center;  }
