@charset "utf-8";
/* CSS Document */

/*html { height: 101%; }*/
/*html { overflow-y: scroll; }*/

html {
	overflow-y: hidden;
	overflow-x: auto;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body {
	color:#000; 
	background-image:none;
	background-color: #CDC7AD;
	margin:0;
	padding:0; 
	font-family:Arial, Helvetica, sans-serif;	
}

body{ height:100% }


#above-page {
	position:relative;
	display:block;
	margin:0 auto;
	width:800px;
	padding-left:150px;
	height: 62px;
}

#header-top {
	position:absolute;
	z-index:0;
	left: 150px;
	top: 0px;
}

#nav {
	position:absolute;
	z-index:3;
}

#sys-nav {
	position:absolute;
	font-size:12px;
	margin-right:15px;
	left: 666px;
	top: 42px;
	z-index:1;
	width: 278px;
}
#sys-nav a {
	color:#fff;
	text-decoration:none;
}
#sys-nav a:hover {
	text-decoration:underline;
}

#page {
	overflow:hidden;
	margin:0 auto;
	width:950px;
	background-color:#fff;	
} 

#nav-panel {
	width:150px;
	float:left;
	background-color:#999582;
	display: block;
	font-size:12px;
	color:#fff;
}

#nav-title {
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size: 14px;
}	

#nav-exp {
	overflow:auto;
	height:290px;
}

#nav-side {
	list-style:none;
	font-size:14px;
}

ul#nav-side  {
	padding-left: 10px;
	margin-left: 0;
}

li#nav-side  {
	text-indent:0px;
	
}

#nav-side a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	line-height:18px;
	padding-left:2px;
	width:115px;
	font-size:11px;	
}

#nav-side a:hover {
	background-color:#CDC7AD;
	color:#FFFFFF;
}

#header {
	margin:0;
	padding:0;
	float: left;
	width: 800px;
	background-color:#ac4d2d;
}

#container img {
	margin:4px;
}

#container {
	float:left;
	overflow:auto;
	padding:0;
	margin:0;
	background-color: #fff;
	width:780px;
	height:400px;
	background:url(ImagesCommon/Backgrounds/ecologobackgroundlightcream.jpg);
	padding:0 10px;
/*	padding-left:15px;
	padding-right:19px;
*/}

#footer {
	clear:both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:5px;
	background-color: #fff;
	border-top:1px solid #999;
	text-align: center;
	height:40px;
}

#footer a {
	text-decoration:none;
	color:#000000;
}
#footer a:hover {
	text-decoration:underline;
}

.contact {
	margin-top:5px;
}
.contact a {
	color:#FFFFFF;
	text-decoration:none;
}

.contact a:hover {
	text-decoration:underline;
}
#address {
	padding-left:10px;
	padding-top:15px;
	font-size:10px;
}
#address a {
	text-decoration:none;
	color:#fff;
}
#address a:hover {
	text-decoration:underline;
}

	
.nodec a {
	text-decoration:none;
}	