@import url(forms.css);
@import url(text.css);
@import url(backgrounds.css);
@import url(defaults.css);
@import url(layout.css);
@import url(tables.css);
@import url(lightbox.css);

* { margin:0; padding:0; }


body { 
  background-color:#f2f2f2;
  text-align: center;
  width: 980px;
  margin: 0 auto;
  padding: 1em 0;
  font-size: 0.75em;
  font-family: arial,helvetica,sans-serif;
}

#wrapper { width: 100%; margin: 0 auto; }

#header {
  clear: both;
  width: 100%;
  height: 90px;
  background: no-repeat url(/images/header.gif) top center;
  text-align: center;
  padding: 14px 0;
}

#navbar, #content {
  border-style: solid;
  border-color: #6c706c;
  border-width: 0 1px;
}

#navbar { 
  background-color: white; 
  padding: 10px 0 10px 6px;
}

#content {
  float: left;
  margin: 0 auto;
  background-color: white;
  width: 978px;
}

#centerwrap {
  float: left;
  width: 100%;
  margin: 0 -972px 0 0;
}

#footerWrap { 
  float: left; 
  width: 100%;
}

#left, #right {
  width: 199px;
}

#footerLeft, #footerRight { 
  width: 250px; 
  padding: 0 20px;
}

#footerLeft  { float: left; }
#footerRight { float: right; }

#left, #right, #center {
  text-align: left;
}

#left { 
  float: left; 
  margin: 1em 0 0 -5px;
}

#right { 
  float: right; 
  margin: 1em 0 0 0;
}

#footerRight { text-align: right }
#footerLeft  { text-align: left; }

#center {
  margin: 0 199px 0 199px;
  padding: 1.25em;
}

#footerCenter { 
  margin: 0 -972px 0 0; 
  text-align: center;
  width: 100%;
  float: left;
  border-top: 1px solid #ddc;
}

#footerWrap div { padding-top: 1em; }

#footer { 
  background: no-repeat url(/images/footer.gif) bottom center;
  clear: both;
  width: 964px;
  padding: 8px 8px 8px 8px; 
  font-size: 0.938em;
  color: #6c706c;
}

#footerLinks li {
  display: inline;
  border-right: 1px solid #6c706c;
  padding: 0 4px;
}

#footerLinks { margin-top: 3em; }

/* BEGIN NAVIGATION MENU */

#nav {
  height: 32px;
  color: #6c706c;
}

#nav .tab {
  border-width: 0 !important;
  width: 106px;
}
#nav .tab a { height: 26px; }
#nav .tab li a { height: auto; }

#first { background:  no-repeat url(/images/navbar/first.gif) #fad33f; }
#first:hover, #first.over { background: url(/images/navbar/first_on.gif) #fad33f; }
#last  { background:  no-repeat url(/images/navbar/last.gif) #fad33f; }
#last:hover, #last.over { background: url(/images/navbar/last_on.gif) #fad33f; }

#nav li a {
  display: block;
  padding: 6px 3px 0px 3px;
  height: 24px;
}

#nav li {
  position: relative;
  float: left;
  width: 105px;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  z-index: 254;  /* KEEP ABOVE FLOATED CONTENT BELOW */
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #6c706c;
  background-color: #fad33f;

}

#nav li.over, #nav li:hover { background-color: yellow; }

#nav li.over a, #nav li:hover a { color: #313231; }

#nav li ul {
  position:absolute;
  display: none;  /* HIDE UNTIL MOUSEOVER */
  left: 0;
  top: 20px;
  margin: 0 -1px;  /* ALIGN WITH PARENT TAB */
  padding: 0;
  width: 105px !important;
  z-index: 255;  /* KEEP ABOVE FLOATED CONTENT BELOW */
}

#nav li:hover ul, #nav li.over ul {
  display: block;
  border: 1px solid #6c706c !important;
}

#nav li>ul {
  top: auto;
  left: auto;
}

#nav li ul li {
  width: 105px !important;
  height: auto;
  margin-top: 0px;
  border-top: 1px solid #6c706c;
  border-right: 1px solid #6c706c;
  border-bottom-width: 0;
}

#nav li ul li:hover, #nav li ul li.over { border-width: 1px 1px 0 0 !important; }

