body
{
    color: #444;
    font-family: "ff-dagny-web-pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

header
{
    margin: 0em 1.0em 0em 1.0em;
}

header a
{
    text-decoration: none;
    color: #444;
}

#sub_title a
{
    text-decoration: none;
    color: #888;
}

#title_separator
{
    text-decoration: none;
    color: #666;
}

nav
{
    position:absolute;
    top: 0.8em;
    right: 1.0em;
    text-align: right;
    color: #222;
    line-height: 1.15em;
}

nav a 
{
  text-decoration: none;
  color: #444;
}

nav a:hover
{
  text-decoration: underline;
  color: #444;
}

#sub_nav
{
    color: #222;
}

#sub_nav a 
{
  text-decoration: none;
  color: #444;
}

#sub_nav a:hover
{
  text-decoration: underline;
  color: #444;
}

#content
{
    margin-left: 1.0em;
    margin-right: 1.0em;
}

footer,
.smallprint
{
    margin-left: 1.5em;
    margin-right: 1.5em;
    margin-bottom: 1.0em;
    font-size: 0.6em;  
    font-style: normal; 
    font-family: verdana, sans-serif; 
}

strong
{
    font-weight: 700;
}

em
{
    font-style: italic;
}

p
{
    margin-top: 0.5em;
    margin-bottom: 1.0em;
}

h1
{
    font-family: "cubano-sharp", sans-serif;
    font-weight: 400;
    font-size: 4.0em;
    color: #444;
}

h2
{
    margin-top: 0.75em;
    font-weight: 400;
    font-size: 1.6em;
    font-weight: 700;
}

h3
{
    margin-top: 1.2em;
    font-weight: 700;
    font-size: 1.3em;
    font-weight: 700;
}

h4
{
    margin-top: 1.0em;
    margin-bottom: -0.4em;
    font-weight: 700;
    font-size: 1.0em;
    font-weight: 700;
}

h5
{
    margin-top: 1.0em;
    margin-bottom: -0.4em;
    font-weight: 700;
    font-size: 1.0em;
    font-weight: 700;
    color: #888;
}

img.photo
{
    border: solid #ccc 2px;
    margin-bottom: 1em;
}

img.photo-wetland
{
    border: solid #ccc 2px;
}

img.photo-right
{
    border: solid #ccc 2px;
    margin-left: 1em;
    margin-bottom: 1em;
    float: right;
}

img.photo-left
{
    border: solid #ccc 2px;
    margin-right: 1em;
    margin-bottom: 1em;
    float: left;
}

pre
{
    border: solid #bbb 2px;
    width: 52em;
    padding: 0.5em;
    background-color: #e2e2e2;
    font-family: monospace;
    margin-bottom: 2.0em;
}

ol 
{
    margin-top: 1.0em;
    margin-left: 2.0em;
    padding: 0.2em;
    list-style-type: decimal;
}

ul 
{
    margin-top: 0.5em;
    margin-bottom: 1.0em;
    margin-left: 2.0em;
    margin-right: 1.0em;
    padding: 0.2em;
    list-style-type: disc;
}

hr
{
    height: 2px;
    background: #666;
    border: none;
}

sup
{
    font-size:xx-small; 
    vertical-align:top; 
}

.caption  /* used by Wetland Diary */
{
	color: maroon;
}

table.data-table
{
    border: 1px solid;
    border-collapse:collapse;
}

tr.data-table-header-row
{
    font-weight: bold;
    background-color: #666;
    color: #FFF;
}

table.data-table td,th
{
    border: 1px solid #000;
    padding: 4px;
}

table.comparison  /* used by RackMonkey FAQ */
{
    border: 1px solid;
    border-collapse:collapse;
}

table.comparison td
{
    border: 1px solid;
    padding: 4px;
}

table.comparison th
{
    border: none;
    padding: 4px;
    color: white;
    background: #333;
}

