* { margin: 0; padding: 0; }

body { 
	background-color: #d2d6db; 
	font-weight: normal;
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.assistive { display: none; }

a, a:link {
	color: #30609c;
	text-decoration: none;
}
a img {
	border: none;
}
/* Hide objects added by JS */ 

.wrapper { 
	width: 950px;
	position: relative;
	margin: 10px auto;
	padding: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.5);
}

#header {
	width: 950px;
	height: 335px;
	background-color: gray;
	overflow: hidden;
	margin: 0; padding: 0;
	border-bottom: 1px solid #666;
}

#backend #header {
	width: 950px;
	height: 32px;
	background-color: gray;
	overflow: hidden;
	margin: 0; padding: 0;
	border-bottom: 1px solid #183148;
}

.page {
}

.page #header {
	height: 33px;
	border-bottom: none;
}

.page #cover {
	display: none;
}

#cover { overflow: hidden; margin: 0; padding: 0; position: relative; height: 400px; }
#cover img { height: 305px; display: block; position: absolute; top: 0; }

.clear-float {
	float: none;
	clear: both;
}

/* ABOUT =========================================================*/

#about h3 {
	color: #30609c;
	margin: 10px 20px;
}

.vevent .description {
	margin: 5px 20px;
}

.vevent .description p {
	margin: 0; padding: 0;
}

.vevent .dt {
	margin: 5px 20px;
	font-weight: bold;
}

.vevent .location {
	margin: 5px 20px;
}

.vevent .url,
.vlink .url {
	display: block;
	color: #30609c;
	text-decoration: none;
	margin: 5px 20px;
}


/* ==== */


body.diversitynrao #column-2 {
	background-image: url(images/diversity_photos.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 220px;
}


/* BEGIN NAVIGATION ==============================================*/

#navigation { 
	width: 950px;
	background-color: #34609b;
	background-image: url("../images/nav_topleft.gif");
	background-repeat: no-repeat;
	margin: 0; padding: 0;
	z-index: 4;
}

#navigation .menu {
	background-image: url("../images/nav_topright.gif");
	background-repeat: no-repeat;
	background-position: top right;
	width: 950px;
	height: 32px;
	padding: 0; margin: 0;
	border-bottom: 1px solid #1a3148;
	overflow: hidden;
}

#navigation .menu li { 
	float: left; 
	list-style: none; 
	display: block;
	text-align: center;
	width: 19.8%;
	height: 32px;
	overflow: hidden;
}

#navigation .menu li a { 
	text-decoration: none;
	display: block; 
	color: white;
	overflow: hidden;
	height: 32px;
	padding: 0; margin: 0;
	background-repeat: no-repeat;
}
#navigation .menu li a {
	background-repeat: no-repeat;
	background-position: top left;
}
#navigation .menu li a:hover {
/*	background-color: #5d80af; */
}
#navigation .menu li a img {
	height: 66px;
	position: relative;
}
#navigation .menu li a:hover img {
	position: relative;
	margin-top: -33px;
	height: 66px;
}
#navigation .menu li.current a img {
	position: relative;
	margin-top: -33px;
	height: 66px;
}

#home #navigation .menu li#nav_home a img {
	position: relative;
	margin-top: -33px;
	height: 66px;
}

#about #navigation .menu li#nav_about a img {
	position: relative;
	margin-top: -33px;
	height: 66px;
}

#facilities #navigation .menu li#nav_facilities a img {
	position: relative;
	margin-top: -33px;
	height: 66px;
}

#vao #navigation .menu li#nav_vao a img {
	position: relative;
	margin-top: -33px;
	height: 66px;
}

#pr #navigation .menu li#nav_pr a img {
	position: relative;
	margin-top: -33px;
	height: 66px;
}

#internal #navigation .menu li#nav_internal a img {
	position: relative;
	margin-top: -33px;
	height: 66px;
}

#backend #navigation .menu li#nav_internal a img {
	position: relative;
	margin-top: -33px;
	height: 66px;
}




/* NAVIGATION - HOME =============================================*/

#navigation .menu li#nav_home {
	position: absolute;
	left: 0;
	width: 160px;	
}

/* NAVIGATION - ABOUT ============================================*/

#navigation .menu li#nav_about {
	position: absolute;
	left: 120px;	
}

/* NAVIGATION - FACILITIES =======================================*/
#navigation .menu li#nav_facilities {
	position: absolute;
	left: 290px;	
}

/* NAVIGATION - FACILITIES =======================================*/
#navigation .menu li#nav_vao {
	position: absolute;
	left: 430px;	
}

/* NAVIGATION - PUBLIC RELATIONS =================================*/

#navigation .menu li#nav_pr {
	position: absolute;
	left: 580px;	
}

