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

body {
  background: #d8e0e3;
  margin: 0;
  padding: 0;
  font: 14px Arial, Geneva, sans-serif;
}

a img {
  border: none;
}

a {
  color: #4689ae;
  text-decoration: underline;
}

h1, h2 {
  margin: 0 0 1em;
  padding: 0.5em 0 0;
}

.addthis {
  margin: 10px 0 -7px 7px;
}

/*** HEADER ***/

#hack_for_link {
  position: relative;
  height: 0;
  width: 960px;
  margin: 0 auto;
}

#hack_for_link a {
  position: absolute;
  width: 390px;
  height: 132px;
  background: transparent;
  text-indent: -9999px;
  top: 47px;
  left: 3px;
}

#header {
  height: 480px;
  background: #000 url(/images/usgif/big-bg.jpg) no-repeat center bottom;
}
body.education #header {
  background-image: url(/images/usgif/big-bg-edu.jpg);
}

#header h1,
#header p.tagline {
  display: none;
}

#altnav {
  height: 60px;
  background: url(/images/usgif/altnav-bg-x.png) repeat-x top left;
}

#altnav div {
  width: 960px;
  margin: 0 auto;
}

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

#altnav li {
  float: left;
  margin: 0 45px 0 0;
  height: 60px;
}
#altnav li.login {
  margin: 0 20px 0 0;
}

#altnav li.logout {
  margin-right: 45px;
}

#altnav li a {
  display: block;
  height: 50px;
  line-height: 47px;
  padding: 0 0 16px;
  min-width: 40px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  color: #3a6283;
}

#altnav li.text a {
  height: 30px;
}

#altnav li a.login {
  color: #8b8c8f;
  text-decoration: underline;
}
#altnav li a.new-account {
  color: #eee;
}
#altnav li a.new-account em {
  padding: 8px;
  background: #3f3f45;
  font-weight: normal;
  font-style: normal;
}
#altnav li a.faq {
  background: url(/images/usgif/altnav-sprite-new.png) no-repeat center top;
}
#altnav li a.jobs {
  background: url(/images/usgif/altnav-sprite-new.png) no-repeat center top;
}
#altnav li a.my-profile {
  background: url(/images/usgif/altnav-sprite-new.png) no-repeat center top;
}

#altnav li a:hover {
  color: #679ec3;
  background-position: center -100px;
}

#altnav form {
  float: right;
  margin: 10px 0 0;
  padding: 0;
  width: 200px;
}

#altnav form label {
  display: none;
}

#altnav form input {
  width: 160px;
  height: 19px;
  padding: 5px 5px 0;
  line-height: 20px;
  margin: 0 1px 0 0;
  background: url(/images/usgif/search-input.gif) no-repeat right top;
  border: 1px solid #798087;
  float: left;
  color: #000;
  font-size: 11px;
}

#altnav form button {
  padding: 0;
  margin: 0 0 0 1px;
  border: 0;
  width: 24px;
  height: 24px;
  float: left;
}

button::-moz-focus-inner { 
  border: 0;
  padding: 0;
}

#altnav form button img {
  display: block;
  padding: 0;
  margin: 0;
}

#nav {
  list-style-type: none;
  margin: 115px auto 0;
  padding: 0;
  width: 984px;
  overflow: visible;
}

#nav li {
  display: block;
  float: left;
  width: 137px;
  height: 74px;
  margin: 0;
  padding: 0;
  position: relative;
}
#nav li.home { width: 149px; }
#nav li.membership { width: 148px; }

#nav li a {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(/images/usgif/nav-sprite.png) no-repeat 0 0;
  text-indent: -9999px;
}
#nav li.home a { background-position: 0 0; }
#nav li.about a { background-position: -149px 0; }
#nav li.community a { background-position: -286px 0; }
#nav li.news a { background-position: -423px 0; }
#nav li.events a { background-position: -560px 0; }
#nav li.education a { background-position: -697px 0; }
 #nav li.membership a { background-position: -834px 0; }

body #nav li.home a:hover { background-position: 0 -100px; }
body #nav li.about a:hover { background-position: -149px -100px; }
body #nav li.community a:hover { background-position: -286px -100px; }
body #nav li.news a:hover { background-position: -423px -100px; }
body #nav li.events a:hover { background-position: -560px -100px; }
body #nav li.education a:hover { background-position: -697px -100px; }
body #nav li.membership a:hover { background-position: -834px -100px; }

