*  { margin: 0; padding: 0; }

body {
  background: url(images/greenbg.gif) repeat fixed;
  font-family: Arial;
  font-size: 80%;
  padding: 25px 0;
}

a {
  color: #008FB1;
  text-decoration: underline;
  }

a:hover { color: #ED3F22; }

div.hr {
  border-bottom: 1px solid #ccc;
  display: block;
  height: 5px;
  margin: 1em 0;
  width: 100%;
  }

.red { color: #c00; }


.fullwidth {
  width: 100%;
  }

.left { float: left; }
img.left {padding: 0 5px 5px 0}
.center { text-align: center; }
.right {float: right; }

.width { width: 200px; }

.underline { text-decoration: underline; }
.italics { font-style: italic; }
.bold { font-weight: bold; }

.big { font-size: 1.2em; }
.small { font-size: 0.7em; }

a img { border: 0 }

div.clear { clear: both; }

div.message {
  background: #00bef1;
  color: #fff;
  padding: 10px;
  }

#container {
  margin: 25px auto;
  width: 760px;
  }

/*
 * HEADER
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#header {
  background: url(images/headerbg.gif) no-repeat center top;
  height: 125px;
  position: relative;
}

#header .header-sponsors {
  color: #666;
  float: right;
  font-size: 1.5em;
  padding: 5px 10px 0 0;
  width: 244px;
  }

#header .header-sponsors h5 {
  color: #488FB1;
  border-bottom: 1px solid #488FB1;
  margin-bottom: 2px;
  }

#header .header-sponsors a {
  text-decoration: none;
  }

#header .header-sponsors img {
  border: none;
  padding-right: 5px;
  }

#website a {
  background: url(images/logo.gif) no-repeat center center;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 23px; left: 35px;
  text-indent: -9999px;
  width: 350px; height: 75px;
  }

#website a.bnhra_header {
  background-image: url('images/bnhra_logo.jpg');
  height: 115px;
  top: 15px;
  width: 403px;
  }

#website a.ymca_header {
  background-image: url('images/ymca_logo.jpg');
  height: 115px;
  top: 15px;
  width: 403px;
  }

/*
 * NAVIGATION
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content,
#nav { background: white url(images/containerbg.gif) repeat-y center top; }

#nav { padding: 0 4px; }

#nav ul { list-style: none; }

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

#nav ul li { float: left; }

#nav ul li a {
  background: url(images/navbg.gif) no-repeat right center;
  color: white;
  display: block;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
  }

#nav ul li a span {
  background: url('images/navline.gif') no-repeat left center;
  display: block;
  padding-top: 32px;
  text-align: center;
  width: 125px; height: 43px;
  }

#nav ul li.sponsor a span { width: 127px; }

#nav ul li a:hover { background-image: url('images/navhover.gif'); }

#nav ul li.blank a span {
  background-image: none;
  width: 502px;
  }

#nav ul li.blank a {
  background: url('images/navbg_small.gif') repeat-x;
  }

#nav ul li.blank a:active,
#nav ul li.blank a:hover {
  background: url('images/navbg_small.gif') repeat-x;
  }

#nav ul li.bnhra_home a {
  background: url('images/navbg_small.gif') repeat-x;
  }

#nav ul li.bnhra_home a:hover {
  background: url('images/navhover_small.gif') repeat-x;
  }

#nav ul li.bnhra_home a span {
  width: 376px;
  }

#nav ul li.ymca_home a {
  background: url('images/navbg_small.gif') repeat-x;
  }

#nav ul li.ymca_home a:hover {
  background: url('images/navhover_small.gif') repeat-x;
  }

#nav ul li.ymca_home a span {
  width: 376px;
  }

body#home     #nav li.home     a,
body#attendees   #nav li.attendees   a,
body#attend   #nav li.attend     a,
body#exhibit   #nav li.exhibit   a,
body#sponsor   #nav li.sponsor   a,
body#bnhra    #nav li.bnhra     a,
body#ymca    #nav li.ymca     a  {
  background-image: url('images/navactive.gif');
  cursor: default;
  }

body#bnhra #nav li.bnhra a {
  background: url('images/navactive_small.gif') repeat-x;
  }

body#bnhra #nav li.ymca a {
  background: url('images/navactive_small.gif') repeat-x;
  }

/*
 * CONTENT
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
  color: #008FB1;
  min-height: 200px;
  padding: 10px 15px 20px;
  }

#content #main {
  float: left;
  _margin-right: -3px;
  padding: 10px 20px;
  width: 445px;
  }

#content #sub {
  float: right;
  _margin: 0;
  padding: 10px 20px 160px 20px;
  width: 195px;
}

#content .header {
  color: #ED3F22;
  font-size: 1.5em;
  margin: 1em 0 .5em;
  }

#content .smaller_header {
  color: #ED3F22;
  font-size: 1.3em;
  margin: 1em 0 .5em;
  }

#content span.name {
  color: #ED3F22;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
#content span.buffalo { color: #00BEF1; }

#content blockquote,
#content address,
#content dl,
#content ul,
#content ol,
#content p {
  line-height: 1.5em;
  margin-bottom: 1em;
}

#content ul,
#content ol { padding-left: 1.5em; }

#content dl { _height: 1px; }

#content dl:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  _height: 1px;
  visibility: hidden;
}

#content dl dt {
  float: left;
  font-weight: bold;
  width: 15%;
}

#main #apple_flash {
  display: block;
  margin: 0 auto;
  }

#main .table dd,
#main .table dt {
  font-size: 0.9em;
  }

#main .table dt {
  float: left;
  width: 120px;
  }

#main .table dd {
  padding-left: 125px;
  }

#main .table dd:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  _height: 1px;
  visibility: hidden;
}

#content dl dd { margin-left: 20%; }

.no-list li {
  list-style: none;
  }

#sub .thirds {
  margin: 10px 0 0 -20px;
  padding-bottom: 20px;
  width: 100%;
  }

#sub .thirds li {
  list-style: none;
  float: left;
  text-align: center;
  width: 33%;
  }

#content h2 .subtitle {
  color: #b8d83f;
  display: block;
  font-size: .65em;
  text-transform: uppercase;
}

#content label { font-weight: bold; }

#content hr {
  background: #00BEF1;
  border: none;
  height: 1px;
  margin: 1.5em 0 1em;
}

#content textarea,
#content input.text {
  border: 1px solid grey;
  display: block;
  font-family: arial;
  font-size: 1.2em;
  margin: 0 auto;
  padding: .25em;
  width: 95%;
}

#content input.submit {
  background: white;
  border: 1px solid #008FB1;
  color: #ED3F22;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  padding: .25em 1em;
}

#content fieldset {
  background: #a5dbee url('images/fieldset-bg.gif') repeat-x top;*/
  border: 1px solid #008FB1;
  margin-bottom: .5em;
  padding: 10px;
}

