@charset "utf-8";

/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}
.thrColFixHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	background: #FFFFFF;
	margin: 1em auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 0   /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.thrColFixHdr #header img {
float:left;
margin-bottom: 1em;
border: 1px solid #666;
}
	
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px ; /* padding keeps the content of the div away from the edges */
	margin-top:-1em;
	
	
}
.thrColFixHdr #sidebar2 {
	float: right; 
	width:200px;
	height:400px;

	padding: 15px 10px 15px 20px; 

	margin-right:5px;
	margin-top:-2em;
}

.thrColFixHdr #sidebar2  li {
	font:normal 11px Verdana, Geneva, sans-serif;
color:#fff;
list-style-position:inside;
list-style-type:square;
padding-bottom:.8em;
margin-left:-4em;
}

.thrColFixHdr #sidebar2 h1 {
font:bold italic 12px Georgia, "Times New Roman", Times, serif;
color:#ccc;
margin-top:0;
text-align: center;
}
.thrColFixHdr #sidebar2 h2 {

	font:bold 11px Arial, Helvetica, sans-serif;
	color:#fff;
	font-variant:small-caps;
	
}

.thrColFixHdr #sidebar2 p {
	font:italic bold 12px Arial, Helvetica, sans-serif;
	color:yellow;
	text-align:center;
	margin-left:-1em;
	
}

.thrColFixHdr #sidebar2_again img {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	border:0;
	margin-right:10px;
}

.thrColFixHdr #sidebar2 img {
	
	margin-left:-.5em;
}
.thrColFixHdr #sidebar2 h5 {
	font: bold 10px Arial, Helvetica, sans-serif;
	color:#fff;
	
}


.thrColFixHdr #mainContent { 
	margin-left:8em;
	margin-top:0;
	
	padding: 0 10px; 
	width:80%;
	height:auto;
	
} 


.thrColFixHdr #mainContent img {
	margin-top:2em;
	margin-left:5em;
	
}


.thrColFixHdr #mainContent h1 { 

font:bold italic 18px Georgia, "Times New Roman", Times, serif;
color:#390;
margin-left: 1.8em;
}

.thrColFixHdr #mainContent h2 {
	
	font:bold 14px Arial, Helvetica, sans-serif;
	color:green;
	font-variant:small-caps;
}

.thrColFixHdr #mainContent h3 { 
font:italic bold 16px Georgia, "Times New Roman", Times, serif;
color:#C30;

}


.thrColFixHdr #mainContent p {
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	line-height: 150%;
	text-align:justify;
	width:70%;
	
}


.thrColFixHdr #mainContent li, ul { 
font:normal 12px Verdana, Geneva, sans-serif;
color:#000;
list-style-position:inside;
list-style-type:disc;
padding-bottom:.8em;

}


.thrColFixHdr #mainContent li ol { 
font:normal 12px Verdana, Geneva, sans-serif;
color:#000;
list-style-position:outside;
line-height: 135%;
list-style-type:decimal;
padding-bottom:.8em;
margin-left:-1em;

}


.thrColFixHdr #mainContent a:link {
	color: #03C;
	text-decoration: none;
	
}
.thrColFixHdr #mainContent a:visited {
	color:#309;
	text-decoration: none;
}
.thrColFixHdr  #mainContent a:hover {
	color:#a0020a;
	text-decoration: none;

 }


.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d9aa33;
} 
.thrColFixHdr #footer p {
	margin: 0 5px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-bottom:5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font:italic bold 14px Georgia, "Times New Roman", Times, serif ;
	color:#000;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.churchImages1 img {
	float:right;
	margin:1em;
	
}

.sidbar_photo img {
margin-left:0;
margin-right:1em;	
border: 1px solid #d9aa33;
}

.thrColFixHdr #sideBlue {
	
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:800px;
	background-color:#33c; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	border:0;
margin-left:-2em;
}


.thrColFixHdr #sideBlue  li {
	font:normal 11px Verdana, Geneva, sans-serif;
color:#fff;
list-style-position:inside;
list-style-type:square;
padding-bottom:.8em;
margin-left:-4em;
}

