/* 
set default font size - use % after this 
tantek, holly, Opera 5 and hide from NN4 hacks
*/

/* for nn4 */
body, div, p, th, td, li, dd { /*/*//*/font-size: 16px; /* only for nn4  */ }

/* hide from nn4, and empty rule for Opera 5 Mac */
/*/*/a{}

body {
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium;
	}
	
html>body {	
	font-size: medium;
	}
	
/* end hide from nn4 */	

/* * * * * * * * * * * * * * * * * * * universal styles * * * * * * * * * * * * * * * * * * */

body {
	font-family : "Times New Roman", Times, serif;
  color : #202080;
  background: #D0CCD0 url(/images/backgrounds/faith_family_bkg.jpg);
	text-align: center;
}
	
td {	
	font-family : "Times New Roman", Times, serif;
	color : #202080; 
	text-align: left;
	}

h1 {
	font-family : "Times New Roman", Times, serif;
	color: #999; 
	font-size: 24px;	
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: left;
	}

h2 {
	font-size: 115%;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 2px 5px;
	background: #efefef;
	}	
	
h2.sub {	
	color: #777; 
	font-size: 105%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 20px;	
	margin-right: 20px;
	padding: 2px 5px;
	text-align: left;
	background: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	
	}
	
	
h3 {
	font-size: 100%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
	}	
	
p {
	margin-top: 0;
	margin-bottom: 20px;	
	text-align: left;
	padding: 0 10px;
	text-align: left;
	}
	
div {
	text-align: left
	}	
	
blockquote {
	text-align: left;
	}

cite {
	font-size: 100%;
	font-style: italic;
	display: inline;
	}
		
a {color: #202080;}
a:hover {text-decoration: underline; color: #9999CC;}

/* a tags in headers should not be underlined */
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}

#banner {
	text-align: center;
	}
	
/* footer */	
#footer p {
	width: auto;
	margin: 15px auto 20px;
	text-align: center;
	font-size: 90%;
	}	
	
#footer a:hover {
	color: #fff;
	}	
	
	
	
	
		
	
/* * * * * * * * * * * * * * * * * * * frame and main layout divs * * * * * * * * * * * * * * * * * * */
#withVerse, #noVerse, #framed, #marym {
	position: relative;
	width: 750px;
	margin: 5px auto;
	margin-top: 0; /* to make nav bar flush */
	padding: 0;
	text-align: center;
	}


#content {
	margin: 0;
	padding: 0;
	text-align: center;	
	position: static;
	}

#topBorder, #bottomBorder {	
	height: 15px;
	font-size: 0;
	margin: 0 auto;
	}	

/* right box out */	
#boxout {
	margin: 10px 10px;
	float: right;
	width: 200px;
	/*/*//*/
	float: none;
	/* only for nn4  */
	}	
	
#boxout.textbox {
	background: #efefef;
	border: 1px dashed #ccc;
	padding: 10px;
	margin-right: 0;
	width: auto;
	}	
			
#toplinks {	text-align: center; }			
#toplinks a {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	color: #777;
	text-decoration: none;
	}	
	
#toplinks a:hover {
	color: #333;
	}	
	
/* * * * * * * * * * * * * * * * * * * with Verse (sidebar)* * * * * * * * * * * * * * * * * * */	
#withVerse {
	position: relative;
	background: url(/images/border/withverse-sides.gif) repeat-y transparent 0 15px;
	/*/*//*/ 
	background: none;
	background-color: #fff; 
	border: 10px solid #202080; 
	/* only for nn4 */
	}
		
#withVerse #content {
	width: 595px;
	overflow: hidden;
	float: right; /* added 7/18/06 */
	}		

#withVerse #topBorder {
	background: url(/images/border/withverse-top.gif) no-repeat;
	/*/*//*/ 	background: none;/* only for nn4  */
	}
	
#withVerse #bottomBorder {
	background: url(/images/border/withverse-bottom.gif) no-repeat;
	/*/*//*/ 	background: none;/* only for nn4  */
	clear: both;	
	}



/* left sidebar */	
#verse {	
	margin: 0;
	padding: 0;
	float: left;
	width: 106px;	
	text-align: center;
	margin-left: 8px;
	margin-right: 28px;
	display: inline;
	color: #800000;
	font-style: italic; 
	line-height: 2.5em;
	/*/*//*/
	border: 2px solid #800000;
	/* only for nn4  */
	overflow: hidden;
	}
	
