#act a.jLink{
  cursor: pointer;
  color: #006633;
}

#act img.imageRight {
  float: right;
  padding: 3px;
  margin: 2px 0px 10px 10px;
  border: 1px solid #ccc;
}

#act img.imageLeft {
  float: left;
  padding: 3px;
  margin: 2px 10px 10px 0px;
  border: 1px solid #ccc;
}

#act span.small {
padding: 5px;
font-size: .8em;
}

#act p.paragraphHeading {
  float: none;
  margin: 0px; /*top right bottom left*/
  padding:  13px 15px 2px 0px;
  color: #333;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}

/*--------------------------------*/

#act table.dataTable{
  font-size: .8em;
  background-color: #f0f0f0;
  border: 1px #000000 solid;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 10px 0px 5px 10px;
}

/*makes it easy to select things in a table!*/
#act table.dataTable tr:hover {
  background-color: #ffffff;
}

#act table.dataTable td {
  border-left: 3px solid #666;
  border-bottom: 1px #6699CC dotted;
  text-align: left;
  color: #404040;
  padding: 4px 8px 4px 8px;
}
#act table.dataTable th {
  background-color: #e0e0e0;
  border-left: 3px solid #666;
  border-bottom: 1px #6699CC dotted;
  text-align: left;
  color: #000;
  padding: 4px 8px 4px 8px;
}
/*--------------------------------*/

#act table.simpleTable{
  font-size: .9em;
  background-color: #f0f0f0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0px;
}

/*makes it easy to select things in a table!*/
#act table.simpleTable tr:hover {
  background-color: #fcfcfc;
}

#act table.simpleTable td {
  border-left: none;
  text-align: center;
  padding: 2px 4px 2px 8px;
}


/*--------------------------------*/

#act table.programTable{
  font-size: .8em;
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 10px 0px 15px 0px;
}

#act table.programTable tr{
  border: none;
}

/*makes it easy to select things in a table!
#act table.programTable tr:hover {
  background-color: #99cc99;
}*/

#act table.programTable td {
  border-left: 3px solid #99cc99;
  border-bottom: 1px #fff dotted;
  text-align: left;
  color: #404040;
  padding: 4px 8px 4px 8px;
    background-color: #E2F0D1;
}
#act table.programTable th {
  background-color: #fff;
  text-align: right;
  line-height: 10px;
  color: #333;
  border: none;
  padding: 4px 8px 4px 8px;
}
/*--------------------------------*/


/*--------------------------------*/

#act .hr {
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
  border-top: 3px dotted #ddd;
}

#act img.spacer {
  margin: 9px 0px 0px 9px;
  padding: 0px 3px 0px 0px;
  background: #fff;
  float: left;
}

#act p.footerText{
  float: none;
  margin: 0px; /*top right bottom left*/
  padding:  10px;
  color: #666666;
  font-family:Georgia,serif;
  font-style:italic;
}

#act p.headerText{
  margin: 0px; /*top right bottom left*/
  padding:  10px 0px 10px 0px;
  color: #666;
  font-size: 1.6em;
}

#act p.quoteBox {
  margin: 10px 0px 10px 20px;
  padding: 0px 40px 0px 50px; /*top right bottom left*/
  color: #575757;
  background: url(../images/quote.png) no-repeat top left;
}

#act div p{
  float: none;
  margin: 0px; /*top right bottom left*/
  padding:  10px;
  color: #333;
}

#act div ul{
  float: none;
  margin: 0px; /*top right bottom left*/
  padding:  0px 10px 0px 10px;
  color: #333;
  list-style-type: none;
}

#act div ul li{
  margin:0px;
  padding: 4px 8px 4px 15px;
  background-image:url(../images/arrowBullet.png);
  background-position:0px 3px;
  background-repeat:no-repeat;
}

#act div ul li a{
  font-size: 10px;
  padding: 0pt 0pt 0pt 5px;
}

