@charset "UTF-8";
/* CSS Document */

body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(/images/jfhpnewsite09_vintagepaperlooped_2048b.jpg);
	background-repeat: repeat-y;
}
body#adminPage, body.mceContentBody {
	background-color: #FFF;
	background-image: none;
}
em {
	font-style: italic;
}
strong, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
#container {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

/* -- STYLING FOR TOP MAIN HEADER OF THE SITE -- */
#siteHeader {
	height: 109px;
	width: 940px;
	position:relative;
	background-image: url(/images/jfhpnewsite09_siteheader.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
} 
#siteHeader 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 */
	display: none;
}
#logoAreaClickable {
	position:absolute;
	left:10px;
	top:10px;
	width:300px;
	height:82px;
	z-index:99;
}
#siteFeatureLinks {
	font-size: 0.8em;
	color: #FFF;
	text-align: right;
	height: 15px;
}
#siteFeatureLinks ul {
	height: 15px;
}
#siteFeatureLinks ul li {
	float:right;
	display: block;
	padding-left: 10px;
	margin: 0;
	line-height: 15px;
	height: 15px;
}
#siteFeatureLinks ul li a:link, #siteFeatureLinks ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
#siteFeatureLinks ul li a:active, #siteFeatureLinks ul li a:hover {
	color: #CCC;
	text-decoration: none;
}
#siteSubTitle {
	text-align: right;
	padding-right: 10px;
	font-size: 1.45em;
	font-weight: bold;
	color: #FFF;
	line-height: 34px;
	height:34px;
	clear:right;
}
#siteRSSFeedsLink {
	height:23px;
	color: #FFF;
	text-align: right;
	padding-right: 10px;
	font-size: 0.8em;
	line-height: 23px;
}
#siteRSSFeedsLink a:link, #siteRSSFeedsLink a:visited {
	color: #FFF;
	text-decoration: none;
}
#siteRSSFeedsLink a:active, #siteRSSFeedsLink a:hover {
	color: #CCC;
	text-decoration: none;
}
#siteSearchArea {
	height:23px;
	color: #FFF;
	text-align: right;
	padding-right: 10px;
	font-size: 0.8em;
	line-height: 23px;
}
#cse-search-box {
	height:23px;
	margin: 0px;
	padding: 0px;
}
#cse-search-box .search_keywords {
	height: 20px;
	width: 170px;
	border: 1px solid #000;
	background-color: #FFF;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#cse-search-box .submit { 
	vertical-align: middle; *vertical-align: text-bottom;
}
#siteMainMenu {
	height:27px; 
	font-size: 0.95em;
	color: #FFF;
}
#siteMainMenu ul {
	height:27px; 
}
#siteMainMenu ul li {
	float:left;
	display:block;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 27px;
	height: 27px;
}
#siteMainMenu ul li a:link, #siteMainMenu ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
#siteMainMenu ul li a:active, #siteMainMenu ul li a:hover {
	color: #C2F2EE;
	text-decoration: none;
}
#siteMainMenu .menuBttnHighlight {
	background-image: url(/images/jfhpnewsite09_mainmenu_hl.png);
	background-repeat: repeat-x;
}

/* -- STYLING FOR MAIN BODY CONTENT AREA OF SITE -- */

#mainBody {
	position:relative;
	background-image: url(/images/jfhpnewsite09_bodybgloop.png);
	background-repeat: repeat-y;
	font-size: 0.9em;
	font-family: Verdana, Arial, Tahoma, 'Trebuchet MS', sans-serif;
}
#mainBody a:link, #mainBody a:visited {
	color: #1E808C;
	text-decoration: none;
}
#mainBody a:active, #mainBody a:hover {
	color: #111919;
	text-decoration: none;
}

/* -- STYLING FOR 'ONE-COLUMN WIDE' (320px) COLUMN (ON LEFT SIDE OF THE SITE -- */

#oneCol {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: .75em;
}
#oneCol div, #oneCol p, #oneCol h3, #oneCol h4, #oneCol ul {
	color: #270F00;
}
#oneCol .oneColTopEdge {
	background-image: url(/images/jfhpnewsite09_300col_topedge.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 4px;
	width: 300px;
}
#oneCol .oneColContentArea {
	background-image: url(/images/jfhpnewsite09_300col_bgloop.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#oneCol .oneColBttmEdge {
	background-image: url(/images/jfhpnewsite09_300col_bttmedge.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 4px;
	width: 300px;
}
#oneCol h3 {
	font-size: 1.1em;
	line-height: 1.5em;
}
#oneCol p {
	line-height: 1.4em;
}
#oneCol .imageAlignLeft {
	padding-right: 3px;
	float: left;
}
#oneCol .imageAlignRight {
	padding-left: 3px;
	float: right;
}
#oneCol .nonBoxArea {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#oneCol .nonBoxArea #goalResultsStats {
	padding-left: 0px;
	margin-left: 0px;
}
#oneCol .nonBoxArea #goalResultsStats li {
	line-height: 1.3em;
}
#oneCol .nonBoxArea #goalResultsStats li strong {
	font-size: 1.1em;
}
#oneCol .nonBoxArea #goalResultsStats li .statsTally {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	width: 95px;
	text-align: right;
	float: left;
	padding-right: 10px;
}
#oneCol .nonBoxArea h4 {
	font-size: 1.2em;
	padding-left: 20px;
}
#oneCol .nonBoxArea ul {
	padding-left: 25px;
}
#oneCol.noTopPadding {
	margin-top: 0px;
	padding-top: 0px;
}
#oneCol .nonBoxArea ul.socialNetworkList {
	padding-top: 5px;
	padding-left: 0px;
}
#oneCol .nonBoxArea ul.socialNetworkList li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#oneCol .nonBoxArea iframe {
	margin: 30px auto 0px auto;
	width:300px;
	height:225px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.6);
}

/* -- STYLING FOR 'ONE-COLUMN WIDE' (320px) SECTIONAL NAVIGATION AREA COLUMN (ON LEFT SIDE OF THE SITE) -- */

