@charset "UTF-8";
body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #3E8B3E url(../images/cssimg/background.jpg) no-repeat center top;
	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: #00000;
}
.page #container {
	width: 892px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 18px auto 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
}
.page #header {
	padding: 10px 10px 25px 5px;  /* 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. */
}
.page #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 */
}
#logo {
	width: 309px;
	float: left;
	}
#menucontainer {
	width: 680px;
	margin-left: 260px;
	margin-top: 45px;
	}
	
enu ul li ul,  #menu ul li ul li {width: 150px;}
#menu ul li ul li a {width:150px; }
#menu ul li ul li ul {left:160px;}
/* MENU COLOR SETTINGS */
#menu, #menu ul li a {
}
#menu ul li a {
	color: #000000;
}
#menu ul li a:hover, #menu ul li a:focus, #menu ul li a:active, #menu > ul > li:hover > a  {
	color: #005D34;
}
#menu ul li a:hover, #menu ul li a:focus, #menu ul li a:active, #menu > ul > li:hover > a, #menu li:hover a  {
	background-color: #76AE8E;
}
#menu ul li.selected > a {
	color: #3E8B3E;
}
#menu ul li ul li a{

}
#menu ul li ul li a {
	color: #3E8B3E;
}
#menu ul li ul li a:hover, #menu ul li ul li a:focus, #menu ul li ul li a:active, #menu ul li ul li:hover > a{
	color: #0b3173;
}
/* GENERAL MENU SETTINGS */
#menu {
	padding:0px 0px 0px 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#menu a{
font-weight: bold;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#menu ul li {
position: relative;
float: left;
}
#menu ul li a {
float: left;
padding: 4px 10px 6px 10px;
text-decoration: none;
}
#menu ul li.selected > a {
text-decoration: none !important;
}
#menu ul li em {
position: absolute;
left: -10001px;
top: -10001px;
}
#menu ul li ul {
display: none;
position: absolute;
left: 0;
top:100%;
z-index:500;
}
#menu ul li:hover > ul {
display: block;
}
#menu ul li ul li {
	display: block;
	float: none;
	margin: 0;

}
html* #menu ul li ul li {
margin-bottom: -3px;
}
#menu ul li ul li a {
display: block;
float: none;
height: auto;
margin: 0;
padding: 6px 10px 6px 10px;
line-height: 1.3;
}
html* #menu ul li ul li a {
float: left;
}
#menu ul li ul li a:hover, #menu ul li ul li a:focus, #menu ul li ul li a:active, #menu ul li ul li:hover > a {
text-decoration: none;
}
#menu ul li ul li ul {
top: 0;
padding-left: 1px;
}
#menu ul li ul li ul li {
font-size: 1em;
}
#menu ul li ul li ul li a {
}
#menu img{display:none;}
	
	
	
.page #mainContent {
	line-height: 18px;
	font-weight: 100;
	text-align: justify;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	min-height:440px;
}
.page #mainContentdefault {
	line-height: 18px;
	font-weight: 100;
	text-align: justify;
	padding-top: 15px;
	padding-right: 35px;
	padding-left: 25px;
	padding-bottom: 25px;
	min-height:440px;
}
.page #mainContent {
	font-size: 12px;
}

.page #mainContent-text {
	padding-right: 45px;
	padding-bottom: 2px;
	padding-left: 5px;
	}
.page #mainContent h1, .page #mainContentdefault h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
	color: #3E8B3E;
}
.page #mainContent h2 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 4px;

}
.page #mainContent h2 a, .page #mainContentdefault h2 a {
	text-decoration: none;
}
.page #mainContentdefault h2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #3E8B3E;
}
.page #mainContent a, .page #mainContentdefault a {
	color: #000000;
}


.page #right-iconbox {
	float: right;
	width: 240px;
	height: 180px;
	padding-left: 20px;

	}
	.page #right-iconbox p {
	margin: 4px;
	}
	.page #right-iconbox img {
	margin-right: 10px;
	}
	.page #right-iconbox a {
	text-decoration: none;
	}


.page #footer {
	padding: 0px 10px 18px 18px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.page #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.page #footer p a {
	color: #000000;
	text-decoration: none;
}


/* base gallery styles */
#gallery{
	  width:620px;
  /* gallery wrapper */
  }
#gallery #gallery-col-1{
  float:left;
  margin-right: 0px;
  width: 0px;
  padding-top: 0px;
  }
#gallery #gallery-col-2{
  float:left;
  width:620px;
  }
#gallery #slideshow{
  /* large image container */
  
  }
#gallery #slideshow a{
  text-decoration:none; 
  }
#gallery #caption{
  /* caption container */
  
  }
#gallery #thumbs{
  /* thumb image container */
  
  }
#gallery #thumbs ul{
  /* thumb image list*/
  list-style-type:none;
  margin:0;
  padding:0;
  }
#gallery #thumbs ul li{
  /* thumb image list item */
  margin:0 10px 10px 0;
  padding:0;
  float:left;
  }
  
 #announcements {
	margin-left: 602px;
	padding: 5px 20px 20px;
	height: 230px;
	width: 220px;
	text-align: left;
	  }
	  
#announcements a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 12px;
	  }
	  
#announcements h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 55px;
	  }
	  
.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;
}
.webform input.cat_textbox {
	width: 220px;	
	}
	
.webform .cat_listbox {
	width: 220px;	
	}
	
.webform input.radio {
	width: 10px;
}