#act div ul li p{
  margin: 0px;
  padding: 0px;
}



/* -------------------------------------------------------
    Link List
-------------------------------------------------------*/
#act .linkList {
  padding-bottom:  10px;
  list-style-type:none;
}
#act .linkList li {
  /*padding inherited from act div ul li*/
  background-image: none;
}
#act .linkList li a {
  display: block;
  padding: 0px 0px 0px 20px;
  background: url(../images/arrowBullet.png) no-repeat scroll 0px 0px;
}

#act .linkList li a.current {
  background-image: url(../images/arrowBulletOver.png);
  color: #000000;
  font-weight: bold;
}

#act .linkList li a:hover {
  background-image:url(../images/arrowBulletOver.png);
}


#act .linkList li a.fieldOfficeWebsiteLink{
  color: #333333;
  display: inline;
  padding-left: 30px;
  background-image: none;
}

#act .linkList li a.fieldOfficeWebsiteLink:hover{
  background-image: none;
    color: #009530;
}


/*-----------------------------------------------------------------*/
/*  links */

#act a.button {
  float: right;
  padding-bottom: 10px;
  /*clear: right;*/
}

#act a.smallLink {
  font-size: .8em;
}

#act a.pdfFileLink {
  padding: 13px 15px 15px 30px ;
  color: #575757;
  background: url(../images/pdfIcon.png) no-repeat center left;
  font-size: .9em;
}

/*-----------------------------------------------------------------*/
/*  form checklist */

#act form dl {
  background: none;
  border:medium none;
  display:block;
  margin: 0px;
}

#act form dt {
  border-left:  5px solid #009530;
  padding: 0px;
  margin-left: 15px;
  clear:both;
  float:left;
  text-align: center;
  width: 20px;
}

#act form dd label {
  padding: 5px;
  color: #666;
  font-weight: normal;
  background: none;
  margin:0px;
}
#act form dd {
  border-top:  1px solid #999;
  float:left;
  display:block;
  margin:0px;
  width:80%;
  text-align:left;
}

#act form dd img {
  border: none;
  float:right;
  margin: 2px;
}

#act div.checkListItem {
  background: none;
  float: left;
}
/*-----------------------------------------------------------------*/
/*  Notice*/

#act div.notice {
  margin: 9px 0px 0px 9px;
  padding: 0px 1px 0px 0px;
  background: #fff url(../images/roofRed.png) no-repeat top right;
}
#act div.notice h1{
  background: url(../images/roofRed.png) no-repeat top left;
}


/*-----------------------------------------------------------------*/
/*  Default Headings */

#act div h1{
  float: none;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin: 0px;
  letter-spacing: -1px;
  line-height: 1.3em;
  padding: 6px 20px 10px 20px;
}

#act div h2{
  float: none;
  margin: 0px;
  padding: 0px 20px 0px 20px; /*top right bottom left*/
  color: #009530;
  font-size: 10px;
  line-height: 16px;
}

#act div h3{
  float: none;
  color: #333;
  font-size: 14px;
  letter-spacing:-1px;
  background: none;
  font-size: 1em;
}


#act div h4{
  float: none;
  margin: 10px 0px 0px 10px; /*top right bottom left*/
  padding: 0px; /*top right bottom left*/
  color: #565756;
  font-size: 1em;
  font-weight: bold;
}


/*-----------------------------------------------------------------*/
/*  Main DIV*/

#act div.main {
  padding: 0px 0px 0px 0px;
  width: 100%;
/*  background: #fff url(../images/be.png) no-repeat top right;*/
}

/*#83b777*/
#act div.main h1{
  background: #fff url(../images/be1.png) no-repeat top left;
}

#act div.main h2{
  background: #fff url(../images/h2-main.png) no-repeat top left;
}

#act div.main p {
  line-height: 1.7em;
}

#act div.ImageContainer {
  float:right;
  padding:10px 10px 0px 10px;
  width:262px;
}