#verse p {
	text-align: center;
	padding: 0;
	margin-top: 10px;
	}
		
/* * * * * * * * * * * * * * * * * * * no verse (no sidebar)* * * * * * * * * * * * * * * * * * */
#noVerse {
	background: url(/images/border/left.gif) repeat-y #fff 0 15px;
	/*/*//*/ 
	background: none;
	background-color: #fff; 
	border: 10px solid #202080; 
	/* only for nn4 */
	}

#noVerse #content {
	margin-right: 10px;
	margin-left: 25px;
	width: 715px;
	}
		
#noVerse #topBorder {
	background: url(/images/border/border-top.gif) no-repeat;
	/*/*//*/ 	background: none;/* only for nn4  */
	}
	
#noVerse #bottomBorder {
	background: url(/images/border/border-bottom.gif) no-repeat;
	/*/*//*/ 	background: none;/* only for nn4  */
	clear: both;	
	}
/* * * * * * * * * * * * * * * * * * * frame (border all sides, no sidebar * * * * * * * * * * * * * * * * * * */
#framed {
	background: url(/images/border/frame-sides.gif) repeat-y transparent 0 15px;
	/*/*//*/ 
	background: none;
	background-color: #fff; 
	border: 10px solid #202080; 
	/* only for nn4 */
	}

#framed #content {
	margin-right: 25px;
	margin-left: 25px;
	width: 700px;
	}
		
#framed #topBorder {
	background: url(/images/border/frame-top.gif) no-repeat;
	/*/*//*/ 	background: none;/* only for nn4  */
	}
	
#framed #bottomBorder {
	background: url(/images/border/frame-bottom.gif) no-repeat;
	/*/*//*/ 	background: none;/* only for nn4  */
	clear: both;	
	}
	
	
/* * * * * * * * * * * * * * * * * misc * * * * * * * * * * * * * * * * * * * * */

/* top of page anchor */
#pgTop {
	position: absolute;
	top: 0;
	left: 0;
	}	 
	
/* correct p problems in nn4 */	
form p {
display: block;
}		

ul {
	list-style-type: square;
	}

/* * * * * * * * * * * * * * * * * * * nav bars * * * * * * * * * * * * * * * * * * */
.navBottom{
   background: #FFFFFF;
   text-align : center;
   vertical-align: bottom;
}

/* inline lists, includes nn4 hacks - define class on ul */
.inline li{
	display: inline;
  /*/*//*/
  display : none;
  /* */
	padding:0;
	margin:0;
	float: left;
	}

#navTop {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	width: 750px;	
	background: url(/images/navtop/nav_bkg.jpg) repeat-x;
	height: 24px;
	}
	
#navTop ul {
	list-style:none;
	margin:0;
	padding:0;
	border: none;
	}

#navTop li {
	width: 123px;
	border: 1px solid #a9a9a9;
	border: none;
	text-align: center;
	}

/* last nav link has right border */
#navTop #navResources {	
	/*border-right: 1px solid #a9a9a9;*/
	}

/* includes nn4 hack that allows it display inline */	
#navTop a {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 100%;
	line-height: 24px;
	width: 100%;
	 /*/*//*/
  width 75px;
  /* */
  display: block;	
	color: #800000;
	text-decoration:none;
	text-align: center;	
	border: none;
	padding: 0;
	}
	
#navTop a:hover, #navBottom a:hover {
	/*background:#000066; */
	color: #000066;
	font-style: italic;
	}
	
/* * * * * * * * * * * * * * * * * * * lists * * * * * * * * * * * * * * * * * * */
ul, ol {
	text-align: left;
	line-height: 200%;
	margin-top: 0;
	margin-bottom: 20px;
	}
	
ul {
	line-height: 150%;
	}	
	
li {
	text-align: left;
	}

.summary li {
	margin-bottom: 15px;
	}	

.clearBoth {
	clear: both;
	}	
	
	
/* * * * * * * * * * * * * * * * * * * nav links to all pages in the footer * * * * * * * * * * * * * * * * * * */	

#footlinks {	
	width: 750px;
	margin: 0 auto;
	}
	
#footlinks ul, #footlinks li, #footlinks h3 {
		font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
		display: inline;
		margin: 0;
		padding: 0;
	}

#footlinks h3 {
		padding: 0 2px;
		font-weight: bold;
	}

#footlinks ul li ul li {
		padding: 0 0 0 4px;	
		}

#footlinks a:hover {
	color: #800000;
	}
