@charset "UTF-8";
body  {
	margin: 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: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #66CC66;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 130%;
	background-image: url(images/shad.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.main #container {
	width: 860px; 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.main #header {
	background-image: url(images/header_montage2.jpg);
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.main #header h1 {
	margin: 0;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -2000px;
}
.main #mainContent {
	margin: 0;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	background-color: #FFFFFF;
	background-image: url(images/pawsbg.gif);
	background-repeat: no-repeat;
	background-position: 50px 50px;
} 
.main #footer {
	background-color: #006633;
	color: #A5CABD;
	font-size: 80%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 40px;
} 
.main #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 */
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

#nav {
	float:left;
	width:100%;
	font-size:75%;
	line-height:normal;
	background-color: #006633;
	height: 26px;
	margin-bottom: 20px;
      }
    #nav ul {
	margin:0;
	list-style:none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 80px;
      }
    #nav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #nav a {
	float:left;
	margin:0;
	text-decoration:none;
	background-image: url(images/tableftK.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	color: #C0E4C0;
      }
    #nav a span {
	float:left;
	display:block;
	background-image: url(images/tabrightK.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 2px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a span {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover span {
      color:#FFF;
      }
h1 {
	font-size: 1.2em;
	padding-top: 10px;
}
#nav   b  {
	float:left;
	display:block;
	background-image: url(images/tabrightKcurrent.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 2px;
	color: #333333;
}
b {
	font-weight: normal;
}
#nav .current           {
	float:left;
	margin:0;
	text-decoration:none;
	background-image: url(images/tableftKcurrent.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
h6 {
	padding-bottom: 10px;
}
.underconstruction {
	padding: 12px;
	border: 1px solid #006633;
	text-align: center;
}
.homepanels img {
	margin-right: 10px;
	margin-left: 10px;
}
.homepanels {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 24px;
}
.sidepanel {
	float: right;
	width: 154px;
	margin-left: 25px;
}
.sidepanel img {
	padding: 1px;
	border: 1px solid #006633;
}
.timestable {
	padding: 1px;
	border: 1px solid #006633;
	font-size: 90%;
}
.timestable td {
	padding: 3px;
}
.timestabletint {
	background-color: #C7E3C8;
}
.contact {
	float: right;
	margin-left: 25px;
	width: 425px;
}
.smaller {
	font-size: 90%;
}
.homeseotext {
	color: #3E8562;
}
.homepanels img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer a {
	color: #3E8562;
	text-decoration: none;
}
#footer  a:hover  {
	color: #A5CABD;
	text-decoration: none;
}