#act div.photoCaption {
  background-color:#EFEFEF;
  line-height:1.3em;
  padding:5px;
  font-size:10px;
}
#act div.ImageCredit {
  color:#777777;
  padding-top:2px;
}

#act div.address p {
  text-align:right;
}



/*-----------------------------------------------------------------*/
/*  hSide DIV*/

#act div.hSide h1{
  color: #009530;
  font-size: 16px;
  letter-spacing: -1px;
  background: url(../images/be1.png) no-repeat top left;
  background-color: #fff;
  font-weight:bold;
}

#act div.hSide .linkList li a{
	color: #333;
}


/*-----------------------------------------------------------------*/
/*  Side DIV*/

#act div.side {
  width: 100%;
  padding: 0px 0px 0px 0px;
/*  background: #fff url(../images/be2.png) no-repeat top right;*/
}

#act div.side h1{
  color: #009530;
  font-size: 16px;
  letter-spacing: -1px;
  background: url(../images/be1.png) no-repeat top left;
  background-color: #fff;
  font-weight:bold;
}

#act div.side h2{
  background: #fff url(../images/h2-side.png) no-repeat top left;
}

#act div.side h1 a{
  color: #009530;

}



/*-----------------------------------------------------------------*/
/*  Columnized DIV*/

#act div.columnized h1, #act div div.columnized h1{
  background: #fff url(../images/be1.png) no-repeat top left;
   padding: 10px 0 10px 20px;
}

#act div.columnized h2, #act div div.columnized h2{
  background: #fff;
  border-top: 1px solid #ddd;
  padding: 10px 0 10px 20px;
}



/*-----------------------------------------------------------------*/
/*  Library */

/*#83b777*/
#act div.library h1{
   background: #fff url(../images/be1.png) no-repeat top left;
}


#act div.library h2{
  float: none;
  margin: 20px 0px 0px 20px;
  padding: 6px 20px 10px 20px;
  color: #009530;
  font-size: 20px;
  font-weight:bold;
  background: url(../images/be1.png) no-repeat top left;
}

#act div.library h3{
  float: none;
  margin: 10px 0px 0px 40px;
  padding: 6px 20px 10px 20px;
  color: #009530;
  font-size: 16px;
  background: url(../images/be1.png) no-repeat top left;
}

#act div.library h4{
  float: none;
  margin: 10px 0px 0px 60px;
  padding: 0px 20px 0px 20px; /*top right bottom left*/
  color: #009530;
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
  background: #fff url(../images/h2-main.png) no-repeat top left;
}

#act div.library .itemList li{
	clear: left;
	border: none;
	padding: 10px 0px 0px 0px;
}

#act div.library .itemList li .prefix{
	color: #009530;
}

#act div.library .itemList li a:hover {
	text-decoration: underline;
}
#act div.library .itemList li a {
	background:transparent none repeat scroll 0 0;
	font-size: 14px;
	color: #333;
}


/*-----------------------------------------------------------------*/
/*  scrolling DIV*/

#act form div {
  border: 1px solid #ddd;
}

#act div.scrolling {
  float: none;
  margin: 0px 0px 10px 0px; /*top right bottom left*/
  width:50%;
  overflow:auto;
}

#act div.scrollingTable {
  float: none;
  margin: 0px; /*top right bottom left*/
  border: none;
  width:100%;
  overflow:auto;
}

/*-----------------------------------------------------------------*/
/*  Hilight DIV*/

#act div.hilight {
  float: left;
  padding: 0px 1px 0px 0px;
  background-color: #E2F0D1;
  border-top: 6px solid #009530;
}

#act div.hilight .hilightInner{
  float: right;
  margin: 5px;
  padding: 0px;
}

#act div.hilight img{
  margin: 0px;
  float: left;
}
#act div.hilight h1{
  float: left;
  font-size: 22px;
  line-height: 24px;

  background-color: transparent;
  /*background: url(../images/eee-e7.png) repeat top left;*/
	
  padding: 5px 5px 5px 10px;
}


