html, body, div#container {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, serif;
	font-size: 10pt;
	line-height: 1.7em;
}

div#wrapper {
  background: transparent url(./desktop/images/texture.png) repeat-x;
  
	font-family: Georgia, Times, serif;
	font-size: 10pt;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

a.general {
  color: #444;
}

ul {
  margin: 0;
  padding: 0;
}

a.general:hover {
  color: #666;
  text-decoration: none;
}

div#container {
	border-left: 2px solid #151515;
	border-top: 7px solid #151515;
	border-right: 4px solid #151515;
	border-bottom: 12px solid #151515;
	position: absolute;
	width: 86%;
	left: 7%;
	right: 7%;
	top: 60px;
	min-width: 840px;
	-webkit-box-shadow: 5px 5px 40px #0C0C0C;
	-moz-box-shadow: 5px 5px 40px #0C0C0C;
	/*-webkit-border-radius: 5px;*/
	-moz-border-radius: 5px;
}

div#topright {
	position: absolute;
	top: 5px;
}

div#topright {right: 3px;}

div#topright a {
	position: relative;
	padding: 15px 5px;
	color: #FAFAFA;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	font-family: Arial,sans-serif;
	font-size: 11pt;
}
div#topright a:hover {
  background: #383838;
}

div#top {
	background: #282828 url('./desktop/images/gradient2.png') repeat-x;
	padding: 25px 20px;
}

body {
	background: #303035 url('./desktop/images/gradient.png') repeat-x;
}

div#mainlinks {
	width: 150px;  /*Same #1*/
	background: #282828;
	float: left;
	line-height: 1.7em;
}

a.mainlink {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #FAFAFA;
	font-weight: bold;
	display: block;
}

div#right {
	border-color: #454545;
	border-style: solid;
	border-width: 2px 1px 2px 2px;
}

div#right_wrapper {
	border-left: 150px solid #282828;  /*Same #1*/
	border-right: 7px solid #282828;
}

div#right_content {
	min-height: 250px;
	padding: 0 50px 5px 23px;
	background: #FAFAFA url('./desktop/images/gradient3.png') repeat-x;
	border-color: #C6C6C6;
	border-style: solid;
	border-width: 2px 2px 3px;
	padding-bottom: 25px;
	line-height: 1.9em;
	text-shadow: #AFAFAF 0 1px 1px;
}

h1 {
	color: #3A3A3A;
	font-weight: bold;
	font-size: 20pt;
	padding: 5px 17px 3px;
	border-bottom: 1px solid #6A6A6A;
	margin: 17px 0 0 0;
}

div.paragraph {
	padding: 0 6% 0 7%;
	text-indent: 18px;
	margin-top: 11px;
}

div#footercontent {
	text-align: center;
	background: #282828;
	padding: 7px 0;
	color: #858585;
}

a.mainlink {
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid #3A3A3A;
	background: transparent;
}

a.mainlink:hover {
	background: #131313;
}

a#currentpage {
	background: #131313;
	text-align: right;
	padding-left: 0;
	padding-right: 15px;
}

div#stickers {
	position: absolute;
	margin-top: 30px;
	padding-bottom: 35px;
	width: 100%;
}

h2 {
	color: #2D2D2D;
	font-weight: normal;
	font-size: 16pt;
	padding-left: 5px;
	border-bottom: 1px solid #AAA;
	margin: 17px 55% 0 4%;
	min-width: 250px;
}

a.extlink {
    color: #2D2D2D;
    font-size: 12pt;
    position: relative;
    top: 10px;
    text-decoration: none;
}

a.extlink:hover {
    text-decoration: underline;
}

a.extlink span {
    position: relative;
    top: -15px;
    left: -8px;
    padding-left: 33px;
}

a.extlink span#nalinkspan {
    top: -22px;
}

a.extlink span#prlinkspan {
    top: -7px;
}

div.linkspar {
    text-indent: 0;
    line-height: 3.5em;
    text-align: center;
}

div.noindent {
    text-indent: 0;
}

div.indentblock {
    margin-left: 7%;
}

div.maildiv {
    margin-top: 20px;
}

ul#outreachlist {
    margin-top: 25px;
    margin-left: 40px;
}

ul#outreachlist li {
    margin-top: 13px;
}

img#nasa {
    position: relative;
    float: right;
    left: -10px;
    top: 20px;
}

span.newstitle {
    font-size: 11pt;
    border-bottom: 1px solid #C0C0C0;
}
span.date {
    font-size: 10pt;
    font-style: italic;
    padding-left: 20px;
}

div.news {
    line-height: normal;
    padding: 10px 5%;
    border-top: 1px solid #C0C0C0;
}

div#firstnews {
    border-top: none;
}

div.newspar {
    padding-left: 0%;
	line-height: 1.7em;
}

a.videolink {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    margin: 15px;
    width: 200px;
    text-align: center;
    border: 1px solid #CCC;
}

a.videolink:hover div.videolinkinner {
    background: #FFF;
    border: 1px solid #E8E8E8;
}

a.videolink:link {
    color: #000;
}

a.videolink:visited {
    color: #606060;
}

a.videolink:hover {
    color: #999;
}

a.outlink {
	/* WORK */
}

ul.thumbs {
    list-style-type: none;
}

ul.thumbs li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

