.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* --- TAGS ---*/

html {
  background: #1d2a35 url(/images/geoint/top-fade.jpg) no-repeat center top;
}

body {
  width: 960px;
  margin: 0 auto 10px;
  padding: 0;
  background: transparent url(/images/geoint/container-bg.gif) repeat-y left top;
  border: 1px solid #000;
  border-top: none;
}

p {
  font-size: 12px;
  line-height: 1.4;
  /*max-width: 33em;*/
  margin: 0 0 1em;
}

h2 {
  margin: 45px 20px 17px;
  padding: 3px 0;
  border-bottom: 2px solid #bfbfbf;
  position: relative;
  clear: both;
  font: 28px/1.2 Tahoma, sans-serif;
  color: #2a3946;
}

h2.secondary {
  border-bottom-width: 1px;
  font-size: 16px;
  margin-bottom: 0;
}

h3 {
  margin: 0 20px 0.5em;
  font: 18px/1.2 Tahoma, sans-serif;
  padding: 0 0 3px;
  color: #2a3946;
  border-bottom: 2px solid #ffcc02;
}

h4 {
  margin: 0 20px 1em;
  font: bold 14px/1.2 Tahoma, sans-serif;
  color: #2a3946;
}

a img {
  border: none;
}

/* --- TOP --- */

#header {
  margin: 0;
  padding: 31px 0 0; /* 21 + 2 x 5 padding */
  height: 119px; /* 150 - 31 */
  background: url(/images/geoint/header-bg.png) no-repeat left top;
  position: relative;
}

#header h1 {
	position: absolute;
	top: 19px;
	left: 0;
}

#nav {
  margin: 0;
  padding: 0;
  height: 60px;
  width: 480px;
  list-style-type: none;
  position: absolute;
  left: 466px;
  top: 51px;
}

#nav li {
  height: 60px;
  float: left;
}

#nav li a {
  display: block;
  height: 60px;
  background: url(/images/geoint/nav.png) no-repeat left top;
  text-indent: -9999px;
}

/* @group Nav */

#nav li.home a {
  width: 74px;
  background-position: -10px -10px;
}

#nav li.home a:hover {
  background-position: -10px -90px;
}

body.home #nav li.home a {
  background-position: -10px -170px;
}

#nav li.about a {
  width: 79px;
  background-position: -94px -10px;
}

#nav li.about a:hover {
  background-position: -94px -90px;
}

body.about #nav li.about a {
  background-position: -94px -170px;
}

#nav li.agenda a {
  width: 84px;
  background-position: -183px -10px;
}

#nav li.agenda a:hover {
  background-position: -183px -90px;
}

body.agenda #nav li.agenda a {
  background-position: -183px -170px;
}

#nav li.expo a {
  width: 68px;
  background-position: -277px -10px;
}

#nav li.expo a:hover {
  background-position: -277px -90px;
}

body.expo #nav li.expo a {
  background-position: -277px -170px;
}

#nav li.sponsors a {
  width: 101px;
  background-position: -355px -10px;
}

#nav li.sponsors a:hover {
  background-position: -355px -90px;
}

body.sponsors #nav li.sponsors a {
  background-position: -355px -170px;
}

#nav li.news a {
  width: 74px;
  background-position: -466px -10px;
}

#nav li.news a:hover {
  background-position: -466px -90px;
}

body.news #nav li.news a {
  background-position: -466px -170px;
}

/* @end */

#altnav {
  margin: 0;
  padding: 5px 0;
  width: 960px;
  list-style-type: none;
  position: absolute;
  left: 0;
  top: 0;
  font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#altnav li {
  margin: 0;
  padding: 0 19px 0 0; /* pad the right side */
  float: right;
}

#altnav li a {
  color: #0a3e6b;
  line-height: 21px;
  height: 21px;
}

#altnav li.share a {
  text-indent: -9999px;
  background: url(/images/geoint/share-button.gif) no-repeat left top;
  width: 133px;
  height: 21px;
  display: block;
}

#altnav li.share {
  padding-right: 14px;
}

#altnav li.contact-us {
  padding-right: 39px;
  background: url(/images/geoint/alt-nav-seperator.gif) no-repeat right center;
}

/* --- MAIN --- */

#container {
  clear: both;
  background: transparent url(/images/geoint/main-fade.gif) no-repeat 0 top;
}