/* NAVIGATION - INTERNAL =========================================*/

#navigation .menu li#nav_internal {
	position: absolute;
	right: 0;	
}
#navigation .menu li#nav_internal a {
	background-repeat: no-repeat;
	background-position: top right;
}

/* END NAVIGATION ================================================*/

/* BEGIN BANNER ==================================================*/

#banner {
	background-image: url("../images/banner_bg.png");
	background-repeat: repeat-y;
	background-position: left;
	position: absolute;
	top: 70px;
	z-index: 4;
	height: 120px;
	width: 100%;
	overflow: hidden;
}

#banner h1 { display: none; }

#banner #logo img { height: 120px; }
#banner #logo { float: left; margin: 0 40px 0 30px; }

#banner p#mission { margin: 13px; font-size: 140%; color: white; line-height: 200%; }

/* END BANNER ====================================================*/

/* BEGIN BOXES ===================================================*/

#content_wrapper { 
	background-color: white; 
	padding: 0; 
	margin: 0;
	zoom: 1;
}

.column {
	float: left;
	padding-bottom: 30px;
	padding-top: 10px;
	width: 225px;
	margin-left: 10px;
	display: inline;
}

.twocolumn {
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 460px;
	margin-left: 10px;
	display: inline;
}

.threecolumn {
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 695px;
	margin-left: 10px;
	display: inline;
}

.logo_block {
	width: 100%;
	height: 140px;
	background-color: #edeeed;
	margin-bottom: 10px;
}

.logo_block img { margin: 10px 0 10px 20px; }

.logo_block_vao {
  background-color: #333;
  margin: 0 0 10px 0;
}

.logo_block_vao img { height: auto; margin: 12px; }

.block { margin-bottom: -10px; }

.block_content {
	background-color: #ececec;
	border-left: 1px solid #909090;
	border-top: 1px solid #909090;
	border-right: 1px solid #909090;
	z-index: 0;
}


.block h3 {
	line-height: 130%;
}

#block_brochure {
  height: 250px;
}

#block_brochure  {
	padding: 30px 0 10px 0;
	font-size: 120%;
	line-height: 170%;
	background-color: #61a1fc;
	background-position: top center;
	background-repeat: repeat-x;
	text-align: center;
	height: 200px;
}

#block_brochure .lead-in {
	width: 100%;
	height: 30px;
	background-image: url("../images/badge_brochure_small.gif");
	background-repeat: no-repeat;
	background-position: center center;	
	text-indent: -99990px;
	display: block;
	margin-bottom: 10px;
}

#block_brochure .lead-in:hover {
	cursor: pointer;
}

#block_future .block_content {
	padding: 30px 0 10px 0;
	line-height: 170%;
	color: white;
	background-image: url("../images/badge_committee.gif");
	background-repeat: no-repeat;
	background-position: center 40px;
	height: 50px;
	display: block;
	text-indent: -99990px;
	border-left: 1px solid #243a6e;
	border-top: 1px solid #243a6e;
	border-right: 1px solid #243a6e;
	background-color: #2d4a8a;
	text-align: center;
}

#block_future .lead-in {
	font-size: 95%;
	display: block;
	height: 45px;
	margin-bottom: 10px;
}

#block_diversity_link  {
	background-image: url("../images/block_diversity_small.gif");
	background-repeat: no-repeat;
	background-position: top center;
	height:136px;
}

#block_diversity_link a {
	height: 116px;
	display: block;
	text-indent: -99990px;
	background-color: transparent;
}

#block_nsf .block_content {
	padding: 30px 20px 10px 20px;
	line-height: 170%;
	color: #00477b;
	background-image: url("../images/block_sky-bg.gif");
	background-repeat: repeat-x;
	background-position: top center;
	padding-bottom: 20px;
	display: block;
	border-left: 1px solid #7c8ea3;
	border-top: 1px solid #7c8ea3;
	border-right: 1px solid #7c8ea3;
	background-color: #d9eaff;
	text-align: left;
	font-size: 110%;
}

#block_nsf .lead-in {
	font-size: 95%;
	display: block;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
	height: 80px;
	text-indent: -99990px;
	background-image: url("../images/block_nsf-bg.gif");
	background-repeat: no-repeat;
	background-position: top center;
}

#block_alma .block_content {
	padding: 30px 20px 10px 20px;
	line-height: 170%;
	color: #00477b;
	background-image: url("../images/block_ocean-bg.gif");
	background-repeat: repeat-x;
	background-position: top center;
	padding-bottom: 20px;
	display: block;
	border-left: 1px solid #7c8ea3;
	border-top: 1px solid #7c8ea3;
	border-right: 1px solid #7c8ea3;
	background-color: #d9eaff;
	text-align: left;
	font-size: 110%;
}

