@charset "UTF-8";
/* CSS Document */

body
{
	background: #000 url(images/bg_obs.jpg) top no-repeat;
	color: #9cf;
	margin: 0;
	padding: 0;
}

#page
{
	width: 900px;
	margin: 0 auto;
}

img, div
{
	behavior: url(iepngfix.htc);
	border: 0;
}



a, a:link, a:active, a:visited
{
	color: #cc9;
	text-decoration: none;
}

a:hover
{
	color: #9cf;
	text-decoration: underline;
}




#content
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.5em;
	padding: 50px 25px 25px 25px;
	position: relative;
	overflow: hidden;
}

#content img {
	float: right;
	margin-left: 20px;
}

#content li {
	margin-bottom: 1em;
}

p
{
	margin-bottom: 1em;
}

h1
{
	font-size: 32px;
	font-weight: normal;
	color: #fff;
}

h2
{
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}

h3
{
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
	color: #fff;
}


#header
{
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 233px;
	background: url(images/header2.jpg) no-repeat;
	position: relative;
}

#title {
	position: absolute;
	left: 25px;
	bottom: 60px;
}






#flashvideo
{
	display: block;
	width: 600px;
	height: 337px;
	padding: 30px;
	margin: 0 auto;
	background: url(images/video_frame.png) center no-repeat;
}







/* Navbar Styles */

#navbar
{
	position: absolute;
	bottom: 0;

}

#navbar ul
{
	padding: 0;
	margin: 0;
	text-align: center;
}

#navbar ul li
{
	display: inline;
}

#navbar li
{
	float: left;
}

#navbar a, #navbar a:link, #navbar a:visited
{
	display: block;
	width: 150px;
	height: 39px;
	background: url(images/navbar_nm.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 39px;
	font-weight: bold;
	color: #cc9;
}

#navbar a:hover
{
	background: url(images/navbar_hv.png);
	color: #fff;
	text-decoration: none;
}


#castandcrew #nav-castandcrew a,
#educators #nav-educators a,
#moreinfo #nav-moreinfo a,

#previews-trailer #nav-previews a,
#previews-3d #nav-previews a,
#previews-excerpts #nav-previews a,
#previews-tyson #nav-previews a,

#students-history #nav-students a,
#students-langley #nav-students a,
#students-brashear #nav-students a,
#students-solar #nav-students a

{
	background: url(images/navbar_up.png);
	color: #6cf;
	text-decoration: none;
}






/* SubNav Styles */

#subnav
{
	position: absolute;
	top: 0;
	width: 900px;
}

#subnav ul
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#subnav ul li
{
	display: inline;
}

#subnav li
{
	float: left;
	border-left: 1px solid #fff;
	margin: 20px 0;
}

#subnav li.first-child
{
	border-left: none;
}

#subnav a, #subnav a:link, #subnav a:visited
{
	display: block;
	width: auto;
	margin: 0 10px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #06c;
}

#subnav a:hover
{
	color: #9cf;
	text-decoration: none;
}

#previews-trailer #subnav-trailer a,
#previews-3d #subnav-3d a,
#previews-excerpts #subnav-excerpts a,
#previews-tyson #subnav-tyson a,

#students-history #subnav-history a,
#students-langley #subnav-langley a,
#students-brashear #subnav-brashear a,
#students-solar #subnav-solar a

{
	color: #cc9;
	text-decoration: none;
}



/* Footer Styles */

.feature {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
}



.feature h1 {
	color: #9cf;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0;
}

.feature h2 {
	color: #9cf;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0;
}

.feature p {
	color: #9cf;
	
}






/* Footer Styles */

#footer
{
	width: 900px;
	height: 155px;
	margin: 25px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
}