.Wetlands{}
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Positioning ----------------------------------------*/
/* ------------------------------------------------------------------------------------------ */
.contMain
{
    padding: 0px; margin: 0px 0 0px 0;
    border: solid 0px red;
    background-color: Transparent;
    text-align: left;
    vertical-align: top;
}

.contHeader
{
    padding: 10px 30px 5px 0px; margin: 0px; border: solid 0px red;
    border: solid 0px red;
    text-align: left;
    background-color: Transparent;
    _height: 25px;
    min-height: 20px;
}
.contHeader h2
{
    display: inline;
    width: auto;
}
.contHeader .Head, h1, h2, h3
{
    padding: 0px; margin: 0px; border: solid 0px red;
}

.contActions
{
    padding: 0px; 
    margin: 2px 0 0 0; /*   must be in line with the font size of the h2 style the images
                            are 16px, thus top margin must be: fontsize * line-height minus 16px*/
    border: solid 0px red;
    float: right;
    width: 50px;
    height: 16px;
    text-align: right;
    background-color: Transparent;
}
.contActions img
{
    padding: 0px; margin: 0px; border: solid 0px red;
}

.contContent
{
    padding: 0px 30px 10px 0px; margin: 0px; border: solid 0px red;
    text-align: left;
    clear: both;
    width: auto;
}

.contFooter
{
    clear: both;
}


/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Text styles ----------------------------------------*/
/* -------------------------- here mostly empty, see the skin file ---------------------------*/
/* ------------------------------------------------------------------------------------------ */

.contHeader .Head
{
	font-family: verdana, Arial, Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: none;
    line-height: 160%;
    color: #fff;
    text-align: left;
    text-transform: uppercase;

}

/* this class needs to be added to align the first line in the container content 
   when aligned justified because of hard-coded "align: left" in the container
   for various modules that have a surreounding td element */
div.contContent, div.contContent td 
{   
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #005884;
}

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Special cases --------------------------------------*/
/* ------------------------------------------------------------------------------------------ */

#plain.NoHeader
{
    margin: 20px 0 0px 0;
}

#ImageNoHeader .contContent
{
    padding: 0px; margin: 0px; border: solid 0px red;
    text-align: left;
}
#ImageNoHeader.contMain
{
    padding: 0 0 0px 0px; 
    margin: 0 -3px 0px 0;
    _margin: 0 -3px 0px -3px;
    border: solid 0px pink;
}


#ImageNoHeader .contContent
{
    border-bottom: solid 0px red;
}

#ImageNoHeader
{
    padding: 0px; margin: 0px; border: solid 0px red;
    width: auto;
}
.contContentImg
{
    height: auto;
}

.titleblue .Head
{
    color: #005884;
}

.titlegreen .Head
{
    color: #00A886;
}
.titleorange .Head
{
    color: #F47820;
}

div.quoteBg
{
    background: transparent url(quoteL.gif) no-repeat scroll top left;
    padding: 0 0 0 0px;
}
div.quoteBg h2, div.contactBg h2
{
    padding: 0 0 0 15px;
}
.bottompane .contMain
{
    padding: 0px 0px 0px 5px;
}

.quotetext
{
  padding: 0 25px 0 15px;
}
.titlequote
{
    background: transparent url(quoteR.gif) no-repeat scroll top right;
}
.titlequote .Head
{
    color: #ffffff;
}
div.contactBg
{
    background: transparent url(contact03.png) no-repeat scroll center left;
    padding: 0 0 0 0px;
    height: 30px;
    }
.contactBg2
{
    padding: 10px 15px 5px 0px; 
}
