body {
	background-color: #000;
	color: #f2f2f2;
	font: normal 100% Arial, Helvetica, sans-serif;
}


#wrapper {
	margin: 0 auto;
	background: url("../images/galaxy.jpg") no-repeat;
	width: 61.875em;		
}

.splash{
	margin: 1em auto;
	width: 58.4375em; /*935px / 990px */ 
/*	background: url(../images/galaxy.jpg) no-repeat;*/
}

@font-face{ font-family: 'Forgotten Futurist'; src: url('../fonts/forgottb-webfont.eot'); src: url('../fonts/forgottb-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/forgottb-webfont.woff') format('woff'), url('../fonts/forgottb-webfont.ttf') format('truetype'), url('../fonts/forgottb-webfont.svg#webfont') format('svg'); } 

.splash h1{
	font-family: "Forgotten Futurist", Arial, sans-serif; 
	font-size: 2.25em;
	letter-spacing: 0.05em;  
	}
	
	
.splash .welcome{
	margin: 1em 0;
	overflow: hidden;
	position: relative;
	float: left;
	width: 38.125em; /*610px / 935px */ 
}

.splash .welcome img {
	width: 38.125em;
	height: 22.125em;
	margin-right: 2em;
}
	
.splash .welcome h2{
	position: absolute;
	z-index: 50;
	top: 285px; /*285px / 610px */ 
	left: 0;
	padding: .625em 1em;
	background-color: rgb(0,0,0); 
	filter: alpha(opacity='85');
	background-color: rgba(0, 0, 0, 0.75);
	font-size: 1.15em;
	letter-spacing: 0.05em;
	line-height: 1.3;
	width: 96.06299212598425%;
}

.splash .right_col{
	float: right;
	margin: 1em 0;
	width: 18.75em; /*300px / 935px */ 
}
.explore{
	padding: .625em 5%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background:url(../images/gray_gradient.jpg) repeat-x;
	opacity: .7;
}

h3{	
	font-size: 1.8em;
	line-height: 1.6;	
	letter-spacing: 0.05em;
	font-weight: bold;
	opacity: 1.0;
}

.explore_lg{
	font-size: 2.3em;
	line-height: 1;
	letter-spacing: 0.08em;
	font-weight: bold;
	opacity: 1.0;
}

h4{
	font-size: 1.2em;
	margin: .75em 0 .45em 0;
	letter-spacing: 0.05em;	
}

img.social_media{
	margin-right: .5em;	
}
.splash .portals{
	clear: both;
	padding-top: .5em;	
	margin: 1em 0;
	overflow: hidden;
	position: relative;
	width: 58.4375em; 
	
}

h4.portal_header{
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	background: url(../images/blue_gradient.jpg) repeat-x;
	font-size: 1.186em;
	letter-spacing: 0.05em;
	line-height: 1.2;
	padding: .25em 15px .75em;
	margin: .5em 0 0 0;
}

.portals img.background{
	width: 58.2em;
	margin-top: -.25em;
	margin-left: .15em;	
}

.splash .portals ul{
	position: absolute;
	top: 75px;
	left: 0;	
}

.splash .portals li{
	margin: 0 .5em 0 .85em;
	float: left;	
}

.splash .portals li.marg{
	margin-left: 1em;	
}

.splash .portals li.margtop{
	margin: .25em .5em 0 1.2em;	
}

.splash .portals li.marg_more{
	margin-left: 1.7em;	
}

.splash .bottom_nav{
	width: 58.4em;
	padding-top: .5em;	
}
.splash .bottom_nav ul{
	background: url(../images/dk_blue_gradient.jpg) repeat-x;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 58.4em;
	padding: .25em 0 .5em 0;
}

.splash .bottom_nav li{
	display: inline;
	margin: 0 .125em 0 .25em;
	padding-top: .5em;
	color:#99CCFF;
	line-height: 1.2;
}

.splash .bottom_nav li.first{
	margin-left: 1em;
}


.splash .bottom_nav a{
	font-size: .8em;
	color: #99CCFF;	
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .05em;
}

.splash .bottom_nav a:hover {
	color: #f2f2f2;
}

.splash .copyright {
	background-color: #383f41;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 15px;
	margin: 1em 0;
	overflow: hidden;
	opacity: .8;
}

.splash .copyright .rights {
	font-size: .65em;	
	float: left;
	width: 58em;
	margin-right: 5.75em;
}

.rights p{
	padding: .5em 0 .75em 0;	
}
.splash .copyright img{
	float: left;
	margin: .25em 0 0 .5em;
}


/*@media screen and (min-width: 1200px) {
	.splash .welcome h2{
	font-size: 1.4em;	
	}
	
	h3{	
	font-size: 2.2em;
	line-height: 1.6;	
}

.explore_lg{
	font-size: 2.3em;
	line-height: 1;
}

}*/



