html, body {
	height: 100%;
	border: none;/*margin-bottom: 1px; don't need anymore with 1px around #outer */
} /* 1px Firefox and Opera display right scroll bar when using relative #outer*/
* {
	margin:0;
	padding:0;
} /*neutralize differences in browsers; inherited by all, override*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	color: #000;
	background-color:#E6ECFF; /*in case bg image doesn't load*/
	text-align: center;  /*centers container in IE 5*. Text then set to left aligned default in #outer*/
}
#outer {
	position:relative; /*use with absolute to push footer to bottom*/
	width: 960px;
	text-align: left; /*re-establish left default*/
	margin-left:auto;
	margin-right:auto;
	margin-top: 4px;
	min-height:100%;
	_height:100%;  /* for ie6, not ie7*/
	border: 1px solid #ccc;
	background-color:#fff;
}
#top {
	width: 100%;
	background-color: #039;
}
#top-ad {
	width: 100%;
	text-align: center;
	background-color: #039;
	padding: 6px 0 6px 0;
}
#topimg {
	vertical-align:middle;
	width:960px;
	height:90px;
	border-width: 0;
	padding: 0;
}
#middle {
	width: 100%;
	background-color: #fff;
	line-height: 1.4em;
}
#prefooter {
	width:100%;
	height: 6em;
}
#footer {
	position:absolute;
	width: 100%;
	text-align:center;
	font-size:85%;
	bottom:16px;  /*keep off bottom */
}
/*p, li{
line-height: 1.4em;
}*/
h1 {
	font-size: 180%;
	margin-bottom: 10px;
}
h2 {
	font-size: 150%;
	margin-bottom: 10px;
}
h3 {
	font-size: 125%
}
h4 {
	font-size: 100%
}
h5 {
	font-size: 89%
}
h6 {
	font-size: 75%
}
.size1 {
	font-size: 200%
}
.size2 {
	font-size: 150%
}
.size3 {
	font-size: 125%
}
.size4 {
	font-size: 100%
}
.size5 {
	font-size: 89%
}
.size6 {
	font-size: 75%
}
.white {
	color: #fff;
}
.red {
	color: #F03
}
.lblue {
	color: #03C
}
.dblue {
	color: #039
}
img {
	border-color: #999;
	border-width: 1px;
	background-color: #fff;
	padding: 1px;
}
p img {
	border-color: #999;
	border-width: 1px;
	padding: 1px;
	margin: 10px;
}
.img-0 {
	border-width: 0px;
}
a:hover img, a:active img {
	border-color: #f03;
}
#nav a:hover {
	text-decoration: underline;
	background-image:url(../images/nav/mbg.gif);
	background-position:left;
	background-repeat:repeat-x;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2em;
	/*text-align:center;
* margin-left: -96px;*/ /* correct ie bug */
	z-index:9999;
}
#nav a {
	display: block;
  width: 177px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background-color: #039;
	padding-left: 15px;
}
#nav-1 a {
	display: block;
  width: 110px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background-color: #039;
	padding-left: 40px;
}
#nav li { /* all list items */
	float: left;
	/*	width: 192px; needed for Opera */
	line-height: 2em;
}
#nav li ul { /* second-level lists */
	position: absolute;
	text-align:left;
	width: 177px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover, #nav li.hover { /* fixes ie7 stuck menus */
	position: static;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.navbp { /*give extra space after last nav line*/
	width: 192px;
	background-color: #039;
	font-size: .4em;
}
.clearleft { /* 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 its child floats */
	clear: left;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.fltright {
	float: right;
}
.fltleft {
	float: left;
}
.clearright { /*should be placed on a div or break element and should be final element before the close of a container that should fully contain its child floats */
	clear: right;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.clearboth {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/* general use positioning */
.padl10 {
	padding-left: 10px;
}
.padl20 {
	padding-left: 20px;
}
.margin10 {
	margin: 10px 0 10px 10px;
}
.margin-r10 {
	margin-right: 10px;
}
.center {
	text-align: center;
}
.valign {
	vertical-align: middle;
}
.line1em {
	line-height: 1em;
}
#mainhead {
 padding-top: 10px;
	height: 2em;
}
#main {
	width:510px;
	float: left;
	padding: 5px 10px 15px 15px;
}
#mainw {
	width:705px; /*735*/
	float: left;
	padding: 5px 10px 15px 15px;
}
#mainc1 { /* col 1 */
	width:310px;
	float: left;
	padding: 15px;
}
#mainc2 { /* col 2 */
	width:310px;
	float: right;
	padding: 15px;
}
#mainf {
	width:910px;
	padding: 15px 15px 15px 30px;
}
#sidebar1 {
	float: left;
	width: 160px;
	padding: 10px;
	margin-right: 10px;
  background: #e6ecff;
	border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#sidebar2 {
	float: right;
	width: 220px;
	padding-right: 5px;
	padding-top: 6px;
	text-align: center;
}
#eventsc1 {
	width:320px;
	float: left;
	padding: 10px;
	border: 1px solid #dedede;
}
#eventsc2 {
	width:320px;
	float: right;
	padding: 10px;
	border: 1px solid #dedede;
}
#feedbck { /* form */
	width: 600px;
	padding: 10px 0 30px 20px;
}
#feedbck form fieldset {
	padding: 20px;
	border: 1px solid #ccc;
}
#feedbck form fieldset label {
	width: 10em;
	float: left;
}
/* weather */
#weather {
	width: 726px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	text-align:center;
}
.w1 {
	background-color:#ccf;
	border: 1px solid #fff;
}
.w2 {
	background-color:#fcc;
	border: 1px solid #fff;
}
.w3 {
	background-color:#ccc;
	border: 1px solid #fff;
}
.w4 {
	background-color:#9cf;
	border: 1px solid #fff;
}
.w5 {
	padding: 4px;
	background: #668CFF;
}
/* end weather */
.ls {
	list-style: none;
}
/* maps */
.mapcol1 {
	width: 120px;
	padding: 40px 0 0 20px;
	float: left;
}
.mapcol2 {
	width: 710px;
	float: left;
}
/* end maps */
.search {
	margin: 6px;
	float: right;
}
#srch-results {
margin-left: 50px;
}
