@charset "utf-8";
/* CSS Document */

html{
	height:100%;
	margin: 0;
	padding: 0;
}

body {
	behavior:url(./script/csshover3.htc);
}

body {
	background-color: #354424;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: justify;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 19px;
}
h1 {
	font-size: 18px;
	padding: 10px 0px 0px;
	font-family: "Trebuchet MS";
	color: #005783;
}
h2 {
	font-size: 14px;
	padding: 10px 0px 0px;
	font-family: "Trebuchet MS";
	color: #005783;
}
h3 {
	font-size: 13px;
	padding: 10px 0px 0px;
	font-family: "Trebuchet MS";
	color: #005783;
}

a {
	color: #005783;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
	background-color: none;
}
sup {
	font-size:9px;
	line-height: 9px;
}
li {
	margin: 0 0 0.5em 0;
}
.floatleft {
	float: left;
	clear: left;
	padding: 6px 24px 0px 0px;
}
.floatright {
	float: right;
	clear: right;
	padding: 6px 0px 0px 24px;
}
.impact {
	font-weight: bold;
	color: #005783;
}
.italic {
	font-style: italic;
}
.policy {
	font-style: italic;
}
#topbanner{
	height: 201px;
	width: 960px;
	background-image: url(../images/bg_banner.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#topbanner #topleft{
	height: 201px;
	width: 267px;
	float: left;
	background-image: url(../images/logo_alberta_wetland_policy.gif);
	background-repeat: no-repeat;
}
#topbanner #topleft a {
	height: 201px;
	width: 267px;
	display: block;
}
#topbanner #topright{
	height: 30px;
	width: 234px;
	float: right;

}
#topbanner #bannerimages{
	padding-top: 96px;
	float: left;
	width: 693px;
	margin-right: 0px;
	height: 75px;
	display: inline; /* fixes IE/Win double margin bug*/
	background-image: url(../images/btm_leaf.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#middle #content {
	float: left;
	width: 660px;
	display: inline; /* fixes IE/Win double margin bug*/
	height: 100%;
	line-height: 19px;
	padding-bottom: 20px;
}

#footer {
	bottom: 0px;
	color: #FFFFFF;
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
}
#footer #flash {
	height: 10px;
	width: 120px;
}
img.thumbimage {
	float:left;
	height: 75px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
}
#container {
	width: 960px;
	margin: 0 auto;
	background-position: center;
	height: 100%;
	background-color: #FFFFFF;
}
#middle{
	clear:both;
	width: 960px;
	margin:0;
	background-color: #FFFFFF;
	padding-right: 0;
	padding-left: 0;
	height: 100%;
}
#middle #nav{
	float: left;
	width: 267px;
	padding-top: 10px;
}
#navigation div {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-right: 32px;
}
#navigation a {
	line-height: 30px;
	margin-left: 27px;
	padding-left: 0px;
	margin-bottom: 4px;
}
#navigation div a{
	line-height: 24px;
	margin-left: 43px;
	padding-left: 0px;
	list-style-type: none;
}

#navigation a div a{
	list-style-type: none;
	line-height: 24px;
	margin-bottom: 4px;
}
/*	MENU*/
a.sidenav{
	width: 208px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-indent: 10px;
}
a.sidenav:hover{
	color: #FFFFFF;
	background-position: 0 0;
	background-image: url(../images/btn_on.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
.sidenavon {
	color: #FFFFFF;
	background-position: 0 0;
	background-image: url(../images/btn_on.gif);
	background-repeat: no-repeat;
}
/*	SUB-MENU*/
a.subsidenav{
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-indent: 10px;
}
a.subsidenav:hover{
	color: #FFFFFF;
	background-position: 0 0;
	background-image: url(../images/btn_on_sm.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
.subsidenavon {
	color: #FFFFFF;
	background-image: url(../images/btn_on_sm.gif);
	background-repeat: no-repeat;
}