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

/* dictionary*/
@font-face {
    font-family: 'LeanderRegular';
    src: url('fonts/leander/Leander-webfont.eot');
    src: url('fonts/leander/Leander-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leander/Leander-webfont.woff') format('woff'),
         url('fonts/leander/Leander-webfont.ttf') format('truetype'),
         url('fonts/leander/Leander-webfont.svg#LeanderRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* gothic - woodcut on Windowa and rough schetched block type on Macs */
@font-face {
    font-family: "FFFTusjBold";
    src: url("fonts/Tusj/FFF_Tusj-webfont.eot");
    src: url("fonts/Tusj/FFF_Tusj-webfont.eot?#iefix") format('embedded-opentype'),
         url("fonts/Tusj/FFF_Tusj-webfont.woff") format('woff'),
         url("fonts/Tusj/FFF_Tusj-webfont.ttf") format('truetype'),
         url("fonts/Tusj/FFF_Tusj-webfont.svg#FFFTusjBold") format('svg');
    font-weight: normal;
    font-style: normal;

}
/* capitalized letters as on the historic homes signs */
@font-face {
    font-family: "RomanCapsRegular";
    src: url("fonts/Roman_SD/Roman_SD-webfont.eot");
    src: url("fonts/Roman_SD/Roman_SD-webfont.eot?#iefix") format("embedded-opentype"),
         url("fonts/Roman_SD/Roman_SD-webfont.woff") format("woff"),
         url("fonts/Roman_SD/Roman_SD-webfont.ttf") format("truetype"),
         url("fonts/Roman_SD/Roman_SD-webfont.svg#RomanCapsRegular") format("svg");
    font-weight: normal;
    font-style: normal;

}
/* Gothic Style for illuminated letters -- FIND A MORE READABLE GOTHIC FONT */
@font-face {
    font-family: '66Regular';
    src: url('fonts/Font-66/66-webfont.eot');
    src: url('fonts/Font-66/66-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Font-66/66-webfont.woff') format('woff'),
         url('fonts/Font-66/66-webfont.ttf') format('truetype'),
         url('fonts/Font-66/66-webfont.svg#66Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* set elements  block so browsers treat the new HTML5 elements properly */
		  hgroup, article, header, footer, section {
		    display: block;
		  }

body  {
	font: 110% Georgia, "Times New Roman", Times, serif;
	background: #758277;
	background-image: url(images/stone_wall-sm.jpg);
	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;
	z-index: 1;
}
.twoColFixLtHdr #tonedown {
	position: absolute;
	width: 100%;
	/*height: 100px;
	background-color: #999;*/
	background-image: url(images/white_33p.png);
	background-repeat: repeat;
	background-position: center center;
	z-index: 2;
}
.twoColFixLtHdr #container {
	width: 980px;
	/*background-image: url(images/white-wash3-sm.jpg);*/
	color: #0B1E33;
	margin: 20px auto 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	height: 250px;
	background-image: url(images/downs-house-sm.JPG);
	padding: 0 10px 0 20px;  /* 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. */
	background-color: #3C413A;
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixLtHdr #header h1, .twoColFixLtHdr #header h2 {
	font-face: 'RomanCapsRegular';
	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 0px 10px 332px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}
/*.midvert {
	height: 100px;
	position: relative;
	top: 65px;
}*/
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(images/scroll4-top.png);
	margin: 15px 20px 5px 10px;
	/*padding: 15px 0px 0px 0px;
	background-color: #FFFFFF;*/
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1;
	clip: rect(200px,auto,auto,auto);
	position: relative;
	/* height: 125px; colapses main content into sidebar if no main content width or ma=rgin is set */
}
/* historical title */
#indent h4 {
	position: relative;
	width: 200px;
	height: 25px;
	margin: 75px 0px 0px 64px;
}
#sidetalk {
	/* float: left; since this element is floated, a width must be given */
	/* width: 290px; the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 80px;
	margin-left: -5px;
	/*left: -7px;*/
	background-image: url(images/scroll4.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 0px 65px 75px;
	z-index: 2;
	position: relative;
}
#toptalk {
	/* float: left; since this element is floated, a width must be given */
	/* width: 290px; the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 80px;
	margin-left: -5px;
	/*left: -7px;
	background-image: url(images/scroll4.png);
	background-repeat: no-repeat;
	background-position: left bottom;*/
	padding: 0px 0px 65px 75px;
	z-index: 2;
	position: relative;
	display:inline;
}
li {
	list-style-type: none;
	position: relative;
}
#toptalk li {
	display:inline;
}
#sidebar1 li {
	left: -35px;
}
#scrollword {
	margin: 0px 25px 0px 0px;
}
#seal {
	width: 171px;
	margin: 0px auto;
}
#seal2 {
	width: 114px;
	margin: 0px auto;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 600px;
	float: left;
} 
.twoColFixLtHdr #footer { 
	padding: 1px 0px 1px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #899AA5; 
}
.colspace {
	position: relative;
	height: 500px;
	width: 300px;
	float: left;
}
#gall2 {
	float: left;
}
/*.rgtshift {
	position: relative;
	margin-left: 300px;
}*/
h1 {
	/*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-face: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #DF4E4B;
} 
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #DF4E4B;
}

/*p.fontface*/
.iluminate {
	position: relative;
	/*width: 48px;*/
	height: 66px;
	/*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
			font: 60px/60px '66Regular', Arial, sans-serif;
		background-color: #BAD8BF;
	color: #DF4E4B;
	background-image: url(images/dash3.png);
	background-repeat: repeat;
	/*font-size: 60px;*/
	padding: 10px 10px 0px 10px;
	margin: 0px 10px 2px 0px;
	/*background-color: #1C1C6A;
	background-color: #5353AA;*/
	border: ridge medium #DF4E4B;
	float: left;
	display: block;
	}
	
	/* remove references from pages */
	
	/*#rose {
		background-color: #DE4E4B;
	}
	#lime {
	background-color: #07CF00;
	}
	#teal {
	background-color: #00CFC1;
	}
	#lavn {
	background-color: #9400CF;
	}
	#mauv {
	background-color: #CF0091;
	}
	#brow {
	background-color: #CF7800;
	}
	#blue {
	background-color: #4E4BDE;
	}
	#gren {
		background-color: #DED;
		background-color: #BAD8BF;
	}*/
h1 {
	font-size: 2.5ex;
}
h2 {
	font-size: 2ex;
}
h3 {
	font-size: 1.75ex;
}
h4 {
	font-size: 1.5ex;
}
h5 {
	font-size: 1ex;
}
h6 {
	font-size: 0.9ex;
}
/*dt*/
,unison h2 {
	/*font-family: Arial, Helvetica, sans-serif;*/
			font: 1.25em/1.25em 'LeanderRegular', Arial, sans-serif;
	/*font-size: 1.25em;*/
	color: #DF4E4B;
}
/*dd*/
.unison p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	color: #000000;
	margin: 0px;
}