body.home #nav li.home a { background-position: 0 -200px; }
body.about #nav li.about a { background-position: -149px -200px; }
body.community #nav li.community a { background-position: -286px -200px; }
body.news #nav li.news a { background-position: -423px -200px; }
body.events #nav li.events a { background-position: -560px -200px; }
body.education #nav li.education a { background-position: -697px -200px; }
body.membership #nav li.membership a { background-position: -834px -200px; }


#nav li ul.children {
  display: none;
  list-style-type: none;
  z-index: 999;
  padding: 6px 0 0;
  margin: 0;
  background: transparent url(/images/usgif/nav-children-topper.png) no-repeat top left;
  position: absolute;
  left: 0;
  top: 60px;
  width: 240px;
}

#nav li.membership ul.children {
  background-image: url(/images/usgif/nav-children-topper-reversed.png);
  left: -103px;
}

#nav li ul.children li {
  float: none;
  display: block;
  background: transparent;
  height: auto;
  width: 240px;
  line-height: 1.2;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

#nav li ul.children li.last {
  padding-bottom: 12px;
  background: transparent url(/images/usgif/nav-children-bottom.png) no-repeat bottom left;
}

#nav li ul.children li a {
  color: #4689ae;
  background: #fff;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-top: 1px solid #dadada;
  text-indent: 0;
  display: block;
  height: 100%;
  width: 218px;
  padding: 9px 10px;
  margin: 0;
  font-size: 12px;
  text-decoration: none;
}

#nav li ul.children li a:hover {
  background: #eceff1;
}

#nav li:hover ul.children {
  display: block;
}

/*** CONTENT ***/

#content {
  background: url(/images/usgif/content-bg.png) repeat-y center top;
  width: 960px;
  min-height: 100px;
  padding: 0 6px 10px;
  margin: -231px auto 0;
  z-index: 99;
}

#main {
  width: 610px;
  float: left;
  margin: 0;
  background: #fff;
}

.panel {
  background: url(/images/usgif/panel-bg.png) no-repeat right bottom;
  padding: 0 5px 4px 0;
  position: relative;
}

.panel h2 {
  margin: 0 0 1em;
  padding: 0 10px;
  background: #000;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  height: 28px;
  line-height: 28px;
  position: relative;
}
.home .panel h2 {
  margin: 0;
}
body.education .panel h2 {
  background: #71be00;
}

.panel h2 em {
  position: absolute;
  top: 1px;
  right: 10px;
}

.panel h2 em a img {
  position: relative;
  top: 2px;
}

.panel ul.aside {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 100;
}

.panel ul.aside li {
  float: left;
  margin: 0;
  padding: 0 10px;
  background: url(/images/usgif/aside-divider.png) no-repeat left center;
  height: 28px;
  line-height: 28px;
}

.panel ul.aside li:first-child {
  background: none;
}

.panel ul.aside a {
  color: #a8a8a4;
  text-decoration: underline;
}

.panel .module {
  clear: both;
}

.panel .module p {
  margin: 0 30px 1em 10px;
  color: #605f5d;
} 

.panel .module p a {
  color: #000;
}

.panel .module p.figure {
  margin: 0 20px 20px 10px;
  padding: 0;
  float: left;
}

.panel .module p.figure img {
  border: 1px solid #000;
}

.panel .module h3 {
  color: #4689ae;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  margin: 15px 10px 0;
}

.panel .module h4,
.panel .module h5,
.panel .module h6 {
  margin: 15px 10px 0;
  color: #4689ae;
}

.panel .module p.date {
  color: #243f60;
  margin: 15px 10px 10px;
}

.panel .module p.date em {
  font-weight: normal;
  font-style: normal;
  background: url(/images/usgif/comment-count.png) no-repeat left top;
  color: #fff;
  display: inline-block;
  width: 28px;
  height: 9px;
  padding: 3px 0 13px;
  text-align: center;
  text-indent: 4px;
  font-size: 10px;
  position: relative;
  top: -5px;
}

.panel .module p.date em span {
  display: none;
}

.topper .module p.figure {
  float: none;
  margin: 0 0 10px 10px;
}

.topper .module p.figure img {
  border: 4px solid #000;
}

.module ul.detail-list {
  list-style-type: none;
  margin: 1px;
  padding: 0;
}