#main {
  margin: 0;
  width: 710px;
  float: left;
  position: relative;
  background: #fff url(/images/geoint/main-top-shadow.gif) repeat-x top left;
  font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#main p {
  margin-left: 20px;
  margin-right: 50px;
  font: 14px/1.3 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#main ul,
#main ol {
  margin: 0 50px 1em 20px;
  padding: 0;
}

#main ul li,
#main ol li {
  margin: 0 0 5px 1em;
  padding: 0;
}

#main dl {
  color: #333;
  margin: 0 50px 1em 20px;
}

#main dl dt {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

#main dl dt.on {
  margin-top: 0.5em;
  cursor: pointer;
  text-decoration: underline;
  padding: 0 0 0 23px;
  background: url(/images/icons/faq.gif) no-repeat left center;
}

#main dl dd {
  margin: 0;
  padding: 0;
}

#main blockquote {
  margin: 0 50px 1.5em 20px;
  padding: 3px 10px 0 27px;
  background: url(/images/icons/bq.gif) no-repeat left top;
}

#main blockquote p {
  margin-right: 0;
  margin-left: 0;
}

#main table {
  margin: 0 50px 1em 20px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

#main table td,
#main table th {
  padding: 4px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#main a {
  color: #0a3e6b;
}

#main #subnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

#main #subnav.normal {
  background: #242424;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
}

#main #subnav li {
  float: left;
  margin: 0;
  padding: 0;
}

#main #subnav li.button a {
  display: block;
  color: #fff;
  height: 30px;
  background: url(/images/geoint/subnav-bg-on.gif) no-repeat top left;
  font: 14px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-decoration: none;
  border-right: 1px solid #000;
}

#main #subnav li.button a span {
  display: block;
  padding: 0 15px;
  background: url(/images/geoint/subnav-bg-on-cap.gif) no-repeat top right;
}

#main #subnav li.button a:hover {
  background-image: url(/images/geoint/subnav-bg.gif);
}

#main #subnav li.button a:hover span {
  background: transparent; /* url(/images/geoint/subnav-bg-hover-cap.gif) no-repeat top right; */
}

#main #subnav li.button a.current {
  background-image: url(/images/geoint/subnav-bg-hover.gif);
}

#main #subnav li.button a.current span {
  background: url(/images/geoint/subnav-bg-hover-cap.gif) no-repeat top right;
}

#main #subnav.toggle {
  float: none;
  position: absolute;
  right: 20px;
  top: 54px;
  z-index: 9;
  background: none;
}

#main #promo {
  width: 669px;
  margin: 0 auto 20px;
  border: 1px solid #2a2a2a;
}

#main #promo p {
  margin: 0;
}

#main #promo img {
  display: block;
}

#main #promo ul {
  list-style-type: none;
  margin: 2px 0 0;
  padding: 0;
  width: 669px;
}

#main #promo ul li {
  float: left;
}

#main #promo ul li img {
  margin: 0 0 0 3px;
  display: block;
}

#main #promo ul li.first img {
  margin: 0;
}

/* --- SIDEBAR --- */

#sidebar {
  width: 240px;
  float: right;
}

#sidebar #countdown {
  height: 316px;
  width: 240px;
  margin: 0 0 -15px;
  overflow: visible;
}

#sidebar #countdown object {
  position: relative;
  top: -15px;
  left: -3px;
}

#sidebar .rest {
  background: #b2cce1;
  border: 1px solid #ddd;
  border-bottom: none;
}

#sidebar .connect {
  margin: 2px 0 1px;
  background: url(/images/geoint/connect-box-bg.gif) no-repeat center center;
}

#sidebar h2 {
  clear: both;
  float: left;
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 12px;
}

#sidebar h2.travel {
  background: url(/images/geoint/hotel-and-travel-heading.gif) no-repeat top left;
  width: 104px;
  height: 90px;
  margin: 0 0 1px;
}

#sidebar h2.travel a {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
}

#sidebar .connect h2 {
  float: none;
  width: 100%;
  height: 4px;
  margin: 0;
  background: url(/images/geoint/connect-box-top.gif) no-repeat top left;
  text-indent: -9999px;
}

#sidebar h2.past {
  float: none;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#sidebar .news h2 {
  float: none;
  background: url(/images/geoint/news-heading.gif) no-repeat top left;
  width: 100%;
  height: 47px;
  margin: 0;
  text-indent: -9999px;
}

#sidebar ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#sidebar ul li {
  display: block;
  margin: 0;
  padding: 0;
}