#block_alma .lead-in {
	font-size: 95%;
	display: block;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
	height: 100px;
	text-indent: -99990px;
	background-image: url("../images/block_alma-bg.gif");
	background-repeat: no-repeat;
	background-position: top center;
}


#block_aura .block_content {
	background-color: #D8E9FD;
	height: 100px;
	padding-top: 30px;
}

#block_aura .lead-in {
	font-size: 95%;
	display: block;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
	height: 80px;
	text-indent: -99990px;
	background-image: url("../images/aura_logo.png");
	background-repeat: no-repeat;
	background-position: top center;
}


#block_nrao .block_content {
	padding: 30px 20px 10px 20px;
	line-height: 170%;
	color: #00477b;
	background-image: url("../images/block_sky-bg.gif");
	background-repeat: repeat-x;
	background-position: top center;
	padding-bottom: 20px;
	display: block;
	border-left: 1px solid #7c8ea3;
	border-top: 1px solid #7c8ea3;
	border-right: 1px solid #7c8ea3;
	background-color: #d9eaff;
	text-align: left;
	font-size: 110%;
}

#block_nrao .lead-in {
	font-size: 95%;
	display: block;
	margin-bottom: -20px;
	margin-left: -10px;
	margin-right: -10px;
	height: 120px;
	text-indent: -99990px;
	background-image: url("../images/block_nrao-bg.gif");
	background-repeat: no-repeat;
	background-position: top center;
}




/* Block Employment */

#block_employment {
	background-color: #61a1fc;
}
#block_employment p {
	padding: 0 20px;
	line-height: 170%;
	color: black;
	padding-bottom: 20px;
	font-size:120%;
	text-align: left;
}

#block_employment h2 {
	font-size: 115%;
	color:#ffffff;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px 20px 0 20px;
}


#block_employment .block_content a {font-weight:bold; color:white;  display:block;margin-left:105px;}


#block_subnav .block_content li.current {
	background-color: #b17a39;
	border-top: 1px solid #997e44;
	border-bottom: 1px solid #caae75;
}

#block_subnav {
	background-color: #cb8f45;
}

#block_subnav h2 {
	margin: 15px 10px 15px 10px;
	text-transform: uppercase;
	font-size: 140%;
	color: #564323;
}

#block_subnav li {
	list-style: none;
	border-bottom: 1px solid #ae8b47;
	border-top: 1px solid #e1be79;
	padding: 15px;
}

#block_subnav li a {
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 120%;
	text-transform: uppercase;
}

#block_subnav li:hover {
	border-top: 1px solid #997e44;
	border-bottom: 1px solid #caae75;
	cursor: pointer;
}

#block_subnav li.last {
	border-bottom: none;
}


#block_subnav.auinews  {
	background-color: #b17a39;
}


#block_subnav.nraonews {
	background-color: #477fc8;
}

#block_subnav.almanews {
	background-color: silver;
}


#block_people h3 {
	margin: 10px 10px 10px 10px;
	text-transform: uppercase;
	color: #3d3a21;
}

#block_people {
	background-color: #b5b186;
}

#block_people .content {
	padding: 30px 0 10px 0;
	font-size: 120%;
	line-height: 170%;
}

#block_people ul.hcard_list li.hcard {
	list-style: none;
	padding: 10px;
	border-top: 1px solid #e8e4be;
	border-bottom: 1px solid #7d775b;
}
#block_people ul.hcard_list li.hcard.first {
	border-top: none;
}
#block_people ul.hcard_list li.hcard.last {
	border-bottom: none;
}
#block_people .lead-in { font-size: 120%; }
#block_people .name {
	text-transform: uppercase;
	color: #595531;
	font-weight: bold;
}
#block_people .position {
	color: #222;
	font-size: 95%;
}
#block_people .institution {
	color: #595531;
	font-size: 95%;
  font-style: italic;
	margin-bottom: 5px;
}
#block_people .email a {
	color: #595531;
	font-weight: bold;
	text-decoration: none;
}
#block_people .email a:hover {
	color: white;
}

#block_do {
	height: 365px;
}

#block_do {
	background-color: transparent;
	background-image: url("../images/block_what-we-do.gif");
	background-position: top center;
	background-repeat: no-repeat;
}

#block_do p {
	color: white;
	padding: 30px 55px 20px 20px;
	font-size: 120%;
	line-height: 170%;
	height: 100%;
}

#block_do .lead-in { font-size: 130%; font-weight: bold; }




#block_vao {
	height: 200px;
	background-color: transparent;
	background-image: url("../images/block_vao.gif");
	background-position: top center;
	background-repeat: no-repeat;
}


