*, html, body
{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif;
	color: #545454;
	letter-spacing: 0.25;
}

body
{
	background-color: #e6e6e6;
	}
	
a
{
	text-decoration: none;	
	outline: none;
	background-color: #e6e6e6;
}

#body_envelope
{
	background-color: #fff;
	}

#header_envelope
{
	width: 100%;
	height: 152px;
	background-color: #e6e6e6;
	border-bottom: 1px solid #e4ff64;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(237,237,237)),
    color-stop(0.5, rgb(255,255,255))
);
	background-image: -moz-linear-gradient(
    center bottom,
    rgb(237,237,237) 0%,
    rgb(255,255,255) 50%
);

	}
	
#header
{
	width: 883px;
	margin: auto;
	padding-top: 80px;
	}
	
#header img
{
	display: block;
	float: left;
	width: 325px;
	height: 60px;
		margin-right: 31px;
	}
	
#header h1
{
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: 32px;
	width: 365px;
	float:left;
	}
	
#envelope
{
	width: 896px;
	background-color: #fff;
	padding-left: 60px;
	padding-right: 70px;
	margin: auto;
	margin-top: 42px;
	margin-bottom: 100px;
}
	
#navigation
{
	width: 145px;
	float: left;
	margin-top: -12px;
}
	
#navigation li
{
	list-style-type: none;
	padding-left: 12px;
}

#navigation li:hover, #navigation li.active
{
	background-color: #e4ff64;
}
	
#navigation li a
{
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	background-color: transparent;
}
	
#navigation a, #navigation a:hover, #navigation a:active
{
	text-decoration: none;
	color: #000;
}

.noscript
{
	display: block;
	width: 500px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 15px;	
}

.redBorder
{
	border: 1px solid #f00;
	width: 100%;
	height: 100%;
	padding: 15px;	
}

.noscript img
{
	float: right;	
}

#unityWarning
{
	border: 1px solid #e4ff64;
	-moz-box-shadow: 0px 5px 10px #e6e6e6;
	-webkit-box-shadow: 0px 5px 10px #e6e6e6;
}

#unityWarning p
{
	float: left;
	width: 300px;
	font-size: 14px;
}

#unityWarning img
{
	border: 0;	
}

#content
{
	display: block;
	width: 739px;	
	float: left;
	margin-left: 12px;
}
	
#content li
{
	float: left;
	display: block;
	margin-bottom: 45px;
}

.description
{
	width: 187px;
	float: left;
	margin-right: 20px;
	line-height: 22px;
	font-size: 14px;
	margin-top: -4px;
}	

.description h2
{
	font-size: 14px;	
}

.text, .media
{
	width: 532px;
	float: left;	
}

.text
{
	line-height: 22px;
	font-size: 14px;
	margin-top: -4px;
}

.label
{
	width: 75px;	
	display: inline-block;
}

.media
{
	font-style: italic;
}	
	
.media .object
{	
	display: block;
	border: 18px solid #e6e6e6;
	margin: auto;
	position: relative;
}

.media img, .media embed, .media object
{
	border: 1px solid #e4ff64;
	margin: 0;
	padding: 0;
}

.media img
{
	margin-bottom: -4px;	
}

.media embed, .media object
{	
	display: block;
}
	
.media p
{
	font-size: 12px;
	text-align: right;
	margin-top: 7px;
}

.media .navi
{
	width: 100%;
	display: block;
	border-top: 1px solid lightgrey;
	background-color: #e6e6e6;
	font-style: normal;
}

.media .navi li
{
	width: 176px;
	margin-bottom: 0px !important;
	text-align: center;
	height: 100%;
	padding-bottom: 5px;
}

.media .navi li a
{
	display: block;	
}

.media .navi li:hover, .active
{
	background-color: lightgrey;	
}

.seperate
{
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;	
}

#footer_envelope
{
	height: 102px;
	width: 100%;
	background-color: #e6e6e6;
	border-top: 1px solid #e4ff64;
	}
	
#footer
{
	width: 883px;
	height: 102px;
	margin: auto;
	}
	
#footer ul
{
	display: block;
	margin-left: 135px;
	margin-right: 135px;
	padding-top: 18px;
	}
	
#footer li
{
	float: left;
	list-style-type: none;
	width: 190px;
	padding-left: 14px;
	}
	
#footer h3
{
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 9px;
	color: #000;
	}
#footer ul ul
{
	margin: 0;
	padding: 0;
	}

#footer li li
{
	font-size: 12px;
	padding: 0;
	}

input
{
	border: 1px solid #e6e6e6;
	width: 150px;
	height: 20px;
	margin-bottom: 5px;	
	font-size: 12px;
}

.button
{
	height: 25px;
	font-size: 14px;
	width: 152px;	
}
	
.clear
{
	clear: both;
}

.hidden
{
	display: none;	
}

.hiddenX
{
	display: none !important;	
}

.unityButton
{
	position: absolute;
	top: 55px;
	left: 152px;
	background: transparent;	
}

.unityButton img
{
	border: 0;
	margin-bottom: 0px;
}
