/** reset **/
.sectionWrapper *{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial,Helvetica,sans-serif;
}
/* end reset */
.sectionWrapper{
	 background-color: #2E2E2E;
	 float: left;
      width: 100%;
}
.inner{
	overflow: hidden;
}
#nasaHeader ol, #nasaHeader ul, #footer ol, #footer ul {
	list-style: none;
}
.divClear {
	clear: both;
}
.flt_left {
	float: left;
	}
/** Main conteiner between Header and Footer ****/
.main{
	margin: 0 auto;
    width: 952px;
}
/* HEADER */
/* To left-align the header, comment out the "margin: 0 auto;" line below */

#nasaHeader {
    border-bottom: 1px solid #000000;
    height: 98px;
    max-width: 952px;
	margin: 0 auto;
}
.headerTxtWrapper {
    float: left;
    left: 15px;
    padding-top: 30px;
    position: relative;
}
.imageLink {
	display: block; 
	float: left;
}

/**LOGO***/
.logo{
	float:left;
}
.logo a{
	display:block;
}
/** Search **/
.searchbox {
	float: right; 
	margin-top: 28px;
}
.searchbox form{
	float: right;
	padding-right: 21px;
}
.searchbox #searchfield {
    background-color:#fff;
    border: 0 solid #585858;
    font-size: 12px;
    height: 19px;
    line-height: 19px;
    padding: 3px 11px 0 3px;
    width: 153px;
	box-shadow: inset 0 3px 5px rgba(88,88,88, 0.8);
}
.searchbtn{
	display:inline-block;
}
/** search button **/
.searchbtn {
	text-transform:uppercase;
	 font-size: 0.8em;
	color: #ffffff;
	padding: 2px 13px!important;
	background-color:#256c9a;
	background: -moz-linear-gradient(
		top,
		#0964a1 0%,
		#236998 50%,
		#034b7b 50%,
		#023359);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#0964a1),
		color-stop(0.50, #236998),
		color-stop(0.50, #034b7b),
		to(#023359));
	border: 1px solid #326680;
	font-weight:bold;
}





#nasaHeader h1 {
	font-size: 18px;
	padding-bottom: 5px;
	 font-weight: normal;
}
#nasaHeader h2 {
	font-size: 15px;
	    font-weight: normal;
}
.searchbox h3 {
	display: none;
	}
.searchbox p {
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    margin-top: 9px;
    padding-right: 21px;
    position: relative;
}
#nasaHeader h1, #nasaHeader h2, #nasaHeader a {
    color: #FFFFFF;
	 text-decoration: none;
}
.listdevider {
	margin: 0 5px;
}

/* FOOTER */
/* To left-align the footer, comment out the "margin: 0 auto;" line below */

#footer {
    border-top: 8px solid #0B3D91;
    min-height: 98px;
    max-width: 952px;
	margin: 0 auto;
}
.footer-inner {
    padding-left: 20px;
    padding-right: 21px;
    padding-top: 14px;
}
.footer-signature {
    float: left;
}

.nasafootlinks {
   float: right;
    height: 84px;
    margin-left: 4%;
    min-width: 200px;
    width: 12%;
}
#footer .nasafootlinks li, #footer  .nasafootlinks li a {
	color: #B2B2B2;
	font-size: 11px;
	line-height: 1.3em;
}
#footer .nasafootlinks li {
	margin-bottom: 5px;
}
#footerRight li { 
	padding-left: 12px;
	background: url("../images/rsaquo_gray.gif") no-repeat scroll 0 1px transparent;
}
@media screen and (max-width:850px) {
.inner *, .searchbox p, .searchbox form{
	float:none;
}
.inner *{
	float:none;
	margin:0;
	padding:0;
	height:auto;
	width:auto;
	left:0;
	right:0;
}
.inner{
	 padding: 10px;
}
.headerTxtWrapper, .footer-signature,  .nasafootlinks ul{
	margin-bottom:15px;
}
.nasafootlinks {
	float: left;
    width: 50%;
}
/** FOR DISPLAY TEMPLATE ONLY. REMOVE  AFTER DOWNLOAD****/
.main{
	width:100%;
}
}
@media screen and (max-width:600px) {
#nasaHeader, #footer{
	width:100%;
}
.inner {
    padding: 15px;
}
.nasafootlinks {
	float: none;
    width: auto;
}
}
@media screen and (max-width:450px) {
	.logo{
		float:none;
	}
	.inner {
		overflow:visible;	
	}
}
@media screen and (max-width:320px) {

}