/* Page layout styles  */
html, body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	background:url(../images/bg_body.jpg) no-repeat top center;
}
html, body, .swc0, .swc1 {
	height: 100%;
}
.swc0 {
	display: table;
	margin: 0px auto 0px auto;
}
.swc1 {
	display: table-cell;
	vertical-align: middle;
}
.swc2 {
	padding: 5px;
}


p, td, li, a, div, span {
	margin:0;
	padding:0;
}

p {
	margin:0 0 14px 0;
}

#container {
	width: 990px;
	height:666px;
	border:1px #005da7 solid;
	overflow:hidden;
	background:url(../images/bg_home.jpg) no-repeat top left;
}

#contentLeft {
	position:absolute;
	width:150px;
	overflow:hidden;
	margin:234px 0 0 23px;
}
#layoutNavigation {
	position:absolute;
	width:800px;
	height:19px;
	background-color:#85d0f0;
	overflow:hidden;
	margin:144px 0 0 190px;
}

#layoutContent {
	position:absolute;
	width:764px;
	height:470px;
	overflow:hidden;
	margin:172px 0 0 213px;
}

#layoutContent p {
	padding:40px 0 0 0;
	font-style:italic;
	font-weight:bold;
	font-size:13px;
	line-height:1.2em;
}


.clear {
	clear:both;
}

a:link,
a:visited,
a:active,
a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
a:active,
a:hover {
	text-decoration:underline; 
}


.fotoright {
	float:right;
	margin:0 0 5px 70px;
	#margin:0 0 0 70px;
}
.fotoleft {
	float:left;
	margin:0;
}

.logo {
	position:absolute;
	margin-top:21px;
}
.logo.natPark {
	margin-left:844px;
}
.logo.greenKey {
	margin-left:931px;
}


/*------------------  NAVIGATION  -----------------*/
ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
ul li {
  padding: 0px;
  margin: 0px;
}


ul.left {
	width:150px;
	border-top:1px #abc9e2 solid;
	margin:20px 0 0 0;
}
ul.left li {
	width:150px;
	border-bottom:1px #abc9e2 solid;
	padding:3px 0 3px 0;
}
ul.left li a:hover,
ul.left li a:active{
	color:#005da8;
	text-decoration:none;
}


ul.navigation {
	height:19px;
}
ul.navigation li {
	float:left;
	height:19px;
	border-right:1px #FFF solid;
	padding:2px 5px 1px 6px;
}
ul.navigation li.last {
	border-right:none;
}
ul.navigation li a:hover,
ul.navigation li a:active{
	color:#FFF;
	text-decoration:none;
}

/*------------------  end NAVIGATION  -----------------*/