#content fieldset legend {
  background: #fff;
  color: #ED3F22;
  font-size: 1.2em;
  font-weight: bold;
}

#content img.center {
  background-color: #00BEF1;
  display: block;
  margin: 0 auto 1em;
  padding: 10px 0;
}

ul.busses li {
  display: block;
  float: left;
  height: 160px;
  list-style: none;
  text-align: center;
  width: 140px;
  }

#content .album li {
  display: block;
  float: left;
  height: 105px;
  list-style: none;
  margin: 5px;
  text-align: center;
  width: 105px;
  }

body#schedule #content .area,
body#bnhra #content .area{
  background-color: #00BEF1;
  color: white;
  font-size: 1.2em;
  margin-bottom: .2em;
  padding: .1em 10px;
}

body#schedule #content .events dt,
body#bnhra #content .events dt {
  1border-top: 1px solid #00BEF1;
  color: #ED3F22;
  padding: .1em 10px;
  text-align: right;
}

body#schedule #content .events dd,
body#bnhra #content .events dd {
  border-bottom: 1px solid #00BEF1;
  padding: .1em 10px;
  }

body#bnhra #content .events dd img.smaller {
  width: 100px;
  }

body#bnhra #content .events dd .clearfix .left {
  padding-right: 10px;
  width: 140px;
  }