.module ul.detail-list li {
  margin: 0 0 1px;
  padding: 10px;
  background: #f4f6f7;
  position: relative;
  min-height: 28px;
}

.module ul.detail-list li h3 {
  font-size: 14px;
  color: #000;
  margin: 0 122px 0 0;
}

.module ul.detail-list li h3 a {
  color: #000;
  text-decoration: none;
}

.module ul.detail-list li img.figure {
  float: left;
  margin: 0 10px 10px 0;
  display: block;
}

.module ul.detail-list li span {
  font-size: 12px;
  color: #605f5d;
}

.module ul.detail-list li span em {
  font-weight: normal;
  font-style: normal;
  margin: 0 20px 0 0;
}

.module ul.detail-list li strong a {
  display: block;
  color: #605f5d;
  font-size: 14px;
  text-decoration: underline;
  font-weight: normal;
  font-style: normal;
  text-transform: lowercase;
  background: #fff url(/images/usgif/details.png) no-repeat left top;
  width: 117px;
  height: 30px;
  text-indent: -9999px;
  position: absolute;
  top: 10px;
  right: 10px;
}

#news {
  margin: -8px 0 0;
  padding-top: 4px;
}

#news.panel h2 {
  color: #181818;
  background: transparent;
  border-bottom: 1px solid #bfbfbf;
  margin: 0 10px 5px;
  padding: 0;
  height: 24px;
}

#news.panel h2 em {
  right: 0;
}

/*** FULL ***/

#main.full {
  width: 960px;
  margin-bottom: 10px;
  float: none;
}

#main h1 {
  color:  #4689ae;
  text-transform: uppercase;
  margin: 0 0 10px 10px;
  padding: 10px 0 0;
  font: bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#main.full {
  float: none;
}

#main.full .panel {
  background: none;
  margin: 0 10px;
  padding: 0;
}

html body #main.full div.body {
  border: none !important;
  margin: 0 0 1em;
}

body.thin #main {
  width: 720px;
}

body.thin #main .panel {
  width: 720px;
}

/*** DLS ***/

#main .panel .module dl {
  margin: 0 10px;
  padding: 0;
}

#main .panel .module dl dt {
  font-weight: bold;
  margin: 0 0 5px;
}

#main .panel .module dl dd {
  padding: 0 0 0 10px;
  margin: 0 0 1em;
}

#main .panel .module 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;
}

/*** TABLES ***/

#main .panel .table {
  background: #e9edef;
  padding: 10px;
  margin: 1px 1px 20px;
}

#main .panel .module table {
  width: 100%;
  margin: 0 0 1em;
  padding: 0;
}

#main .panel .table table {
  margin: 0;
}

#main .panel .module table th {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #444341;
  background: #fff;
  border-bottom: 1px solid #e9edef;
}

#main .panel .module table td {
  vertical-align: top;
  padding: 6px;
  background: #f4f6f7;
  border-left: 1px solid #e9edef;
  border-bottom: 1px solid #e9edef;
}

#main .panel .module table td.number {
  text-align: center;
}

#main .panel .module table td.currency {
  text-align: right;
  padding-right: 15px;
}


#main .panel .module table tr.group td {
  background: #d3eaf7;
}

#main .panel .module table td:first-child {
  border-left: none;
}

/*** FORMS ***/

#main .panel .module form {
  padding: 0;
  margin: 0;
}

#main .panel .module form p {
  clear: both;
  margin: 0 10px 1em;
  width: 410px;
}

#main .panel .module form a.forgot {
  font-size: 12px;
  color: #666;
  margin-left: 14px;
  padding-left: 20px;
  border-left: 1px solid #d6d6d6;
}

#main .panel .module form label {
  display: block;
}

#main .panel .module form p.checkbox label {
  display: inline;
}

#main .panel .module form input[type="text"],
#main .panel .module form input[type="password"] {
  display: block;
  width: 100%;
}

#main .panel .module form textarea {
  display: block;
  width: 40em;
  height: 10em;
  font: 12px/1.5 "Courier New", Courier, mono;
  padding: 3px;
}

#main .panel .module form p.city {
  float: left;
  width: 190px;
}

#main .panel .module form p.state,
#main .panel .module form p.postal_code {
  clear: none;
  float: left;
  width: 90px;
}