#block_vao p {
	color: white;
	padding: 30px 55px 20px 20px;
	font-size: 120%;
	line-height: 170%;
}

#block_vao .lead-in { 
	font-size: 120%;
	font-weight: bold; }



#block_diverse_small {
	height: 90px;
	margin-bottom: 40px;
}

#block_diverse_small .block_content {
	color: white;
	padding: 30px 55px 20px 20px;
	z-index: 30;
	font-size: 120%;
	line-height: 170%;
	height: 100%;
	border: none;
	background-color: transparent;
	background-image: url("../images/block_diversity_small.gif");
	background-position: top center;
	background-repeat: no-repeat;
}

#block_diverse_small .lead-in { 
	display: block;
	width: 100%;
	height: 100px;
	text-indent: -99990px;
}


#block_about .block_content {
	padding: 30px 20px 20px 20px;
	font-size: 110%;
	line-height: 170%;
	border-left: 1px solid #af8745;
	border-top: 1px solid #af8745;
	border-right: 1px solid #af8745;
	background-color: #cb8f45;
	background-image: url("../images/block_yellow-bg.gif");
	background-position: top center;
	background-repeat: repeat-x;
}

#block_about .lead-in { 
	text-indent: -99990px; 
	display: block;
	background-image: url("../images/aui_name_yellow.gif");
	background-repeat: no-repeat;
	background-position: center left;
	width: 153px;
	height: 31px;
}


#block_backend_instructions .block_content {
	padding: 30px 20px 20px 20px;
	font-size: 110%;
	line-height: 170%;
	border-left: 1px solid #243a6e;
	border-top: 1px solid #243a6e;
	border-right: 1px solid  #243a6e;
	background-color: #2f4a8a;
	background-image: url("../images/block_ocean-bg.gif");
	background-position: top center;
	background-repeat: repeat-x;
	color: white;
}

#block_backend_instructions .lead-in { 
	text-indent: -99990px; 
	display: block;
	background-image: url("../images/aui_name_yellow.gif");
	background-repeat: no-repeat;
	background-position: center left;
	width: 153px;
	height: 31px;
}


#block_backend_instructions h1 {
	font-size: 180%;
	margin-bottom: 5px;
	line-height: 120%;
}

#block_backend_edit .block_content {
	padding: 30px 20px 20px 20px;
	font-size: 110%;
	line-height: 170%;
	border-left: 1px solid #383838;
	border-top: 1px solid #383838;
	border-right: 1px solid #383838;
	background-color: #c0c0c0;
	background-position: top center;
	background-repeat: repeat-x;
	color: white;
}

#block_backend_edit .lead-in { 
	text-indent: -99990px; 
	display: block;
	background-repeat: no-repeat;
	background-position: center left;
	width: 153px;
	height: 31px;
}


#block_backend_edit select {
	position: relative;
	top: 8px;
	width: 100%;
	z-index: 100;
}

#block_featureimage .block_content {
	padding: 30px 20px 20px 20px;
	font-size: 110%;
	line-height: 170%;
	border-left: 1px solid #383838;
	border-top: 1px solid #383838;
	border-right: 1px solid #383838;
	background-color: #c0c0c0;
	background-position: top center;
	background-repeat: repeat-x;
	color: white;
}

#block_featureimage .lead-in { 
	text-indent: -99990px; 
	display: block;
	background-repeat: no-repeat;
	background-position: center left;
	width: 153px;
	height: 31px;
	background-image: url("../images/block_slate_featured-image.gif");
}


#block_featureimage img {
	width: 100%;
}

#block_diversity {
	width: 180px;
	float: right;
	border: 1px solid silver;
	margin: 0 20px 10px 20px;
}

#block_diversity ul {
	margin: 0; padding: 10px 0;
}

#block_diversity li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-position: outside;
	display: inline;
}

#block_diversity li a {
	color: #30609c;
	font-weight: bold;
	display: block;
	padding: 2px 15px;
	text-decoration: none;
}

#block_diversity li a:hover,
#block_diversity li a.active {
	background-color: #efefef;
}

/* DOCUMENTS ==========================*/

.document {
	font-size: 120%;
	line-height: 180%;
	color: #444;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.document h2 {
	margin: 10px;
	border-bottom: 1px solid silver;
	padding: 0 0 10px 5px;
}

.document .lead-in {
	text-transform: uppercase;
	color: #4080c4;
	font-weight: bold;
}

.document .document_information {
	background-color: #e9eff8;
	margin: 0 0 25px 0;
	padding: 15px 15px 15px 15px;
	border-bottom: 1px solid #bbb;
}

.document .document_information h2 { 
	font-size: 140%;
	text-transform: uppercase;
	color: #2a73c0;
	margin: 3px;
	border-bottom: none;
}