#oneCol.sectionalNavArea {
	padding-top: 0px;
	width: 320px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#oneCol #sectionalNavArea_ContentWrapper {
	background-image: url(/images/jfhpnewsite09_sectionalnavcol_shdwbg.png);
	background-repeat: no-repeat;
}
#oneCol.sectionalNavArea .oneColTopEdge_sectionalNavArea {
	background-image: url(/images/jfhpnewsite09_sectionalnavcol_topedge.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 320px;
}
#oneCol.sectionalNavArea .oneColContentArea_sectionalNavArea {
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	font-size: 1.2em;
	background-image: url(/images/jfhpnewsite09_sectionalnavcol_bg.gif);
	background-repeat: no-repeat;
}
#oneCol.sectionalNavArea .oneColContentArea_sectionalNavArea h3 {
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 1em;
}
#oneCol #sectionalNavArea_ContentWrapper .oneColContentArea_sectionalNavArea h3 a {
	color: #270F00;
	background-color: none;
	text-decoration: none;
}
#oneCol.sectionalNavArea .oneColContentArea_sectionalNavArea .horizRule {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#oneCol.sectionalNavArea .oneColContentArea_sectionalNavArea .navLinks {
	line-height: 1.4em;
}
#oneCol .oneColContentArea_sectionalNavArea .navLinks li a:link, #oneCol .oneColContentArea_sectionalNavArea .navLinks li a:visited {
	color: #270F00;
	text-decoration: none;
}
#oneCol .oneColContentArea_sectionalNavArea .navLinks li a:active, #oneCol .oneColContentArea_sectionalNavArea .navLinks li a:hover {
	color: #C2F2EE;
	text-decoration: none;
}
#oneCol.sectionalNavArea .oneColContentArea_sectionalNavArea h3, #oneCol.sectionalNavArea .oneColContentArea_sectionalNavArea .navLinks li, 
#oneCol.sectionalNavArea .oneColContentArea_sectionalNavArea #previousArchivesDropMenu,
#oneCol.sectionalNavArea .oneColContentArea_sectionalNavArea #previousArchivesDropMenuByDate,
#oneCol.sectionalNavArea .oneColContentArea_sectionalNavArea #previousArchivesDropMenuByTitle {
	padding-left: 15px;
}
#oneCol.sectionalNavArea .oneColContentArea_sectionalNavArea .navLinks .menuBttnHighlight {
	background-image: url(/images/jfhpnewsite09_mainmenu_hl.png);
	background-repeat: repeat-x;
}
#oneCol #sectionalNavArea_ContentWrapper .oneColContentArea_sectionalNavArea .navLinks li ul {
}
#oneCol.sectionalNavArea .oneColBttmEdge_sectionalNavArea {
	background-image: url(/images/jfhpnewsite09_sectionalnavcol_shdwbttmedge.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 320px;
}
#oneCol .nonBoxArea .contextRelatedLinks {
	font-size: 1.2em;
	line-height: 1.1em;
}
#oneCol .nonBoxArea .contextRelatedLinks li {
	padding-top: 3px;
}

/* -- STYLING FOR 'TWO-COLUMN WIDE' (640px) COLUMN (ON RIGHT SIDE OF THE SITE) -- */

#twoCol {
	width: 620px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 340px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.5em;
	font-size: 0.9em;
} 
#twoCol div, #twoCol p, #twoCol h3, #twoCol h4, #twoCol ul {
	color: #270F00;
}
#twoCol a:link, #twoCol a:visited {
	text-decoration: underline;
}
#twoCol h3 {
	font-size: 1.35em;
	line-height: 1.5em;
}
#twoCol h4 {
	font-size: 1.1em;
}
#twoCol h5 {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: normal;
}
#twoCol h6 {
	font-size: .8em;
	line-height: 1.5em;
	font-weight: normal;
}
#twoCol .twoColTopEdge {
	background-image: url(/images/jfhpnewsite09_620col_topedge.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 4px;
	width: 620px;
	display: block;
}
#twoCol .twoColContentArea {
	background-image: url(/images/jfhpnewsite09_620col_bgloop.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#twoCol .twoColBttmEdge {
	background-image: url(/images/jfhpnewsite09_620col_bttmedge.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 4px;
	width: 620px;
}
#twoCol .nonBoxArea {
	position:relative;
	min-height:250px !important;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#twoCol .nonBoxArea p {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#twoCol .imageAlignLeft, #twoCol .ImageLeft, #twoCol .upldImagesLeft {
	padding-right: 20px;
	float: left;
	padding-bottom: 15px;
	text-align: center;
}
#twoCol .imageAlignRight, #twoCol .ImageRight, #twoCol .upldImagesRight{
	padding-left: 10px;
	float: right;
	text-align: center;
}
#twoCol .imageAlignCentered {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#twoCol .imageCaption {
	font-size: .8em;
}
#twoCol a:link img.bordered, #twoCol a:visited img.bordered{
	border: 1px solid #333;
}
#twoCol .subTitleLinks {
	font-size: .8em;
	line-height: 1.0em;
	padding-bottom: 20px;
}
#twoCol .rssFeedLink {
	text-align: right;
	float: right;
	font-size: 0.8em;
}
#twoCol .singleVideoArea {
	text-align: center;
	margin-bottom: 20px;
}

/* -- ADDITIONAL STYLING FOR HOME PAGE -- */

#twoCol.homePage {
	margin-top: 0px;
	padding-top: 10px;
}
#twoCol.homePage .twoColContentArea {
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
}
#twoCol.homePage .twoColContentArea h3 {
	padding-bottom: 0px;
}
#ecfaSymbol {
	position:absolute;
	bottom:0;
	right:0;
	width:60px;
	padding: 10px 0 0 10px;
}
#ecfaSymbol2 {
	position:absolute;
	bottom:0;
	left:0;
	width:60px;
	padding: 10px 10px 10px 20px;
}

/* -- ADDITIONAL STYLING FOR CONTENT IN TWOCOL (MAIN COLUMN) -- */

#twoCol .twoColContentArea p {
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
#twoCol .twoColContentArea blockquote {
	background-color: #FAEACF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	border: 10px solid #FFF;
}
#twoCol .twoColContentArea blockquote.singleSpaced {
	line-height: 1em;
}
#twoCol .twoColContentArea ul {
	list-style-type: disc;
	margin-left: 2em;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
#twoCol .twoColContentArea ol {
	list-style-type: decimal;
	margin-left: 2em;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
#twoCol .twoColContentArea h3 {
	padding-bottom: 10px;
}
#twoCol .twoColContentArea .wider {
	width: 95%;
}
#twoCol .twoColContentArea .boxedContent {
	border: 1px dotted #856755;
	padding-right: 5px;
	padding-left: 10px;
}

/* -- SPECIAL STYLING FOR GOOGLE RESULTS IN TWOCOL (MAIN COLUMN) -- */

