@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFF;
	behavior: url(hover.htc);
}
.twoColFixRtHdr #container {
	width: 885px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #088702;
	border-right-color: #088702;
	border-bottom-color: #088702;
	border-left-color: #088702;
	background-color: #FFFFFF;
	background-image: url(Pictures/fauxcolumn.gif);
	background-repeat: repeat-y;
	background-position: right top;
} 
.twoColFixRtHdr #header {
	margin-right: auto;
	margin-left: auto;
	width: 889px;
	padding: 0;
	background-color: #FFF;
	height: 156px;
} 
.twoColFixRtHdr #sidebar1 {
	width: 280px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #B2E298;
	float: right;
	font-size: 0.9375em;
}
#mainContent {
	background-color: #d8fbc5;
	width: 533px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #088702;
	font-size: 0.9375em;
	float: left;
}
#mainnavi {
	background-color: #FFF;
	width: 889px;
	margin-right: auto;
	margin-left: auto;
}
#navibackground {
	height: 31px;
	width: 889px;
	background-attachment: scroll;
	background-image: url(Pictures/grasbackground.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}

#breadcrumbs {
	width: 879px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
	font-size: 0.875em;
}

.twoColFixRtHdr #footer {
	width: 889px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: #FFF;
	clear: both;
} 
#copyright {
	font-size: 0.9em;
	color: #088702;
}
#contact {
	font-size: 0.9em;
	color: #088702;
}

.twoColFixRtHdr #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;
}

/* NAVI BUTTON CSS*/
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%;}
/* End */
/*removes the indents and bullets from the unordered list and defines the width*/
.ul {
	margin: 0;
	padding: 0;
	cursor: default;
	width: auto;
	list-style: none;
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
		}
/* position of list items; set the position as relative, because we will need to position the sub-menus absolutely within them*/
.li {
	position: relative;
	margin: 0;
	padding: 0;
	width: 8.313em;
	font-size: 16px;
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
    	}
/*sub-menus. We want each sub-menu to appear to the right of its parent menu item when that item is hovered over; Using the “left” and “top” attributes, we can absolutely position each sub-menu within its parent menu item. You will notice I have set the “left” property to 149px (1px less than the width of the menu items), which allows the sub-menus to overlap the main menu and not produce a double border*/
li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  z-index: 1020;
  cursor: default;
  left: -1000em;
  }

li > ul {
	top: auto;
	left: auto;
	}
/*submenu width, text*/
ul ul li {
	text-align: left;
	font-weight: normal;
	font-size: 0.875em;
	width: 9.55em;
	cursor: pointer;
	margin-top: 0px !important;
	margin-top: -2px;
}
/*-------------------------------
STYLING
---------------------------------
*/
ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #b2e298;
	padding: 0.313em;
	border: 1px solid #088702;
	border-bottom: 1;
	}
ul ul li a{
	border: 1px solid #088702;
	background: #c5ffa5;
}
ul a:hover, ul a:focus {
	background-color: #d8fbc5;
}
li:hover ul, li.over ul { 
	display: block; }
.main{
	list-style-type: square;
	margin-left:1em;
}
.list {
	padding-left:0.8em;
}
span.headingsmall {
	font-size:20px;
	font-weight:bold;
}
span.partners {
	font-size:14px;
}

