/* Greensource Styles */
/* (c) 2009-2010 by Greensource Cincinnati */
/* Author: Wolfgang Bregulla, wbITConsulting,LLC */
a {
  color: #8cc63f;
}

.form-error {color:#d33;font-weight:bold;font-size:0.8em;}


body {
  padding: 0px;
  margin: 0px;
  font-family: sans-serif, sans;
  font-size: 12px;
  color: #6c6c6c;
  background-image: url("/images/background.png");
  background-repeat: repeat-y;
  background-position: center center;
}
input, textarea {
  font-family: sans-serif, sans;
  font-size: 12px;
}
textarea {
  font-size: 14px;
  width: 500px;
  height: 150px;
}
/*div {*/
/*  border: 1px solid #abacab;*/
/*  margin: 0px;*/
/*  padding: 2px;*/
/*}*/
#container {
  margin: 0px;
  padding: 4px;
  background-color: #ffffff;
  margin-left: 0px;
  margin-right: 100px;

  width: 1060px;
}
#topnavi {
  width: 800px;
  float: right;
  margin-right: 0px;

}
#topmenu {
 
}
.searchbar {

  background-color: #f69668;
}
.search {
  width: 65%;
  max-width: 120px;
}
#mainbody {
  width: 80%;
  height: 800px;
  float: right;

}
#mainbody h1, h2 {
  text-align: right;
  font-style: italic;
  font-size: 24px;
  margin: 4px;
  padding: 0px;
  margin-right: 8px;
  line-height: 1.0;
  color: #e9e9e9;

}
.welcome {
  width: 606px;
  margin-top: 4px;
  margin-right: 220px;
  margin-left: -2px;
  background-color: #8c8c8c; 
}

.subright {
  width: 23%;
  height: 490px;
  float: right;

}
#maincontent {
  width: 606px;
  margin: 20px;
  height: 400px;
  background-color: #8c8c8c;
 
}
#maincontent1 {
  width: 600px;
  margin: 20px;
  height: 700px;
  float: right;
}
#maincontent2 {
  width: 610px;
  margin-left: 20px;
  height: 700px;

}
#maincontent3 {
  width: 610px;
  margin: 20px;
  height: 300px;

}
.imenu td {
  border: 1px solid #abacab;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
#leftcontent {
  width: 211px;
  height: 566px;

}
#footer {
  height: 30px;
  border-top: 1px solid #8cc63f;
}
#footer p {
  margin: 2px;
  padding: 0px;
  text-align: center;
}
#footer1 {
  height: 0px;

}
#footer1 p {
  margin: 2px;
  padding: 0px;
  text-align: center;
  margin-right: 5px;
  width: 600px;
}
.buttons {
  margin-left: 225px;
}
/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; 
    width: 521px;
    /*background: url("../images/bg.gif") no-repeat top;*/
    background-color: #ffffff;
    padding: 0px; 
    margin: 10px 0;
    margin-left: 50px;
    overflow: hidden;
}
.field {
  margin: 10px;
}

    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            /*background: url("../images/lava3.gif") no-repeat right -30px;*/
            background-color: #8cc63f;
            width: 9px; height: 5px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                /*background: url("../images/lava3.gif") no-repeat bottom left;*/
                height: 5px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            /*text-transform: uppercase;*/
            font: bold 14px arial;
            color: #808080; 
	    outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }
        .lavaLamp li a:hover {
	  color: #8cc63f;
	}
	.lavaLamp li a:active {
	  color: #8cc63f;
	}
	
.widget {
 
  width: 186px;
  background-color: #8c8c8c;
  margin: 4px;
  margin-bottom: 8px;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.widgetinside {
 
  height: 192px;
  margin-left: 4px;
  margin-right: 4px;
  color: #f9f9f9;
}
.widgetinside a {
  color: #8cc63f;
}
.widgetinside2 {
  height: 145px;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 25px;
 padding-top: 5px;
  padding-bottom: 0px;
  background-color: #b3d9bf;
  margin-top: 0px;
}
.widgetinside3 {
  height: 100px;
  margin-left: 4px;
  margin-right: 4px;
  color: #f9f9f9;
}
.megawidget {
  background-color: #6c6c6c;
  margin: 10px;
  margin-bottom: 8px;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.megawidgetinside {
  height: 357px;
  margin-left: 4px;
  margin-right: 4px;
  color: #e9e9e9;
  font-size: 12px;
}
.button1 {
  font-size: 16px;
  color: white;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.button2 {
 
  background-repeat: no-repeat;
  background-position: center center;
}
.button3 {
  font-size: 16px;
  color: white;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.widget1 {
  background-color: white;
  margin: 4px;
  margin-bottom: 8px;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.widgetinside1 {
  height: 192px;
  margin-left: 4px;
  margin-right: 4px;
  color: white;
}
.widgetinside12 {
  height: 100px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 20px;
  background-color: white;
}
.widgetinside13 {
  height: 100px;
  margin-left: 4px;
  margin-right: 4px;
  color: white;
}
.topmenu {
  margin-left: -10px;
}
.calendarevent {
   font-size:9px;
   background-color:#51b34f;
   border: 1px solid #00ff00;
   
}

.calendareventHeader {
    font-family:Verdana,Bitstream Vera Sans,sans-serif; font-size:9px;
    background-color:#00ff00;
    color: black;
  
}

.calendareventBody {
    font-family:Verdana,Bitstream Vera Sans,sans-serif; font-size: 9px;
    background-color: #51b34f;
    padding: 3px;
    
}

.calendareventResizer {
    border-top:1px solid white;
    border-bottom: 1px solid white;
}

.widget_calendar {
    display: none;
}