#sidebar ul.travel {
  width: 134px;
}

#sidebar ul.travel li {
  width: 134px;
  margin: 0;
  padding: 0;
}

#sidebar ul.travel li.book-a-flight a,
#sidebar ul.travel li.reserve-a-room a {
  display: block;
  text-indent: -9999px;
  width: 134px;
  height: 46px;
  background: url(/images/geoint/btn_flight.png) no-repeat top left;
}

#sidebar ul.travel li.reserve-a-room a {
  height: 44px;
  background-image: url(/images/geoint/btn_room.png);
}

#sidebar ul.travel li.book-a-flight a:hover {
  background-image: url(/images/geoint/btn_flight_over.png);
}

#sidebar ul.travel li.reserve-a-room a:hover {
  background-image: url(/images/geoint/btn_room_over.png);
}

#sidebar .connect ul {
  float: none;
  width: 134px;
  margin: 0;
  padding: 6px 3px 10px 102px;
  background: url(/images/geoint/connect-box-bottom.gif) no-repeat bottom left;
}

#sidebar .connect ul li {
  width: 134px;
  height: 28px;
  margin: 0;
  padding: 0;
}

#sidebar .connect ul li a {
  display: block;
  width: 124px;
  height: 28px;
  font: 14px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #0a3e6b;
  background: url(/images/geoint/connect-button-off.gif) no-repeat top left;
  text-decoration: none;
  padding: 0 0 0 10px;
  margin: 0;
}

#sidebar .connect ul li a img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  left: -6px;
}

#sidebar .connect ul li a:hover {
  color: #fff;
  background-image: url(/images/geoint/connect-button-on.gif);
}

#sidebar ul.past {
  float: none;
  width: 238px;
  height: 109px;
  background: url(/images/geoint/photos-box-bg.gif) no-repeat top left;
  position: relative;
  margin: 1px 0;
}

#sidebar ul.past li {
  position: absolute;
  top: 15px;
  left: 117px;
}

#sidebar ul.past li img {
  display: block;
}

#sidebar .news ul {
  float: none;
  width: 100%;
}

#sidebar .news ul li {
  display: block;
  margin: 0;
  padding: 20px 2px 0 2px;
  background: #f2f2f2 url(/images/geoint/news-item-bg.gif) no-repeat top left;
}

#sidebar .news ul li a {
  display: block;
  font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #0a3e6b;
  border-bottom: 1px solid #fff;
  padding: 0 10px 20px 34px;
}

#sidebar .news ul li a:hover {
  color: #2e6cb3;
}

#sidebar .news ul li.last {
  padding-left: 0;
  padding-right: 0;
}

#sidebar .news ul li.last a {
  border: none;
  background: url(/images/geoint/news-bottom.gif) no-repeat bottom left;
  padding-bottom: 30px;
  padding-left: 36px;
}

#sidebar hr {
  clear: both;
  background: #121b23;
  height: 4px;
  width: 238px;
  text-align: center;
  margin: 1px 0;
  border: none;
}

#sidebar hr.before-past,
#sidebar hr.before-news {
  display: none;
}

/* --- FOOTER --- */

#footer {
  clear: both;
  width: 960px;
  padding: 20px 0 12px;
  margin: 0;
  background: #20292f;
  color: #9b9b9b;
  font: 12px/1.2 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer a {
  color: #557a9e;
}

#footer a:hover {
  color: #fff;
}

#footer ul {
  margin: 0;
  padding: 0 20px;
  list-style-type: none;
  float: left;
}

#footer ul li {
  float: left;
  margin-right: 20px;
}

#footer ul li.copyright {
  float: none;
  display: block;
}

#footer ul#usgif-links {
  float: right;
}

#footer ul#usgif-links li {
  margin-left: 20px;
  margin-right: 0;
}

#footer ul#usgif-links li a {
  
}

/* --- HOMEPAGE ---*/

#homepage-promo {
  width: 710px;
  height: 301px;
}

body.home #main h2 {
  font: 16px Tahoma, sans-serif;
}

#main h2 a.rss {
  position: absolute;
  right: 2px;
  bottom: 2px;
  font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #557a9e;
  text-decoration: none;
}

#main h2 a.rss img {
  position: relative;
  top: 3px;
}

#main .article {
  width: 668px;
  margin: 10px auto 20px;
  border: 1px solid #eaeaea;
  background: #efefef url(/images/geoint/big-news-item-bg.gif) no-repeat top left;
  position: relative;
}

