/* ========== For pathway pages. These are navigation oriented. ===== */
/* ========== Used by home page only. This approach has been replaced by use of .section-center. */
#pw-hide-h1  {
	position: absolute;
	z-index: -1;
}
.pw-section-medium-gray  {
	font-size: 18px;
	line-height: 170%;
	color: #707070; /* 65% gray */		
}
.pw-section-normal-black  {
	font-size: 17px;
	line-height: 170%;
	color: black; 		
}
/* ========== Used only by Strike at Root so far */
.pw-image-full-width-top {
	/*margin: -1px -1px 0 -1px;*/
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 	  8px 8px 0 0;
	border-radius: 		  8px 8px 0 0;	
}


/* ========== Used only by home page */
.pw-horizontal-separator { 
	clear: both;
	margin: 40px 0px 40px 0px;
	BORDER-TOP: #ADD8E6 2px solid; /* LightBlue */
	/*BORDER-BOTTOM: #e1e1e1 1px solid;*/
}
.pw-round-bottom-corners {
	/* To match section rounding */
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 	  0 0 8px 8px;
	border-radius: 		  0 0 8px 8px;		
}

/* The image classes look reusable */
.pw-image-flush-right-more {    
	float: right; 
	margin-left: 20px; 
}
.pw-image-flush-right-more img {  
	-webkit-border-radius:	30px 0 0 30px;
	-moz-border-radius:		30px 0 0 30px;
	border-radius:				30px 0 0 30px;
	border: none; /* To prevent heavy blue lines in IE if image is a link */
}
.pw-image-flush-right-more p {
	margin-top: 3px;
	margin-right: 15px;
}
/* These are reusable */

.pw-full-width-gray-box { /* Not yet used */
	padding: 10px 0 10px 0;
	border-top: 	1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	background: #f9f9f9;	
}
.pw-indent-box { 
	border:  1px solid #EAEAEA;
	padding: 5px 10px 5px 10px;
	margin: 20px 20px 20px 20px;
	background-color: #f9f9f9; 
	
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 	  8px 8px 8px 8px;
	border-radius: 		  8px 8px 8px 8px;		
	
	-webkit-box-shadow: #acacac 0px 2px 3px;
	-moz-box-shadow: 	  #acacac 0px 2px 3px;
	box-shadow: 		  #acacac 0px 2px 3px; 
}
.pw-font-light-gray { /* For split color on one line, Please join us in Striking at the Root */
	color: #D5D5D5;
}

/* ========== Test */


.xxNotUsed-pw-section blockquote { 
	margin: 0 0 0 30px;
}
