@charset "UTF-8";

html, body {
	color: #757575;
	background-color: #b4c0cb;
	background-image: url(/layout-images/Parish_BG-tile.gif);
	background-repeat: repeat-x;
	background-position:top left;
	margin-bottom:-25px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.2em;
	height:100%;
}

#content {
	margin:auto;
	width:830px;
	position:relative;
	min-height: 100%;
	height: auto !important; /* IE min-height hack */
	height: 100%;

}

#head {
	position:relative;
	width:830px;
	height:97px;
	background:url(/layout-images/Parish_Header-bg.jpg) no-repeat;
	top:20px;
}

#main_white {
	position:relative;
	clear:both;
	width:800px;
	padding:15px;
	border-style:solid;
	border-color:#1d4265;
	border-width:1px;
	top:40px;
	background-color:#FFFFFF;
	height: 800;
}

#main_text {
	position:relative;
	width:780px;
	border-style:solid;
	border-color:#757575;
	border-width:1px;
	padding:10px;
	height: 1000;
}

#main_text-2col {
      background-color:#FFFFFF;
	position:relative;
	width:505px;
	border-style:solid;
	border-color:#757575;
	border-width:1px;
	padding:10px;
	height: 800;
}

#right_column {
	position:relative;
	float:right;
	width:250px;
	max-height:auto;
	border-style:solid;
	border-color:#757575;
	border-width:1px;
	padding:10px;
	overflow:auto;
}

#right_column-bio {
	position:relative;
	float:right;
	width:270px;
	border-style:solid;
	border-color:#757575;
	border-width:1px;
	padding:10px 10px 10px 0;
	padding-right:0px;
	background:url(/layout-images/parish_bio-title.jpg) no-repeat;
	background-position:0 0;
	max-height:auto;
}

#bio-column_text {
	background-color:#FFFFFF;
	position:relative;
	max-height:auto;
	top:15px;	
	overflow:none;
	font-size:11px; 
	line-height:1.4em;
	padding:0 5px;
}


.push {
  height:25px;
 }


#footer {
	clear: both;
	position: relative;
	z-index: 10;
	padding-top:8px;
	height:17px;
	margin-top:-10px;
	background:url(/layout-images/Parish_Footer-bg.jpg) repeat-x;
	width:100%;
}

.white {
	color:#ffffff;
}

.bigger {
	font-size:12px;
	line-height:16px;
}

.biggerer {
	font-size:14px;
	line-height:18px;
}

.caps {
	text-transform:uppercase;
}

.page-head {
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}

a:link {
	color: #757575;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #757575;
}
a:hover {
	text-decoration: underline;
	color: #1d4265;
}
a:active {
	text-decoration: none;
	color: #757575;
}

a.whitelink:link {
	color:#ffffff;
	text-decoration:none;
}

a.whitelink:active {
	color:#ffffff;
	text-decoration:none;
}

a.whitelink:visited {
	color:#ffffff;
	text-decoration:none;
}

a.whitelink:hover {
	color:#ffffff;
	text-decoration:underline;
}
