/*
 *  This is the file where you put your CSS changes. You should preferrably use this and
 *  override the relevant properties you want to change here instead of customizing plone.css.
*/

    .formHelp {
      font-size: 90%;
      color: #76797C;
      margin: 0 0 0.2em 0;
    }
    a:hover {
      text-decoration: none;
    }
    p a {
      text-decoration: none;
    }
    h1, h2, h3, h4, h5, h6 {
        color: #005D17;
        text-transform: uppercase;
    }
    fieldset legend {
        color: #005D17;
        text-transform: uppercase;
      font-weight: bold;
    }
    fieldset form {
      padding: 0px 5px;
    }  
    fieldset .inline {
      margin-top: 4px;
      margin-left: 7px;
    }
    fieldset label {
      font-weight: bold;
      padding-left: 5px;
      padding-right: 5px;
    }
    .footer {
        margin: 0;
        text-align: left;
        height: 18px;
        padding-bottom: 6px;
    }
    .footer a {
        text-decoration: underline;
    }

    div.document {
        background: transparent;
        margin: 0;
    }
    div.editableDocument {
        margin: 0; float:left;
        padding: 7px 4px 7px 4px;
    }
    img.block {
        display: block;
    }
    div.documentActions {
        margin-top: 0em;
    }
    table.listing td, div.stx table td {
        padding: 1em 1em 1em 1em;
        vertical-align: top;
    }
    table.listing img {
      vertical-align: top;
    }
    .discreet {
      color: #666;
      font-size: 86%;
      padding-right: 5px;
    }


/** CHANGES FOR SREF_NEW **/

body {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 90%;
  font-size-adjust: none;
  color: #445522; /*dark font green*/
  background-color: white;
  margin: auto;
  padding-top: 6px;
  width: 1002px;
}

.body-workaround {
      background-color: #30475e; /* background dark blue */
}

#page-wrapper {
  width: 983px;
  min-height: 726px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  float:left;
  position:absolute;
  top:auto;
  left:auto;
  padding: 6px 10px 0px 10px;
}

#header-wrapper {
  display: block;
  padding-bottom: 7px;
}

#header-main-area {
  width: 100%;
  height: 82px;
  padding-bottom: 6px;
}
#header-main-logo {
  width: 28%;
  height: 82px;  margin-top: 0px;
  padding-right: 0px;
  float: left;
  background: transparent;
  border-right:1px solid #E9E8E7; /* lightest gray */
}
#header-scroll-box {
  color: #445522; /* dark font green */
  font-family: "Trebuchet MS" Arial sans-serif;
  width: 52%;
  float: left;
  font-size: 11.5px;
  background: transparent url(images/gdMW.jpg) no-repeat;
  margin-left: 10px;
  margin-top: 10px;
}


#header-main-search-wrapper {
  width: 15%;
  float: right;
  background: transparent;
  overflow:hidden;
  margin-top: 20px;
}
#header-main-search-wrapper .searchButton {
  background:transparent none repeat scroll 0%;
  border:0pt none;
  height:22px;
  margin:0em;
  padding:0pt;
  width:22px;
}
#header-main-search-wrapper .searchText {
  color:#566633;  /* dark green */
}

#header-menu-area {
  clear: both;
  margin-top: 5px;
  width: 100%;
  border-top:1px solid #566633; /* dark green */
  border-bottom:1px solid #566633; /* dark green */
}

/*
#domMenu_SREF {
  position:absolute;
}
*/

div.SREF_menuBar {
  background: #71813b url(images/darkgreenBox2.gif) repeat-x scroll left bottom; /* green */
  padding: 0px 0px 0px 12px;
  color: white;
}
div.SREF_menuElement{
  padding: 1px 26px 1px 25px;
  margin-left: 0px; 
  margin-right: 0px;
}

div.SREF_menuBar, div.SREF_subMenuBar,
div.SREF_subMenuElement div.SREF_menuElement {
  color:white;

}

