body {
	background: #000;
  background-image: url(../images/page-background-wise.jpg);
  background-repeat: repeat-y;
  background-position: top center;
	color: #333;
	line-height: 16px;
}

a {
	color: #007;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #96f226;
}

a.more {
	background: url("../images/right-arrow.png") no-repeat scroll right center transparent;
	padding-right: 16px;
	display: block;
	text-align: right;
}

#header {
	background-image: url(../images/header.jpg);
	height: 94px;
}

#header a {
	display: block;
	position: relative;
}

#header a.ipac {
	top: 3px;
	left: 21px;
	height: 88px;
	width: 177px;
	float: left;
}

#header a.nasa {
	top: 9px;
	right: 33px;
	height: 78px;
	width: 79px;
	float: right;
}

#sections {
	background-image: url(../images/sections-ii.jpg);
	height: 32px;
	text-align: center;
	line-height: 28px;
}

#sections ul {
	font-size: 18px;
	padding-top: 2px;
	font-variant: small-caps;
}

#sections ul li {
	display: inline;
	margin: 0px 2px;
}

#sections ul li a:link, #sections ul li a:visited, #sections ul li a:active {
	padding: 4px 7px 4px 7px;
	font-weight: normal;
	color: #FFF;
}

#sections ul li a.selected  {
	background-image: url(../images/sections-selected-ii.jpg);
	border-right: 1px solid #1e3c72;
	border-left: 1px solid #1e3c72;
}

#sections ul li a:hover {
	color: #96f226;
}

#main {
	background: #FFF;
	background-image: url(../images/navigation-ii.jpg);
  background-repeat: repeat-y;
  background-position: top left;
  background-attachment: scroll;
  width: 940px;
  margin-left: 10px;
}

#navigation {
  background-repeat: repeat-y;
  background-position: bottom left;
	margin: 0px;
	color: #000;
	padding-bottom: 25px;
}

#navigation dl {
	padding: 0 10px;
}

#navigation dt {
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0px 2px 0px;
	color: #aaa;
}

#navigation dd {
	padding: 0px 0px 2px 0px;
}

#navigation dl dd {
	padding: 0px 0px 0px 15px;
	border-bottom: 1px solid #34a;
	margin: 3px 0;
}

#navigation dl dd.sticky {
  background-color: #2E5982;
  margin-top: -3px;
}

#navigation dl dd dl {
	padding: 0px 0px 0px 5px;
}

#navigation dl a:link, #navigation dl a:active, #navigation dl a:visited {
	color: #FFF;
}

#navigation dl a:hover {
	color: #96f226;
}

#navigation dl a.selected {
	color: #96f226;
}

#navigation .partners {
	background-image: url(../images/partners.png);
	height: 177px;
	width: 219px;
}

#navigation .partners a {
	display: block;
	position: relative;
}

#navigation .partners a.caltech {
	top: 16px;
	left: 16px;
	height: 80px;
	width: 80px;
	float: left;
}

#navigation .partners a.nasa {
	top: 15px;
	right: 20px;
	height: 80px;
	width: 80px;
	float: right;
}

#navigation .partners a.jpl {
	top: 33px;
	left: 44px;
	height: 38px;
	width: 129px;
	float: left;
}

#navigation dl.top {
}

#navigation dt.top {
	font-size: 16px;
	margin-top: 10px;
}

#navigation dd.top {
	padding-left: 2px;
	border: none;
	padding-bottom: 12px;
}

#navigation span.credit {
	color: #ddd;
	font-style: italic;
	font-size: 10px;
}

#navigation span.bullet {
	color: #cc9900;
	font-size: 10px;
}

#navigation span.date {
	color: #ddd;
	font-size: 10px;
}

#navigation span.category {
	color: #888;
	font-weight: bold;
	font-size: 10px;
}

#content {
	color: #000;
	background: #FFF;
	margin: 0px;
	padding: 10px;
	max-width: 920px;
}

p {
	margin-bottom: 10px;
}