h1.fontface {
			font: 24px/24px 'LeanderRegular', Arial, sans-serif;
			letter-spacing: 0.125em;
		}
h2.fontface {
			font: 21px/21px 'LeanderRegular', Arial, sans-serif;
			letter-spacing: 0.125em;
		}
h3.fontface {
			font: 18px/18px 'LeanderRegular', Arial, sans-serif;
			letter-spacing: 0.125em;
		}
h4.fontface {
			font: 14px/14px 'RomanCapsRegular', Arial, sans-serif;
			letter-spacing: 0.125em;
		}
dt.fontface {
			font: 1.5em/1.5em 'LeanderRegular', Arial, sans-serif;
			letter-spacing: 0.125em;
		}
#header h1.fontface, #header h2.fontface {
	/*font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #0B1E33;*/
	color: #0A0D22;
}
#header #sign {
	/*color: #81A28;*/
	color: #F00;
	margin: 0 -10px 0 -20px;
	height: 250px;
	background-image: url(images/white-sign3.jpg);
	background-position: right;
	background-repeat: no-repeat;;
}
#header #sign h1 {
			font: 24px/24px 'RomanCapsRegular', Arial, sans-serif;
	/*font-size: 24px;*/
	color: #0D192A;
}
#header #sign h2 {
			font: 18px/18px 'RomanCapsRegular', Arial, sans-serif;
	/*font-size: 18px;*/
	color: #0D192A;
}