.document .document_information h3 { 
	font-size: 160%;
	color: #222;
}

.document .document_information .avatar {
	float: left;
	margin-right: 15px;
	width: 65px;
}

.document p, 
.document dl, 
.document ul, 
.document ol {
	margin: 0 15px 10px 15px;
}

.document blockquote {
	margin: 0 0 15px 0;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 20px;
	font-size: 110%;
	font-style: italic;
	color: #777;
	background-color: #eee;
}

.avatar {
	float: left;
}

.document ul {
	margin: 0 30px 0 35px;
}

.document ul li {
	margin: 0 0 10px 0;
}

.document .doublecolumn {
	float: left;
	width: 100%;
}

.document .doublecolumn .singlecolumnleft {
	width: 48%;
	float: left;
	border-right: 1px dotted silver;
}

.document .doublecolumn .singlecolumnright {
	width: 48%;
	float: left;
	border-left: 1px dotted silver;
	margin-left: 3px;
}

.document .doublecolumn em {
	font-weight: bold;
	color: #30609c;
	font-style: normal;
}

.document .release-page-images-viewer {
	margin: 0 auto;
	position: relative;
	width: 333px;
	height: 235px;
	border: 1px solid gray;
	margin-bottom: 20px;
}

.document .release-page-images {
	padding: 0;
	overflow: hidden;	
	width: 333px;
	height: 235px;
	margin: 0;
}

/*
.document .release-page-images:hover {
	cursor: pointer;
}
*/

.document .release-page-images li {
}

.document .release-page-images img {
	width: 333px;
	height: 235px;
}

.document .release-page-images-nav {
	background-color: black;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 333px;
	height: 50px;
	z-index: 9998;
	display: none;
}

.document .hcard {
	margin: 20px;
}

.document hr {
	border: none;
	border-top: 1px solid #eee;
}

/* NEWS BLOCKS ========================*/

.slider {
	width: 693px;
	height: 235px;
	overflow: hidden;
	background-color: gray;
	position: relative;
	margin-bottom: 10px;
}

#slider00 .category {
	height: 235px;
	width: 38px;
	overflow: hidden;
	background-image: url(../images/block_yellow-sider_recent-news.gif);
	background-repeat: no-repeat;
	text-indent: -99990px;
	float: left;
	margin-right: -10px;
	position: absolute;
	z-index: 30;
}

#slider01 .category {
	height: 235px;
	width: 38px;
	overflow: hidden;
	background-image: url(../images/block_blue-sider_featured-science.gif);
	background-repeat: no-repeat;
	text-indent: -99990px;
	float: left;
	margin-right: -10px;
	position: absolute;
	z-index: 30;
}

#slider02 .category {
	height: 235px;
	width: 38px;
	overflow: hidden;
	background-image: url(../images/block_ocean-sider_alma-update.gif);
	background-repeat: no-repeat;
	text-indent: -99990px;
	float: left;
	margin-right: -10px;
	position: absolute;
	z-index: 30;
}

.release-nav {
	position: absolute;
	bottom: 0;
	right: 1px;
/* 	background-color: white; */
	color: black;
/* 	border-top: 1px solid gray; */
	background-image: url(../images/crosspattern.gif);
	border-bottom: 1px solid gray;
	width: 358px;
	height: 50px;
	text-indent: 10px; 
	z-index: 29;
	opacity: .8;
/* 	display: none; */
}

.release-nav li { list-style: none; }

.release {
	background-image: url(../images/crosspattern.gif);
	height: 234px;
	width: 693px;
	overflow: hidden;
	position: relative;
}
.release hr {
	display: none;
}

.release-images-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #222;
	color: white;
	border-top: 1px solid black;
	width: 333px;
	height: 80px;
	text-indent: 50px; 
	z-index: 29;
	opacity: .8;
	display: none;
}