#main .panel .module form p.number {
  float: left;
  width: 295px;
}

#main .panel .module form p.type {
  float: left;
  clear: none;
  width: 100px;
}
#main .panel .module form p.type select {
  width: 100%;
}

#main .panel .module form p.exp_month,
#main .panel .module form p.exp_year {
  float: left;
  width: 120px;
}
#main .panel .module form p.exp_year {
  clear: none;
}
#main .panel .module form p.exp_month select,
#main .panel .module form p.exp_year select {
  width: 100%;
}

#main .panel .module form p.security_code {
  width: 120px;
}

/*** SPONSORS ***/



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

#main ul#sponsors ul {
  list-style-type: none;
  border-bottom: 3px solid #ccc;
  padding: 12px 0 0;
  margin: 0;
}

#main ul#sponsors li {
  
}

#main ul#sponsors h4 {
  clear: both;
  margin: 1em 0 -0.5em;
  overflow: visible;
  font-size: 22px;
}

#main ul#sponsors ul li,
#main ul#sponsors.flat li {
  float: left;
  width: 45%;
  padding: 4px 3px 2px;
  margin: 0 6px 45px 0;
}

#main ul#sponsors ul li.odd,
#main ul#sponsors.flat li.odd {
  clear: both;
}

#main ul#sponsors ul li img,
#main ul#sponsors.flat li img {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 5px;
  border: 1px solid #666;
}

#main ul#sponsors ul li span,
#main ul#sponsors.flat li span {
  display: block;
  margin: 0;
  line-height: 1.5;
}

#main ul#sponsors ul li span.name,
#main ul#sponsors.flat li span.name {
  font-weight: bold;
  font-size: 16px;
  color: #666;
}

#main ul#sponsors ul li p,
#main ul#sponsors.flat li p {
  margin: 0;
}

/*** EVENTS ***/

#main.full .panel {
  width: 935px;
  margin: 0 12px;
  border: 1px solid #eee;
}

#events-calendar h3 {
  font-size: 20px;
  color: #000;
  text-align: center;
  position: relative;
  width: 110px;
  margin: 10px auto;
}

#events-calendar h3 a {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  text-indent: -9999px;
  background: url(/images/usgif/minus.png) no-repeat center center;
  top: 3px;
}
#events-calendar h3 a.minus {
  left: 0;
}
#events-calendar h3 a.plus {
  background-image: url(/images/usgif/plus.png);
  right: 0;
}

#events-calendar ul.tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#events-calendar ul.tabs li {
  display: block;
  margin: 0;
  padding: 0;
  width: 77px;
  height: 40px;
  border-left: 1px solid #fff;
  float: left;
}
#events-calendar ul.tabs li:first-child {
  border: none;
}

#events-calendar ul.tabs li a {
  text-decoration: none;
  color: #efefe9;
  background: #4689ae;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
}

#events-calendar ul.tabs li.current a {
  background: #134a77;
}

#events-calendar h4 {
  clear: both;
  margin: 0;
  background: #134a77;
  color: #efefe9;
  text-align: center;
  line-height: 40px;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
}

#events-calendar .table-wrapper {
  background: #e9edef;
  padding: 10px;
  margin: 1px;
}

#events-calendar table {
  width: 100%;
  margin: 1px;
}

#events-calendar table th {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #444341;
  background: #fff;
  border-bottom: 1px solid #e9edef;
}

#events-calendar table th span {
  display: block;
  border-left: 1px solid #9e9e9e;
  line-height: 18px;
}

#events-calendar table th:first-child span {
  border: none;
}

#events-calendar table td {
  height: 105px;
  width: 130px;
  vertical-align: top;
  padding: 6px;
  background: #f4f6f7;
  border-left: 1px solid #e9edef;
  border-bottom: 1px solid #e9edef;
}

#events-calendar table td:first-child {
  border-left: none;
}

#events-calendar table td.events {
  background: #fff;
}

#events-calendar table td.other {
  background: #e9edef;
}

#events-calendar table td.today {
  background: #9ded00;
}

#events-calendar table td span.day {
  float: right;
  color: #444341;
}

#events-calendar table td.other span.day {
  color: #a5a4a2;
}

#events-calendar table td ul {
  list-style-type: none;
  padding: 10px;
  margin: 10px 0;
}