#twoCol .twoColContentArea #resultsArea #cse-search-results iframe {
	width: 580px;
	background: none;
	height: 950px;
	overflow: auto;
}

/* -- STYLING FOR 'THREE-COLUMN WIDE' (640px) COLUMN (FULL WIDTH OF THE SITE) -- */

#mainBody #threeCol {
	width: 940px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.5em;
	font-size: 0.9em;
} 
#mainBody #threeCol {
	color: #270F00;
}
#mainBody #threeCol a:link, #mainBody #threeCol a:visited {
	text-decoration: underline;
}
#mainBody #threeCol h3 {
	font-size: 1.35em;
	line-height: 1.5em;
	color: #270F00;
}
#mainBody #threeCol h4 {
	font-size: 1.1em;
	color: #270F00;
}
#mainBody #threeCol h5 {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #270F00;
}
#mainBody #threeCol h6 {
	font-size: .8em;
	line-height: 1.5em;
	font-weight: normal;
	color: #270F00;
}
#mainBody #threeCol .threeColTopEdge {
	background-image: url(/images/jfhpnewsite09_940col_topedge.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 4px;
	width: 940px;
	display: block;
}
#mainBody #threeCol .threeColContentArea {
	background-image: url(/images/jfhpnewsite09_940col_bgloop.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #270F00;
}
#mainBody #threeCol .threeColBttmEdge {
	background-image: url(/images/jfhpnewsite09_940col_bttmedge.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 4px;
	width: 940px;
}

/* -- STYLING FOR ABOUT > MINISTRY STRATEGY LIST -- */

#twoCol .twoColContentArea #ministryStrategyList li {
	padding-bottom: .5em;
}

/* -- STYLING FOR PAGES W/ BLOG-LIKE CONTENT LAYOUTS -- */

#twoCol .twoColContentArea .blogPost {
}
#twoCol .twoColContentArea .blogPost .subTitleLinks {
	padding-bottom: 0px;
}
#twoCol .twoColContentArea .blogPost hr {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#twoCol .twoColContentArea .blogNavLinks {
	text-align: center;
}

/* -- STYLING FOR Style-Type 1 Lists -- */

#twoCol .twoColContentArea .listType1 {
	list-style-type: none;
	border: 1px solid #CCC1B4;
	width: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 1px;
}
#twoCol .twoColContentArea .listType1 li {
	padding-left: 10px;
}
#twoCol .twoColContentArea .listType1 .listHeader {
	font-weight: bold;
	color: #FFF;
	background-color: #270F00;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(/images/jfhpnewsite_headerbannerbg.jpg);
}
#twoCol .twoColContentArea .listType1 li .listLeftCol {
	display: block;
	float: left;
	width: 60%;
}

/* -- STYLING FOR NAVIGATION HISTORY LINKS -- */

#mainBody .NavHistoryLinks {
	font-size: 0.85em;
	line-height: 1.7em;
	padding-left: 10px;
}
#mainBody .NavHistoryLinks a:link, #mainBody .NavHistoryLinks a:visited {
	color: #270F00;
	text-decoration: underline;
}
#mainBody .NavHistoryLinks a:active, #mainBody .NavHistoryLinks a:hover {
	color: #1E808C;
	text-decoration: none;
}

/* -- STYLING FOR SITE FOOTER -- */

#siteFooter {
	background-image: url(/images/jfhpnewsite09_sitefooter2.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 940px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
} 
#siteFooter p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px;
}
#siteFooter h4 {
	font-size: .8em;
	font-weight: normal;
	color: #C2F2EE;
}
#siteFooter h5 {
	font-size: .8em;
	font-weight: normal;
	padding-top: 15px;
}
#siteFooter h4 a {
	color: #C2F2EE;
	text-decoration: none;
}

/* -- ADDITIONAL MISC STYLING USED ON SITE -- */
.centered {
	text-align: center;
}
.redText {
	color:#F00;
}
.getAttentionArea {
	border: 1px solid #333333;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #FFFF99;
}
.errorMessage {
	display: block;
	line-height:1em;
	border: 1px solid #FF0000;
	background-color: #FFEEEE;
	color:#FF0000;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	margin: 10px;
}
.clearRight {
	clear: right;
}
.clearLeft {
	clear: left;
}
.clearBoth {
	clear: both;
}
.smallerText08em {
	font-size:0.8em;
}
.smallerText09em {
	font-size:0.9em;
}
.largerText1_1em {
	font-size:1.1em;
}
.largerText1_2em {
	font-size:1.2em;
}
.odd {
	background-color: #F7EEE4;
}
.textAlignRight {
	text-align:right;
}
.textAlignLeft {
	text-align:left;
}
.textAlignJustify {
	text-align:justify;
}
.textUNBolded {
	font-weight: normal;
}
.unbold {
	font-weight: normal;
}
.galleryLink.galleryLinkHighlight {
	background-color: #F7EEE4;
}
#twoCol .twoColContentArea .noBulletList {
	list-style-type:none;
}
#twoCol a.TextBttn, #twoCol a.TextBttn-Alt {
	text-decoration: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border: 1px solid #033;
}
#twoCol a:link.TextBttn, #twoCol a:visited.TextBttn {
	color: #FFF;
	background-image: url(/images/jfhpnewsite09_mainmenu_hl.png);
	background-repeat: repeat-x;
	background-color: #099;
}
#twoCol a:active.TextBttn {
	color: #FFF;
	background-repeat: repeat-x;
	background-color: #270F00;
}
#twoCol a:hover.TextBttn {
	color: #C2F2EE;
	background-image: url(/images/jfhpnewsite09_mainmenu_hl.png);
	background-repeat: repeat-x;
	background-color: #099;
}
#twoCol a:link.TextBttn-Alt, #twoCol a:visited.TextBttn-Alt {
	color: #FFF;
	background-repeat: repeat-x;
	background-color: #270F00;
}
#twoCol a:active.TextBttn-Alt {
	color: #FFF;
	background-image: url(/images/jfhpnewsite09_mainmenu_hl.png);
	background-repeat: repeat-x;
	background-color: #099;
}
#twoCol a:hover.TextBttn-Alt {
	color: #FFF;
	background-repeat: repeat-x;
	background-color: #270F00;
}
#twoCol .boldBanner {
	background-color: #270F00;
	background-image: url(/images/jfhpnewsite_headerbannerbg.jpg);
	color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
}
#twoCol .brownBox {
	background-color: #F7EEE4;
	border: 1px dotted #666;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 5px;
	clear: right;
}
/* --- [START] STYLING FOR JCAROUSEL LITE ON MAIN PAGE --- */

