body
	{
	margin: 0;
	padding: 0;
	color:#333333;
	background: #99cc99 url(../images/top.png) repeat-x top;
	font-family:Verdana,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;

	}

a:link, a:active, a:visited {color:#006633; text-decoration: none; }
a:hover {color: #004F19; text-decoration:underline; }

img {
  border: 0px;
}

#mWrap{
	background: url(../images/navL.png) no-repeat scroll left top;
	width: 950px; 
	margin: 0 auto;
	height: auto;
}

#act {
  float: left;
  clear: left;
  width: 942px;
  background: white;
  padding: 0px 0px 100px 0px;
}

div#left {
  width: 670px;
  float: left;
  background: none;
  margin: 0px;
  padding: 0px;
}

div#right {
  width: 240px;
  float: right;
  background: none;
  margin: 0px;
  padding: 0px;
}




/* clearing floats*/
body .cl{
  clear:both;
  display:block;
  padding: 0px;
  margin: 0px; /*top right bottom left*/
  width: 0px;
  height: 0px;
  font-size: 1px;
  border: 0px;
}

/*special hidden div*/
.hiddenMagic {
  background-repeat: no-repeat;
  height: 0;
  overflow: hidden;
}

/* -------------------------------------------------------
  Search Box
-------------------------------------------------------*/
#act form#search_form {
 padding: 0px;
}

#act form#search_form div {
 border: none;
}

#search_box {
  float: right;
  padding-right: 20px;
  width: 227px;
  height: 28px;
  background: url(../images/searchBoxBG.png) no-repeat;
}
#search_box #s {
  float: left;
  padding: 0;
  margin: 8px 0px 0px 8px;
  border: 0;
  width: 160px;
  background: none;
}
#search_box #go {
  float: right;
  margin: 0px;
}

/* -------------------------------------------------------
 Button Image
-------------------------------------------------------*/
#act a.buttonImage{
  float: left;
  margin: 9px 0px 0px 9px;
  padding: 0px 1px 0px 0px;
  background: none;
}


#act #gMapDiv div.gmnoprint span{
	font-size:7px;
	letter-spacing:-1px;
}
#act #gMapDiv div.gmnoprint a{
	font-size:6px;
}

/* -------------------------------------------------------
  Banner: Page Title & Menu
-------------------------------------------------------*/

#act #banner .headerMap{
  float: right;
  width: 255px;
  height: 109px;
}


#act #banner a#pageTitle{
  font-weight: bold;
  color: #0095300;
}

#act #banner ul{
  border: 0px;
  float: left;
  width: 450px;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 30px;
}

#act #banner ul li {
  float:left;
  margin:0px;
  padding:0px;
  background: none;
}

#act #banner ul li a
{
  margin: 0px;
  padding: 8px;  /* top right bottom left */
  border: 0px;
  display: block;
  text-align: center;
  font-size: .8em;
}



/* tabbed Navigation*/



#act ul.tabNav{
  border: 0px;
  width: 100%;
  list-style-type: none;
  margin: 9px 0px 0px 9px;
  padding: 0px 5px 0px 5px;
  background: url("../images/tab-bg.png") repeat-y top left;
}

#act ul.tabNav li {
  float: left;
  background: url("../images/tab-left.png") no-repeat left top;
  margin:3px 0px 0px 0px;
  padding:0 0 0 35px;
}

#act ul.tabNav a
{
  background: url("../images/tab-right.png") no-repeat right top;
  margin: 0px;
  padding: 6px 35px 11px 0px;
  color: #999;
  border: 0px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: .8em;
}

#act ul.tabNav #current {
  background-image:url("../images/tab-left-on.png");
  }
  #act ul.tabNav #current a {
  background-image:url("../images/tab-right-on.png");
  color: #000;
  font-weight: bold;
  }

#act ul.tabNav li a:hover
{
color: #000;
}

/* -------------------------------------------------------
Tool Icons
-------------------------------------------------------*/

#act a.toolIcon {
float:right;
  padding: 5px;
  width: 16px;
  height: 16px;
}

#act a#emailIcon {
  background: url(../images/emailIconLight.png) no-repeat 50% 50%;
}
#act a#emailIcon:hover {
  background-image: url(../images/emailIconBw.png);
}

#act a#printIcon {
  background: url(../images/printerIconLight.png) no-repeat 50% 50%;
}
#act a#printIcon:hover{
  background-image: url(../images/printerIconBw.png);
}

#act a#deleteIcon {
  background: url(../images/trashIconOut.png) no-repeat 50% 50%;
}
#act a#deleteIcon:hover{
  background-image: url(../images/trashIconOver.png);
}

#act a#updateIcon {
  background: url(../images/editIconOut.png) no-repeat 50% 50%;
}
#act a#updateIcon:hover{
  background-image: url(../images/editIconOver.png);
}

/* -------------------------------------------------------
  dtree styling
-------------------------------------------------------*/

#act .dtree {
  padding: 5px 0px 0px 10px;
  background: white url(../images/bubble.jpg) no-repeat top right;
}

/* -------------------------------------------------------
  Footer
-------------------------------------------------------*/

#footer {
  float: left;
  width: 942px;
  height: 32px;
  padding: 0px;
  margin: 0px;
  
  border-top: 5px solid #E2F0D1;
  background: #666;
  color: #ddd;

  text-align: left;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1px;


}

#footer a{
	color: #fff;
  text-decoration:underline;
}

#footer a:hover {
  color: #E2F0D1;

}
/*Links (XHTML and CSS)*/

#footer p{
  display:inline;
}


/*--------------------------------*/
/* Footer Linklist*/
#footer .linkList {
  padding:  0px;
  margin: 0px;
    line-height: 18px;
  list-style-type:none;
}
#footer .linkList li {
  /*padding inherited from act div ul li*/
  background-image: none;
}
#footer .linkList li a {
  display: block;
  padding: 0px 0px 0px 20px;
}




/*Footer menu*/

#footerMenu {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}


#footerMenu a {
	display: block;
	font-size: 10px;
	color:#fff;
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
}


#footerMenu li {
	float: right;
	padding: 0 10px 0 0;
}





/* ----- FORMS ----------*/
label{
  padding-top: 10px;
  color: #009530;
  font-size: 0.8em;
  font-weight: bold;
}

.subform {
  padding: 20px;
  border: 1px solid #eee;
}

.form {
  padding: 0px 0px 0px 10px;
	float: none;
	background: #fff;
}