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


#portal{
	text-align:center;
	background-image:url(img/portal-bg.jpg);
	width:930px;
	height:280px;
	margin-top:23px;
	float:left;
	border:2px solid #244B60;
	z-index:99;
}

#background{
	margin-top:0px;
	background:url(img/portals_bg.png);
	background-repeat:repeat-x;
	background-color: #496576;
	width:100%;
	height:340px;
	padding:0;
	z-index:-99;
	float:left;
}


/*----Portals----*/
	#portal_space a{
		width:74px;
		height:200px;
		margin-top:30px;
		margin-left:87px;
		float:left;
	}
	
	#portal_energy a{
		width:126px;
		height:200px;
		margin-top:30px;
		margin-left:65px;
		float:left;
	}
	
	#portal_states a{
		width:77px;
		height:200px;
		margin-top:30px;
		margin-left:65px;
		float:left;
	}
	
	#portal_medical a{
		width:113px;
		height:200px;
		margin-top:30px;
		margin-left:65px;
		float:left;
	}
	
	#portal_phase3 a{
		width:117px;
		height:200px;
		margin-top:30px;
		margin-left:65px;
		float:left;
	}


/*----Text----*/
	#logotype{
		width:300px;
		height:110px;
		margin-top:30px;
		float:left;
	}
	
	#introduction{
		width:600px;
		height:170px;
		margin-top:35px;
		float:left;
	}