.thrColFixHdr #sideBlue h1 {
font:bold italic 14px Georgia, "Times New Roman", Times, serif;
color:gold;
margin-top:0;
text-align: center;
}

.thrColFixHdr #sideBlue h2 {

	font:bold 11px Arial, Helvetica, sans-serif;
	color:#fff;
	font-variant:small-caps;
	
}


.thrColFixHdr #sideBlue p {
	font:italic bold 12px Arial, Helvetica, sans-serif;
	color:yellow;
	text-align:center;
	margin-left:-1em;
	
	
}


.thrColFixHdr #sideBlue  h5 {
	font:normal 12px Verdana, Geneva, sans-serif;
	line-height: 130%;

}

.Content img {
	float:right;
	margin-right:-6em;
	padding-top:4em;
	
}

.centerPic img {
margin-left:-2em;	
margin-bottom:0;
	
}


.thrColFixHdr #Box  {
	
width: 200px;
height: auto;
padding: .5em;
margin-left:0;
border: 1px solid #ccc;
background-color:red;	
	
 }

.thrColFixHdr #Box p {
	font: italic 12px Verdana, Geneva, sans-serif;
	color:#333;
	line-height: 145%;
	text-align: left;
	
}

.thrColFixHdr #Box2  {
	
width: 250px;
height: auto;
margin-left: 300px;

padding: .5em;
background-color:blue;

	
 }

.thrColFixHdr #Box2 p {
	font: italic 12px Verdana, Geneva, sans-serif;
	color:#fff;
	line-height: 135%;
	text-align: left;
}

.thrColFixHdr #Column1  {
	width: 400px;
	height:auto;
	border: 1px groove green;

margin-left:2em;
margin-top:0;
}

.thrColFixHdr #Column1   h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	margin-left:1.5em;
	color:#333;
	font-style: normal;

}

.thrColFixHdr #Column1   h2 {
	font: 12px Verdana, Geneva, sans-serif;
text-align:center;
	font-variant: small-caps;
	margin-left:0;
	color:green;
}

.thrColFixHdr #Column1  h3 {  /*identity */
	font: italic bold 14px Verdana, Geneva, sans-serif;
padding:.5em;
line-height: 120%;
text-align:center;
	color:#F00;	
}

	
.thrColFixHdr #Column1   h4 { /* use for author heading */
	font: italic bold 14px Verdana, Geneva, sans-serif;
margin-left:2em;
	color:#F00;	
}

.thrColFixHdr #Column1   p {
	font:12px Verdana, Geneva, sans-serif;

	line-height: 155%;
	color: #000;	
	margin-left: 2.5em;
	width: 600px;
	}
	
	.thrColFixHdr #Column2  {
	

	width:200px;
	height:auto;
	padding:1em;
	background-color:#008000;
margin-top:1em;
margin-left:-1.7em;
	border:2px groove #369;
	

	

}

.thrColFixHdr #Column2 h1 {
font: bold italic 14px Georgia, "Times New Roman", Times, serif;
	margin-top:0;
	margin-left:0;
	color:white;
	text-align:left;
}

.thrColFixHdr #Column2 h2 {
	font: bold 100% Georgia, "Times New Roman", Times, serif;
text-align: left;
margin-top:2.4em;
	margin-left:0;
	color:#FF6;
}
.thrColFixHdr #Column2 h3 {  /*identity */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 80%;
	font-weight: lighter;
	color: #333;	
	line-height:130%;
	
}


	
.thrColFixHdr #Column2 h4 { /* use for author heading */
		
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 90%;
	font-weight: normal;
	margin-top:-.3em;
	margin-left:0;
	color:#333;
}


.thrColFixHdr #Column2 p {
	font:11px Verdana, Geneva, sans-serif;

	color: white;	
	width: 100%;
text-align:left;
	}
	.thrColFixHdr #Column2 ol li {
		font:normal 11px Verdana, Geneva, sans-serif;
		color:#333;
		text-align:left;
		margin-left:-2em;
		line-height: 130%;
		list-style-type:decimal;
		padding-bottom: .3em;
		width:95%;
	}
.thrColFixHdr #photoCol2_1 img {
						   
	
	margin-left:2em;
	margin-bottom: .3em;
	
}