.release-images-next {
	font-weight: bold;
	color: #fff;
	font-size: 120%;
	padding: 3px;
	width: 58px;
	height: 18px;
	background-image: url(images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 43px 0;
	display: block;
	position: absolute;
	right: 10px;
	top: 15px;
	overflow: hidden;
	text-indent: 0;
}

.release-images-next:hover {
	cursor: pointer;
	background-image: url(images/arrow_down.gif);
}

.release-images-caption {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 200px;
	text-indent: 0;
	margin-left: 40px;
	line-height: 130%;
}

.release-images-nav li { list-style: none; }

.release-images {
	width: 333px;
	overflow: hidden;
	z-index: 28;
	height: 235px;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.release-images li {
	width: 333px;
	height: 235px;
}

.photo { width: 333px; height: 235px; }

.release-content {
	width: 358px;
	height: 235px;
	position: absolute;
	right: 0;
	top: 0;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

.release-content .published {
	font-size: 120%;
	font-weight: bold;
	color: #30609c;
	text-transform: uppercase;
	margin: 20px 20px 0 20px;
}

.release-content .release-title {
	font-size: 130%;
	color: #222;
	line-height: 120%;
	margin: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.release-content .abstract {
	overflow: hidden;
	font-size: 110%;
	line-height: 150%;
	color: #222;
	margin: 20px;
	margin-top: 10px;
}

.release-content .abstract a {
	color: #30609c;
	text-decoration: none;
	font-weight: bold;
}

.release-next {
	font-weight: bold;
	color: #222;
	font-size: 120%;
	padding: 3px;
	width: 80px;
	height: 18px;
	background-image: url(images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 65px 0;
	display: block;
	position: absolute;
	right: 10px;
	top: 15px;
}
.release-next:hover {
	cursor: pointer;
}
.release-caption {
	margin: 20px;
}

.pdflink {
	display: block;
	margin: 10px;
	background-color: #efefef;
	padding: 10px;
	background-image: url('./images/page_white_acrobat.png');
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 40px;
	color: #456f96;
	font-size: 10px;
	font-weight: bold;
}

/* END BOXES =====================================================*/

/* BEGIN FACILITIES ==============================================*/

.facility {
	border: 1px solid white;
	position: relative;
	margin-bottom: 30px;
	border-left: 0;
}

.facility .prinfo {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e8eff8;
	text-align: center;
	padding-top: 25px;
	border-bottom: 1px solid #bbb;
}

.facility .prinfo a {
	color: #295185;
	text-decoration: none;
}

.facility .prinfo a:hover {
	text-decoration: none;
	border-bottom: 1px solid #376eb5;
}

.facility h3 {
	margin-left: 18%;
	margin-bottom: 10px;
}

.facility p {
	margin-left: 103px;
}

.facility .prinfo p {
	margin: 10px;
}

/* END FACILITIES ================================================*/

/* BEGIN BACKEND =================================================*/

#backend_menu li {
	background-image: url("../images/crosspattern.gif");
	background-color: #ccc;
	padding: 0;
	border: 1px solid #aaa;
	font-size: 110%;
	width: 50%;
	margin: 10px;
	margin-bottom: 0;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 0 10px 10px;
}

#backend_menu li a {
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

#backend_menu li a:hover {
	color: #34549b;
}

#backend .form_panel { 
	background-image: url("../images/crosspattern.gif");
	background-color: #ccc;
	padding: 0;
	border: 1px solid #aaa;
	font-size: 110%;
	width: 628px;
	margin: 10px;
	margin-bottom: 0;
	float: right;
}

#backend form hr {
	margin: 10px -10px;
	border: none;
	border-top: 1px solid #aaa;
}

#backend form label span { display: block; font-weight: bold; margin: 5px 0; font-size: 110%; }
#backend form label span.required { color: #f00; }
#backend form label span.required:after { content: " (Required Field):" }
#backend form label span:after { content: ":"; }

#backend form textarea { width: 100%; }
#backend form select { }

#block_backend_edit select {
	width: 160px;
}

.backend_panel {
	display: none;
}
form.backend_panel, .backend_panel form {
	padding: 10px;
	padding-top: 0;
	width: 600px;
}

form select {
	width: 200px;
}

.form_panel #assoc_images {
	margin: 10px;
}
.form_panel #assoc_images img {
	display: inline;
	height: 100px;
	width: auto;
	margin-right: 5px;
}

#backend h2 {
	font-size: 150%;
	color: #244a7d;
	text-indent: 10px;
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding: 10px;
}

.form_panel .form_handle:hover {
	cursor: pointer;
}

#backend_release h2 {
	background-image: url("../images/pencil.gif");
}

#backend_image h2 {
	background-image: url("../images/pictures.gif");
}

#backend_contact h2 {
	background-image: url("../images/award_star_gold_2.gif");
}

#backend iframe {
	width: 100%;
	margin-top: 10px;
	border: 0;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

#backend #assoc_images {
}

.status_message:hover { cursor: pointer; }

.status_message.notice {
	background-color: #bcfa54;
	border-bottom: 1px solid black;
}

.status_message.notice span {
	display: block;
	padding: 10px;
	font-weight: bold;
	color: #0b4233;
	font-size: 120%;
}

.status_message.error {
	background-color: #fff467;
	border-bottom: 1px solid #b85e09;
}

.status_message.error span {
	display: block;
	padding: 10px;
	font-weight: bold;
	color: red;
	font-size: 120%;
}

/* END BACKEND ===================================================*/

/* BEGIN FOOTER ==================================================*/