.people {
	padding: 0px 5px 5px 5px;
	margin: 5px 5px;
	width: 270px;
	float: left;
	border: double medium #DF4E4B;
}
.people h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
}
.people p {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.75em;
}
.spot {
	width: 270px;
	margin: 15px;
	float: left;
}
.association h2 {
	position: relative;
	background-color: #DDD;
	float: none;
}
.association h2 {
	padding: 10px;
}
/*.spot #gunn {
	position: relative;
	margin: 0px;
	top: -1760px;
	left: 300px;
}
#gunn {
	position: absolute;
	float: left;
}*/
.famlink a {
	position: relative;
	font-family: LeanderRegular;
	font-size: 18px;
	padding: 5px;
}
#any {
	width: 600px;
}
.listcol2 {
	display: inline;
	width: 275px;
	padding: 5px;
	margin: 0px;
	float: left;
}
.listcol2 ul {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
.listcol3 {
	display: inline;
	width: 198px;
	padding: 0px 1px 0px 0px;
	margin: 0px;
	float: left;
}
.listcol3 ul {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
.listcol4 {
	display: inline;
	width: 138px;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	float: left;
}
.listcol4 ul {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
.listcol5 ul {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
.listcol5 {
	/*display: inline;
	width: 111px;*/
	padding: 10px;
	margin: 0px 0px 10px 0px;
	float: left;
}
.listcol6 {
	display: inline;
	width: 92px;
	padding: 5px;
	margin: 0px;
	float: left;
}
.listcol6 ul {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
/*#geneologists3 {
	width: 500px;
	float: left;
	border: none #FFF;
}
#geneologists1 li,#geneologists2 li, #geneologists3 li, #geneologists4 li {
	display: block;
	position: relative;
	list-style-type: none;
	text-indent: -40px;
}*/
.backup {
	position: relative;
	padding-bottom: 24px;
	margin: 0px;
	text-align: center;
}
#footer {
	text-align: center;
	/*font-size: 10px;*/
}
.notes {
	text-align: left;
	padding: 5px 10px;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Courier New", Courier, monospace;
	color: #040;
	background-color: #FAFFCE;
	font-weight: bold;
}
.notes, .test {
	/*display: none;*/
	display: inline;
}
.editz {
	color: #09F;
}
.unison {
	position: relative;
	display: block;
	float: inherit;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height: 245px;
}
.promo {
	/*margin-left: 300px;
	background-color: #A4AFB5;
	background-color: #B9C5CC;*/
	background-color: #d0dee6;
	border: outset medium #03C;
	padding: 10px;
}
.promo p {
			font: 18px/18px 'RomanCapsRegular', Arial, sans-serif;
}
.promo h1 {
			font: 30px/30px 'LeanderRegular', Arial, sans-serif;
	text-align: center;
}
.promo h2 {
			font: 22px/22px 'LeanderRegular', Arial, sans-serif;
}
.promo h3 {
	font-size: 18px;
}
.promo h4 {
	font-size: 14px;
}
.twoColFixLtHdr .promo .fontface {
	color: #006;
}
.smpicshift {
	width: 320px;
}
.leftshift {
	position: relative;
	left: -250px;
}
.highlite {
	left: 200px;
}
/* remove this rule after adjusting all promo pages */
.highlite p {
	width: 337px;
	border: double thick #006;
			font: 14px/14px 'RomanCapsRegular', Arial, sans-serif;
	text-align: justify;
	padding: 10px;
	margin: 10px;
	float: right;
}
/* this is corrected for the paragragh and highlite combination */
p.outline {
	width: 337px;
	background-color: none;
	border: double thick #006;
			font: 14px/14px 'RomanCapsRegular', Arial, sans-serif;
	text-align: justify;
	padding: 10px;
	margin: 30px 10px;
	float: right;
}
.highlite2 {
	height: 175px;
	float: left;
}
.calnow {
	padding: 0px 20px;
	width: 250px;
	background-color: #FC9;
	border: solid thin #399;
}
.calwhen {
	width: 625px;
}

.twoColFixLtHdr #footer p {
	margin: 2px 0px 2px 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 5px 0px 5px 0px; */
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#contactDV {
	position: relative;
	width: 450px;
	margin: 0px  auto;
	text-align: left;
}
.twoup {
	width: 300px;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #FFC;
}
.twoup2 {
	width: 275px;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	background-color: #CCC;
	border: 1px solid #FFC;
}
.twoup2 p ul li a {
	text-align: left;
	margin: 0px 0px 20px 0px;
	border: 1px solid #FFC;
}
p {
	color: #000;
}
.ctr {
	text-align: center;
}
.lft {
	text-align: left;
}
.rgt {
	text-align: right;
}
.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;
	text-align: center;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	text-align: center;
	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;
}
.mesa {
	width: 600px;
}
#give li {
	list-style-type: none;
	list-style-image: url(images/checkbox.png);
}

 */
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