#events-calendar table td ul li {
  margin: 0 0 4px;
  padding: 0 0 0 7px;
  background: url(/images/usgif/event-arrow.png) no-repeat left 7px;
}

#events-calendar table td ul li a {
  font-size: 11px;
  color: #4689ae;
  text-decoration: underline;
}

/*** SEARCH ***/

body.search .module ul.detail-list li {
	border-bottom: 1px solid #c7c7c7;
}

body .module .pagination {
  margin: 20px 10px 10px;
}

body .module .pagination a,
body .module .pagination span {
  border: 1px solid #ddd;
  padding: 8px 11px;
  margin: 0 12px 0 0;
}

/*** CONTACT ***/

body.contact .map {
  margin: 10px;
}

body.contact .map p {
  margin-top: 2px;
}

body.contact #communication-information strong {
  width: 5em;
  display: block;
  float: left;
  clear: both;
}

/*** BENEFITS ***/

body #main table#benefits tr td.name {
  padding-left: 15px;
}

body #main table#benefits tr.group td.name {
  padding-left: 5px;
}

/*** SIGNUP ***/

table#signup {

}

#main .panel .module table#signup thead th {
  color: #aaa;
}

#main .panel .module table#signup tbody tr td {
  line-height: 40px;
  background: #fff;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #e9edef;
}

#main .panel .module table#signup tbody tr td.name {
  text-align: left;
  padding-left: 15px;
}

/*** SIDEBAR ***/

#sidebar {
  width: 350px;
  float: right;
  margin: 0 0 5px;
  /*background: #fff;*/
}

#sidebar .text {
  margin: 50px 50px 30px 25px;
}

#sidebar .text h2 {
  margin: 0;
  padding: 0;
}

#sidebar .text p {
  margin: 0 0 0.5em;
  font-size: 14px;
}

#sidebar .text p a {
  color: #000;
}

#sidebar .box {
  margin: 11px 10px 4px 7px;
}

#sidebar h2 {
  margin: 0 0 1px;
  background: #4689ae;
  height: 28px;
  line-height: 28px;
  font-size: 11px;
  color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
}

#sidebar h2 a {
  color: #fff;
  text-decoration: underline;
  margin-left: 10px;
}
#sidebar h2 a:hover {
  color: #ddd;
}

#sidebar .box div,
#sidebar .box ul {
  width: 331px;
  border: 1px solid #605f5d;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#sidebar #join h2 {
  text-indent: -9999px;
  height: 56px;
  background: url(/images/usgif/join-heading.png) no-repeat left top;
}

#sidebar #join .info {
  padding: 5px 0;
  border: 1px solid #efefe9;
}

#sidebar #join .info em {
  color: #205a85;
  font-style: normal;
}

#sidebar #join .info p {
  margin: 0 40px 1em 20px;
}

#sidebar #join .info p.buttons {
  margin-bottom: 10px;
}

#sidebar #join .info .buttons .button {
  display: block;
  width: 139px;
  height: 26px;
  float: left;
  margin: 0 30px 0 0;
  background: url(/images/usgif/create-account-button.png) no-repeat center center;
  text-indent: -9999px;
}

#sidebar #join .info .buttons .link {
  color: #4689ae;
  text-decoration: underline;
  display: block;
  float: left;
  background: url(/images/usgif/geoint-rss-item-arrow.png) no-repeat -19px center;
  padding: 0 0 0 13px;
  margin: 0;
  line-height: 26px;
}

#sidebar #about h2 {
  text-indent: -9999px;
  background: url(/images/usgif/about-heading.png) no-repeat left top;
  position: relative;
  left: -1px;
  height: 20px;
}

#sidebar #gotgeoint-rss h2 {
  text-indent: -9999px;
  height: 51px;
  background: url(/images/usgif/geoint-rss-heading.png) no-repeat left top;
}

#sidebar #gotgeoint-rss ul,
body.thin #sidebar ul {
  padding: 5px 0;
  list-style-type: none;
}

#sidebar #gotgeoint-rss ul li,
body.thin #sidebar ul li {
  margin: 10px 0;
  padding: 0 10px 0 35px;
  background: url(/images/usgif/geoint-rss-item-arrow.png) no-repeat left 4px;
  color: #605f5d;
}

#sidebar #gotgeoint-rss ul li a,
body.thin #sidebar ul li a {
  color: #4689ae;
  text-decoration: underline;
  display: block;
  
}