#footer { 
	width: 100%; 
	height: 35px; 
	border-top: 1px solid #1a3148; 
}

#footer_content { height: 35px; width: 950px; display: block; }

/* END FOOTER ====================================================*/

/* BEGIN HP MANAGE ===============================================*/

.hpmanage {
	margin-top: 40px;
}

#hp_items li {
	list-style: none;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid silver;
	padding: 10px;
	background-image: url(../images/crosspattern.gif);
	font-size: 110%;
	text-indent: 20px;
}

.release_description {
	margin: 10px;
}

#hp_items li:hover {
	cursor: pointer;
}

#hp_items li form .field_submit {
	display: none;
}

#hp_items li form .field_title {
	font-weight: bold;
}

#hp_items li form .field_feature {
	float: right;
}

#hp_items li.active {
	font-weight: bold;
	background-color: #bef94d;
	background-image: url(../images/accept.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #064033;
	border-bottom: 1px solid #064033;
}

#hp_items_controls {
	padding: 10px;
	border-bottom: 1px solid #666;
	position: fixed;
	width: 100%;
	background-color: silver;
	top: 0; left: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

/* END HP MANAGE =================================================*/

* { -webkit-text-stroke: thin transparent; }

.slider-releases {
  display: block;
  height: 234px;
}
.release { height: 235px; }

.release-nav { background: none; opacity: 1; position: absolute; }

.release-nav .counter {
  position: absolute;
  top: 20px;
  left: 12px;
  font-weight: bold;
  color: #666;
  display: block;
}

.release-next {
  padding: 10px 5px;
  height: auto;
  -webkit-border-radius: 5px;
  background-position: 80px center;
  top: 10px;
  right: 10px;
}

.release-images {
  border: 1px solid #666;
}

li.photo {
  display: block;
  position: relative;
  left: 30px;
  height: 233px;
  width: 303px;
  overflow: hidden;
}

li.photo img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

li.photo .caption {
  position: relative;
  top: 180px;
  width: auto;
  height: 50px;
  border-top: 1px solid black;
  background-image: url(../images/caption_bg.png);
  color: white;
  z-index: 1;
  visibility: hidden;
  padding: 5px 20px 5px 20px;
  line-height: 14px;
  font-size: 11px;
}

li.photo .caption small { font-style: italic; }
li.photo .caption small a { color: white; text-decoration: underline; }









/* NEW STYLES */


.block {
  background-color: silver;
  border: 1px solid rgba(0,0,0,.25);
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.75);
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.75);
  background-image: url(../graphics/block_shimmer.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  width: 100%;
  position: relative;
  margin-top: -20px;
  margin-bottom: 12px;
}

.inline {
  width: 420px;
  margin: 0 0 20px 15px;
  padding: 0;
}

.inline
.inline .block {
  margin: -1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.block.first,
.block:first-child {
  margin-top: 0;
}

.block.last,
.block:last-child {
  margin-bottom: 10px;
}

.block .title {
  padding: 25px 20px 10px 20px;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(0,0,0,.65);
  text-shadow: 0 1px 1px rgba(255,255,255,.25);
}

.block div.content {
  padding: 10px 20px 20px 20px;
  color: rgba(0,0,0,.7);
}

.block .content {
  border-top: 1px solid white;
  border-top: 1px solid rgba(0,0,0,.25);
}

.block ul.content {
  margin: 0 0 15px 0;
  padding: 0;
}

.block ul.content li {
  margin: 0;
  padding: 5px 20px;
  list-style: none;
}

.block .content a {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,.25);
}

.block ul.content li a {
  margin: -5px -20px;
  padding: 8px 20px;
  display: block;
  text-shadow: 0 -1px 1px rgba(0,0,0,.15);
  border-top: 1px dotted white;
  border-bottom: 1px dotted white;
  border-top: 1px solid rgba(255,255,255,.25);
  border-bottom: 1px solid rgba(0,0,0,.25);
}

.block ul.content li.last a,
.block ul.content li:last-child a {
  border-bottom: 2px solid transparent;
}

.block ul.content li a:hover {
  background-color: rgba(0,0,0,.1);
  text-shadow: 0 1px 1px rgba(0,0,0,.25);
  border-top: 1px solid rgba(0,0,0,.45);
  border-bottom: 1px solid rgba(255,255,255,.45);
}

.block ul.content li.last a:hover,
.block ul.content li:last-child a:hover {
  border-bottom: 2px solid rgba(255,255,255,.45);
}

.block form.content {
  margin: 0;
}

.block.first .title,
.block:first-child .title {
  padding-top: 15px;
}

.inline .block.first .title,
.inline .block:first-child .title {
  padding-top: 15px;
}