#act div.hilight p {
  float: left;
  color: #333;
  padding-top: 5px;
  background-color: transparent;
  /*background-color: #ffffff;*/
  overflow: auto;
}
#act div.hilight h2{
  float: left;
  padding: 0px;
  margin: 0px 0px 0px 5px;
  font-size: 0.8em;
  color: #666;
  text-align: left;
  border: none;
  background: none;
}
/*-----------------------------------------------------------------*/

#act div.clean {
  float: left;
  margin: 9px 0px 0px 9px;
  padding: 0px 0px;
  background: #fff;
}
#act div.clean h2{
  float: none;
  margin: 10px 0px 0px 0px; /*top right bottom left*/
  padding: 5px 10px 5px 10px; /*top right bottom left*/
  color: #000;
  font-weight: bold;
  background: url(../images/dropDownBgInv.png) repeat top left;
}


/* -------------------------------------------------------
 slideTray list
-------------------------------------------------------*/


#act .slideTray{
  margin: 0px; /*top right bottom left*/
  padding: 0px;
  list-style-type: none;
}
#act .slideTray li {
  float: left;
  background: none;
  margin: 5px;
  padding: 0px;
}

#act .slideTray li a {
  display: block;
  padding: 0px;
  width: 120px;
  height: 120px;
  background: #333333 repeat top left;
  border: 3px solid #ffffff;
  text-align: center;
}


/* -------------------------------------------------------
  Item List)
-------------------------------------------------------*/

#act .itemList{
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}

#act .itemList li{
  float: left;
  clear: left;
  padding: 10px 10px 10px 10px;
  margin: 0px;
  background: none;
  border-bottom: 2px dotted #E2F0D1;
  width: 95%;
}

#act .itemList li a{
  padding: 0px;
  background: none;
}

#act .itemList li a img {
  float: left;
  border: 2px solid #cccccc;
  margin-right:7px;
}

#act .itemList li .prefix {
  float: left;
  font-size: .8em;
  color: #666666;
  width:100%;
}

#act .itemList li a.headline {
  display: inline;
  float: left;
  color: #333;
  padding-bottom: 4px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  clear: left;
  width: 100%;
}

/*headline for document lists like RFF*/
#act .itemList li a.docHeadline {
  display: block;
  float: left;
  color: #333;
  padding-bottom: 4px;
  font-size: 1.2em;
  text-decoration: none;
}

#act .itemList li p {
  float: left;
  font-size: 0.9em;
  color: #666;
  padding: 2px 0px 0px 0px;
  width: 100%;
}


#act .itemList li a:hover {
  text-decoration: none;
}

#act .itemList li a:hover img {
  border: 2px solid #000000;
  margin-right:7px;
}

#act .itemList li a.documentLink img {
  border: none;
}

#act .itemList li a.documentLink:hover img {
  border: none;
}


#act .itemList li a.headline:hover  {
  text-decoration: underline;
}

#act .itemList li a:hover.docHeadline {
  text-decoration: underline;
}

/*Calen's alterations*/
 