.buttonText, .buttonText:link, .buttonText:visited,
.buttonText:hover .bottonText:active{
  color:white;  
  background: #566633 url(images/darkgreenBox.gif) repeat-x scroll left bottom; /* dark green */
}

div.SREF_menuElementActive {
    background: #566633 url(darkgreenBox.gif) repeat-x scroll left bottom; /* dark green */
    color: WHITE;  
}
div.SREF_menuElementHover {
    background: #566633 url(darkgreenBox.gif) repeat-x scroll left bottom; /* dark green */
    color: white;  
}

div.SREF_subMenuBar {
    background: #718f3b url(images/darkgreenBox2.gif) repeat-x scroll left bottom; /* green */
    border: solid #718f3b; /* green */
    border-width: 1px 0px 0px 0px;
    margin-top: 7px;
    margin-left: 0px;
}

div.SREF_subMenuElement {
    color: white ; 
    border: solid #566633; /* dark green */
    border-width: 0px 1px 1px 1px;
    padding: 4px 6px 2px 6px;
    background: #718f3b url(images/darkgreenBox2.gif) repeat-x scroll left bottom; /* green */
}
div.SREF_subMenuElementActive {
    background: #718f3b url(images/darkgreenBox2.gif) repeat-x scroll left bottom; /* green */
    color: white;
    font-weight: bold;
}

div.SREF_subMenuElementHover {
    background: #566633 url(images/darkgreenBox.gif) repeat-x scroll left bottom; /* dark green */
    color: white; /* lightest green */
    font-weight: bold;
}

#main-content-wrapper {
    font-size: 10px;
    margin-top: 4px;
    background-color: white;
}

#left-portal-wrapper {
    float: left;
    background-color: #d1d37a; /* column light green */
    width: 150px;
    overflow: hidden;
}

#right-portal-wrapper {
    background-color: white;
}

#content-area-wrapper {
    float: right;
    width: 828px;
    /* font-size: 88%;  */
    background-color: white;
}

content-mainh-wrapper {
    float: right;
    width: 811px;
}

#content-main-wrapper {
    float: right;
    width: 561px;
}

#content-column-3 {
    float: right;
    width: 183px;
    padding: 0px 0px 0px 0px;
    margin: 0px 3px 0px 0px;
    background-color: #aacde9; /* column light blue */
}
#content-column-2 {
    float: right;
    width: 183px;
    padding: 0px 0px 0px 0px;
    margin: 0px 3px 0px 3px;
    background-color: #d5cc9c; /* column tan */
}
#content-column-1 {
    float: right;
    width: 183px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 3px;
    background-color: #d1d37a; /* column light green */
}

#content-bottomh-column {
    float: right;
    margin-top: 6px;
    margin-right: 0px;
    width: 811px;
}

#content-bottom-column {
    float: right;
    margin-top: 6px;
    margin-right: 0px;
    width: 561px;
}

#content-events {
    background-color: #d1d37a; /* column light green */
    padding-bottom: 6px;
    width: 100%;
}
#content-people {
    background-color: #aacde9; /* column light blue */
    padding-bottom: 6px;
    width: 100%;
}
 
#content-bottom-column img {
    margin-top: -6px;
    margin-left: 0px;
    float: right;
    background: transparent;
}

#content-right-column-wrapper {
    float: right;
    width: 250px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 7px;
    font-size: 10px;
}
#content-right-column {
    background-color: #e5dd8f; /* column light green 3 */
    padding-bottom: 10px;
}
#content-right-column img {
    margin-top: 0px;
    margin-left: 4px;
    background: transparent;
}
#content-right-column a, #content-right-column b{
    color: #336699;  /* link blue */
    font-weight: bold;
    text-decoration: none;
}
#content-right-column a:hover {
    color: #30475e;   /* link dark blue */
}

#column-heading-large {
    background-color: #bc6e25;  /* heading orange */
}