ul.thumbs li a {
    width: 120px;
    margin: 5px;
}

#thumbs {
    padding: 0 6% 0 7%;
    margin-top: 8px;
}

#number {
    color:#CDCDD1;
font-size:50pt;
line-height:50pt;
height:50pt;
margin-top:-13px;
position:absolute;
right:2%;
	text-shadow: #BFBFBF 0 1px 1px;
}

#content {
	background: transparent;
}

#newslist {
	margin: 10px 0 10px 7%;
	padding: 0 0 0 30px;
}
#newslist li {
	margin: 0;
	padding: 0;
}

div#readmorecontainer {
margin-top:-30px;
position:absolute;
right:65px;
text-align:right;
}
a#readmore {
font-size:10pt;
}

#twitter {
	position: relative;
	top: 10px;
}

div.stretchybox {
	border:3px double #AAAAAA;
margin-left:10%;
margin-top:10px;
padding:15px 30px 15px 10px;
}
div.sboxabout {
	/*height: 120px;*/
	margin-left: 25px;
	overflow: hidden;
}
.sboxmore {
	width: 100%;
	text-align: right;
display:none;
}
.sboxaboutshadow {
height:25px;
margin-left:25px;
margin-top:-40px;
display:none;
}
.sboxaboutshadow img {
	width: 100%;
	height: 40px;
}
.sboxlogocontainer {
	height: 180px;
vertical-align: middle;
}#loginbox {
    border: 2px solid #999;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -200px;
    height: 150px;
    width: 400px;
    background: #606060;
    color: #fff;
    font-family: Arial,sans-serif !important;
    font-size: 11pt;
    padding: 8px;
}
#logintext {
    margin-left: 10px;
    font-size: 22pt;
    padding-bottom: 2px;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    margin-right: 10px;
}
#logintable {
    margin-left: 25px;
}
#logintable tr {
    margin-bottom: 5px; 
}
#logintable td.label {
    padding-right: 20px;
}
#logintable td input {
    width: 220px;
}
#loginbuttoncontainer {
    position: absolute;
    bottom: 10px;
    right: 10px;
}div.light_rounded .pp_top .pp_left{background:url(./desktop/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_middle{background:#fff}div.light_rounded .pp_top .pp_right{background:url(./desktop/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_content{background-color:#fff}div.light_rounded .pp_next:hover{background:url(./desktop/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(./desktop/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(./desktop/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(./desktop/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(./desktop/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(./desktop/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(./desktop/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_arrow_previous{background:url(./desktop/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next{background:url(./desktop/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_bottom .pp_left{background:url(./desktop/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_middle{background:#fff}div.light_rounded .pp_bottom .pp_right{background:url(./desktop/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.light_rounded .pp_loaderIcon{background:url(./desktop/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}/* ---------------------------------- Dark Rounded Theme ----------------------------------- */ div.dark_rounded .pp_top .pp_left{background:url(./desktop/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_middle{background:url(./desktop/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_top .pp_right{background:url(./desktop/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content{background:url(./desktop/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_next:hover{background:url(./desktop/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(./desktop/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(./desktop/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(./desktop/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(./desktop/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(./desktop/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(./desktop/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .currentTextHolder{color:#c4c4c4}div.dark_rounded .pp_description{color:#fff}div.dark_rounded .pp_arrow_previous{background:url(./desktop/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_rounded .pp_arrow_next{background:url(./desktop/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_rounded .pp_bottom .pp_left{background:url(./desktop/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_middle{background:url(./desktop/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_bottom .pp_right{background:url(./desktop/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(./desktop/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}/* ---------------------------------- Dark Square Theme ----------------------------------- */ div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:url(./desktop/images/prettyPhoto/dark_square/contentPattern.png) top left repeat}div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_square .pp_description{color:#fff}div.dark_square .pp_loaderIcon{background:url(./desktop/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(./desktop/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(./desktop/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(./desktop/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(./desktop/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(./desktop/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_arrow_previous{background:url(./desktop/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_square .pp_arrow_next{background:url(./desktop/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_square .pp_next:hover{background:url(./desktop/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(./desktop/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}/* ---------------------------------- Light Square Theme ----------------------------------- */ div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff}div.light_square .pp_expand{background:url(./desktop/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(./desktop/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(./desktop/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(./desktop/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(./desktop/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_arrow_previous{background:url(./desktop/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_square .pp_arrow_next{background:url(./desktop/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_square .pp_next:hover{background:url(./desktop/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(./desktop/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}/* ------------------------------------------------------------------------ DO NOT CHANGE------------------------------------------------------------------------- */ div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;position:relative;text-align:left;width:100%}.pp_content .pp_details{display:none;margin:10px 15px 2px 20px}.pp_description{display:none;float:left;margin:0}.pp_nav{float:left;margin:3px 0 0 0}.pp_nav p{float:left;margin:2px 4px}.pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{left:0;position:absolute;top:0;width:100%;z-index:2000}a.pp_next{background:url(./desktop/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(./desktop/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{display:block;float:right;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:none;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res{display:none;line-height:1 !important;margin:0 auto;text-align:center;width:100%}div.ppt{color:#fff;display:none;font-size:17px;left:0;position:absolute;top:0;visibility:hidden;}/* ------------------------------------------------------------------------ Miscellaneous------------------------------------------------------------------------- */ .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