.block .lead {
  color: white;
  text-shadow: 0 1px 1px rgba(0,0,0,.25);
}



#block-01 {
  background-color: #DF903A;
}

#block-02 {
}

#block-03 {
  background-color: #66A2FA;
}

#block-04 {
  background-color: #B5B084;
}



/* @group Block Types */

.org-ident {
  background-color: #CFE3F5;
}

.org-ident h2 a {
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -8888px;
  overflow: hidden;
  display: block;
}

/* @end */

/* @group Diversity Block */

#block-diversity {
	background-image: url("../images/block_diversity.gif");
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;
}

#block-diversity h2 { color: white; }

#block-diversity .content {
	color: white;
	padding: 30px 55px 20px 20px;
	font-size: 120%;
	line-height: 170%;
	height: 100%;
}

#block-diversity .lead-in {
	font-size: 130%;
	font-weight: bold;
}

/* @end */

/* @group About AUI Block */

#block-aboutaui {
  background-image: url(../graphics/aboutaui_bg.gif);
  border-bottom: 1px solid #6B4954;
}

#block-aboutaui h2 {
  color: white;
  text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

#block-aboutaui .content {
  color: white;
  font-size: 13px;
  border-top: 1px solid #7195C0;
  -webkit-text-stroke: thin transparent;
  -moz-text-stroke: thin transparent;
}

/* @end */

/* @group NRAO Organization Block */

#block-org-nrao h2 a {
  height: 100px;
  width: 180px;
  background-image: url(../graphics/nrao_logo.png);
}

/* @end */

/* @group NSF Organization Block */

#block-org-nsf h2 a {
  height: 100px;
  width: 180px;
  background-image: url(../graphics/nsf_logo.png);
}

/* @end */

/* @group SKA Organization Block */

#block-org-ska h2 a {
  height: 100px;
  width: 180px;
  background-image: url(../graphics/ska_logo.png);
}

/* @end */

/* @group VAO Organization Block */

#block-org-vao {
  background-color: #333;
  padding-bottom: 5px;
}

#block-org-vao h2 a {
  height: 100px;
  width: 200px;
  margin-left: -5px;
  background-image: url(../graphics/vao_logo.png);
}

/* @end */

/* @group AURA Organization Block */

#block-org-aura {
  background-color: silver;
}

#block-org-aura h2 a {
  height: 100px;
  width: 200px;
  margin-left: -5px;
  background-image: url(../graphics/aura_logo.png);
}

/* @end */

form .field {
  padding: 10px 20px;
  border-top: 1px solid silver;
  border-bottom: 1px dotted white;
  border-top: 1px solid rgba(255,255,255,.5);
  border-bottom: 1px solid rgba(0,0,0,.25);
}

form .field label,
form .buttons label {
  float: left;
  width: 75px;
  color: rgba(0,0,0,.65);
  padding: 4px 0;
  text-align: left;
}

form .field input {
  width: 135px;
  padding: 3px;
  background-color: #efefef;
  border: 1px solid rgba(0,0,0,.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 -3px;
}

form .field input:focus {
  background-color: white;
}
form .buttons {
  padding: 10px 20px;
  text-align: right;
  border-top: 1px solid silver;
  border-top: 1px solid rgba(255,255,255,.5);
}

form .messages .message {
  padding: 10px 10px 10px 35px;
  background-image: url(../graphics/note.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  color: #333;
  background-color: rgba(0,0,0,.15);
}

form .messages .message.authentication { background-image: url(../graphics/key.png); }

button {
  background-color: #666;
  border: 1px solid rgba(0,0,0,.5);
  border-top: 1px solid rgba(255,255,255,.75);
  -webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.75);
  -webkit-border-radius: 3px;
  -moz-box-shadow: 0 -1px 1px rgba(0,0,0,.75);
  -moz-border-radius: 3px;
  background-image: url(../graphics/block_shimmer.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  color: white;
  font-weight: bold;
  text-shadow: 0 -1px 1px rgba(0,0,0,.25);
  padding: 2px 5px 4px 5px;
  margin: 2px 2px 0 2px;
}

button.affirmative {
  background-color: green;
}

button.negative {
  background-color: red;
}

button.normal {
  background-color: #666;
}

button:hover {
  background-color: #444;
  cursor: pointer;
  -webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.75);
  -moz-box-shadow: 0 -1px 1px rgba(0,0,0,.75);
}
.shade {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  color: white;
  cursor: pointer;
  background-color: rgba(0,0,0,.85);
  opacity: 0;
}

.shade .liner {
  margin: 20px;
  text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

/* VAO */

#vao dl {margin-bottom: 3em; }
#vao dt {
	font-weight: bold;
	margin-top: 1em;
}
#vao dd {line-height: 1.2em;}
