@charset "utf-8";
/* CSS Document */
 
body {margin: 0 auto; padding: 0; height:100%; background-color:#ddf; 
 font-family: 'Source Sans Pro', sans-serif;}

#wrapper {width: 85%; margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #015A06;
	text-align: left; padding: .5%;
	background-color: white;
	 box-shadow: 10px 10px 5px #888888;
	   border-radius: 10px;
}
	
#top { }

table.content { width: 100%; margin:auto;}	
table.navigation { background-color: #C8D49D}
table.td.navigation{background-color:red;color:green}
td.link {margin-right: 2em;}
span {font-size: 80%;}
#words {padding: 8px; background-color:#C8D49D;  height: 400px;}

#demo { padding:5px;}
#demo2 { padding:5px;}
#demo3 { padding:5px;}

.col2 {
    background-color:  #b2d495;   
	width: 30%;
	display: inline-block;
	padding: .5%;
	margin:1%;
}
.col1 {
    background-color: #b2d495;
    float: left;
	width: 30%;
	margin:1%;
	dispaly: inline-block;
	padding: .5%;
}

.col3 {
   
    float: right;
	width: 30%;
	margin:1%;
	padding:.5%;
}

.col5 {
    background-color:#b2d495;   
	width: 30%;
	display: inline-block;
	padding: 5px;
	margin:1%;
}
.col4 {
   
    float: left;
	width: 30%;
	margin:1%;	
	padding: 5px;
}

.col6 {
    background-color:#b2d495;
    float: right;
	width: 30%;
	margin:1%;
	display: inline-block;
	padding: 5px;
	
}

.col8{
    background-color:#b2d495;   
	width: 30%;
	display: inline-block;
	padding: 5px;
	margin:1%;
}
.col7 {
    background-color:#b2d495;
    float: left;
	width: 30%;
	margin:1%;
	padding: 5px;
}

.col9 {
   
    float: right;
	width: 30%;
	margin:1%;	
}

#leftside { width: 75%; 
margin: 1% 1% 2% 2%; padding: .5%;}
#rightside {background-color: #7AB6BD; width: 30%; float:right; margin:2%; padding: .5%;}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto; 
  border-radius: 2px;
  border: 1px solid #98c571;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  background: #bfdba7;
  background: -webkit-linear-gradient(bottom, #b2d495, #cce2b9);
  background: -ms-linear-gradient(bottom, #b2d495, #cce2b9);
  background: -moz-linear-gradient(bottom, #b2d495, #cce2b9);
  background: -o-linear-gradient(bottom, #b2d495, #cce2b9);
  background: linear-gradient(to top, #b2d495, #cce2b9);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -2px 0px #aacf8a, inset 0 1px 0 #d4e7c4;
}
#cssmenu > ul > li {
  float: left;
}


#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 9px 18px 9px 18px;
  font-size: 15px;
  text-decoration: none;
  color: #fcfefb;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu > ul > li:hover > a {color: #003300}
#cssmenu > ul > li.active > a   {color: #003300; 
  
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {color:green;
  background: rgba(125, 125, 125, 0.04);
}
#cssmenu > ul > li:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  display: block;
  height: 14px;
  width: 1px;
  opacity: .15;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
}
#cssmenu.align-right > ul > li:after {
  right: auto;
  left: -1px;
}
#cssmenu > ul > li:before {
  content: '';
  position: absolute;
  top: 18px;
  right: -1px;
  display: block;
  height: 14px;
  width: 2px;
  opacity: 50;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01), #ffffff, rgba(255, 255, 255, 0.01));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
}
#cssmenu.align-right > ul > li:before {
  right: auto;
  left: 0px;
}

#footer{text-align:center;
padding: 10px 0;
	
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	}
#footer a:link{text-decoration:none;}