#nav li ul li a {
  display: table-cell;
  width: 99px;
  margin: 0 !important;
  padding: 5px 3px;
  vertical-align: middle;
  text-align: center;
  height: auto;
  font: bold 8pt arial,helvetica,sans-serif;
  color: #313231 !important;
}

#nav li ul li a:hover {
  color: #6c706c;
  background-color: yellow;
}

/* END NAVIGATION MENU */


/* BEGIN SIDEBAR MENUS */

.menu h2 {
  width: 180px;
  height: 30px;
  border: 0;
  background: url(/images/title.gif) no-repeat;
  padding-top: 2px;
  text-align: center;
  font-size: 10pt;
}

.menu a {
  font-size: 10pt;
  display: block;
}

.menu span.current {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 10pt;
  background-color: #fff;
  color: #02222d;
}

.menu ul { margin-top: 0; }

.menu li, .menu dt, .menu dl { margin: 6px 3px; }

.menu {
  width: 180px;
  padding-bottom: 10px;
  margin: 0 auto 10px auto;
  background: url(/images/navmenu.gif) no-repeat bottom left;
}

.menu span.more a {
  padding-left: 65%;
  background-position: 60%
}

#left .menu, #nextEvent { text-align: center; }
#left .menu ul { margin: 0; }

/* END SIDEBAR MENUS */


/* BEGIN RECORD-SPECIFIC ADMIN MENU */

ul.modifications {
  background-color: yellow;
  padding: 0.5em;
  margin-bottom: 14px;
  border: 1px solid #6c706c;
}

ul.modifications a {
  padding-left: 24px;
  font: bold 9pt arial,helvetica,sans-serif;
  display: block;
  height: 20px;
  margin: 4px;
}

/* END RECORD-SPECIFIC ADMIN MENU */


.action, .symbol {
  background-repeat: no-repeat;
  background-position: center;
  width: 22px !important;
  height: 24px;
}

.action a {
  display: block;
  width: 20px;
  height: 24px;
  text-align: center;
}

a.actionLink {
  background-repeat: no-repeat;
  background-position: left middle;
  padding: 2px 0 2px 24px; 
  font: bold 9pt arial,helvetica,sans-serif;
  display: block;
  margin: 4px;
}

#left .actionLink {
  width: 150px;
  margin-left: 14px;
}

#left .modifications .actionLink { margin-left: 4px; }

.actionItem { padding: 2px 0; }
.actionItem a { display: inline !important;}
.actionItem .appear { font-size: 7pt; }

.more a { 
  background: no-repeat url(/images/icons/actions/go.gif) left; 
  padding-left: 20px;
}

#flash {
  width: 90%; 
  color: red;
  font-size: 10pt;
  padding: 8px;
  margin: 0 auto 10px auto;
  background: #fffbee;
  border: 1px solid red;
}

/*************************/

.newsUpdate { 
  width: 90%;
  margin: 0.875em auto;
}


.roles dt {
  width: 50%;
  float: left;
}

dl.roles { margin-bottom: 4em; }

.heading { margin-bottom: 2em; }


.box li { 
  width: 126px;
  height: 170px;
  font-size: 10pt;
  float: left;
  list-style-type: none;
  margin-right: 10px;
  margin-top: 10px; 
  text-align: center;
}

#events li { height: 100px; }

.events li { height: 275px; }

.box li img {
  border: 1px solid #bbbbcc;
  display: block;
  margin: 6px auto;
}

.box li a img:hover { border: 1px solid #dcb837; }

.box li ul { 
  background: #eeeecc; 
  border: 1px solid #ddddcc;
  margin: 0px auto; 
  padding: 0px; 
  height: 24px;
  width: 80px; 
  float: none;
}

.box li ul li {
  display: table-cell;
  height: 22px;
  margin: 2px;
  padding: 0px; 
}

ul#actions { background-color: #eeee7f;
  border: 1px solid #9e764e;
  margin-bottom: 8px !important;
  padding: 4px;
  border-left-width: 16px;
}

#boxwrap { width: 100%; }

.locale { font-size: 0.75em; }
#locale { 
  font-size: 1.125em;
  color: #6c706c;
  padding: 0.5em;
}

.pic { 
  border: 1px solid #ddc;
  padding: 3px;
  background: #f2f2f2;
  margin: 0 0 1em .5em;
}