#sidebar #calendar h3 {
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 25px;
}

#sidebar #calendar table {
  margin: 1px;
  width: 329px;
}

#sidebar #calendar table thead th {
  color: #657c8f;
  font-weight: normal;
  font-style: normal;
  width: 46px;
  height: 25px;
  text-align: center;
  border-bottom: 1px solid #f4f6f7;
}

#sidebar #calendar table tbody td {
  border-right: 1px solid #f4f6f7;
  border-bottom: 1px solid #f4f6f7;
  width: 46px;
  height: 25px;
  text-align: center;
  background: #fff;
  color: #444341;
}

#sidebar #calendar table tbody td a {
  color: #4689ae;
}

#sidebar #calendar table tbody td.other {
  background: #e9edef;
  color: #a5a4a2;
}

#sidebar #calendar table tbody td.today {
  background: #9ded00;
  color: #333;
}

#sidebar #calendar table tbody td .wrapper {
  position: relative;
  width: 0;
  height: 0;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

#sidebar #calendar table tbody td .description {
  width: 200px;
  min-height: 40px;
  background: url(/images/usgif/bottom-of-description-popup.png) no-repeat bottom right;
  position: absolute;
  border: none;
  bottom: 10px;
  right: -35px;
  display: none;
}

#sidebar #calendar table tbody td:hover .description {
  display: block;
}

#sidebar #calendar table tbody td .description ul {
  background: transparent url(/images/usgif/top-of-description-popup.png) no-repeat top right;
  width: 195px;
  min-height: 30px;
  border: none;
  padding: 10px 5px 0 0;
  margin: 0 0 20px;
}

#sidebar #calendar table tbody td .description ul li {
  margin: 0 0 10px;
  padding: 5px 0 5px 30px;
  text-align: left;
  color: #605f5d;
  background: url(/images/usgif/geoint-rss-item-arrow.png) no-repeat -5px center;
}

#sidebar #calendar table tbody td .description ul li a {
  color: #4689ae;
  text-decoration: underline;
  display: block;
}

#sidebar #banner img,
#sidebar .banner img,
#sidebar #sponsors img {
  display: block;
}

#sidebar #banner,
html body #sidebar .banner {
  margin: 11px 0;
}

#sidebar #sponsors ul li.focus {
  border-bottom: 1px solid #dedede;
}

#sidebar #sponsors ul li.left {
  float: left;
  border-right: 1px solid #dedede;
}

#sidebar #sponsors ul li.right {
  float: right;
}

body.thin #sidebar {
  width: 235px;
}

body.thin #sidebar h2 {
  margin: 0;
}

body.thin #sidebar ul {
  margin: -10px 0 1em;
}

body.thin #sidebar ul form {
  position: relative;
  top: -3px;
}
body.thin #sidebar ul form input {
  width: 120px;
  padding: 2px;
}

/*** FOOTER ***/

#footer {
  background: #fff url(/images/usgif/footer-bg.png) no-repeat center top;
  padding: 50px 0 100px;
  margin: -15px 0 0;
  z-index: 100;
  position: relative;
}

#footer div {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#footer p, #footer a {
  color: #a8a8a4;
  font-size: 11px;
}

#footer p {
  margin: 1em 0;
}

#footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer ul li {
  float: left;
  margin: 0 2em 0 0;
}

#inbound-links {
  position: absolute;
  top: 0;
  right: 0;
}

#outbound-links {
  position: absolute;
  top: 28px;
  right: 0;
}

#footer #outbound-links li,
#footer #inbound-links li {
  margin: 0 0 0 2em;
}

#outbound-links a,
#inbound-links a {
  color: #605f5d;
}

/* ### Flashes ### */

body #content #main .panel .notice,
body #content #main .panel .alert {
  background: #e5fae5;
  padding: 15px 0;
  margin-bottom: 20px;
}

body #content #main .panel .alert {
  background: #ffd1cf;
}

body #content #main .panel .notice p:last-child,
body #content #main .panel .alert p:last-child {
  margin-bottom: 0;
}

/* ### News section ### */

#main .panel .module p.read-more {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

/* ### Jobs ### */

body.jobs .module ul.detail-list li {
	border-bottom: 1px solid #c7c7c7;
}

body.jobs .module ul.detail-list li h3 {
  margin-bottom: 5px;
}

/** UTILS **/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