h1, h2, h3, h4 {
	padding: 0px 0px 0px 5px;
	font-weight: normal;
	margin: 5px 0 0 0;
	font-variant: small-caps;
	background-image: url(../images/heading-background-ii.jpg);
	font-weight: bold;
	color: #fff;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	text-shadow: #000 1px 1px 2px;
	line-height: 24px;
}

h1 {
	margin: 0;
	font-size: 25px;
	line-height: 27px;
}

h2 {
	font-size: 21px;
	line-height: 23px;
}

h3 {
	font-size: 16px;
	line-height: 18px;
}

h4 {
	font-size: 13px;
	line-height: 15px;
}

.page h2, .page h3, .page h4 {
	background-image: none;
	color: #000;
	text-shadow: none;
	padding: 0px;
}

#content hr {
	border: 0px;
}

#content p img {
	border: 1px solid #CCC;
	margin: 3px;
	max-height: 350px;
	max-width: 350px;
	padding: 10px;
}

.content_column {
	float: left;
	margin: 0 5px;
}

#content .content_column hr.hr {
  margin: 5px auto;
  height: 0px;
  width: 90%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #ddd;
}

.col_2 {
	width: 340px;
}
.col_3 {
	width: 220px;
}

.item {
	padding: 5px;
}

.item span {
	display: inline-block;
}

.item span.bullet {
	color: #cc9900;
}

.item span.category {
	color: #444;
	font-weight: bold;
}

.item span.date {
}

.item span.id {
}

.item span.image {
    float: left;
    margin-right: 5px;
	text-align: center;
}

.item span.image img{
	max-width: 400px;
	max-height: 400px;
	border: 1px solid #aaa;
	padding: 3px;
	margin: 5px 3px 3px 3px;
}

.item span.image p{
	margin: -3px auto 0;
	padding: 0 5px 5px;
	font-size: 12px;
	font-style: italic;
	width: 300px;
}

.item h2, .item h3, .item h4 {
	background-image: none;
	color: #000;
	text-shadow: none;
	padding: 0px;
}

.projects .item ul, .projects .item ol, .projects .item dl {
	display: table-row-group;
}

.projects .item span {
	margin-top: 5px;
}

.projects .grid .item, .projects .grid .item2 {
	height: 155px;
	width: 155px;
	padding: 3px;
	border: 1px solid #aaa;
	display: inline-block;
	float: left;
	margin: 12px 6px 0px;
}

.projects .grid .item .info, .projects .grid .item2 .info {
  background-image: url(../images/50-percent-black.png);
	padding: 3px;
	font-size: 16px;
	display: none;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	font-weight: bold;
	text-align: center;
}

.projects .grid .item .info {
	color: #fff;
}
.projects .grid .item .info a {
	font-size: 12px;
	color: #fff;
}

.projects .grid .item .info a:hover {
	color: #96f226;
}

.items {
	padding: 5px;
}

.items span {
	display: block;
}

.items span.title {
	font-size: 14px;
	line-height: 18px;
}

.items span.bullet {
	color: #96f226;
	color: #cc9900;
}

.items span.category, .items span.author {
	color: #444;
	font-weight: bold;
	font-size: 10px;
}

.items span.date,
.items span.id,
.items span.location {
	font-size: 10px;
}

.items span.image img{
	float: left;
	max-width: 88px;
	max-height: 88px;
	border: 1px solid #aaa;
	padding: 3px;
	margin-right: 3px;
}

.items p {
  font-size: 12px;
  margin-top: 0;
}

.events span.bullet,
.events span.category,
.events span.date,
.events span.location {
	display: inline;
}

.projects .items span.bullet, .projects .items span.acronym, .projects .items span.category, .projects .items span.status {
	display: inline;
	font-size: 13px;
}

.projects .items span.acronym {
	color: #555;
}

.projects .items span.title {
	font-size: 16px;
	line-height: 20px;
}

.authors {
	text-align: center;
}

.authors .author {
	vertical-align: top;
  background-color: #eee;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 3px 0 0 0;
  padding: 5px;
  width: 98px;
}

.authors .author:hover {
  box-shadow: 0px 1px 3px #bbb;
}