#column-heading-large p{
    color: #eaf0cc; /* lightest green */
    font-size: 15px;
    font-family: "Trebuchet MS" Arial sans-serif;
    text-align: center;
    font-weight: normal;
    margin: 0px;
    line-height: 3em;
    text-decoration: none;
}
#column-heading-large a{
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #ead043; /* light yellow */
    text-decoration: none;
}
#column-heading-large a:hover{
    color: yellow;
    font-weight: bold;
}

#column-heading-medium {
    background-color: #bc6e25;  /* heading orange */
    width: 100%;
    float: left;
    margin-bottom: 6px;
}

#column-heading-medium p{
    color: #eaf0cc; /* lightest green */
    font-size: 15px;
    font-family: "Trebuchet MS" Arial sans-serif;
    text-align: left;
    font-weight: normal;
    margin: 0px 0px 0px 10px;
    line-height: 1.75em;
    text-decoration: none;
}
#column-heading-medium a{
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #ead043; /* light yellow */
    text-decoration: none;
}
#column-heading-medium a:hover{
    color: yellow;
    font-weight: bold;
}

#content-box-bottom {
   margin: 0px 2px 4px 8px;
   font-size: 11px;
}
#content-box-bottom a {
   margin-top: 2px;
}


#column-heading-small {
    color: #eaf0cc;  /* lightest green */
    background-color: #bc6e25;  /* heading orange */
    padding: 3px 3px 3px 6px;
    border-top: 1px solid #87381c; /* border deep orange */
    border-bottom: 1px solid #87381c; /* border deep orange */
    text-transform: uppercase;
    margin: 0px;
    font-size: 12.5px;
    font-family: "Trebuchet MS" Arial sans-serif;
}
#column-heading-small p{
    color: #eaf0cc; /* lightest green */
    font-size: 17px;
    font-family: "Trebuchet MS" Arial sans-serif;
    text-align: left;
    font-weight: normal;
    margin: 0px 0px 0px 10px;
    line-height: 1.75em;
    text-decoration: none;
}
#column-heading-small a{
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 17px;
    color: #ead043; /* light yellow */
    text-decoration: none;
    font-weight: normal;
}
#column-heading-small a:hover{
    color: yellow;
    font-weight: bold;
}


#content-box-right {
    margin: 4px 0px 0px 4px;
    padding:7px;
    overflow: hidden;
}

.content-box {
    margin:0px 0px 7px 6px;
    line-height: 1.15em;
}

#content-box-1, #content-box-2, #content-box-3 {
    font-size: 11px;
    padding: 7px;
    overflow: hidden;
    height: 150px;
}

#content-box-1 a, #content-box-2 a, #content-box-3 a, #content-box-bottom a, #content-box-right a{
    text-decoration: none;
}
#content-box-1 a:hover, #content-box-2 a:hover, #content-box-3 a:hover, #content-box-bottom a:hover, #content-box-right a:hover, #content-box-right p {
    text-decoration: none;
    color: #30475e;  /* link dark blue */
    text-align: left;
}

#content-box-more {
    background-color: transparent;
    float: right;
    color: #336699;  /* link blue */
    font-weight: bold;
    font-size: 10px;
    margin: 1px 12px 4px;
}
#content-box-more a:hover {
    color: #30475e;   /* link dark blue */
}
#photo-album {
}


#resource-map a {
  font-size:11px;
}
#resource-map ul {
  line-height: 1.7em;
}
#videos {
  color: #336699; /* link blue */
}
#videos ul {
  line-height: 1.2em;
}
#videos li {
  margin: 1px 4px 8px 8px;
}
#videos span {
  color: #445522; /* font dark green */
}

#video-headings {
  font-size: 11.5px;
  font-weight: bold;
  color: #30475e;  /* link dark blue */
  margin: 14px 2px 4px 7px;
  padding: 0px 0px 0px 0px;
  line-height: 1.3em;
}
#manage-podcasts {
  margin: 4px 6px 6px 16px;
}

