@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtrHdr #container {
	width: 781px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border:1px solid #000000;
}
.oneColFixCtrHdr #header {
	background: url(images/header-back.jpg) repeat-x;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;

}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	clear:both;
	line-height: 50%;
	background: #C1C1C1;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #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 */
}.oneColFixCtrHdr #container #header {
	height: 130px;
}
.rotatingpics {
	float: right;
}
.oneColFixCtrHdr #container #header {
	float: left;
}
.headerlogo {
	float: left;
}
.oneColFixCtrHdr #container #header .logo {
	float: left;
	padding-top:12px;
	padding-right:85px;
}
.oneColFixCtrHdr #container #header .rotatingpics {
	clear: right;
	float: right;
	padding-top:15px;
}
.rotate {
	padding-right:10px;
}
.navlinks {
	color: white;
	clear:left;
	background-color:#1A5995;
	width:780px;
	line-height:1;
}
.oneColFixCtrHdr #container #mainContent .welcome {
	float: right;
	clear: none;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #666666;
	padding-top:15px;
	width: 525px;
	margin-right:5px;
}
#sidebar {
	width:230px;	
	float:left;
}
#upcoming-events {
	background:#51b948;
	padding-bottom:20px;
}
#upcoming-events-header {
	background:url(images/upcoming-events-header.png) no-repeat center;
	width:230px;
	height:45px;
}
#get-involved-header {
	background:url(images/Get-involved-header.png) no-repeat center;
	width:230px;
	height:45px;
}
#get-involved {
	background:#005596;
	padding-bottom:20px;
	padding-left:10px;
}
.oneColFixCtrHdr #container #mainContent .welcome img {
	float: left;
	padding-right: 5px;
}
#home-content-2 {
	padding-top:10px;
	width: 525px;
	float: right;
	clear: right;
	padding-bottom: 10px;
	margin-right:5px;
}
.oneColFixCtrHdr #container #mainContent.projects img { padding-bottom: 3px:}
.oneColFixCtrHdr #container #mainContent .news td {
	font-size: 85%;
	color: #333333;
}
.textarea {padding-top:10px;}
.left {padding-left:10px;}
.contactfrm {
	border-top: 1px solid #666;
	padding-top:3px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tbl {
	padding-left:20px;
}
.bigindent {padding-left:20px;}
.list {
width:75%;
padding:0px;
margin:0px;
border:0;
}
.bbq-table {
	text-align: center;
	margin:0 auto;
	vertical-align:middle;
}

