html {
	margin-bottom: 0.1em;
	height: 100%;
}
* {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
p {
	line-height: 1.4em;
	margin: 0.7em 0px;
}
dl {
	margin: 1em 0px;
}
dt {
	font-weight: bold;
}
dd {
	padding: 0px;
	margin: 0.5em;
}
p img {
	padding: 0px;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.right {
	padding: 4px;
	margin: 0px 0px 2px 7px;
	display: inline;
}
img.alignright {
	padding: 4px;
	margin: 0px 0px 2px 7px;
	display: inline;
}
img.left {
	padding: 4px;
	margin: 0px 7px 2px 0px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0px 7px 2px 0px;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
hr {
	width: 90%;
	text-align: center; /* this will align it for IE*/
	margin: 0 auto; /* this will align it left for Mozilla*/
	height: 1px;
	background: #CCC;
	color: #CCC;
}
body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font: 11px Arial, Verdana;
	background: #fffdf6;
	color: #000;
}
a {
	text-decoration: underline;
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	text-decoration: none;
}
a:active {
}
h1 {
	font-family: Arial, "Times New Roman", Times, serif;
}
h2 {
	font-family: Arial, "Times New Roman", Times, serif;
}
h3 {
	font-family: Arial, "Times New Roman", Times, serif;
}
h4 {
	font-family: Arial, "Times New Roman", Times, serif;
}
h5 {
	font-family: Arial, "Times New Roman", Times, serif;
}
h6 {
	font-family: Arial, "Times New Roman", Times, serif;
}
br.clear {
	clear: both;
}

#bustable { width: 100%; border: 0; }
.buspagetitle { text-align: center; color: #155585; font-size: 16px; font-weight: bold; text-decoration: underline; font-style: italic; } /* #000080 #3333FF */
.bushead { vertical-align: top; font-weight: bold; }
.bushead h2 { text-align: center; color: #155585; font-weight: bold; text-decoration: underline; }
.bushead p { font-weight: bold; }
.dircell { width: 50%; vertical-align: top; border: solid 1px #CCCCCC; padding: 14px 12px; font-size: 12px; font-weight: normal; font-style: normal; }
.dircell h4 { margin: 0; }
/*a.c img { display: block; border: none; }*/
.c img a { display: block; border: none; padding: 0 5px; }
.dircell2 { width: 50%; vertical-align: top; }
.dirhead { width: 100%; vertical-align: middle; color: #155585; font-size: 15px; font-weight: bold; font-style: italic; } /* #000080 #FF0000 */
.phototable { font-size: 11px; font-weight: bold; font-family: Arial, Helvetica, Verdana; color: #000000; text-align: center; border: 1px solid #CCCCCC; padding: 1px 4px 1px 4px; }
.image { border: 2px solid black; }

#top {
	border-bottom: 2px solid #fff;
	position: relative;
	margin: 0px auto;
	width: 950px;
	background: url(images/head.jpg) #155585 no-repeat 0px 0px;
/*	background: #155585; */
	height: 131px;
}
#topi {
	position: absolute;
	width: 950px;
	height: 131px;
	top: 0px;
	left: 0px;
}
#page {
	text-align: left;
	margin: 20px auto 10px;
	width: 950px;
	background: #fffdf6;
}
#llpage { /* for lake levels stand alone */
	text-align: left;
	margin: 10px auto 10px;
	width: 170px;
	background: #fffdf6;
}
#header {
	border-bottom: 5px solid #b98718;
	background: #1bacf2;
}
#headr {
	text-align: left;
	margin: 0px auto;
	width: 950px;
	color: #c3eafb;
}
#headr h1 {
	padding: 20px 0px 0px 600px;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 3em;
}
#headr h1 a {
	color: #fff;
}
#headr h1 a:hover {
	color: #fff;
}
#headr .description {
	padding: 10px 0px 0px 600px;
	color: #efefef;
}
.rss2 {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#left {
	width: 775px;
	float: left;
}
#left2 {
	width: 950px;
	float: left;
}
#right {
	width: 175px;
	float: right;
}
#center {
	width: 0px;
}
#content {
	width: 600px;
	float: right;
}
#content-book {
	width: 450px;
	float: left;
}
#content-wide {
	width: 950px;
}
#content-onecolumn {
	width: 950px;
}
#content-twocolumn {
	width: 775px;
	float: right;
}
h1.title {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic; */
	font: italic 20px Arial, Verdana;
	padding-bottom: 10px;
}
#placeholder {
	width: 510px;
	height: 240px;
	margin-left: 45px;
}
div.caption {
	position: relative;
	width: 300px;
	height: 23px;
	left: 150px;
/*	margin-top: -41px; */
	margin-top: -26px;
	padding-top: 3px;
	background: black;
	color: white;
	font-size: 16px;
        text-align: center;
	font-family: Verdana;
}

