/* CSS Document */
body {
	margin: 0px;
	background-color: white;
	font:  11px Tahoma, Arial, Helvetica, sans-serif;
	background-image:url(../images/back_style.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
body#all {
	background-image:url(../images/back_style.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#courtyard {
	position:absolute;
	top:10px;
	left:290px;
	height:170px;
	width:767px;
	background-image:url(../images/courtyard_2007_narrow.jpg);
	background-repeat:no-repeat;
	border: 1px solid #233053;

}

#logo {
	position: absolute;
	top: 10px;
	left:7px;
	width: 270px;
	height: 170px;
	background-color: white;
	border: 1px solid #233053;
}


#subnav {
	position:absolute;
	top: 11px;
	left: 291px;
	width: 270px;
	height: 170px; 
	text-align:left;
	vertical-align:bottom;
}
#subnav a {
	display:inline;
	padding: 0px 5px 2px 5px;
	line-height:180%;
	margin-top:10px;
	font: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #233053;
	background-color: #ced3e1;
}
#subnav a:hover {
	color:#ffffff;
}
#subnav #subholder {
	position: absolute;
	left: 0px;
	top: 30px;
	width:175px;
}
#subtitle {
	position:absolute;
	top:0;
	left:0;
	height: 20px;
	width:auto;
	font: Tahoma, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #831e3b;
	background-color:#ced3e1;
	padding: 2px 10px 0 4px;
}
#minheader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 170px;
	border: 1px solid #233053;
}

#pagenav {
	position: absolute;
	top: 187px;
	left: 8px;
	width: 100px;
}
#pagenav a {
	display: block;
	height: 20px;
	width: 125px;
	margin-top: 5px;
	border: 1px solid #233053;
	background-color:#ced3e1;
	font: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	color:#233053;
	text-align:left;
	text-indent: 5px;
	padding: 5px 0px 0px 0px;
}
#pagenav a:hover {
	color:#ffffff;
}


#all #main {
	position: absolute;
	top: 190px;
	left:150px;
	width: 70%;
	height: auto;
	z-index:0;
	overflow: hidden;
	background-color: white;
}



#main em {
	color: #233053;
	font-weight:bold;
}
#main .bold, #description .bold, #pixlink .bold {
	font-weight: bold;
	color: #233053;
}
#main h1 {
	font: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	color: #831e3b;

}
#main h2, #description h2 {
	font: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #831e3b;
	padding: 5px 5px 0px 5px;
}
#main p {
	font: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:140%;
	padding: 0px 5px 0px 5px;
}
#main strong {
	font: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #831e3b;
}

#main li {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color : #000000;
	padding-left : 6px;
	margin-left: 40px;
	line-height:150%;
}
#main ul {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	line-height : 140%;
	list-style-position : outside;
	list-style-image : none;
	list-style-type : disc;
	padding-left : 6px;

}
#main a, #description a {
	color: #831e3b;
	font-weight:bold;
}
#main a:hover, #temp a:hover {
	color: #cccccc;
}
#main #service, #main #education {
	text-align: left;
}
#main #worship, #main #community {
	text-align: left;
}

#main table {
	width:80%;
}
.pixfloat {
	float: left;
	padding:5px 5px 5px 5px;
}
.pixfloat2 {
	float: right;
	padding:5px 5px 5px 5px;
}
#main hr {
	width:600px;
	padding-left:40px;
	border-style:solid;
	border-color:#831e3b;
	
}
.pixwindow {
	float: right;
	width:90px;
	height:100px;
	overflow:hidden;
	border: 1px solid black;
	margin-right: 5px;
	margin-top: 10px;
}
#bloglife {
	float: right;
	width: 30%;
	height: auto;
	background-color:#dee1eb;
	margin: 5px;
	padding: 5px;
}
#bloglife p {
	font-weight:normal;
}
.question {
	color:#831e3b;
	line-height: 150%;
}
#media, #media2, #media3 {
	float:right;
	width:400px;
	height:300px;
	padding:5px;
}