/*Class to set the width for the whole Carousel. You can set the width and height as you want */
#twoCol .highlightsArea {
	width:600px;
	margin: 0px;
	padding: 0px;
}
 
/*Class to set the styling option for the scroller part of the Carousel */
#twoCol .carousel { 
	text-align:left; 
	padding:0px 0px 0px 0px; 
}
 
#twoCol .carousel ul {
	margin:0;
	padding:0;
}
 
#twoCol .carousel li {
	width:130px;
	list-style:none;
	margin:0;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}
#twoCol .carousel ul li h4 {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	text-align: center;
}
 
/*This here actually sets the size of the scrolling images */
#twoCol .carousel img { 
	width:130px; 
	height:90px; 
}
#twoCol .carousel ul li .selectionDescription {
	font-size: 0.85em;
	line-height: 1em;
	padding-top: 3px;
	text-align: center;
}
#twoCol .carousel ul li .selectionLink {
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
#twoCol .carousel ul li .selectionLink a, #twoCol .carouselBttns a {
	text-decoration: none;
}
#twoCol .carouselBttns {
	text-align: right;
	float: right;
}
#twoCol .carousel ul li.highlightsItem.hoverLink {
	background-color:#F7EEE4;
}

/* --- [END] STYLING FOR JCAROUSEL LITE ON MAIN PAGE --- */

/* --- [START] STYLING FOR TWITTER & BLOG POSTS LOWER AREA ON MAIN PAGE --- */
.mainLeft {
	width:290px;
	float:left;
	margin-right:10px;
}
.mainRight {
	width:290px;
	float:right;
	margin-left:10px;
}
.nonBoxArea .blogPosts, #tweets {
	font-size:.9em;
	line-height:normal !important;
	margin-top:10px;
}
#tweets {
}
.nonBoxArea .blogPosts {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}
.blogPosts ul li {
	padding: 5px 0 5px 0;
}
/* --- [END] STYLING FOR TWITTER & BLOG POSTS LOWER AREA ON MAIN PAGE --- */

/* --- [START] STYLING FOR TWITTER FEED ON MAIN PAGE --- */
/*#tweets {
	margin-bottom:70px;
}*/
.tweetList {
	
}
.tweetList>li {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;	
	width:290px;
	margin: 0;
}
.tweetList>li>div {
	/*font-size:1.1em;*/
	padding-left:0;
	padding-right:0;
	padding-bottom:5px;
	padding-top:5px;
}
.tweet_hours {
	display:block;
	font-size:.8em;
}
/* --- [END] STYLING FOR TWITTER FEED ON MAIN PAGE --- */

/* --- [START] STYLING FOR JQUERY SLIDESHOW-DIV --- */

/*** set the width and height to match your images **/
#twoCol #slideshow-div {
    position:relative;
    height:400px;
}
#twoCol #slideshow-div DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    background-color: #FFF;
}
#twoCol #slideshow-div DIV.active {
    z-index:10;
    opacity:1.0;
}
#twoCol #slideshow-div DIV.last-active {
    z-index:9;
}
#twoCol #slideshow-div DIV IMG {
    height: 350px;
    display: block;
    border: 0;
}

/* ALT. Styling for the LEFT SIDE COL Version of slideshow-div-leftcol */

#oneCol #slideshow-div-leftcol {
position: relative;
width: 300px !important; /*set your width*/
height: 400px !important; /*set your height*/
margin: 0;
}
#oneCol #slideshow-div-leftcol div {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
opacity: 0.0;
text-align: center;
filter: alpha(opacity=0); /* IE specific hack */
}
#oneCol #slideshow-div-leftcol div.active {
z-index: 102;
opacity: 1.0;
filter: alpha(opacity=100); /* IE specific hack */
}
#oneCol #slideshow-div-leftcol div.last-active {
z-index: 101;
}
#oneCol #slideshow-div-leftcol DIV IMG {
    display: block;
}

/* --- [END] STYLING FOR JQUERY SLIDESHOW-DIV --- */

/* --- [START] STYLING FOR JQUERY SLIDESHOW-IMG --- */

/*** set the width and height to match your images **/
#twoCol #slideshow-img {
	position:relative;
	height:267px;
	width: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#twoCol #slideshow-img IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#twoCol #slideshow-img IMG.active {
    z-index:10;
    opacity:1.0;
}

#twoCol #slideshow-img IMG.last-active {
    z-index:9;
}

/* ALT. Styling for the HOME Version of Slideshow-Img & Slideshow-div */

#twoCol.homePage .twoColContentArea #slideshow-img,
#twoCol.homePage .twoColContentArea #slideshow-div {
	position:relative;
	height:210px;
	width: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#twoCol.homePage .twoColContentArea #slideshow-img IMG
#twoCol.homePage .twoColContentArea #slideshow-div DIV {
    position:absolute;
	height:210px;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#twoCol.homePage .twoColContentArea #slideshow-img IMG.active
#twoCol.homePage .twoColContentArea #slideshow-div DIV.active {
    z-index:10;
    opacity:1.0;
	height:210px;
}

#twoCol.homePage .twoColContentArea #slideshow-img IMG.last-active
#twoCol.homePage .twoColContentArea #slideshow-div DIV.last-active {
    z-index:9;
	height:210px;
}

#twoCol.homePage .twoColContentArea #slideshow-div DIV IMG {
    height: 210px;
	margin-bottom: 0px;
}

/* ALT. Styling for the WIDE Version of Slideshow-Img */

#twoCol #slideshow-img-wide {
	position:relative;
	height:200px;
	width: 580px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#twoCol #slideshow-img-wide IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#twoCol #slideshow-img-wide IMG.active {
    z-index:10;
    opacity:1.0;
}

#twoCol #slideshow-img-wide IMG.last-active {
    z-index:9;
}

/* ALT. Styling for the LEFT SIDE COL Version of Slideshow-Img */

#oneCol #slideshow-img {
	position:relative;
	height:400px;
	width: 300px;
	margin: 0;
}

#oneCol #slideshow-img IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#oneCol #slideshow-img IMG.active {
    z-index:10;
    opacity:1.0;
}

#oneCol #slideshow-img IMG.last-active {
    z-index:9;
}

/* --- [END] STYLING FOR JQUERY SLIDESHOW-IMG --- */