/* div.caption {
	position: absolute;
	top: -50px;
	left: 125px;
	width: 300px;
	background: black;
	font-size: 16px;
	color: white;
}
div.caption {
    position: absolute;
    margin-top: 200px;
    width: 100px;
    background: black;
    color: white;
}
div.demo {
	border: 1px solid #555;
	margin: 1em auto;
	width: 510px;
}
#test1 {
	height: 240px;
}
div.caption {
	position: absolute;
	margin-top: -75px;
	margin-left: -75px;
	width: 150px;
	text-align: center;
	left: 50%;
	padding: 5px 10px;
	background: black;
	color: white;
	font-family: sans-serif;
	border-radius: 10px;
	display: none;
} */
#featured-image-fade {
/*	width: 510px;
	height: 240px; */
	width: 500px;
	height: 225px;
	margin-left: 45px;
}
#featured-image-fade2 {
	width: 500px;
	height: 225px;
	margin-left: 130px;
}
.post {
	margin-bottom: 10px;
}
.entry {
	text-align: justify;
	margin-bottom: 10px;
}
.entry a {
	color: #af8c00;
}
.side1 {
	width: 150px;
	float: left;
	color: #000;
}
.side2 {
	width: 150px;
	float: right;
	color: #000;
}
#footer {
	position: relative;
	text-align: left;
	margin: 0px auto;
	width: 950px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
#footer {
	color: #333;
	font-size: 0.9em;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #06c;
	text-decoration: none;
}
#footer .right {
	position: absolute;
	text-align: right;
	top: 10px;
	right: 0px;
}
.side1 ul {
	list-style-type: none;
	list-style-image: none;
}
.side2 ul {
	list-style-type: none;
	list-style-image: none;
}
.side1 ul.children {
	margin-left: 16px;
}
.side2 ul.children {
	margin-left: 16px;
}
.boxy {
	margin-bottom: 20px;
}
.side1 .categories {
	margin-bottom: 20px;
}
.side2 .categories {
	margin-bottom: 20px;
}
.linklist {
	margin-bottom: 20px;
/*	padding-left: 0px;
	background: none transparent scroll repeat 0% 0%; */
}
.side1 .linkcat {
	margin-bottom: 20px;
}
.side2 .linkcat {
	margin-bottom: 20px;
}
input#s {
	border-bottom: 2px solid #e2b400;
	border-left: 2px solid #e2b400;
	padding: 5px;
	width: 185px;
	margin-bottom: 10px;
	background: #f7f0d4;
	color: #a73228;
	border-top: 2px solid #e2b400;
	border-right: 2px solid #e2b400;
}
input#s:focus {
	background: #fff;
	color: #a73228;
}
input#searchsubmit {
	margin: 0px;
}
.side1 h2 {
	padding: 4px;
/*	text-transform: uppercase; */
	font: 1.2em Arial;
	margin-bottom: 5px;
	background: url(images/bg-dark.gif) #155585 repeat-x 0px 0px;
	color: #fff;
}
.side2 h2 {
	padding: 4px;
/*	text-transform: uppercase; */
	font: 1.2em Arial;
	margin-bottom: 5px;
	background: url(images/bg-dark.gif) #155585 repeat-x 0px 0px;
	color: #fff;
}
.side1 ul li ul li a {
	padding-left: 18px;
	background: url(images/star2.gif) no-repeat left top;
	color: #333;
	text-decoration: none;
}
.side2 ul li ul li a {
	padding-left: 18px;
	background: url(images/star2.gif) no-repeat left top;
	color: #333;
	text-decoration: none;
}
.side1 ul li ul li a:hover {
	background: url(images/star.gif) no-repeat left top;
	color: #155585;	/* #822601 */
	text-decoration: none;
}
.side2 ul li ul li a:hover {
	background: url(images/star.gif) no-repeat left top;
	color: #155585;	/* #822601 */
	text-decoration: none;

}
.side1 ul li ul li.current_page_item a {
	background: url(images/star.gif) no-repeat left top;
	color: #155585;	/* #822601 */
	font-weight: bold;
}
.side1 ul li ul li.current-cat a {
	background: url(images/star.gif) no-repeat left top;
	color: #155585;	/* #822601 */
	font-weight: bold;
}
.side2 ul li ul li.current-cat a {
	background: url(images/star.gif) no-repeat left top;
	color: #155585;	/* #822601 */
	font-weight: bold;
}
h2.pagetitle {
/*	border-bottom: 1px solid #ccc; */
	text-align: left;
	font: 18px Arial, Verdana;
}

