
/* Colors:  very light grey: #E5E5E5;  medium grey: #acacac  dary grey: #767676; gold: #ffcc33;*/

/* Global style settings */

body
{
	text-align: justify;
	color: #acacac;
	background-color: #000000;
	font-family: sans-serif;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
}

#content_area
{
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 52px 0px 52px;
	background-image: url(../images/page_background.gif);
	background-repeat: repeat-y;
	color: #e5e5e5;
	font-size: 13px;
}

#footer
{
	text-align: center;
	padding-top: 20px;
	font-size: 10px;
	position: relative;
	clear: both;
	z-index: 0;
	background-color: #000000;
}

.fch
{
	clear: both;
	line-height: .1;
}

.page_heading
{
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 22px;
	padding: 20px;
	color: #ffcc33;
}

.mini_heading
{
	text-align: center;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 16px;
	padding-bottom: 15px;
	color: #ffcc33;
}

.list_item
{
	padding-bottom: 10px;
	padding-right: 30px;
}

.table_cell
{
	padding: 5px;
	border-bottom: 1px solid #000000;
}

a {text-decoration: none; color: #ffcc33;}
a:visited {text-decoration: none; color: #ffcc33}
a:hover {text-decoration: underline; color: #ffcc33;}

/* Navbar */

#navbar {
	position:relative;
	top:0px;
	margin-left: auto;
	margin-right: auto;
	width:1004px;
	height:140px;
	border-bottom: 1px solid #767676;
}

#navbar-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:501px;
	height:111px;
}

#navbar-02 {
	position:absolute;
	left:501px;
	top:0px;
	width:503px;
	height:111px;
}

#nav-home {
	position:absolute;
	left:0px;
	top:111px;
	width:83px;
	height:29px;
}

#nav-about {
	position:absolute;
	left:83px;
	top:111px;
	width:101px;
	height:29px;
}

#nav-environmental {
	position:absolute;
	left:184px;
	top:111px;
	width:142px;
	height:29px;
}

#nav-links {
	position:absolute;
	left:326px;
	top:111px;
	width:136px;
	height:29px;
}

#nav-wlic {
	position:absolute;
	left:462px;
	top:111px;
	width:164px;
	height:29px;
}

#nav-wlt {
	position:absolute;
	left:626px;
	top:111px;
	width:107px;
	height:29px;
}

#nav-other {
	position:absolute;
	left:733px;
	top:111px;
	width:150px;
	height:29px;
}

#nav-contact {
	position:absolute;
	left:883px;
	top:111px;
	width:121px;
	height:29px;
}