@charset "UTF-8";
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: 100%;
	background-color: #CBC9BC;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
}
.oneColLiqCtrHdr #container {
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(containerback.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#calendar {
	width: 500px;
}
#sidebar2 {
	float: left;
	height: 500px;
	width: 250px;
	margin-right: 15px;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	color: #A2A096;
}
#secondarycontent #sidebar2 a {
	color: #1C0404;
}
#bannercontainers .banner1 {
	float: left;
	height: 230px;
	width: 160px;
	margin-right: 20px;
	border: thin solid #28833C;
	text-align: center;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#sidebar1 .banner1 {
	float: left;
	height: 230px;
	width: 160px;
	margin-right: 20px;
	border: thin solid #28833C;
	text-align: center;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 10px;
}
.oneColLiqCtrHdr #container #mainContent #bannercontainers .banner1 a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.banner1 .bannhead {
	font-size: 16px;
	font-weight: bold;
	color: #ECDFD7;
	background-color: #654037;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.oneColLiqCtrHdr #header {
	background-image: url(head.jpg);
	background-repeat: no-repeat;
	height: 363px;
	padding-top: 0;
	padding-bottom: 0;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.oneColLiqCtrHdr #header h1 {
	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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 10;
	padding-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	background-color: #E2E1DC;
	background-repeat: no-repeat;
	background-position: center bottom;
	border: thin solid #614137;
}
#bannercontainers {
	width: 775px;
	height: 225px;
	padding-left: 40px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent #secondarycontent {
	padding-right: 40px;
	padding-left: 30px;
}
#sidebar1 {
	padding: 10px;
	float: left;
	width: 200px;
	margin-right: 25px;
	border: thin none #263E84;
}
.oneColLiqCtrHdr #footer {
	clear: both;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #614137;
	background-color: #CAC9BC;
	text-align: center;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(footerback.png);
	background-repeat: no-repeat;
	background-position: center center;
} 
.oneColLiqCtrHdr #container #footer a {
	color: #000;
}
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColLiqCtrHdr #container #header #navigation {
	padding-right: 30px;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
}

#sidebar1 .calendarbox {
	background-color: #CAC9BC;
	background-repeat: no-repeat;
	text-align: center;
	padding: 10px;
	overflow: visible;
	float: left;
	width: 180px;
	border: thin solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.calendarbox {
	background-color: #CAC9BC;
	background-repeat: no-repeat;
	text-align: center;
	overflow: visible;
	float: none;
	border: thin solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 250px;
}
#sidebar1 .ORANGEbox form {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.input {
	background-color: #CCCCCC;
	width: 165px;
	margin-top: 2px;
	margin-bottom: 8px;
	border: thin solid #999999;
}
#sidebar1 .calendarbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}

#sidebar1 .ORANGEbox {
	background-color: #CAC9BC;
	background-repeat: no-repeat;
	text-align: center;
	overflow: visible;
	float: left;
	width: 180px;
	border: thin solid #000000;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #614137;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}.ORANGEbox .h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.address {
	background-color: #CEBCAE;
	background-repeat: no-repeat;
	text-align: center;
	padding: 2px;
	overflow: visible;
	float: left;
	border: thin solid #000000;
	margin-top: 10px;
	width: 550px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #614137;
	text-align: center;
}
.linktable {
	line-height: 1.6em;
}
.linktable a {
	color: #6F4A00;
}

.linktable a:hover {
	color: #006;
	text-decoration: none;
}
.oneColLiqCtrHdr #container #mainContent #secondarycontent p .staffpic {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	float: right;
}
.oneColLiqCtrHdr #container #mainContent #secondarycontent p a {
	color: #533323;
}
.oneColLiqCtrHdr #container #mainContent #secondarycontent h2 {
	text-align: center;
}
.oneColLiqCtrHdr #container #mainContent #secondarycontent ul li a {
	line-height: 1.6em;
	color: #503428;
}


.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;
}
.oneColLiqCtrHdr #container #mainContent #secondarycontent #calendar2 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#homelink {
	height: 100px;
	width: 375px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 50px;

}
.oneColLiqCtrHdr #header #logo {
	background-image: url(head.jpg);
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 0;
	padding-bottom: 0;
	width: 1000px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-indent:-9999px;
}

