@charset "utf-8";
/* CSS Document */
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(images/WoodRough0021_thumbhuge.jpg);
	background-color: #D6D6D6;
}

.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #d7cc9d;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	height: 200px;
	width: 1000px;
	background-color: #682917;
} 
#slideshow {
	height: 265px;
	width: 350px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#youtube {
	float: right;
}


.contactindex {
	float: right;
	width: 220px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	background-color: #CABB7D;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
} 
#weatherdiv {
	height: 135px;
	width: 140px;
	margin-left: 10px;
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	clear: left;
}


.calendar {
	padding-top: 0px;
	background-color: #FFF;
	width: 650px;
	float: right;
	margin-top: 20px;
}
.twoColFixLtHdr #footer {
	background-color: #682917;
	height: 40px;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	color: #D7CC9D;
	font-style: normal;
	padding: 5px;
} 
p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
}
.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;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	clear: left;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.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;
}
a:link {
	color: #600;
}
a:visited {
	color: #363304;
}
a:hover {
	color: #363304;
}
h1 {
	color: #455F82;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
}
h2 {
	color: #455F82;
	margin: 0px;
	font-size: 18px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	color: #455F82;
	margin: 0px;
	font-size: 14px;
	padding: 0px;
	text-transform: none;
}
h4 {
	margin: 2px;
	padding: 0px;
}
.subh3text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 30px;
}

#sidebar2 {
	width: 150px;
	height: 125px;
	margin-left: 10px;
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	clear: none;
}
.twoColFixLtHdr #footer a{
	background-color: #682917;
	height: 0px;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	color: #3CF;
	font-style: normal;
	padding: 0px;
}
#fltrtvid {
	width: 425px;
	height: 400px;
	margin: 10px;
	float: right;
}
.paddingrt {
	padding-right: 10px;
}
ul {
	margin: 0px;
	padding-top: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: visible;
}
#indextxt {
	float: left;
	width: 600px;
	clear: right;
}
.fltlft2 {
	float: left;
	margin-right: 10px;
}
#donationbox {
	border: medium solid #455F82;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333;
	padding: 5px;
	margin: 5px;
	z-index: 1000;
}
#slideshow2 {
	height: 265px;
	width: 350px;
	float: left;
	margin: 0px;
	padding: 0px;
}