#resource-by-state {
  margin: -6px 0px 0px 8px;
  background: transparent;
}

#resource-by-topic {
  margin: 10px 0px 0px 8px;
  background: transparent;
}

#resource-publications {
  margin: 5px 0px 0px 1px;
  text-decoration: none;
  color: #336699;  /* link blue */
  font-weight: bold;
  background: transparent;
}
#resource-publications a {
    color: #336699;  /* link blue */
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}
#resource-publications ul {
    margin:0px 0px 0px 8px;
    font-size: 11px;
    list-style: none;
}

#resource-publications li {
    margin:0px 0px 0px 10px;
    list-style: square inside;
    font-size: 10px;
}
#resource-publications li a{
    font-size: 10px;
}

#resource-online-videos {
  margin: 5px 0px 0px 8px;
}

#resource-slide-shows {
  margin: 5px 0px 0px 8px;
}

div.SrefNavBoxHeader {
  background: #718f3b url(images/darkgreenBox2.gif) repeat-x scroll left bottom;  /* green */
  border:1px solid #566633;  /* dark green */
  color: white; 
  font-size:96%;
  font-weight:bold;
  padding:5px 1px 5px 2px;
  text-transform:uppercase;
  width:145px;
}
div.SrefNavBoxHeader2 {
  background:#718F3B url(images/darkgreenBox2.gif) repeat scroll left bottom;
  border:1px solid #566633;
  color:white;
  font-size:76%;
  font-weight:bold;
  padding:0 1px 4px 2px;
  text-transform:uppercase;
  width:980px;
}


div.SrefNavBoxItemLast, div.SrefNavBoxItem {
  border-left:1px solid #566633;  /* dark green */
  border-right:1px solid #566633;  /* dark green */
  color:#718f3b; /* green */
  cursor:pointer;
  font-size:96%;
  font-weight:bold;
  padding:5px 2px;
  width:144px;
}
div.SrefNavBoxItemLast a, div.SrefNavBoxItem a,
div.SrefNavBoxItemLast a:link, div.SrefNavBoxItem a:link,
div.SrefNavBoxItemLast a:active, div.SrefNavBoxItem a:active,
div.SrefNavBoxItemLast a:visited, div.SrefNavBoxItem a:visited {
        color: #566633; /* dark green */
        text-decoration: none;
}
div.SrefNavBoxItemLast {
        border-bottom: 1px solid #566633; /* dark green */
        margin-bottom: 5px;
        background-color: #d1d37a; /* column green */
}
div.SrefNavBoxItem {
        border-bottom: 1px solid #566633; /* dark green */
        background-color: #d1d37a; /* column green */
}

div.SrefNavBoxItem a:hover, div.SrefNavBoxItemLast a:hover {
        background-color: #eaf0cc; /* lightest green */
}
div.SrefNavBoxItem :hover, div.SrefNavBoxItemLast :hover {
        background-color: #eaf0cc; /* lightest green */
}
#contentTabs {
    margin-top: 1px;
    background-color: transparent; 
    border-bottom:1px solid #718f3b; /* green */
    border-top: 1px solid #718f3b; /* green */
    border-collapse:collapse;
    padding-left:1em;
    white-space:nowrap;
    border-color: transparent;
}

#contentTabs a {
    padding: 1px 1.2em;
    color: #566633; /* dark green */
    border-color: #566633; /* dark green */
    background-color: transparent;
}
#contentTabs a.selected {
  background: #718f3b url(images/greenBox.gif) scroll repeat-x left bottom; /* green */
  border-bottom:1px solid #718f3b; /* green */
  color: white;
  /*font-weight: bold;*/
  border-top: 2px solid #718F3B; /* green */
}
#contentTabs a:active {
  background: #718f3b url(images/greenBox.gif) scroll repeat-x left bottom; /* green */
  border-bottom:1px solid #718f3b; /* green */
  color: white;
}
#contentTabs a:hover {
  text-decoration: none;
  background: #718f3b url(images/greenBox.gif) scroll repeat-x left bottom; /* green */
  /*font-weight: bold;   */
  color: white;
  border-bottom: 1px solid #718f3b; /* green */
}