#main .article p {
  font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #333;
  margin: 0 0 1em;
  padding: 0;
}

#main .article p.date {
  text-transform: uppercase;
  font: 12px/1.3 Tahoma, sans-serif;
  color: #666;
  margin: 10px 25px 0 35px;
}

#main .article h3 {
  font: 28px/1.3 Tahoma, sans-serif;
  color: #000;
  padding: 0 25px 12px 35px;
  border-bottom: 1px solid #fff;
  margin: 0;
}

#main .article h3 a {
  color: #000;
  text-decoration: none;
}

#main .article h3 a:hover {
  text-decoration: underline;
}

#main .article .content {
  padding: 10px 25px 10px 35px;
  border-top: 1px solid #d7d7d7;
}

#main .article .content-single {
  padding: 10px 25px 10px 35px;
}

#main .news-bottom {
  padding: 0 20px;
  margin: 0 10px 20px;
}

#main .all-news {
  margin-right: 0;
}

#main .all-news a {
  float: right;
  padding-left: 18px;
  background: url(/images/geoint/more-news-arrow.gif) no-repeat 0 1px;
  color: #165bab;
  font: 14px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#main ul#sponsors {
  margin: 0;
  padding: 19px 0 19px 19px;
  list-style-type: none;
}

#main ul#sponsors.on {
  height: 260px;
  overflow: hidden;
}

#main ul#sponsors li {
  float: left;
  width: 216px;
  height: 124px;
  padding: 4px 3px 2px;
  background: url(/images/geoint/sponser-logo-bg.gif) no-repeat top left;
  margin: 0 6px 0 0;
}

#main ul#sponsors li img {
  display: block;
  width: 210px;
  height: 118px;
}

/* --- AGENDA --- */

/* @group Agenda Toggles */

body.agenda #main #subnav.toggle li {
  font: 14px/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin: 0 5px;
}

body.agenda #main #subnav.toggle li a {
  color: #2a3946;
  padding: 3px 7px;
  border: 1px solid transparent;
}

body.agenda #main #subnav.toggle li.breakout-track a.on {
  background: #ffa595;
  border: 1px solid #bbec76;
}

body.agenda #main #subnav.toggle li.special-event a.on {
  background: #ffd394;
  border: 1px solid #fbae9e;
}

body.agenda #main #subnav.toggle li.keynote a.on {
  background: #acfff6;
  border: 1px solid #91daf8;
}

body.agenda #main #subnav.toggle li.panel a.on {
  background: #cbfd84;
  border: 1px solid #bbec76;
}

/* @end */

body #main #tabs {
  list-style-type: none;
  width: 669px;
  margin: 0 20px;
  padding: 0;
  border-left: 1px solid #868686;
}

#main #tabs li {
  margin: 0;
  padding: 0;
  float: left;
  background: #fff;
  border-top: 1px solid #868686;
  border-right: 1px solid #868686;
}

#main #tabs li a {
  padding: 4px 20px 0;
  color: #334453;
  font: 14px/33px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}

#main #tabs li a:hover {
  background: #cfdeea;
}

#main #tabs li.download {
  float: right;
  background: transparent;
  text-align: right;
  border: none;
}

#main #tabs li.download a {
  text-transform: none;
  text-decoration: underline;
  line-height: 17px;
  padding-left: 20px;
  padding-right: 0;
  margin-left: 15px;
  background: url(/images/geoint/pdf-icon.gif) no-repeat left 2px;
  position: relative;
  top: 7px;
}

body #main #tabs li.ical a {
  background: url(/images/geoint/cal-icon.gif) no-repeat left 2px;
}

#main #tabs li.download a:hover {
	
}

#main #tabs li.current {
  background: #334453;
  border-bottom: 1px solid #334453;
  margin-bottom: -1px;
}

#main #tabs li.current a {
  color: #fff;
}

#main #tabs li.current a:hover {
  color: #fff;
  background: #334453;
}

#main #agenda-table {
  clear: both;
  margin: 20px;
  margin-top: 0;
  padding: 0;
  width: 671px;
  border: 0;
  /*border-top: 10px solid #334453;*/
  /*border-left: 1px solid #868686;*/
  font: 14px/1.2 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #334453;
}

#agenda-table thead th {
  padding: 11px 15px;
  background: #fce79d;
  border-top: 1px solid #868686;
  border-right: 1px solid #868686;
  border-bottom: 1px solid #868686;
  text-align: center;
}