/*
@media screen and (max-width: 768px) {
#wrapper {
	margin: 0 auto;
	width: 48em;		
}


.splash{
	margin: 1em auto;
	width: 45em; 
}


.splash h1{
	font-family: "Forgotten Futurist", Arial, sans-serif; 
	font-size: 1.75em;
	letter-spacing: 0.05em;  
	}
	
	
.splash .welcome{
	margin: 1em 0;
	position: relative;
	float: left;
	width: 29em; 
	
}

.splash .welcome img {
	width: 29em;
	height:16.8125em;
}
	
.splash .welcome h2{
	position: absolute;
	top: 215px; 
	left: 0;
	padding: .625em 2.459016393442623%;
	background-color: #2B3133;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	font-size: .9em;
	letter-spacing: 0.05em;
	line-height: 1.3;
}
.splash .right_col{
	float: right;
	margin: 1em 0;
	width: 15em;
	
}
.explore{
	padding: .625em 5%;
	border-radius: 15px;
	background:url(../images/gray_gradient.jpg) repeat-x;
	opacity: .7;
}

h3{	
	font-size: 1.4em;
	line-height: 1.5;	
	letter-spacing: 0.05em;
	font-weight: bold;
	opacity: 1.0;
}

.explore_lg{
	font-size: 2.2em;
	line-height: 1;
	letter-spacing: 0.08em;
	font-weight: bold;
	opacity: 1.0;
}

h4{
	font-size: 1em;
	margin: .75em 0 .45em 0;
	letter-spacing: 0.05em;	
}

img.social_media{
	margin-right: .5em;	
	width: 20px;
	height: 20px;
}

h4.portal_header{
	font-size: .95em;
	margin: 0;
	width: 45em; 
}

.portals img.background{
	width:44.5em;
	margin-top: -.25em;
	margin-left: .15em;	
}

.splash .portals img.portal_access{
	width: 9em;	
}

.splash .portals li.marg{
	margin-left: 1.75em;	
}

.splash .portals li.margtop{
	margin: .25em .5em 0 1.7em;	
}

.splash .portals li.marg_more{
	margin-left: 1.7em;	
}


}

@media screen and (max-width: 520px){
	#wrapper {
	margin: 0 auto;
	width: 30em;		
}


.splash{
	margin: 1em auto;
	width: 28em; 	
}


.splash h1{
	font-family: "Forgotten Futurist", Arial, sans-serif; 
	font-size: 1em;
	letter-spacing: 0.05em;  
	}
	
	
.splash .welcome{
	margin: 1em 0;
	position: relative;
	float: left;
	width: 18.5em; 
	
}

.splash .welcome img {
	width: 18.5em;
	height: 10.74em;
}
	
.splash .welcome h2{
	position: absolute;
	top: 140px; 
	left: 0;
	padding: .625em 2.459016393442623%;
	background-color: #2B3133;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	font-size: .58em;
	letter-spacing: 0.03em;
	line-height: 1.3;
}
.splash .right_col{
	float: right;
	margin: 1em 0;
	width: 8em;
	
}
.explore{
	padding: .625em 5%;
	border-radius: 15px;
	background:url(../images/gray_gradient.jpg) repeat-x;
	opacity: .7;
}

h3{	
	font-size: .75em;
	line-height: 1.5;	
	letter-spacing: 0.05em;
	font-weight: bold;
	opacity: 1.0;
}

.explore_lg{
	font-size: 2.25em;
	line-height: 1;
	letter-spacing: 0.08em;
	font-weight: bold;
	opacity: 1.0;
}

h4{
	font-size: .8em;
	margin: .75em 0 .45em 0;
	letter-spacing: 0.05em;	
}

img.social_media{
	margin-right: .5em;	
	width: 20px;
	height: 20px;
}

h4.portal_header{
	font-size: .8em;
	margin: 0;
	line-height: 1.2;
	padding: .75em 15px;
	letter-spacing: 0.05em;
	width: 32.5em;
}

.portals img.background{
	width:27.5em;
	margin-top: 0;
	margin-left: .15em;	
}

.splash .portals img.portal_access{
	width: 5em;	
}

.splash .portals li.marg{
	margin-left: 1.75em;	
}

.splash .portals li.margtop{
	margin: .25em .5em 0 1.2em;	
}

.splash .portals li.marg_more{
	margin-left: 1.2em;	
}

}

@media handheld and (max-width: 520px){
	#wrapper {
	margin: 0 auto;
	
	width: 30em;		
}


.splash{
	margin: 1em auto;
	width: 28em; 
}


.splash h1{
	font-family: "Forgotten Futurist", Arial, sans-serif; 
	font-size: 1em;
	letter-spacing: 0.05em;  
	}
	
	
.splash .welcome{
	margin: 1em 0;
	position: relative;
	float: left;
	width: 18.5em; 
	
}

.splash .welcome img {
	width: 18.5em;
	height: 10.74em;
}
	
.splash .welcome h2{
	position: absolute;
	top: 160px; 
	left: 0;
	padding: .625em 2.459016393442623%;
	background-color: #2B3133;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	font-size: .58em;
	letter-spacing: 0.03em;
	line-height: 1.3;
}
.splash .right_col{
	float: right;
	margin: 1em 0;
	width: 8em;
	
}
.explore{
	padding: .625em 5%;
	border-radius: 15px;
	background:url(../images/gray_gradient.jpg) repeat-x;
	opacity: .7;
}

h3{	
	font-size: .75em;
	line-height: 1.5;	
	letter-spacing: 0.05em;
	font-weight: bold;
	opacity: 1.0;
}

.explore_lg{
	font-size: 2.25em;
	line-height: 1;
	letter-spacing: 0.08em;
	font-weight: bold;
	opacity: 1.0;
}

h4{
	font-size: .8em;
	margin: .75em 0 .45em 0;
	letter-spacing: 0.05em;	
}

img.social_media{
	margin-right: .5em;	
	width: 20px;
	height: 20px;
}

h4.portal_header{
	font-size: .8em;
	margin: 0;
	line-height: 1.2;
	padding: .75em 15px;
	letter-spacing: 0.05em;
}

}

*/