#contentBar {
  background: #eaf0cc url(images/solidGreen.gif) repeat scroll left bottom; /* lightest green */
  border: #718f3b 1px solid; /* green */
}

#sponsor-img {
  border-left: 1px solid #566633; /* dark green */
  border-right: 1px solid #566633; /* dark green */
  border-bottom: 1px solid #566633; /* dark green */
}

div.editableDocument {
  border-color: #566633; /* dark green */
}

#header-sref-scroll, .sref-scroll-item {
  line-height: 145%;
  color: #445522; /* dark font green */
  font-family: "Trebuchet MS" Arial sans-serif;
  font-size: 12px;
  background: transparent;
  text-align: center;
}

.sref-scroll-item strong {
  font-size: 122%;
  font-weight: bold;
  font-style: italic;
}

.sref-scroll-item a {
   text-decoration:underline;
   font-size: 110%;
   font-style: italic;
   font-weight: bold;
}
.sref-scroll-item a:hover {
   color: #30475e; /* dark link blue */
   font-size: 110%;
   text-decoration: underline;
   font-style: italic;
}

input {
   font-size: 11.5px;
}

#conditionalFooter {
   background: transparent;
   clear: both;
   height: 106px;
   padding:4px 0px 6px 0px;
   width:983px;
}

#footer-wrapper {
   background: transparent;
   clear: both;
   height: 26px;
   padding:10px 0px 10px 0px;
   width:983px;
}

#footer {
   background-color: #718f3b; 
   font-size: 11px;
   width: 985px;
   padding-top:2px;
   height: 24px;
   vertical-align: top;
   margin-top:3px;
}

#employee-bio {
   margin-left: 10px;
   margin-right: 15px;
   padding-bottom: 10px;
}

#employee-bio img {
    float:left;
    margin: 10px 10px 0px 0px;
    border: 1px solid black;
}

#poweredbySREF {
        color: black;
        font-size: 11px;
        margin-right: 6px;
        margin-top: 2px;
        float: right;
    }
#ugaLOGO {
        color: black; 
        float: left;
        margin-left: 6px;
        margin-bottom: 4px;
        font-size: 11px;
        font-weight: bold;
    }

#ugaLOGO img {
        margin-left: 2px;
        margin-right: 6px;
}

/* REQUIRED for TIGRA HINTS */
.hintsClass {
	background-color: transparent;
	border-top: 1px none #444444; /* dark green */
	border-right: 4px none #777777; /* dark green */
	border-bottom: 4px none #777777; /* dark green */
	border-left: 1px none #444444; /* dark green */
	padding: 0;
        /* opacity:.10; filter:alpha(opacity=10); -moz-opacity: 0.1; */
}

/* REQUIRED for TIGRA SCROLL */
/* scroller background: iframe BODY object */
.Back {
	background-color: white;
        color: #445522; /* dark font green */
        margin: 0px;
        padding: 0px;
        font-size: 12px;
}
/* Tigra Scroll - style to be applyed to all items' bodies - DIV
	all local stylesheets of external files if any are to be ignored */
.ItemBody {
    color: #445522; /* dark font green */
    font-family: "Trebuchet MS" Arial sans-serif;
    background: transparent;
    text-align: center;
    font-size: 11.5px;
    padding: 0px;
}


/* REQUIRED for TIGRA FADER */
#tigra-fader {
    margin-top: 3px;
}
#corner {
background:transparent url(corner.jpg) no-repeat scroll right top !important;
display:block;
height:90px;
position:absolute;
right:0pt;
text-decoration:none;
text-indent:-999em;
top:0pt;
width:100px;
}