#agenda-table thead th.time {
  border-left: 1px solid #868686;
}

#agenda-table tbody td {
  padding: 11px 15px;
  background: #eff0f3;
  border-right: 1px solid #868686;
  border-bottom: 1px solid #868686;
}

#agenda-table tbody td.time {
  border-left: 1px solid #868686;
}

body #agenda-table tbody tr.on td.breakout-track {
  background: #ffa595;
}

body #agenda-table tbody tr.on td.special-event {
  background: #ffd394;
}

body #agenda-table tbody tr.on td.keynote {
  background: #acfff6;
}

body #agenda-table tbody tr.on td.panel {
  background: #cbfd84;
}

#agenda-table thead th.time,
#agenda-table tbody td.time {
  width: 60px;
  text-align: center;
}

#agenda-table tbody td .wrapper {
  position: relative;
}

#agenda-table tbody tr.even td {
  background: #d0d5da;
}

#agenda-table tbody td .content {
  position: absolute;
  bottom: 100%;
  left: 7px;
  width: 328px;
  padding: 0 0 20px;
  display: none;
  background: url(/images/geoint/bottom-of-description-popup.png) no-repeat left bottom;
  z-index: 10;
}

#agenda-table tbody td .content .description {
  margin: 0;
  padding: 15px 17px 1px 15px;
  background: url(/images/geoint/top-of-description-popup.png) no-repeat left top;
}

#agenda-table tbody td .content .description p {
  margin: 0 0 1em;
  padding: 0;
}

#agenda-table tbody td:hover .content {
  display: block;
}

#agenda-table tbody tr td.exhibit_hall_hours {
  text-align: center;
  background-color: #fdffcc;
  font-size: 16px;
  border-left: 1px solid #868686;
}

/* --- SPEAKERS --- */

ul#speakers {
  list-style-type: none;
  margin: 0 20px;
  padding: 0;
}

ul#speakers li {
  width: 45%;
  margin: 0 5% 20px 0;
  padding: 0;
  float: left;
}

ul#speakers li.odd {
  clear: left;
}

ul#speakers li p {
  margin: 0 0 1em;
  padding: 0;
}

ul#speakers li div.name p {
  font: 18px/1.2 Tahoma, sans-serif;
  margin: 0 0 5px;
}

/* --- PHOTO GALLERY --- */

#main #photo-gallery {
  list-style-type: none;
  margin: 20px;
  padding: 0;
}

#main #photo-gallery li {
  float: left;
  display: block;
  margin: 0 13px 20px 0;
  padding: 0;
  width: 212px;
  height: 205px;
  border: 1px solid #d4d4d4;
  position: relative;
  overflow: hidden;
}

#main #photo-gallery li.three {
  margin-right: 0;
}

#main #photo-gallery li a {
  color: #fff;
  text-decoration: none;
}

#main #photo-gallery li img {
  display: block;
  position: relative;
  left: -14px;
  top: -7px;
}

#main #photo-gallery li span {
  width: 192px;
  height: 40px;
  padding: 10px;
  color: #fff;
  font: 16px/1.2 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  background: #2d3d4a;
  display: block;
  position: absolute;
  top: 145px;
  left: 0;
  z-index: 10;
}

/* --- CONTACT FORM --- */

body.contact form label,
body.share form label,
#lightbox-image form label,
#lightbox-image p {
  font: 14px/1.4 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
}

#lightbox-image p {
  text-align: left;
  margin: 0 20px 1em;
}

body.contact form input,
body.contact form textarea,
body.share form input,
#lightbox-image form input,
#lightbox-image form textarea {
  width: 350px;
  font-size: 14px;
}

body.contact form textarea,
#lightbox-image form textarea {
  height: 10em;
}

#lightbox-image h2 {
  text-align: left;
  padding: 0;
  margin: 15px 20px;
}

/* --- FAQ --- */





/* --- Test Events --- */

table.events {
  width: 670px;
  border: none;
}

table.events td {
  height: 50px;
  border: 1px solid #fff;
  width: 122px;
  vertical-align: top;
}

table.events td span.day {
  float: right;
}

table.events td.weekend {
  width: 30px;
  background: #eee;
}

table.events td.other {
  background: #ddd;
}

table.events td.other span {
  color: #fff;
}

table.events td.today {
  background: yellow;
}