@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;
	border:1px solid #aaccff;
	margin:2px;
	margin-right:6px;
}
#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;
}
/*	MENU*/
#navigation ul, #navigation li{list-style-type: none;margin:0px;padding:0px;}
#navigation a {text-decoration:none;}

#navigation>ul {
	padding-left: 27px;
	padding-right: 32px;
}
#navigation>ul>li>a {
	display:block;
	width:208px;
	height:30px;
	line-height: 30px;
	padding-left: 10px;
	margin-bottom: 4px;
	font-weight:bold;
	font-size: 1em;
}

#navigation>ul>li>ul {
	padding-left:16px;
	display:none;
}
#navigation>ul>li.activeparent>ul, #navigation>ul>li.currentpage>ul{
	display:block;
}

#navigation>ul>li>ul>li>a{
	display:block;
	width:192px;
	height:24px;
	line-height:24px;
	padding-left:10px;
	margin-bottom:4px;
	font-weight:bold;
	font-size: 0.85em;
}

#navigation>ul>li>a.currentpage, #navigation>ul>li>a:hover, #navigation>ul>li>a.activeparent {
	background-image: url(../images/btn_on.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color:#fff;
}

#navigation>ul>li>ul>li>a.currentpage, #navigation>ul>li>ul>li>a:hover {
	background-image: url(../images/btn_on_sm.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color:#fff;
}
