/* ---- General ---- */

* { 
	margin:0px; 
	padding:0px; 
	border:0px; 
}

html{
	font-size:100%
}

body{
	background-color:#eee;
	font-family: helvetica, arial, sans-serif;
	width:100%;
	height:100%;
	position:absolute;
	text-align:center;
}

a {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
}

a:hover {
	color:#FFA800; /* orange */
}

a.current {
	color:#FFA800;
	cursor:default;
	border:0px;
}

a.current2:hover {
	color: #fff;
	cursor:default;
	border:0px;
}

.bold {
	font-weight:900;
}

#dropshadow{
	position:absolute;
	top:50%;
	left:50%;
	height:494px;
	width:694px;
    margin:-247px 0px 0px -347px;
	background-image:url('../images/dropshadow1.gif');
}

.container{
	position:absolute;
	top:20px;
	left:20px;
	width:650px;
	height:400px;
    color:#999;
    border-width:27px 2px;
    border-color:#444; /* #415c63; gray-blue */
    border-style:solid;
	z-index:5;
}

/* ---- Titles ---- */

.title {
	position:absolute;
	height:100%;
	top:15px;
	left:0px;
	width:190px;
	font-size:2em;
	text-align:right;
}

.tricker {
	font-family:arial, sans-serif;
	visibility:hidden;
}

.first {
	font-weight:100;
	color:#333;
}

.second {
	font-weight:900;
	color:#000;
}

.transparency {
	position:absolute;
	left:200px;
	height:400px;
	width:450px;
	background:#fff;
/*	filter: alpha(opacity=80);
	opacity: 0.80; */
}

/* ---- Navigation ---- */

.navigation {
	position:absolute;
	top:-21px;
	left:7px;
	height:22px;
	width:636px;
	text-transform:uppercase;
	font-size:0.8em;
	z-index:10;
	text-align:left;
}

.navigation ul {
	position:absolute;
	top:0px;
	right:0px;
	width:38em;
	list-style:none;
}

.navigation li {
	display:block;
	float:right;
	text-align:right;
	margin-left:15px;
}

.navigation a{
	color:#fff;
}

.navigation a:hover {
	color:#FFA800; /* orange */
}

.navigation .current {
	color:#FFA800;
	cursor:default;
	border:0px;
}

/* ---- Content ---- */

.content {
	position:relative;
	width:650px;
	height:400px;
	overflow:hidden;
	text-align:center;
}

.underlay {
	position:absolute;
	top:0px;
	left:0px;
	z-index:-10;
}

.verbiage {
	width:610px;
	height:350px;
	text-align:left;
	color:#333;
}

.verbiage a {
	font-size:0.9em;
}

.secondleveltext {
	position:absolute;
	left:201px;
	height:100%;
	font-size:1em;	
	line-height:1.2em;
	padding:23px 20px;
}

.secondleveltext img{
	float:left;
	margin:0 20px 10px 0;
}

/* ---- Footer ---- */

.footer {
	position:absolute;
	top:405px;
	right:10px;
	font-size:0.8em;
	color:#fff;
}