body#bnhra #content .events dd .clearfix .left h3 {font-size: 12px}
body#bnhra #content .events dd .clearfix .left h4 {font-size: 11px}
body#bnhra #content .events dd .clearfix .left h5 {font-size: 10px}

body#bnhra #content .events dd p .sponsored_by {
  display: block;
  float: left;
  padding-right: 7px;
  vertical-align: middle;
  }

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#bnhra #header {height: 140px}

#bnhra .events ul.speakers li {
  display: block;
  float: left;
  list-style: none;
  padding: 0 4px 10px 0;
  width: 131px;
  }

#bnhra .events ul.speakers li img {
  mdisplay: block;
  mmargin: 0 auto;
  }

#bnhra .events ul.speakers li h3 {font-size: 12px}
#bnhra .events ul.speakers li h4 {font-size: 11px}
#bnhra .events ul.speakers li h5 {font-size: 10px}

#bnhra .events ul.speakers li ul li {text-align: justify}

#bnhra .events .bio p {
  font-size: 0.9em;
  text-align: justify
  }

body#schedule #content .events dt .title,
body#bnhra #content .events dt .title {
  float: left;
  }

.Patron_sponsor .sponsors li a,
.Title_sponsor .sponsors li a,
.Bronze_sponsor .sponsors li a,
.Silver_sponsor .sponsors li a,
.Gold_sponsor .sponsors li a {
  text-decoration: none;
  }

.Title_sponsor,
.Patron_sponsor,
.Gold_sponsor,
.Silver_sponsor,
.Bronze_sponsor {
  min-height: 150px;
  padding-top: 50px;
  }

.Title_sponsor li,
.Patron_sponsor li,
.Gold_sponsor li,
.Silver_sponsor li,
.Bronze_sponsor  li {
  margin-left: 0;
  }

.Title_sponsor {background: url('images/title-half.gif') no-repeat;}
.Patron_sponsor {background: url('images/patron-half.gif') no-repeat;}
.Gold_sponsor {background: url('images/gold-half.gif') no-repeat;}
.Silver_sponsor {background: url('images/silver-half.gif') no-repeat;}
.Bronze_sponsor {background: url('images/bronze-half.gif') no-repeat;}

#main dl dt {
  float: none;
  width: auto;
  }

#main dl dd { margin-left: 0; }

#sub h3.sponsor_name {display: none}

#sub ul.sponsors li {
  list-style: none;
  margin: 10px 0;
  text-align: right;
  }

#sub ul.sponsors li.blank_sponsor {
  border: 1px dashed #999;
  color: #999;
  }

#sub .sub_bnhra h3 {font-size: 12px}

#sub select {
  font-size: 12px;
  }

#sub option {
  padding: 1px;
  }

#sub dl dt {
  float: none;
  width: auto;
  }

#sub dl dd { margin-left: 0; }

#sub .attendee_list li a {
  color: inherit;
  text-decoration: none;
}

#sub .exhibitor .exhibitor_list ul {
  padding: 0;
  }

#sub .exhibitor .exhibitor_list ul li {
  list-style: none;
  }

#sub .exhibitor .exhibitor_list a {
  border-bottom: 1px solid #eee;
  color: #008FB1;
  display: block;
  padding: 2px 5px;
  text-decoration: none;
  width: 100%
  }

#sub .exhibitor .exhibitor_list .bold a {
  color: #ed3f22;
  }

#sub .exhibitor .exhibitor_list a:hover,
#sub .exhibitor .exhibitor_list a:active {
  background-color: #EC3E21;
  color: #fff;
  }