/* --- [START] STYLING FOR JQUERY DDACCORDION --- */

/*header */
#mainBody .accordion{
	cursor: hand;
	cursor: pointer;
	margin: 10px 0;
	font-weight: bold;
	font-size: 1.1em;
}

/*class added to contents when they are open*/
#mainBody .openchild{ 
color: #270F00;
}

/*class added to contents when they are closed*/
#mainBody .closedchild{
	color: #856755;
}

/* --- [END] STYLING FOR JQUERY DDACCORDION --- */

/* -- STYLING FOR ACCORDION TYPE OF LISTS (TWO AVAIL TYPES) -- */

#twoCol .twoColContentArea .accordionListType1 {
	list-style-type: none;
}
#twoCol .twoColContentArea .accordionListType1 li {
	list-style-type: none;
}
#twoCol .twoColContentArea .accordionListType1 li ul li {
	list-style-type: disc;
}
#twoCol .twoColContentArea .accordionListType1 li ol li {
	list-style-type: decimal;
}
#twoCol .twoColContentArea .accordionListType2 {
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
}
#twoCol .twoColContentArea .accordionListType2 li {
	list-style-type: none;
}
#twoCol .twoColContentArea .accordionListType2 .accordion {
	background-color: #F7EEE4;
}
#twoCol .twoColContentArea .accordionListType2 li.accordion .accordprefix {
	margin-left: 10px;
}
#twoCol .twoColContentArea .accordionListType2 .accordion p {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#twoCol .twoColContentArea .accordionListType2 .thechild {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#twoCol .twoColContentArea .accordionListType2 li ul li {
	list-style-type: disc;
}


/* --- SPECIAL STYLING FOR ABOUT JFHP > PARTNERSHIPS PAGE --- */
#twoCol #partnershipsList {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	border: 1px solid #CCC1B4;
}
#twoCol #partnershipsList li {
	margin: 0px;
	padding: 0px;
}
#twoCol #partnershipsList .odd {
	background-color: #F7EEE4;
}
#twoCol #partnershipsList .orglogo {
	float: left;
	width: 130px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	display: inline;
}
#twoCol #partnershipsList .orglogo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#twoCol #partnershipsList li .organization {
	margin-left: 130px;
	padding: 0px;
	list-style-type: none;
}
#twoCol #partnershipsList li .organization .name{
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
}
#twoCol #partnershipsList li .organization .involvment {
	font-style: italic;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#twoCol #partnershipsList li .clearBoth {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
}
#twoCol #partnershipsList a {
	text-decoration: none;
	color: #270F00;
}
#twoCol .twoColContentArea .resultsWrapper {
	text-align: center;
	border: 1px solid #F0DABF;
	padding-right: 10px;
	padding-left: 10px;
}
#twoCol #resultsTable {
	line-height: 1.1em;
	margin-right: auto;
	margin-left: auto;
}

/* --- SPECIAL STYLING FOR PROGRESS > GOALS & RESULTS PAGE --- */

#twoCol #resultsTable td, #twoCol #resultsTable th {
	margin: 0px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#twoCol #resultsTable th {
	font-weight: bold;
}
#twoCol #resultsTable .resultsCol {
	text-align: right;
}
#twoCol #resultsTable .goalsCol {
	text-align: right;
}
#twoCol #resultsTable .leftHeaderCol {
	text-align: left;
}
#twoCol #resultsTable .fullRowCol {
	text-align: center;
}

/* --- SPECIAL STYLING FOR PROGRESS > GET INVOLVED & PARTNER TRIPS PAGE --- */

#twoCol #PartnerTripList {
	padding: 0px;
	margin: 10px;
	border: 1px solid #CCC1B4;
	background-color: #FFF;
}
#twoCol #PartnerTripList li {
	list-style-type: none;
}
#twoCol #PartnerTripList li.odd {
	background-color: #F7EEE4;
}
#twoCol #PartnerTripList .MainTitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006633;
	margin: 5px;
	padding: 0px;
}
#twoCol #PartnerTripList .TripTitle {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#twoCol #PartnerTripList .TripInfo {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#twoCol #PartnerTripList .TripClear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
}
#twoCol #PartnerTripList .TripHorizLine {
	margin: 0px;
	padding: 0px;
	height: 1px;
	background-color: #CCC1B4;
}
#twoCol #PartnerTripList .TripTitle .TripImage {
	text-align: right;
	margin: 0px;
	float: right;
	width: 202px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 2px;
	padding-bottom: 0px;
}
#twoCol #PartnerTripList .TripTitle .TripImage img {
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
}
#twoCol #PartnerTripList .TripInfo ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#twoCol #PartnerTripList .TripInfo ul li ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#inline_form1 {
	text-align: center;
	background-color: #FFF;
	padding: 10px;
	font-size: .9em;
	line-height: 1.4em;
	color: #270F00;
}
#inline_form1 #response_area #response_content {
	background-color: #FFC;
	padding: 10px;
}

/* --- SPECIAL STYLING FOR GET INVOLVED > MINISTRY TRIPS PAGE --- */

#cboxContent #ministryTripformPopup {
	width: 430px;
	margin: 0px;
	padding: 0px;
}
#cboxContent #ministryTripformPopup .ministryTripFormHeading {
	color: #FFF;
	background-color: #174F6B;
}
#cboxContent #ministryTripformPopup h4 {
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
}
#cboxContent #ministryTripformPopup th {
	font-weight: bold;
	text-align: right;
	width: 40%;
	padding-right: 10px;
}
#cboxContent #ministryTripformPopup .formEmailConfirmation {
	visibility: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
}
/* --- SPECIAL STYLING FOR GET INVOLVED > SELL ON EBAY PAGE --- */

#twoCol .ebaypage .pleaseNote {
	background-color: #F7EEE4;
	border: 1px dotted #666;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 5px;
	clear: right;
}
#twoCol .ebaypage .highlight {
	color: #C60;
}
#twoCol .ebaypage .highlight-red {
	color: #F00;
}
#twoCol .ebaypage ul li {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#twoCol .ebaypage ol li {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
#twoCol .ebaypage ol li .imageAlignRight {
	width: 150px;
	border: 1px solid #053B80;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
}

/* --- SPECIAL STYLING FOR DIY > Using JESUS Film pages --- */

