@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-image: url(../images/splash1.jpg);
	color: #FFF;
	min-height:700px;
}
head {
	height: 100%;
	width: 100%;
}
img#expando {
padding: 0;
margin: 0;
position: absolute;
display: none;
z-index: 1;
-ms-interpolation-mode: bicubic;
}
 
.wide img#expando,
.tall img#expando {
display: block;
}
 
.wide img#expando {
width: 100%;
height: auto;
}
 
.tall img#expando {
width: auto;
height: 100%;
}
 
.ie6fixed {
position: absolute;
top: expression((ignoreMe = document.documentElement.scrollTop ?
document.documentElement.scrollTop : document.body.scrollTop) + 'px');
}
.box {
	background-image: url(../images/box.png);
	background-repeat: no-repeat;
	height: 385px;
	width: 415px;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-align: justify;
	background-position: center top;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	line-height: normal;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.box a {
	color: #CCC;
	text-decoration: underline;
}
#footer {
	background-color: #CCC;
	height: 30px;
	width: 100%;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333;
	left: 0px;
	position: fixed;
	color: #333;
	padding-top: 10px;
	text-align: center;
	background-image: url(../images/footer.jpg);
	bottom: 0px;
}
.box p {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: normal;
}
.box p img {
	margin: auto;
	padding-left: 60px;
}
.logocenter {
	margin-right: auto;
	margin-left: auto;
	height: 109px;
	width: 401px;
	margin-top: 5px;
}
.heliumlogo { margin-top: -3px; }
#footer p {
	margin: 0px;
	padding: 0px;
}
.comingsoon {
	height: 85px;
	width: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.enterOldSite {
	height: 85px;
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#header {
	background-color: #CCC;
	height: 120px;
	width: 100%;
	left: 0px;
	position: absolute;
	color: #333;
	text-align: center;
	background-image: url(../images/header.jpg);
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	top: 0px;
	margin-top: 0px;
	clear: both;
}