/*#act .itemList{
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}

#act .itemList li{
  float: left;
  padding: 10px 10px 10px 10px;
  margin: 0px;
  width: 586px;
  background: none;
  border-bottom: 1px dotted #666666;
}


#act .itemList li a{
  margin: 0px;
  padding: 0px;
  background: none;
}

thumbnail icon
#act .itemList li a img {
  float: left;
  border: 2px solid #cccccc;
}


#act .itemList li .prefix {
  float: left;
  font-size: .8em;
  color: #666666;
  padding-right:350px;
}

#act .itemList li .filename {
  float: right;
  font-size: .8em;
  color: #666666;
  display:block;
  padding-top:2px;
}
#act .itemList li .newsitem {
  padding-left: 15px;
  padding-top:7px;
  padding-bottom:7px;
  float:left;
}

#act .itemList li .top {
  float: left;
  font-size: .9em;
  color: #666666;
  display:block;
}

#act .itemList li .teaserBox {
  float:left;
  padding-right:30px;
  font-size: 1em;
  width: 400px;
  padding-top:6px;
}

#act .itemList li .header {
  float:left;
}

#act .itemList li .picture {
  float:left;
  margin-right:20px;
  margin-top:4px;
  margin-bottom:4px;
  padding:0;
  
}

#act .itemList li a .headline {
  display: block;
  float: left;
  color: #333;
  padding-bottom: 3px;
  font-size: 1.7em;
  text-decoration: none;
}

#act .itemList li p {
  float: right;
  font-size: .8em;
  margin: 0px;
  color: #666;
  padding: 2px 0px 0px 0px;
}


#act .itemList li a:hover {
  text-decoration: none;
}

#act .itemList li a:hover img {
  border: 2px solid #000000;
}


#act .itemList li a:hover .headline {
  text-decoration: underline;
}


/* -------------------------------------------------------
  Multi Column List
-------------------------------------------------------*/


#act  .mcList{
  float: left;
  padding-bottom: 10px;
}

/* -------------------------------------------------------
  Tile List)
-------------------------------------------------------*/


#act  .tileList{
  margin: 0px 0px 0px 0px; /*top right bottom left*/
  padding: 0px 0px 0px 0px;
}

#act .tileList li{
  background-image: none;
  float: left;
  font-size: 10px;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  width: 280px;
  border-bottom: 1px dotted #eee;
}

#act .tileList li a{
 font-size: 12px;
  margin: 0px;
  padding: 0px;
  background: none;
}

/*thumbnail icon*/
#act .tileList li a img {
  float: left;
  border: 2px solid #cccccc;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#act .tileList li .prefix {
  width: 200px;
  float: right;
  font-size: 1em;
  color: #666666;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#act .tileList li a .headline {
  width: 200px;
  display: block;
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #333;
  font-size: 1em;
  text-decoration: none;
}

/*This is usually the teaser text*/
#act .tileList li p {
  float: right;
  width: 200px;
  font-size: 1em;
  margin: 0px;
  color: #666;
  padding: 2px 0px 0px 0px;
}


#act .tileList li a:hover {
  text-decoration: none;
}

#act .tileList li a:hover img {
  border: 2px solid #000000;
}


#act .tileList li a:hover .headline {
  text-decoration: underline;
}



/* -------------------------------------------------------
  Picture Box (inline)
-------------------------------------------------------*/
#mWrap .fr {
  float: right;
}

#mWrap .fl {
  float: left;
}

#act .pictureBox {
  margin: 10px;
  background: #E2F0D1;
}

#act .pictureBoxInner {
  background: none;
  padding:0px;
  margin: 0px;
  border: none;
   font-size: .8em;
}

#act .pictureBoxInner img{
  padding:0px;
  margin: 0px;
  border: none;
}

#act .pictureBoxCaption {
  line-height: 14px;
  padding: 0px 10px 0px 10px;
  color: #333;
}

#act .pictureBoxCaption p {
  margin: 0px;
  padding: 0px;

  border: none;
}

/* photo credit h3 */
#act .pictureBoxCaption span{
	display: block;
  margin: 0px;
   padding: 5px 0px 0px 0px;
  color: #666;
  line-height: 14px;
  border: none;
  background: none;
}



/*----*/

#act a.info{
    position:relative; /*this is the key*/
    z-index:24;
  }

#act a.info:hover{z-index:25; }
#act a.info span{display: none}
#act a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top: 115px;
    left: 5px;
    width: 200px;
    border:1px solid #666;
    text-align: left;
    background: url(../images/dropDownBg.png) repeat top left;
    color:#000;
  }




/*----------------*/

#act .formSubmitButtons{
  float: right;
  text-align: right;
  width: 150px;
}