.post h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #015d82;
}
.post h2 a {
	display: block;
	color: #015d82;
}
.post h2 a:hover {
	color: #980f1f;
}
p.postmeta {
	margin-bottom: 10px;
	color: #a73228;
}
p.meta {
	margin-bottom: 10px;
	color: #155585;	/* #a73228 */
	font-size: 13px;
	border-top: 2px solid #155585;	/* #822601 */
}
p.meta a {
	color: #a73228;
	text-decoration: none;
}
span.name {
	padding: 3px 5px;
}
span.date {
	padding: 3px 5px;
	background: #155585;	/* #822601 */
	color: #fff;
}
span.catr {
	padding: 3px 5px;
}
span.editr {
	padding: 2px 2px 2px 18px;
}
span.commr {
	padding: 0px 2px 0px 18px;
	background: url(images/ico/comment.gif) no-repeat 0px 0px;
}
.post ul.postspermonth {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	list-style-image: none;
}
.post p a {
	text-decoration: underline;
}
.post p a:hover {
	text-decoration: none;
}
.post ul {
	margin-left: 35px;
}
.post ol {
	margin-left: 40px;
}
.post p a:hover {
	border-bottom: medium none;
	border-left: medium none;
	border-top: medium none;
	border-right: medium none;
}
.rss {
	padding-left: 12px;
	background: url(images/feed-icon-10x10.png) no-repeat left center;
}
.navigation {
	width: 510px;
	margin-bottom: 20px;
	float: left;
}
.navigation a {
	color: #666;
}
.navigation .alignleft {
	width: 50%;
	float: left;
}
.navigation .alignright {
	text-align: right;
	width: 50%;
	float: right;
}
.ileft {
	float: left;
	margin-right: 5px;
}
blockquote {
	padding: 0px 0px 10px 50px;
	margin: 1em;
	background: url(images/blockquote.gif) no-repeat left top;
	color: #666;
}
#content .commentsfeedr {
	padding: 3px 20px;
	background: url(images/ico/feed_add.png) no-repeat left center;
}
#content .trackbackr {
	padding: 3px 20px;
	background: url(images/ico/arrow_refresh.gif) no-repeat left center;
}
input.textbox {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 2px;
	font: 1em Verdana, Arial, serif;
	background: url(images/shadow_top.gif) #fff repeat-x 50% top;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
textarea {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 2px;
	font: 1em Verdana, Arial, serif;
	background: url(images/shadow_top.gif) #fff repeat-x 50% top;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
input.textbox:focus {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	background: url(images/shadow_top.gif) #fff repeat-x 50% top;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
textarea:focus {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	background: url(images/shadow_top.gif) #fff repeat-x 50% top;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
#submit {
	padding: 3px;
}
.alt {
	background: #fff2c3;
}
#topy {
	position: relative;
	margin: 0px auto;
	width: 950px;
/*	background: url(images/bg-orange.gif) #812601 repeat-x 0px 0px; */
	background: url(images/bg-dark.gif) #155585 repeat-x 0px 0px;
	height: 40px;
	font-size: 1.2em;
}
div#menuv {
	position: relative;
	padding: 0.5em 0.7em 0.7em 0.7em;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 2em;
	height: 2.3em;
	font-size: 16px;
}
#menuv ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	list-style-image: none;
}
#menuv ul li {
	float: left;
}
#menuv li.page_item a {
	border-bottom: 0px solid #5a1301;
	border-left: 0px solid #5a1301;
	padding: 3px 10px;
	display: block;
/*	background: #812601;	 #812601 */
	background: url(images/bg-dark_menu.gif) #155585 repeat-x 0px 0px;
	color: #fff;
	border-top: 0px solid #5a1301;
	margin-right: 0.5em;
	border-right: 0px solid #5a1301;
}
#menuv li.admintab a {
	border-bottom: 0px solid #5a1301;
	border-left: 0px solid #5a1301;
	padding: 3px 10px;
	display: block;
/*	background: #812601;	 #812601 */
	background: url(images/bg-dark_menu.gif) #155585 repeat-x 0px 0px;
	color: #fff;
	border-top: 0px solid #5a1301;
	margin-right: 0.5em;
	border-right: 0px solid #5a1301;
}
#menuv li a:hover {
/*	background: #812601;	 #812601 */
	background: url(images/bg-dark_menu.gif) #155585 repeat-x 0px 0px;
	color: #eab71c;
}
#menuv li.current_page_item a {
	border-bottom: 0px solid #5a1301;
	border-left: 0px solid #5a1301;
	padding: 3px 10px;
	display: block;
/*	background: #812601;	 #812601 */
	background: url(images/bg-dark_menu.gif) #155585 repeat-x 0px 0px;
	color: #eab71c;
	border-top: 0px solid #5a1301;
	margin-right: 0.5em;
	border-right: 0px solid #5a1301;
}
#menuv ul ul {
	display: none
}
#menuv ul ul li {
	float: none
}
#menuv ul ul ul {
	display: none
}
#menuv ul ul li a {
	padding: 0px;
	margin: 0px;
}
#menuv ul li:hover ul {
	position: absolute;
	display: block;
	padding-top: 4px;
}
#menuv ul li:hover ul ul {
	display: none;
}
#menuv ul li:hover ul li a {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 3px 10px;
	width: 10em;
	display: block;
	background: #333;
	color: #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
#menuv ul li:hover ul li a:hover {
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	background: #fff;
	color: #333;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}
#menuv li.rss2 a {
	position: absolute;
	top: 0px;
	right: 0px;
}
fieldset {
	border-bottom: medium none;
	border-left: medium none;
	border-top: medium none;
	border-right: medium none;
}
textarea#cp_message {
	width: 100%;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.siteSearch {
	margin-left: 4px;
	text-align: center;
}
.siteSearch input {
	color: #000000;
	font-size: 9px;
}
.siteSearch p {
	font-size: 9px;
	margin: 20px 0;
	text-align: center;
}

