@charset "utf-8";
/* CSS Document */




/* Begin Main Containers */


#backbox {
	background-color: #ffd147;
	width: 900px;
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 35px;
}


#pastorbox {
	background-color: #f9e9ab;
 /* background-color: #fbda78;   previous  */
	width: 710px;
	height: 380px;
	margin: 0 auto;
	margin-top: 40px;
	border: 2px solid;
	border-color: #6A4104;
}


#parishbox {
	background-color: #f9e9ab;
	width: 840px;	
	margin: 0 auto;
	margin-top: 40px;
	border: 2px solid;
	border-color: #6A4104;
	padding-bottom: 50px;
}


/* End Main Containers */

/* Begin Headers */



h1 {
	font-size: 1.9em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #800000;
	margin: 0px 40px 10px 50px;
	padding-top: 25px;
	padding-left: 20px;
}



h2.pastor {
	font-size: 1.6em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #660033;
	padding-top: 25px;	
}



h2.pastor_h2sub {
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #660033;
	padding-top: 5px;	
}




h2.parish {
	font-size: 1.6em;
	font-weight: bold;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #660033;
	padding-top: 25px;	
}

h2.parish_h2sub {
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #660033;
	padding-top: 5px;	
}


h3 {
	color: #a53a30; 
/*	color: #c62010;  previous? */
/*	color: #a53a30;  good red */
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 10px 40px 10px 50px;
	text-transform: uppercase;
}


h3.h3_style2 {
	color: #082e7b;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
/*	color: #b84a01;  orange */
/*	color: #e53828;  tomato red */
/*	color: #732a21;  darker red - leaning towards brown*/
}



/* End Headers */

/* Begin Texts */



p {
	color: #333333;
  	font-size: 1em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 130%;
	margin: 10px 40px 10px 50px;
}



p.p_style2 {
	color: #333333;
	/*  color: #082e7b;  blueish*/
	/*  color: #0a5649;  greenish*/
}		



/* End Texts */

/* Begin Images */


#pastorbox img {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #6A4104;
}



/* End Images */

/* Footer */


#footer p{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align: center;
	font-style:normal;
	margin-top: 6px;
}
