@import url(textstyle.css);

body {
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #999999;
}
a {
	text-decoration: none;
	color: #cccccc;
}
a:hover {
	color: #999999;
}
a:active, a:focus {
	outline: 0
}
a img {
	border: none;
}

/* images are always 400 high and upto 600 wide */

#layerone {
	position: absolute;
	z-index: 1;
	margin: 0 50%;
	top: 10%;
	left: -301px;
	width: 602px;
	text-align: right;
}
#slide {
	width: 602px;
	height: 402px;
	margin: 0;
	padding: 0;
}
#slide img {
	border: 1px solid #ffffff;
}

#layertwo {
	position: absolute;
	z-index: 2;
	margin: 0 50%;
	top: 10%;
	left: -301px;
	width: 602px;
	text-align: left;
}
#logo {
	width: 602px;
	height: 402px;
	margin: 0 0 14px 0;
	padding: 0;
}
#logo.noslides {
	height: 57px;
}
#nav {
	width: 333px; /* 333-padding */
	margin: 0;
	padding: 0 0 0 0;
	float: left;
}
a.logolink { display: block; width: 215px; height: 55px; }

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;  /* Width of Menu Items */
	}
	
ul li {
	position: relative;
	width: 100px;
	display: block;
	}
	
li ul {
	position: absolute;
	left: 100px;  /* push out from left */
	top: 0;
	display: none;
	z-index: 1;
	}

li.Environment ul {
	top: -1.25em;
}

/* Styles for Menu Items */
ul li a {
	display: block;
	padding: 0 1px 0 1px;
	width: 98px;
	height: 1.25em;
	background-color: #ffffff; /* IE7 is fucked, requires bg color to display as block */
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul.show { display: block; z-index: 2; }

li ul { background-color: #ffffff; }

#text {
	width: 267px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: justify;
}
#slidecontrolls {
	float: right;
	width: 28px;
	height: 10px;
	margin: 0;
	text-align: right;
}
#slidecontrolls img {
	padding: 0 0 0 4px;
}
#slidecontrolls a {
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  /* for Mozilla */
  -moz-opacity:0.6;
}
#slidecontrolls a:hover {
	/* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
  /* for Mozilla */
  -moz-opacity:1.0;
}

input {
	border: 1px solid #999999;
	font-family: arial, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	color: #999999;
}
