/*Deed Index stylesheet*/
/*BODY*/

body { margin: 0; padding: 0; text-align: center; font-family: arial, helvetica, san-serif; color: #000; background: #fff;  line-height: 120%; }

/*HEADERS*/

h1 { font-family: georgia, times, "times new roman", serif; font-size: 115%; color: #90afc0; font-weight: bold; }
h2 { font-family: georgia, times, "times new roman", serif; font-size: 102%; color: #638DA5; font-weight: bold; font-style: italic; }
h3 { font-family: georgia, times, "times new roman", serif; font-size: 100%; font-weight: normal; }
h4 { font-family: arial, helvetica, san-serif; font-size: 100%;
 font-weight: normal; }
h5 { font-family: georgia, times, "times new roman", serif; font-size: 112%; color: #90afc0; }

/*LINKS*/

a:link { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; background: transparent; }
a:active { text-decoration: none; color: #000; }
a img { border: none; background: transparent; }

/*TEXT FORMATTING*/

.skipnav { display: none; }
.small { font-size: 85%; }
.large { font-size: 120%; }
.note { margin-left: 2.5%; margin-right: 2.5%; font-size: 85%;
 first-word: bold; }
.boldnote { font-weight: bold; font-size: 95%; }
.indent { margin-left: 10%; margin-right: 10%; }

/*CONTAINER*/

div#container {  margin: 2px auto;  width: 100%; }

div#search, div#menu, div#navbar, div#navbarwhite, div#navbarcolor3, div#sidenav, div.sidebox, div.sidebox2 { display: none; }

/*MAIN CONTENT*/

div.content { padding: 0 2em .5em 2em; margin: 0; }

div.content p, div.content h1, div.content h2, div.content li, div.content blockquote, div.content dt, div.content dl { text-align: left; }

div.deedlinkbox { display: none; }

.deedtable { clear: both; width: 90%; margin: 1em auto; border: 1px solid #000; border-collapse: collapse; table-layout: fixed; }
.deedtable td, .deedtable th { padding: 5px 1em; border: 1px solid #000; font-size: 85%; }
.deedtable th {background: #ddd; text-align: center; }
.deedtable td {background: #fff; vertical-align: top; text-align: left; } 
.deedtable col.col1 { width: 15%; }
.deedtable col.col2 {  }
.deedtable col.col3 { width: 12%; }

.granttable { clear: both; width: 90%; margin: 1em auto; border: 1px solid #000; border-collapse: collapse; table-layout: fixed; }
.granttable td, .granttable th { padding: 5px 10px; border: 1px solid #000; font-size: 85%; }
.granttable th {background: #ddd; text-align: center; }
.granttable td {background: #fff; vertical-align: top; text-align: left; }

.indextable { clear: both; width: 90%; margin: 1em auto; border: 1px solid #000; border-collapse: collapse; table-layout: fixed; }
.indextable td, .indextable th { padding: 5px; border: 1px solid #000; font-size: 85%; }
.indextable th.dark {background: #ddd; text-align: center; }
.indextable th.light {background: #f5f5f5; text-align: center; }
.indextable td {background: #fff; vertical-align: top; text-align: left; } 
.indextable col.col1 { width: 10%; }
.indextable col.col2 {  }
.indextable col.col3 { }
.indextable col.col4 { width: 33%;  }
.indextable col.col5 { width: 12%; }

/*List items will be spaced 1 line apart*/
ul.spacedlist li, ol.spacedlist li { margin-top: 1em; }

/*List items will be strung together in a paragaph format*/
.paragraphstyle, paragraphstyle ul { text-align: left; margin-left: 0; padding-left: 0; }
.paragraphstyle li { margin-top: 1em;  padding: 0 2px; text-align: left; list-style-type: none; display: inline; }

/*BOTTOM OF PAGE NAVIGATION*/

div#topbutton, div#pagenumber, div.blueline, div#footer { display: none; }

/*IMAGES*/

.blackborder { border: 1px solid #000; }
.left { float: left; margin: 5px 1.5em 1em 0; }
.smallleft { float: left; margin: 0; }
.right { float: right; margin: 5px 0 1em 1.5em; }
.smallright { float: right;  margin: 0;}