#twoCol #strategiesMenuList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#twoCol #strategiesMenuList .menuHeaderTop {
	font-size: 1.3em;
	font-weight: bold;
}
#twoCol #strategiesMenuList .menuHeader {
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 1.0em;
}
#twoCol #strategiesContentList {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1.0em;
	padding-left: 0px;
	list-style-type: none;
}
#twoCol #strategiesContentList .contentHeader {
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 1.0em;
}
#twoCol #strategiesContentList .contentSubHeader {
	font-weight: bold;
	padding-left: 15px;
	padding-top: .9em;
	list-style-type: none;
}
#twoCol #strategiesContentList .contentText {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#twoCol #strategiesContentList .contentText ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
}
#twoCol #strategiesContentList .back2TopLink {
	font-size: .8em;
	font-weight: normal;
}

/* --- SPECIAL STYLING FOR EMAIL > SUBSCRIBE / UNSUBSCRIBE FORM --- */

#twoCol #subscribeForm {
	list-style-type: none;
	padding: 0px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
#twoCol #subscribeForm li {
	padding-top: 3px;
	padding-bottom: 2px;
}
#twoCol #subscribeForm li label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
}
#twoCol #subscribeForm .formHeader {
	background-color: #F7EEE4;
	font-weight: bold;
	padding: 5px;
}
#twoCol #subscribeForm .checkboxRow {
	margin-left: 160px;
}
#twoCol #subscribeForm .clearBoth {
	margin: 0px;
	padding: 0px;
	height: 1px;
}
#twoCol #subscribeForm .textfieldStandardSize {
	width: 200px;
}
#twoCol #subscribeForm .textfieldLongerSize {
	width: 250px;
}
#twoCol #subscribeForm .textAreaLongerSize {
	width: 250px;
	height: 100px;
}
#twoCol #subscribeForm .formEmailConfirmation {
	visibility: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
}
#twoCol #subscribeForm li ul li {
	padding: 0px;
}

#twoCol #subscribeForm.rsvpForm li label {
	width: 110px;
	display: block;
	float: left;
	text-align: left;
	padding-right: 10px;
}

/* --- SPECIAL STYLING FOR RESOURCES > DISCIPLESHIP MATERIALS PAGE --- */

#twoCol .twoColContentArea ul.materialsList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	border: 1px solid #CCC1B4;
}
#twoCol .twoColContentArea ul.materialsList li {
	padding-bottom: 5px;
	padding-top: 10px;
	list-style-type: none;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC1B4;
}
#twoCol .twoColContentArea ul.materialsList .listOdds {
	background-color: #F7EEE4;
}
#twoCol .twoColContentArea ul.materialsList .materialTitle {
	float: left;
	font-size: 1em;
	font-weight: bold;
	width: 58%;
}
#twoCol .twoColContentArea ul.materialsList .materialLink {
	text-align: right;
	float: right;
	width: 42%;
}
#twoCol .twoColContentArea ul.materialsList .materialLink a {
}
#twoCol .twoColContentArea ul.materialsList .materialClearRight {
	clear: right;
	height: 1px;
}
#twoCol .twoColContentArea ul.materialsList .materialDescription {
	text-align: left;
}
#twoCol .twoColContentArea ul.materialsList li .materialDescription ul {
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#twoCol .twoColContentArea ul.materialsList li .materialDescription ul li {
	list-style-type: disc;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* --- SPECIAL STYLING FOR RESOURCES > DISCIPLESHIP MATERIALS PAGE --- */

#cboxContent #copyrightPopup {
	text-align: left;
	font-size: .9em;
	line-height: 1.4em;
	color: #270F00;
	display: block;
	border: 1px solid #333333;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #FFFF99;
}
#cboxContent #copyrightPopup ol.copyrightlist {
	list-style-type: decimal;
	margin: 0px;
	padding-left: 30px;
}
#cboxContent #copyrightPopup ol.copyrightlist li {
	list-style-type: decimal;
}
#cboxContent #intructionsPopup {
	text-align: left;
	font-size: .9em;
	line-height: 1.4em;
	color: #270F00;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #FFF;
}
#cboxContent #intructionsPopup p {
	margin-top: .7em;
	margin-bottom: .7em;
}
#cboxContent #intructionsPopup ul {
	list-style-type:disc;
	margin: 0px;
	padding-left: 30px;
}
#cboxContent #intructionsPopup blockquote {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* --- SPECIAL STYLING FOR DONATE > DONATIONS LIST ON MAIN PAGE --- */

#twoCol .twoColContentArea .accordionListType2 .thechild .donationAmounts {
	border: 1px dotted #CCC1B4;
	display: inline;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#twoCol .twoColContentArea .accordionListType2 a:link.donateBttn, #twoCol .twoColContentArea .accordionListType2 a:visited.donateBttn {
	color: #C2F2EE;
	text-decoration: none;
	background-image: url(/images/jfhpnewsite09_mainmenu_hl.png);
	background-repeat: repeat-x;
	background-color: #099;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border: 1px solid #033;
}
#twoCol .twoColContentArea .accordionListType2 a:active.donateBttn, #twoCol .twoColContentArea .accordionListType2 a:hover.donateBttn {
	color: #FFF;
	text-decoration: none;
	background-image: url(/images/jfhpnewsite09_mainmenu_hl.png);
	background-repeat: repeat-x;
	background-color: #099;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border: 1px solid #033;
}

/* --- SPECIAL STYLING FOR RESOURCES > LIST ON INSERTS-HANDOUTS-POSTERS PAGE --- */

#twoCol .twoColContentArea #DnldPagesList {
	list-style-type: none;
	padding-left: 0px;
}
#twoCol .twoColContentArea #DnldPagesList li {
	list-style-type: none;
	margin-top: 10px;
}
#twoCol .twoColContentArea .accordionListType2 .thechild #DnldPagesList li .imageAlignLeft {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#twoCol .twoColContentArea .accordionListType2 .thechild #DnldPagesList li .imageAlignLeft a img {
	border: 1px solid #333;
}
#twoCol .twoColContentArea #DnldPagesList ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#twoCol .twoColContentArea #DnldPagesList ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* --- SPECIAL STYLING FOR RESOURCES > JESUS DVDS PAGE --- */

