@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #4D4B31;
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
}

.container {
	width: 900px;
	background: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14.5pt;
}

#coord-table {
	bottom: auto;

}
#miner {
	height: 216px;
	width: 138px;
	float: right;
	margin-right: -45px;
	margin-top: 135px;
	clear: left;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: top;
}

header {
	background-image: url(../images/elements/header2.jpg);
	height: 346px;
	background-color: #CCC49F;
	background-repeat: no-repeat;
}


/* ~~ The footer ~~ */
footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	padding-right: 2;
	padding-bottom: 5px;
	padding-left: -2;
	padding-top: 10px;
	background-color: #CCC49F;
	background-image: url(../images/elements/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.sidebar1 {
	float: left;
	width: 180px;
	background-color: #EADCAE;
	background-image: url(../images/elements/wheat.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.sidebar2 {
	float: right;
	background-color: #FFF;
	z-index: auto;
	margin-top: -10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: -10px;
	width: 180px;
}
.sidebar3-right {
	float: right;
	background-color: #FFF;
	z-index: auto;
	margin-top: -10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: -10px;
}



.content {
	width: 710px;
	float: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	clear: right;
	margin-right: 2px;
}

.content ul, .content ol {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; 
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
.container2 {
	width: 900px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14.5pt;
	background-color: #FFFFFF;
	background-image: url(../images/elements/back.jpg);
}



#topnav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	float: left;
	clear: left;
	z-index: 2;
	padding-left: 30px;
	padding-top: 325px;
	/* [disabled]padding-right: 10px; */
	width: 86%;
}

#topnav ul {
	list-style-type: none;
}

#topnav ul li {
	float: left;
	margin-right: 20px;
	text-align: left;
}
#topnav ul li a:link, #topnav ul li a:visited {
	color: #000;
	text-decoration: none;
}
#topnav ul li a:hover, #topnav ul li a:active {
	color: #EADCAE;
	text-decoration: none;
}

#topnav ul li a {
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
.left-nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
}
.table1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.table2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	border: 1px solid #CCC;
}
.deeds {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	border: 1px solid #CCC;
}
.deeds a:link     {
	list-style-type: none;
	color: #593D00;
	text-decoration: none;
}
.deeds a:visited {
	list-style-type: none;
	color: #600;
}
.deeds a:hover     {
	text-decoration: underline overline;
	color: #F60;
}
.deeds a:active {
	text-decoration: underline overline;
	color: #600;
}

.table3 ul li a {
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}


.disclaimer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
}
.copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	text-align: left;
}
.white-dot {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	text-align: left;
	color: #FFF;
}

.designer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	text-align: right;
	padding-left: 400px;
}
.main {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	line-height: 14.5pt;
}

.bullets {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	line-height: 18pt;
	list-style-position: inside;
	margin-left: 50px;
	text-align: left;
	margin-right: 50px;
}

.table-rt-txt {
	text-align: right;
}
.columns {
	color : #111111;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 13px;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	/* CSS Column code for webkit */
			-webkit-column-count: 4;
	-webkit-column-gap: 5px;
	-webkit-column-rule-color: #888888;
	-webkit-column-rule-style: none;
	-webkit-column-rule-width: 2px;
	/* CSS Column code for mozilla */
			-moz-column-count: 4;
	-moz-column-gap: 5px;
	-moz-column-rule-color: #888888;
	-moz-column-rule-style: none;
	-moz-column-rule-width: 2px;
	/* CSS3 Column code  */
			column-count: 4;
	column-gap: 5px;
	column-rule-color: #888888;
	column-rule-style: none;
	column-rule-width: 2px;
	line-height: 14.5pt;
		}
.imageleft {
	padding-right: 20px;
	float: left;
	clear: right;
}
.imageright {
	float: right;
	clear: right;
	padding-left: 20px;
}
.center {
	text-align: center;
}
.asteric {
	text-align: center;
	font-size: 14pt;
	color: #C00;
	font-weight: bolder;
}
.highlight {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #5F3318;
	line-height: 14.5pt;
	font-weight: bolder;
	text-decoration: blink;
}
.highlight-nonblinking {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #5F3318;
	line-height: 14.5pt;
	font-weight: bolder;
}

.title {
	font-size: 12pt;
	color: #343A2C;
	font-weight: bolder;
	line-height: 17pt;
}
.title-large {
	font-size: 16pt;
	color: #5D2465;
	font-weight: bolder;
	line-height: 18pt;
}
.stateregs {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #F00;
	font-weight: normal;
}
.stateregs-strikeout {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #F00;
	font-weight: normal;
	text-decoration: line-through;
}

.state-nationalregs {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #C0C;
	font-weight: normal;
}
.state-nationalregs-strikeout {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #C0C;
	font-weight: normal;
	text-decoration: line-through;
}

.Nationalregs {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #090;
	font-weight: normal;
}

.Nationalregs-strikeout {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #090;
	font-weight: normal;
	text-decoration: line-through;
}

.suggestedchanges {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #03F;
	font-weight: bold;
}