.pic img { border: 1px solid #eec; }

.body { 
  margin-top: .75em;
  line-height: 140%; 
}

.centerList { margin: 1.5em 0; }
.centerList li { padding: 0.5em; }
.centerList .odd { 
  border-color: #ddc;
  border-style: solid;
  border-width: 1px 0;
}
.centerList h2, #featured h2 { border: 0; }

#featured, #profile {
  padding: 1em;
  border: 1px dashed #6c706c;
  background-color: #fffbee;
  margin-bottom: 2em;
}

#featured.events { height: 160px; }

#subject {
  float: right;
  margin: 0 1em;
  padding: 0.375em;
  border: 1px solid #6c706c;
  background: #ddc;
}

#subject h3 { font-size: 11pt; }

#subject img {
  float: left;
  border: 2px solid white;
  margin-right: 0.75em;
}

.subtitle { 
  border: 0;
  font-style: italic;
  margin-bottom: 0.75em;
  color: #9e764e;
}
.byline { 
  font-size: 1.125em; 
  font-weight: normal;
  margin-bottom: 0.75em;
}

#eventDetails { 
  margin-top: 0.75em;
  font-weight: bold;
  list-style: disc;
}

#eventDetails li { margin-left: 1.25em; }

.eventList h2 { border: 0; }

.eventList li, #heliumKnowledge div div {
  border-bottom: 1px solid #ddc;
  margin-top: 2em;
}

#contacts h2 { border: 0; }
#contacts h3 { margin-top: 2em; }

#eventPhotos a, #eventPhotos li { display: inline; }

#eventDetails dt {
  margin-top: 1em;
  color: #9e764e;
}

#eventDetails dd { 
  font-size: 1.125em;
}

#eventPhotos { 
  clear: left; 
  margin-top: 10px;
}

.clearleft { clear: left; }
.external:after { content: url(/images/external.gif); }

#eventDetails .right a img {
  vertical-align: middle;
  margin-right: 20px;
  padding-left: 10px;
}

#eventDetails .right a { font-size: 0.875em; }

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

#profile dt {
  text-align: right;
  float: left;
  clear: left;
  width: 100px;
  margin-right: 1em;
}

#profile dd { 
  float: left; 
  width: 220px;
  margin-right: .75em;
}

#profile a { font-weight: bold; }

.caption {
  font-size: 0.75em;
  padding: 3px;
  margin-bottom: 0;
}

#heliumRelatedTitles { 
  background: url(/images/navmenu.gif) no-repeat bottom left !important;
}
#heliumRelatedTitles img { border: 0; }
#heliumRelatedTitles li a { font-size: 1em !important; }

#heliumPower { margin-top: 14px; }
#heliumPower span {
  padding: 0 12px; 
  font-size: .875em;
  font-style: italic;
  font-weight: bold;
}

#heliumPower a { 
  font-style: normal; 
  font-size: 1.25em !important;
}

#heliumKnowledge h3 { display: none; }

.sortableList li { 
  margin: 4px; 
  padding: 3px 0;
  border: 1px solid #ddc;
}

.sortableList .odd { background: #eec; }

.handle { 
  background: yellow; 
  padding: 3px;
}

.handle:hover { cursor: pointer; }

.eventList li {
  background: url(/images/fade.gif) repeat-x;
  border: 1px solid #ddc;
  padding: 6px;
}

.eventList li .pic.left {
  margin-right: 1em;
}

li.disabled { background: #ddc; }

.choices { 
  margin: 2px;
  border: 1px dotted #ddc;
}

.choices a { 
  border: 1px solid #ddc; 
  background: #f2f2f2;
  padding: 1px;
}

dd img { vertical-align: middle; }

.rborder { 
  border-right: 1px solid #6c706c; 
  padding-right: 3px;
}

#mission {
  font-style: italic;
  font-size: 1.25em;
}

#left img { 
  margin: 1em auto; 
  display: block;
}

#mission { 
  line-height: 1.375em; 
  letter-spacing: .0375em;
}

/* Temp fix for NPLB mission display issues */
#mission ul li {
  font-size: .75em;
  list-style-type: disc !important;
}

#mission ul { margin-bottom: 1em; }

#footer .newsletter h2 { margin-left: 3em; }  /* Align header with input box */

.newsletter h2, #newsletter input { 
  font-size: 1em; 
  padding: 0 4px;
}

.newsletter form { 
  width: 95%; 
  background-color: transparent;
  border: 0;
  display: inline;
}

#copyright { color: #6c706c; }

#flyer { margin-right: 10px; }