#twoCol .twoColContentArea #dvdList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#twoCol .twoColContentArea #dvdList li {
	padding-bottom: 5px;
	padding-top: 5px;
}
#twoCol .twoColContentArea #dvdList .listOdds {
	background-color: #F7EEE4;
}
#twoCol .twoColContentArea #dvdList .dvdImage {
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	height: 130px;
	text-align: center;
}
#twoCol .twoColContentArea #dvdList .dvdTitle {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 5px;
	margin-left: 145px;
}
#twoCol .twoColContentArea #dvdList .dvdDescription {
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 145px;
}
#twoCol .twoColContentArea #dvdList .dvdDescription ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#twoCol .twoColContentArea #dvdList .dvdDescription ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#twoCol .twoColContentArea #dvdList .dvdOrderlink {
	margin-left: 145px;
	padding-bottom: 5px;
}
#twoCol .twoColContentArea #dvdList .dvdClearBoth {
	clear: both;
}

/* --- SPECIAL STYLING FOR TABLE TYPE 1  --- */

#twoCol .twoColContentArea .tableType1 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC1B4;
}
#twoCol .twoColContentArea .narrower {
	width: 70%;
}
#twoCol .twoColContentArea .tableType1 th {
	background-color: #F7EEE4;
	text-align: center;
	padding: 5px;
}
#twoCol .twoColContentArea .tableType1 td {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#twoCol .twoColContentArea .tableType1 td.headerRow {
	background-color: #F7EEE4;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#twoCol .twoColContentArea .tableType1 .leftCol {
	width: 65%;
}
#twoCol .twoColContentArea .narrower .leftCol {
	width: 55%;
}

/* --- SPECIAL STYLING FOR TABLE TYPE 2  --- */

#twoCol .twoColContentArea .tableType2 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC1B4;
}
#twoCol .twoColContentArea .tableType2 th {
	background-color: #481C08;
	color:#FFF;
	text-align: center;
	padding: 5px;
}
#twoCol .twoColContentArea .tableType2 td {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#twoCol .twoColContentArea .tableType2 td.headerRow {
	background-color: #481C08;
	color:#FFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(/images/jfhpnewsite_headerbannerbg.jpg);
}
#twoCol .twoColContentArea .tableType2 .leftCol {
	width: 65%;
}

/* --- SPECIAL STYLING FOR TABLE TYPE 3  --- */

#twoCol .twoColContentArea .tableType3 {
	border: 1px solid #CCC1B4;
	width: 400px;
}
#twoCol .twoColContentArea .tableType3 th {
	background-color: #481C08;
	color:#FFF;
	text-align: center;
	padding: 5px;
}
#twoCol .twoColContentArea .tableType3 td {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#twoCol .twoColContentArea .tableType3 td.headerRow {
	background-color: #481C08;
	color:#FFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(/images/jfhpnewsite_headerbannerbg.jpg);
}
#twoCol .twoColContentArea .tableType3 .leftCol {
	width: 55%;
}
#twoCol .twoColContentArea .tableType3 .rightCol {
	text-align: center;
}


/* --- SPECIAL STYLING FOR RESOURCE DOWNLOAD LIST (BETA - DO NOT USE YET) --- */

#twoCol .twoColContentArea .resourceDownloadList {
	list-style-type: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC1B4;
}
#twoCol .twoColContentArea .resourceDownloadList li {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#twoCol .twoColContentArea .resourceDownloadList li.resourceHeaderRow {
	background-color: #F7EEE4;
	text-align: center;
	padding: 5px;
	display:block;
}
#twoCol .twoColContentArea .resourceDownloadList li div.resourceTitle {
	width: 65%;
	float:left;
}
#twoCol .twoColContentArea .resourceDownloadList li div.resourceLinks {
	width: 35%;
}


/* --- SPECIAL STYLING FOR POPUP FORMS VIA COLORBOX --- */

/* - PopupForm Style 1 */
#cboxContent #inline_form1.popupFormStyle1 ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	text-align: left;
}
#cboxContent #inline_form1.popupFormStyle1 ul li {
	padding-top: 3px;
	padding-bottom: 2px;
}
#cboxContent #inline_form1.popupFormStyle1 ul li label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
}
#cboxContent #inline_form1.popupFormStyle1 ul .formHeader {
	background-color: #F7EEE4;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
#cboxContent #inline_form1.popupFormStyle1 ul .checkboxRow {
	margin-left: 160px;
}
#cboxContent #inline_form1.popupFormStyle1 ul .clearBoth {
	margin: 0px;
	padding: 0px;
	height: 1px;
}
#cboxContent #inline_form1.popupFormStyle1 ul .textfieldStandardSize {
	width: 200px;
}
#cboxContent #inline_form1.popupFormStyle1 ul .textfieldLongerSize {
	width: 250px;
}
#cboxContent #inline_form1.popupFormStyle1 ul .textAreaLargerSize {
	width: 250px;
	height: 100px;
}
#cboxContent #inline_form1.popupFormStyle1 ul .textAreaLargestSize {
	width: 350px;
	height: 200px;
}
#cboxContent #inline_form1.popupFormStyle1 ul .formEmailConfirmation {
	visibility: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
}
#cboxContent #inline_form1.popupFormStyle1 ul li ul li {
	padding: 0px;
}
/* - PopupForm Style 2 */
#cboxContent #inline_form1.popupFormStyle2 {
	width: 500px;
}
#cboxContent #inline_form1.popupFormStyle2 form ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	text-align: left;
}
#cboxContent #inline_form1.popupFormStyle2 form ul li {
	padding-top: 3px;
	padding-bottom: 2px;
}
#cboxContent #inline_form1.popupFormStyle2 form ul li label {
	width: 90px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
}
#cboxContent #inline_form1.popupFormStyle2 form ul .formHeader {
	background-color: #F7EEE4;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
#cboxContent #inline_form1.popupFormStyle2 form ul .checkboxRow {
	margin-left: 160px;
}
#cboxContent .popupWindowStyle1 .subTitle    {
	margin: 0px;
	padding: 0px;
	height: 1px;
}
#cboxContent #inline_form1.popupFormStyle2 form ul .textfieldStandardSize {
	width: 200px;
}
#cboxContent #inline_form1.popupFormStyle2 form ul .textfieldLongerSize {
	width: 250px;
}
#cboxContent #inline_form1.popupFormStyle2 form ul .textAreaLargerSize {
	width: 250px;
	height: 100px;
}
#cboxContent #inline_form1.popupFormStyle2 form ul .textAreaLargestSize {
	width: 450px;
	height: 400px;
}
#cboxContent #inline_form1.popupFormStyle2 form ul .formEmailConfirmation {
	visibility: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
}
#cboxContent #inline_form1.popupFormStyle2 form ul li ul li {
	padding: 0px;
}
/* - PopupForm Style 3 */
#cboxContent div.popupFormStyle3 {
	width: 500px;
}
#cboxContent div.popupFormStyle3 ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	text-align: left;
}
#cboxContent div.popupFormStyle3 ul li {
	padding-top: 3px;
	padding-bottom: 2px;
}
#cboxContent div.popupFormStyle3 ul li.lineHeader {
	padding-top: 10px;
	padding-bottom: 2px;
	font-weight:bold;
}
#cboxContent div.popupFormStyle3 ul li label {
	width: 175px;
	display: block;
	float: left;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
}
#cboxContent div.popupFormStyle3 ul li label.lineheader {
	width: 195px;
	padding-left: 0px;
	padding-right: 10px;
}
#cboxContent div.popupFormStyle3 ul .formHeader {
	background-color: #F7EEE4;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