.authors span.image img {
	max-width: 96px;
	max-height: 96px;
  border: 1px solid #ccc;
}

.authors span.name {
}

.research .items span.date, .research .items span.credit, .research .items span.bullet, .research .items span.author {
	display: inline;
	font-size: 10px;
}

.research .items span.credit {
	font-style: italic;
}

.featured_projects {
	height: 179px;
	margin: 0 0 10px;
	width: 696px;
}

.featured_projects .project {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
  background-color: #000000;
  float: left;
  text-align: center;
  width: 230px;
  height: 155px;
  margin: 0 1px;
}

.featured_projects span.title {
	margin-bottom: 10px;
}

.featured_projects span.title a {
	position: relative;
	top: 135px;
	line-height: 20px;
	font-size: 16px;
	display: block;
	color: #fff;
  background-image: url(../images/50-percent-black.png);
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

.featured_projects span.title a:hover {
	color: #96f226;
}

.featured_images {
	height: 128px;
	margin: 0 0 10px;
	width: 696px;
}

.featured_images .title {
	width: 22px;
	height: 103px;
	float: left;
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
	background-color: #888;
	padding-left: 3px;
}

.featured_images .title p {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	margin: 0px;
	width: 103px;
	height: 103px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	text-shadow: #000 1px 1px 2px;
	color: #fff;
	z-index: 1;
	position: relative;
}

.featured_images .images {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
  background-color: #000000;
  float: left;
  text-align: center;
  width: 230px;
  height: 104px;
  margin: 0 1px;
}

.featured_images img {
	position: relative;
  margin: 6px 2px 0;
  max-height: 90px;
  max-width: 90px;
	z-index: 5;
	vertical-align: middle;
}

#navigation #datepicker {
	padding: 5px;
}

.ui-widget-content .date_with_event a {
	background: repeat-x scroll 50% 50% #96f226;
}

.ui-widget-content .date_with_event a:hover {
	background: repeat-x scroll 50% 50% #223A68;
}

.ui-widget-content .ui-datepicker-current-day a {
	background: repeat-x scroll 50% 50% #F5F8F9;
	border: 1px dotted #223A68;
	color: #223A78;
}

.ui-widget-content .ui-datepicker-today a {
	background: repeat-x scroll 50% 50% #223A68;
	color: #fff;
}

h2 .pagination {
	display: inline;
	float: right;
	font-size: 14px;
	margin-right: 10px;
	text-shadow: none;
}

h2 .pagination a:visited, h2 .pagination a:active, h2 .pagination a:link {
	color: #fff;
	font-weight: normal;
}

h2 .pagination a:hover {
	color: #96f226;
}

h2 .pagination em {
	font-weight: bold;
	color: #96f226;
	font-style: normal;
}

h2 .pagination .disabled {
	color: #243e6f;
}

#footer {
	background-image: url(../images/footer-background.jpg);
  background-repeat: repeat-x;
  background-position: top left;
	border-top: 1px solid #000;
	background-color: #eee;
	height: 200px;
	width: 940px;
	text-align: center;
}

#footer .links {
	padding: 15px 0px 10px 0px;
	color: #777;
}

#footer .links a:link, #footer .links a:active, #footer .links a:visited {
	color: #000;
	padding: 0px 10px 0px 10px;
	font-size: 14px;
}

#footer .links a:hover {
	color: #555;
}

#footer .partners img {
	vertical-align: top;
	padding: 0px 25px 0px 25px;
}

#footer p {
	padding: 20px 140px 0px 140px;
	font-size: 11px;
}

sub {
	position: relative;
	top: 1px;
	font-size: 80%;
}

sup {
	vertical-align: top;
	position: relative;
	bottom: 1px;
	font-size: 80%;
}

.emailat {
	font-weight: bold;
	font-size: 12px;
	padding: 0px 3px;
	border: 1px solid #000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.emaildot {
	position: relative;
	top: 4px;
	font-size: 18px;
	font-weight: bold;
}

img.right, div.right {
	float: right;
}

img.left, div.left {
	float: left;
}