/* === banner styles === */
#banner img {
	float: left;
	margin: 0 10px 0 0;
	border: none;
}
#banner a:link,#banner a:visited {
  text-decoration: none;
  border: none;
  color: #fff;
  background-color: transparent;
}
#banner a:hover {
  color: #99cc00;
  background-color: transparent;
}
#banner h1 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 0;
  padding: 5px 10px;
  background-color: transparent;
  color: #fff;
  font-size: 140%;
  font-weight: normal;
}

/* === end banner styles === */

/* === navigation styles === */
#nav ul#navlist {
  margin: 0px;
  padding: 0px;
  display: inline;
  list-style-type: none;
  text-align: center;
}
#nav ul#navlist li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
  text-align: center;
}
#nav a:link, #nav a:visited {
  font-weight: bold;
  margin: 0;
  padding: 2px 0 0 10px;
  text-decoration: none;
  color: #999;
  border-top: 4px solid #999;
}
#nav a:link.current, #nav a:visited.current {
  border-top: 4px solid #996600;
  padding-top: 2px;
  background: transparent;
  color: #000;
}
#nav a:hover,#nav a:hover.current {
  border-top: 4px solid #000000;
  padding-top: 2px;
  background: transparent;
  color: #000;
}
#nav em {
  font-style: normal;
  text-decoration: underline;
}
/* === end navigation === */

/* === content styles === */

#content h1,#content h2,#content h3 {
  margin: 0.5em 0 0 0;
  clear: left;
  font-weight: bold;
  position: relative;
  font-family: 'palatino linotype',georgia,garamond,serif;
}
#content h1 {
  font-size: 180%;
  color: #996600;
  background-color: transparent;
}
#content h2 {
  font-size: 140%;
  color: #1B6694; /* #959887; #9fa293; */
  background-color: transparent;
}

#content h3 {
  font-size: 120%;
  color: #959887;  /* #fff; #9fa293; */
  background-color: transparent;

}
#content .notop {
  margin-top: 0em;
}

#content p,#content address {
  margin: 0 1em 1em 1em;
  font-size: 80%;
  font-style: normal;
  position: relative;
}

#content ul {
  margin: 0 1em 1em 2em;
  list-style-type: square;
  position: relative;
}

#content li {
  font-size: 80%;
  position: relative;
}

#content p.address {
  margin: 0 1em 1em 1em;
  font-size: 80%;
  position: relative;
}
.sm {
  font-size: 70%;
}
.red {
  color: #900;
  background-color: transparent;
}

/* === end content === */

/* === footer styles === */
#footer p {
	margin: 2px 0px 0px 0px;
}
#footer a {
        color: #888;
}
/* === end footer === */

/*
=== forms rules === */
form#regular {
    width: 98%;
    }
form#regular fieldset {
    margin: 0 auto;
    padding: 5px;
    }
form#regular legend {
    margin-bottom: 10px;
    }
form p {
    margin: 0;
    }
form label,form p.label {
    clear: left;
    float: left;
    width: 150px;
    text-align: right;
    font-size: 80%;
    }
form label.inline, form#regular label.inline {
    display: inline;
    clear: none;
    float: none;
    width: auto;
    text-align: left;
    }
form span.prompt {
    font-size: 75%;
    }
form#regular p.comment {
    margin: 0 0 10px 155px;
    font-size: 70%;
    }
form .submit {
    margin: 10px 0 0 155px;
    }
form div.space {
    clear: both;
    margin-top: 6px;
    font-size: 1px;
    }
form div.caption {
    clear: both;
    margin-left: 150px;
    margin-bottom: 6px;
    font: normal normal 75%/1.2em 'gill sans mt',helvetica,verdana,sans-serif;
    }
form .req {
    font-weight: bold;
/*    color: #900;
    background-color: transparent;
*/
}
/* === drop shadow styles === */
.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float: right;
  margin: 5px;
  background:url(/cib/images/shadow.gif) right bottom no-repeat;
  }
.wrap2 {
  background:url(/cib/images/corner_bl.gif) -4px 100% no-repeat;
  }
.wrap3 {
  padding:0 5px 5px 0;
  background:url(/cib/images/corner_tr.gif) 100% -3px no-repeat;
  }
.wrap3 img {
  display: block;
  padding: 4px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  }
.lead {
  width: 340px;
  background-position: top left;
  background-repeat: no-repeat;
}
.leadin {
  margin-top: 34px;
  margin-left: 40px;
}
#content div.lead div.leadin h2.park {
  color: #996600; /* #7C9A4B; #A2BD77; #9fa293 #996600 #959887; */
  background-color: transparent;
}