#cboxContent div.popupFormStyle3 ul .checkboxRow {
	margin-left: 160px;
}
#cboxContent div.popupFormStyle3 ul .clearBoth {
	margin: 0px;
	padding: 0px;
	height: 1px;
}
#cboxContent div.popupFormStyle3 ul .textfieldStandardSize {
	width: 200px;
}
#cboxContent div.popupFormStyle3 ul .textfieldLongerSize {
	width: 250px;
}
#cboxContent div.popupFormStyle3 ul .textAreaLargerSize {
	width: 250px;
	height: 200px;
}
#cboxContent div.popupFormStyle3 ul .textAreaLargestSize {
	width: 350px;
	height: 200px;
}
#cboxContent div.popupFormStyle3 ul .formEmailConfirmation {
	visibility: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
}
#cboxContent div.popupFormStyle3 ul li ul li {
	padding: 0px;
}

/* --- SPECIAL STYLING FOR POPUP WINDOW VIA COLORBOX --- */

/* - PopupWindow Style 1 */
#cboxContent .popupWindowStyle1 {
	width:500px;
	padding: 20px;
	margin: 0px;
}
#cboxContent .popupWindowStyle1 h4 {
	font-size: 1.3em;
}
#cboxContent .popupWindowStyle1 .subTitle {
	font-size: 0.9em;
	padding-bottom: 20px;
	line-height: 1em;
}
#cboxContent .popupWindowStyle1 .double-bordered {
	border: thin double #000;
	padding: 20px;
}
#cboxContent .popupWindowStyle1 p {
	margin-top: 1em;
	font-size: 1em;
	line-height: 1.3em;
}

/* --- SPECIAL STYLING FOR THE SITE MAP FOUND ON MISSINGPAGE.CFM --- */ 

#twoCol .twoColContentArea #sitemap {
	list-style-type: none;
}
#twoCol .twoColContentArea #sitemap .mainSectionLink {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2.2em;
}
#twoCol .twoColContentArea #sitemap .subSectionLinks {
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#twoCol .twoColContentArea #sitemap .mainSectionLink a:link, #twoCol .twoColContentArea #sitemap .mainSectionLink a:visited {
	color: #270F00;
	text-decoration: underline;
}
#twoCol .twoColContentArea #sitemap .mainSectionLink a:active, #twoCol .twoColContentArea #sitemap .mainSectionLink a:hover {
	color: #1E808C;
	text-decoration: none;
}
#twoCol .twoColContentArea #sitemap .subSectionLinks a {
	text-decoration: none;
}

/* --- SPECIAL STYLING FOR RESOURCES > POWERPOINT PAGE --- */

#twoCol .twoColContentArea .powerpointList {
	list-style-type: none;
	padding: 0px;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #963;
}
#twoCol .twoColContentArea .powerpointList .pptTitle {
	background-color: #F7EEE4;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#twoCol .twoColContentArea .powerpointList .pptDnldLink {
	background-color: #F7EEE4;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
}
#twoCol .twoColContentArea .powerpointList .pptPreviewGallery {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#twoCol .twoColContentArea .powerpointList .pptPreviewGallery a {
	margin: 0px;
	padding: 0px;
}
#twoCol .twoColContentArea .powerpointList .pptPreviewGallery a img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/* -- STYLING FOR RESOURCES > VIDEOS LIST -- */

#twoCol .twoColContentArea .videosList {
	list-style-type: none;
}
#twoCol .twoColContentArea .videosList .accordion {
	background-color: #F7EEE4;
}
#twoCol .twoColContentArea .videosList .thechild table {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
#twoCol .twoColContentArea .videosList .thechild table .videoDescriptions {
	width: 60%;
	padding-right: 10px;
}
#twoCol .twoColContentArea .videosList .thechild table .videoLinks {
	font-size: .8em;
}#twoCol .twoColContentArea .videosList .thechild table .videoLinks a.TextBttn {
	text-decoration: none;
}
#twoCol .twoColContentArea .videosList .thechild table .videoLinks a:active, #twoCol .twoColContentArea .videosList .thechild table .videoLinks a:hover {
	color:#036;
}

/* -- STYLING FOR PROGRESS > NEWSLETTERS LIST -- */

#twoCol .twoColContentArea #newslettersList {
	padding: 0px;
	list-style-type: none;
	display: block;
	margin: 0px;
}
#twoCol .twoColContentArea #newslettersList li {
	padding: 10px;
	border: 1px dotted #630;
	margin-right: 0px;
	margin-bottom: 20px;
	width: 152px;
	float: left;
	margin-left: 80px;
	text-align: center;
	margin-top: 0px;
}
#twoCol .twoColContentArea #newslettersList li img {
	border: 1px solid #000;
}
#twoCol .twoColContentArea #newslettersList li .imageCaption {
	text-align: center;
	line-height: 1.1em;
	font-size: 1em;
	padding-top: 10px;
}

/* -- STYLING FOR PROGRESS > ANNUAL REPORT -- */

#twoCol .twoColContentArea #annualReport {
	padding: 0px;
	list-style-type: none;
	display: block;
	margin: 0px;
}
#twoCol .twoColContentArea #annualReport div {
	padding: 10px;
	border: 1px dotted #630;
	margin-right: auto;
	margin-bottom: 0px;
	width: 332px;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
}
#twoCol .twoColContentArea #annualReport div img {
	border: 1px solid #000;
}
#twoCol .twoColContentArea #annualReport div .imageCaption {
	text-align: center;
	line-height: 1.1em;
	font-size: 1em;
	padding-top: 10px;
}
#twoCol .twoColContentArea #googlemaparea iframe {
	height: 478px;
	width: 580px;
}

