@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/background.jpg) repeat 0px top;
	margin:0px;
	padding:0px;
}

hr { border: 2px dashed #76644d; border-style: none none dashed; padding-top: 10px; width: 80%}

/* ----- containter ----- */

#wrapper {
	width: 705px;
	margin: 0 auto;
}

#container {
 width: 705px;
 margin:0 auto;
}

#header {
	background: url(images/header.jpg) no-repeat 0px top;
	height: 267px;
	width: 705px;
	margin: 0px;
	padding: 0px;
	float:left;
}

#nav {
	position: absolute;
	z-index: 5;
	top: 230px;
	height: 40px;
	width: 705px;
/*background-image: url(images/nav_bkg.png);
	background-repeat: no-repeat;
	background-position: center 2px;*/
}

#content {
	background: url(images/content_bkg.png) repeat 0px top;
	margin: 0px;
	padding: 20px 0px 0px;
	float: left;
	width: 705px;
}

#content h1 {
	font-family: times, serif;
	color: #4c759c;
	font-size: 25pt;
	font-weight: normal;
	margin: 0px 50px;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4C759C;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4C759C;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-bottom: 0px;
}

#content p {
	margin: 12px 50px;
	font-family: arial, sans-serif;
	color: #75644c;
	font-size: 10pt;
	line-height: 15pt;
}

#content_bottom {
	margin:0px;
	padding:0px;
	background: url(images/content_bottom.png) no-repeat 0px top;
	height: 47px;
	width: 705px;
	float: left;
}

#footer {
	background: url(images/footer.png) 0px top;
	width:100%;
	height: 45px;
	margin-top: 30px;
	clear: both;
}

#copyright {
	background: url(images/copyright.png) no-repeat;
	margin-left: 50px;
	float: left;
	width: 195px;
	height: 45px;
	text-indent: -9999px;
}	

#design_by {
	margin-right: 25px;
	float: right;
	width: 268px;
	height: 45px;
	text-indent: -9999px;
}

#design_by a {background: url(images/design_by.png) no-repeat;}
#design_by a:hover {background: url(images/design_by_over.png) no-repeat;}

#top_nav {
	position: absolute;
	top: 70px;
	width: 705px;
}

#home {
	display: block;
	float: left;
	height: 17px;
	width: 50px;
	text-indent: -9999px;
}

#home a {
	background: url(images/home.png) no-repeat;
}

#home a:hover {
	background: url(images/home_over.png) no-repeat;
}


#phn {
	height: 17px;
	width: 220px;
	float: right;
	text-indent: -9999px;
}

#phn a {background: url(images/phn.png) no-repeat;}

#phn a:hover {background: url(images/phn_over.png) no-repeat;}
	
#noFlashNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 4px;
	text-align: center;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	position: relative;
	left: 8px;
}
#noFlashNav li {
	display: block;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 4px;
	margin-left: 4px;
	list-style-type: none;
	text-align: center;
}

#noFlashNav a {
	text-decoration:none;
	color:#423524;
}

#noFlashNav a:hover {
	text-decoration:none;
	color: #C4B957;
}#providers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#providers .odd {
	background-color: #EFEFEF;
}
.parish {
	font-size: 14px;
	font-weight: bold;
}

