body {
	font: 90% Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight:normal;
	background: #142b0f;
	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: #555;
	background-image: url(/siteimages/picturebackground_green.jpg);
	background-repeat:no-repeat;
}

h1, h2 {
}

h1 {
font-size: 1.5em;
padding: 0px 0px 10px 50px;
color: #041ebb;
}

h2 {
font-size: 1em;
}

a:visited {
color: inherit;
}

.small {
  font-size: .8em;
  color: #aaa;
  text-align: right;
}

textarea {
  font: 90% Arial, Helvetica, sans-serif;
}

input {
  font-size: 1em;
  color: #333;
}

textarea {
  color: #333;
  width: 320px;
  font-size: 1.1em;
}

.redbox {
  position: relative;
  padding: 5px;
  background-color: #F4ECEC;
  border: 1px solid #CC0000;
}
.greenbox {
  position: relative;
  padding: 5px;
  background-color: #D0E18C;
  border: 1px solid #ECF3E9;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	position: relative;
	background: transparent; 
	padding: 0;  /* 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 #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
	text-align: center; 
}
.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 */
}

#footer p a {
  color: #555;
}

div.content {
 padding: 10px;
 margin: 5px;
 background-image: url(/siteimages/catpic.jpg);
 border:2px solid #fff;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
}
div.contentwhite {
 padding: 10px;
 margin: 5px;
 background-color:#FFFFFF;
 border:2px solid #fff;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
}

div.contentwhite a {
  text-decoration: none;
}

div.contentwhite a:hover {
  text-decoration: underline;
}



.blue #slatenav{width:780px;position:relative;display:block;height:42px;font-size:11px;font-weight:bold;background: url(/siteimages/greenslate_background780.gif) no-repeat top left;font-family:Arial,Verdana,Helvitica,sans-serif;text-transform:uppercase;}
.blue #slatenav ul{margin:0px;padding:0 30px;list-style-type:none;width:auto;}
.blue #slatenav ul li{display:block;float:left;margin:0 1px 0 0;}
.blue #slatenav ul li a{display:block;float:left;color:#EEFFDF;text-decoration:none;padding:14px 22px 0 22px;height:28px;}
.blue #slatenav ul li a:hover,.blue #slatenav ul li a.current{color:#fff;background:transparent url(/siteimages/greenslate_backgroundOVER.gif) no-repeat top center;}

/* banner rotator */
#banners_container { display:block; position:relative; width:770px; height:194px; margin:0px auto 0px; border:0; padding: 10px 0; }
#banner_container { position:relative ; overflow:hidden ; width:770px ; height:194px ; margin:0px auto 0px;  }
#banners { white-space:nowrap; display:block; position:relative; }
#banners a img { border:none; }

.clearboth {
  padding: 0px;
  margin: 0px;
  clear: both;
}

.mega {
   position: absolute;
   z-index: 2;
   margin-top: -2px;
   border-left: 1px solid #dfffc3;
   border-right: 1px solid #dfffc3;
   border-bottom: 1px solid #dfffc3;
   background-color: #79c91c;
   padding: 5px;
   display: none;
}

#mega_services {
   left: 105px;
}

.mega ul {
  color: #fff;
  margin: 0; 
  padding: 20px; 
  font-size: 1em;
  line-height: 1.3em;
  list-style-type: none;
}

.mega ul a {
  color: #fff;
  text-decoration: none;
}

.mega ul li a:hover {
  padding-left: 5px;
  font-weight: bold;
}

.image {
    border: 2px solid #041ebb;
    padding: 2px;
    opacity:0.6;
    filter:alpha(opacity=60);
}
.image:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#largeimagediv {
    text-align: center;
    margin: 10px;
    height: 400px;
    overflow: hidden;
}
#commentbox {
    width: 500px;
 border: 1px solid #ccc;
    padding: 5px;
  text-align: center;
    margin: 10px auto;
    overflow: hidden;
}
#largeimage {
    border: 2px solid #041ebb;
    padding: 5px;
}