#sub a img {border: none}

#sub .exhibitor .exhibitor_list .pagination {
  text-align: center;
  }

#sub .exhibitor .exhibitor_list .pagination a {
  border: 1px solid #008FB1;
  display: inline;
  }

#sub .exhibitor .exhibitor_list .pagination span.prev,
#sub .exhibitor .exhibitor_list .pagination span.next {
  display: none;
  }

#sub .exhibitor .exhibitor_list .pagination a:hover,
#sub .exhibitor .exhibitor_list .pagination a:active {
  background-color: #008FB1;
  }

#sub .exhibitor .exhibitor_list .pagination .current {
  border: 1px solid #000;
  color: #000;
  padding: 2px 5px;
  }

/*
 * FOOTER
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
  background: url(images/footerbg.gif) no-repeat center bottom;
  padding: 10px 15px;
  position: relative;
}

#footer #flash {
  position: absolute;
  right: -10px; top: -155px;
}

#footer #sponsors {
  float: left;
  padding: 10px 20px;
  width: 445px;
}

#footer #sponsor_link {
  float: right;
  padding: 20px 20px 10px;
  width: 195px;
}

#footer .title { position: absolute; left: -9999px; }

#footer ul.sponsors {
  background: url(images/goldsponsor.gif) no-repeat left top;
  float: left;
  font-size: 1.2em;
  list-style: none;
  _height: 55px;
  min-height: 55px;
  overflow: hidden;
  padding-left: 65px;
  width: 157px;
}

#footer ul#silver_sponsors { background-image: url(images/silversponsor.gif); }

#footer a {
  color: white;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}

#footer a:hover { text-decoration: underline; }

#footer #sponsor_link a { font-size: 1.5em; }



/*
* TIGHTBOX
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tightbox-body {
  background: #fff;
  color: #00BEF1;
  padding: 10px;
  .width: 90%;
  }

#tightbox-body #content {
  background: transparent;
  .width: 90%;
  }

#tightbox-body #content img {
  display: block;
  margin: 0 auto;
  width: 200px;
  }


#tightbox-body #content h2 {
  background: #eee;
  margin-bottom: 1em;
  padding: 10px;
  }

#tightbox-body #content .body {
  padding: 0 11px;
  position: relative;
  }

#tightbox-body #content .body .ad {
  position: absolute;
  right: 0;
  top: 0;
  }

#tightbox-body #content .body .description {
  margin-top: 50px;
  }

#tightbox-body #content .ad img {
  margin: 0;
  width: auto;
  }

#tightbox-body .content textarea {
  height: 75px;
  }

#tightbox-body .content textarea,
#tightbox-body .content input.text,
#tightbox-body .content select.text {
  border: 1px solid grey;
  display: block;
  font-family: arial;
  font-size: 1.2em;
  margin: 0 auto;
  padding: .25em;
  width: 95%;
}

#tightbox-body .content input.submit {
  background: white;
  border: 1px solid #008FB1;
  color: #ED3F22;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  padding: .25em 1em;
}

#tightbox-body .content fieldset {
  background: #a5dbee url('images/fieldset-bg.gif') repeat-x top;*/
  border: 1px solid #008FB1;
  margin-bottom: .5em;
  padding: 10px;
}

#tightbox-body .content fieldset legend {
  background: #fff;
  color: #ED3F22;
  font-size: 1.2em;
  font-weight: bold;
}

#tightbox-body .content span.name {
  color: #ED3F22;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

#tightbox-body .content span.buffalo { color: #00BEF1; }

#tightbox-body .speaker img {padding: 0 10px 10px 0}

#tightbox-body .speaker p {margin-bottom: 1em}

#tightbox-body .speaker .topic {
  border-bottom: 1px solid #ED3F22;
  margin-bottom: 10px;
  }

#tightbox-body .error {
  color: red;
  font-size: 0.9em;
  font-style: italic;
  }
