/* CSS for printing */

/* Universally remove padding and margin */
* 
    {
    margin: 0;
    padding: 0;
    border: 0;
} 


body {
padding:5%;
font-size:12pt;
word-spacing:1px;
	text-align: left; /* all text in the body is left-aligned unless specifcally changed. */
	color: #000000; /* sets the color of all text in the body unless specifically changed. */
	}

p {
margin-bottom:1em;  /* sets a 1em bottom margin to all paragraphs on the page */
}


#main p {
		font:100%/120% "Trebuchet MS", sans-serif;  /* sets the font for all paragraphs in the #main div */
}

/* image from http://karenswhimsy.com/public-domain-images/copyright-free-pictures/copyright-free-pictures-3.htm 
background-image:url(images/smallrose.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top right;
*/


h2 {
font:normal 1.25em/120% "Trebuchet MS",sans-serif;
}

h3 {
font:normal 1.2em/120% "Trebuchet MS",sans-serif;
margin-bottom:1em;
}

.border-bottom {
	border-bottom: thin solid #000;
}

h4 {
font:normal 1.15em/120% "Trebuchet MS",sans-serif;
margin-bottom:1em;
}

#header {
margin-top:0em;
padding-bottom:1em;
}


h1 {
top:5px;
left:5px;
font:bold 1.5em/100% "Trebuchet MS",sans-serif;
color:#000000;
padding-bottom:1em;
}


#main {
/*clear:left;
margin-top: 1em;
margin-left: 190px; */
} 

/* Navigation Menu */
#navcontainer {    /* container box for the entire navigation menu */
visibility:hidden;
float:left;  /* floats the container left; position is not stated, so it is static in the flow of the document. */
margin:-100em 0em 0em 0em;
font:0.8em "Trebuchet MS", sans-serif; 
}

#bodytextcontainer {
}

#footer {
	clear:both;
	text-align: center;
	margin: 0;
	border-top: thin solid #000;
	border-bottom: thin solid #000; 
	color: #000;
	font-size: 80%;
	}

.floatleft {
float:left;
margin: 1em;
}

.floatright {
float:right;
}

.marginleft {
margin-left:2em;
}

.marginright {
margin-right:2em;
}

.margintop {
margin-top:2em;
}
h4.lesstopmargin p {
margin-top:0em;
}

.sup {
    font-size: 70%;
	vertical-align: baseline;
    position: relative;
	 bottom: 0.5em;
}

.suppull {
    font-size: 60%;
	vertical-align: baseline;
    position: relative;
    bottom: .5em;
}

caption h2 {
text-align:left;
margin-top:2em;
margin-bottom:1em;
}

caption {
text-align:left;
padding:1em 0;
font:normal 1.25em/100% "Trebuchet MS",sans-serif;
}

td {
font: 1em/1em "Trebuchet MS", sans-serif;
}

.rightpull {
float: right;
width:15em;
margin:0em 1em 1.5em 1.5em;
padding:0.5em;
border:0.5em solid #000;
font: 80%/105% "Trebuchet MS", sans-serif;
background-color:#fff;
color:#000;
}

.clearboth {
clear:both;
}

.clearright {
clear:right;
}


.clearleft {
clear:left;
}


.smallit {
margin:1em 0em;
font: italic .8em/1em "Trebuchet MS", sans-serif;
}

.paddingtb {
padding-top:.5em;
padding-bottom:2em;
}

.rosepic {
clear:left;
float:left;
margin:25px 0px 0px 12px;
}


.ticklist {
	list-style: none;
}

.mapcaption {
margin-top:3em;
font:italic .8em/100% "Trebuchet MS", sans-serif;
}

#main p.note {
	margin:2em;
	padding: 1em;
	font:italic 90%/130% "Trebuchet MS", sans-serif;
	border:1px solid;
}

.tree {
margin-top: 1em;
margin-left: 0em;
padding: 1em;
}  

.treepic {
margin-top:2em;
margin-bottom:2em;
float:left;
}

.margin-left {
margin-left:1em;
}

#flashmapcontainer {
width:400px;
height:315px;
position:relative;
}

#flashmapcontainer object, #flashmapcontainer img { 
width:400px; /* Give them a width */ 
height:315px; /* Give them a height */ 
position:absolute; /* Position them absolutely... */ 
top:0; /* 0px from top of container... */ 
left:0; /* 0px from left of container */ 
} 

div#flashmapcontainer object { 
display:none;
z-index:100; /* Give it a large z-index to make sure it appears on top */ 
} 

div#flashmapcontainer img { 
z-index:1; /* Give it a low z-index to make sure it doesn't appear on top */ 
} 

/*thanks to "bedlam's" post on how to style alternate Flash content for print stylesheets here: http://www.webmasterworld.com/forum83/6918.htm */

.censustable {
margin-bottom:2em;
font:90%/130% "Trebuchet MS", sans-serif;
list-style-type:none;
text-indent:2em;
}

.center {
text-align:center;
}

.nextlast {
visibility:hidden; 
}

.swirl {
margin:0em 2em -0.5em 2em;
}

.picaptionbox {
background-color:#999;
	padding:5px;
	margin-bottom:2em;
	border: thin solid #000;
	font:70%/110% "Trebuchet MS", sans-serif;
	}

.toppicaptionbox {
background-color:#999;
padding:5px;
margin-bottom:2em;
border: thin solid #000;
width:auto;
font:70%/110% "Trebuchet MS", sans-serif; 
}


.border {
border: thin solid #000;  /* sets the inside border around the picture itself */
}

.centermargin {
margin-left: 10px; /* sets the margin between 2 adjacent pics in one box; applied to the right-hand pic */
}

.biblepic {
width:485px;  /* sets the width of the text under the picture.  Differs with width of pic */
}

.elijahpic {
width:400px;
}

.censuspic {
width:320px;  /* sets the width of the text under the picture.  Differs with width of pic */
}

.flashmappic {
width:395px;
}

.piccaptionwords {
padding-top:.5em;   /* for all picture captions, regardless of width */
padding-bottom:0em;
margin-bottom:0em;
}

#update {
border: thin solid #000;
background-color:#999;
margin: 0em 3em 2em 3em;
padding: 1em;
}

#update p {
margin-bottom: 1em;
}

/* Sitemap styling */

#sitemap {
	font:1em/120% "Trebuchet MS", sans-serif;
 	border-top: thin solid #000;
	padding:2em 0;
}


.sitehome {
font-weight:bold;
}

#sitemap p {
font:90%/100% "Trebuchet MS", sans-serif;
}

#sitemap li {
list-style:none;
}

.tier1 {
font:1em/120% "Trebuchet MS", sans-serif;
font-weight:bold;
margin:1em 0;
padding-bottom:0.5em;
}

.tier2 {
font:1em/120% "Trebuchet MS", sans-serif;
list-style:none;
margin:0 0 0.1em 2em;
padding:0.5em 0em;
}

.tier1para {
list-style:none;
margin:0.5em 0em 0.5em;
}

.tier2para {
list-style:none;
margin:0 0 0.5em 0em;
padding-top:0.3em;
}

.current {
font-style:oblique;
}
/*styling for ERB Descendants Sources */

#erbkidssources {
	margin-top:2em;
}

#erbkidssources ul {
margin-top:-1em;
}

#erbkidssources li {
	list-style: none;
	margin:0 0 1em 2em;
}

p.printrefs {
visibility:visible;
}


#pmmcrumb p {
visibility:hidden;
}


.hideprint {
display:none;
}

.refnum {
display:block;
margin-right:0.5em;
}

.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
	margin-top: -100em;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}