body {
  background: #f3f3f3;
  color: #686868;
  font-family: Helvetica, sans-serif;
  line-height: 1.2; }

a {
  color: #176aa4;
  text-decoration: none; }

h1 {
  font-size: 28px;
  color: #ffffff;
  font-weight: normal; }
  h1#home_title {
    background: transparent url(/images/home_title.png) 0px 0px no-repeat;
    width: 313px;
    height: 41px;
    text-indent: -9999px;
    margin-bottom: 20px; }

h2 {
  color: #666666;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
  padding-bottom: 3px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  *display: inline-block; }
  h2:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

#header {
  background: #ffffff; }

#main {
  background: #ffffff url(/images/splash_border_bottom.gif) top left repeat-x;
  padding-top: 7px; }

#header_content {
  width: 960px;
  margin: 0px auto;
  position: relative;
  height: 66px;
  z-index: 1; }

#footer {
  background: transparent url(/images/footer_bg.gif) 0px 0px repeat-x;
  padding-top: 4px; }

#footer_content {
  padding-top: 30px;
  position: relative;
  width: 960px;
  margin: 0px auto 40px; }

#main_content {
  width: 960px;
  margin: 0px auto;
  padding-top: 35px;
  *display: inline-block; }
  #main_content:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

#splash_band {
  background: #000 url(/images/splash_border_top.gif) 0px 0px repeat-x;
  padding: 7px 0px 0px; }

#splash_header {
  position: relative;
  margin: 0px auto;
  color: #ffffff;
  width: 960px; }

#splash_content {
  margin-left: -325px;
  position: relative;
  background: #000000 url(/images/splash_glow.png) 0px 0px no-repeat;
  padding: 30px 0px 30px 335px;
  *display: inline-block; }
  #splash_content:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

a#logo {
  background: transparent url(/images/logo_people.gif) 0px 0px no-repeat;
  width: 245px;
  height: 38px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 17px; }

ul#nav {
  position: absolute;
  left: 327px;
  top: 0px;
  border-left: 1px solid #e2e2e2;
  z-index: 3;
  *display: inline-block; }
  ul#nav:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  ul#nav li {
    display: inline;
    float: left;
    position: relative;
    outline: none; }
    ul#nav li a.nav_link {
      display: block;
      float: left;
      border-right: 1px solid #e2e2e2;
      color: #666666;
      font-size: 10px;
      font-weight: bold;
      padding: 0px 15px;
      height: 24px;
      padding-top: 45px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      ul#nav li a.nav_link:hover {
        color: #cb2d33; }
    ul#nav li#conference_drop_link, ul#nav li#about_drop_link {
      background: #ffffff; }
      ul#nav li#conference_drop_link.selected, ul#nav li#about_drop_link.selected {
        background: #ffffff; }

.sub_nav {
  position: absolute;
  top: 69px;
  left: -1px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-top: 0px;
  font-size: 11px;
  font-weight: bold;
  z-index: -1;
  padding: 10px 10px 10px 20px;
  width: 120px;
  display: none;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }
  .sub_nav .sub_item {
    margin-top: .5em; }

ul#foot_nav {
  width: 960px;
  margin: 0px auto;
  *display: inline-block; }
  ul#foot_nav:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  ul#foot_nav li {
    display: inline;
    float: left;
    *display: inline-block; }
    ul#foot_nav li:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    ul#foot_nav li a {
      display: block;
      font-size: 11px;
      color: #4d4d4d; }
      ul#foot_nav li a.title_link {
        font-size: 12px;
        font-weight: bold;
        padding-right: 30px;
        margin-bottom: 5px; }

p#copyright {
  background: transparent url(/images/footer_bug_people.gif) 0px 0px no-repeat;
  font-size: 11px;
  color: #999999;
  padding-left: 57px;
  padding-top: 5px;
  position: absolute;
  right: 20px;
  top: 30px;
  height: 33px;
  font-weight: bold; }
  p#copyright span {
    font-weight: normal;
    padding-left: 10px; }

p#cb_plug {
  font-size: 11px;
  position: absolute;
  right: 200px;
  top: 31px;
  width: 155px;
  padding-top: 4px; }
  p#cb_plug a {
    color: #999999; }
    p#cb_plug a span {
      font-weight: bold; }

a#cb_logo {
  text-indent: -9999px;
  display: block;
  width: 37px;
  height: 37px;
  background: transparent url(/images/cb_small.gif) 0px 0px no-repeat;
  float: left;
  margin-right: 8px;
  position: relative;
  top: -4px; }

p.splash_tag {
  font-size: 10px;
  color: #ff0000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px; }

a.header_link {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 12px; }

a.rss {
  display: block;
  width: 16px;
  height: 16px;
  background: transparent url(/images/icons/feed.png) 0px 0px no-repeat;
  text-indent: -9999px; }

a.twitter {
  display: block;
  width: 16px;
  height: 16px;
  background: transparent url(/images/twitter.gif) 0px 0px no-repeat;
  text-indent: -9999px; }

a.flickr {
  display: block;
  width: 16px;
  height: 16px;
  background: transparent url(/images/flickr.gif) 0px 0px no-repeat;
  text-indent: -9999px; }

a.add {
  display: block;
  width: 16px;
  height: 16px;
  background: transparent url(/images/icons/actions/add.png) 0px 0px no-repeat;
  text-indent: -9999px; }

.social_icons {
  margin-bottom: 20px;
  padding: 0px 10px; }

.about {
  margin-bottom: 20px;
  padding: 0px 10px; }

.quote {
  background: transparent url(/images/dotted_bottom.gif) 0px 0px repeat-x;
  padding: 20px 0px 0px;
  margin-bottom: 20px;
  display: none; }
  .quote .quote_head {
    background: transparent url(/images/speech_bubble.gif) 0px 0px no-repeat;
    height: 34px;
    padding-bottom: 10px;
    margin: 0px 10px; }
  .quote p.name {
    margin-left: 45px;
    color: #a4230e;
    font-size: 14px;
    font-weight: bold; }
  .quote p.position {
    color: #6f6f6f;
    font-size: 12px;
    margin-left: 45px; }
  .quote .quotation {
    font-size: 13px;
    color: #666666;
    font-style: italic;
    font-family: georgia;
    line-height: 1.4;
    padding: 0px 10px 20px;
    background: transparent url(/images/dotted_bottom.gif) bottom left repeat-x; }

form {
  *display: inline-block; }
  form:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  form .legend {
    float: left; }
  form .radio_group {
    margin-left: 140px; }
    form .radio_group .fieldWithErrors {
      float: left; }
  form label {
    float: left;
    width: 140px;
    padding: 5px 0px 0px 10px;
    color: #666666; }
    form label.radio {
      float: none; }
  form .field, form fieldset {
    *display: inline-block;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0px; }
    form .field:after, form fieldset:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    form .field:hover, form fieldset:hover {
      background-color: #fafafa; }
  form .note {
    display: block;
    text-align: right;
    margin-bottom: 10px;
    font-size: 11px; }

input.text, textarea, input.password {
  font-family: Helvetica, sans-serif;
  font-size: 1.0em;
  padding: 4px;
  margin: 0px;
  border: 1px solid #e0e0e0;
  color: #666666; }

textarea {
  width: 410px;
  float: left;
  height: 200px; }

input.submit {
  float: right;
  margin: 8px; }

.two_col_large {
  width: 624px;
  float: left;
  padding-right: 21px;
  border-right: 1px solid #e2e2e2;
  padding-bottom: 35px;
  background: transparent url(/images/col_gradiant.jpg) top right repeat-y; }

.two_col_small {
  width: 292px;
  float: left;
  padding-left: 22px;
  padding-bottom: 35px; }

.three_col_left, .three_col_middle, .three_col_right {
  overflow: visible; }
  .three_col_left h2, .three_col_middle h2, .three_col_right h2 {
    border-top: 3px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 26px 2px 10px;
    margin-bottom: 10px;
    color: #333333;
    font-size: 16px; }

.three_col_left {
  width: 292px;
  float: left;
  padding-right: 20px;
  padding-bottom: 35px;
  background: transparent url(/images/col_gradiant.jpg) top right repeat-y; }

.three_col_middle {
  width: 294px;
  float: left;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  padding: 0px 20px 35px; }

.three_col_right {
  width: 292px;
  float: left;
  padding-left: 20px;
  padding-bottom: 35px; }

table {
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px; }
  table th {
    color: #055385; }
  table tr {
    border: 0px; }
    table tr td, table tr th {
      vertical-align: middle;
      padding: 10px; }
      table tr td.first, table tr th.first {
        color: #1a9fc0;
        font-weight: bold;
        font-size: 10px;
        text-transform: uppercase; }
    table tr.even td, table tr.even th {
      background: #eaeaea;
      border-right: 1px solid #ffffff; }
      table tr.even td.first, table tr.even th.first {
        background: #f0f0f0; }
  table td.actions {
    width: 42px; }
  table a.header_link {
    float: right;
    position: static; }
  table a.delete {
    background: transparent url(/images/icons/actions/delete.png) 0px 0px no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -9999px;
    float: left;
    margin-left: 5px; }
  table a.edit {
    background: transparent url(/images/icons/actions/edit.png) 0px 0px no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -9999px;
    float: left;
    margin-left: 5px; }

table.event_calendar a {
  font-size: 11px;
  font-weight: bold; }
  table.event_calendar a:hover {
    text-decoration: underline; }
table.event_calendar p {
  padding: 2px 0px; }

.messages, .notifications {
  margin-bottom: 15px;
  padding: 5px;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  font-size: 12px;
  position: relative; }
  .messages.error, .notifications.error {
    border: 1px solid #ff8a8a;
    color: #d00505;
    background: #ffcfcf; }
  .messages.success, .notifications.success {
    border: 1px solid #66d066;
    color: #008000;
    background: #ddffdd; }
  .messages.info, .notifications.info {
    border: 1px solid #00529B;
    background-color: #BDE5F8;
    color: #00529B; }
  .messages.notice, .messages.notifications, .notifications.notice, .notifications.notifications {
    background: #f4f4f4;
    border: 1px solid #e2e2e2; }
  .messages li, .notifications li {
    *display: inline-block;
    padding: 2px 5px;
    margin: 0px; }
    .messages li:after, .notifications li:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  .messages a.delete, .notifications a.delete {
    float: right; }

.crumbs {
  font-size: 11px;
  margin-bottom: 10px; }

ul.compact_events {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 11px;
  color: #7e7e7e; }
  ul.compact_events li {
    padding: 5px 0px;
    border-bottom: 1px solid #efefef;
    *display: inline-block; }
    ul.compact_events li:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    ul.compact_events li:last-child {
      border-bottom: 0px; }
  ul.compact_events p.date {
    color: #a4230e;
    border-right: 1px solid #bebebe;
    float: left;
    padding-right: 5px;
    width: 100px; }
  ul.compact_events p.title {
    float: left;
    padding-left: 5px;
    border-left: 1px solid #dfdfdf;
    width: 160px; }
    ul.compact_events p.title a {
      color: #7e7e7e; }

ul.upcoming_events {
  margin-bottom: 20px; }
  ul.upcoming_events li {
    padding: 10px;
    border-bottom: 1px solid #efefef;
    *display: inline-block; }
    ul.upcoming_events li:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    ul.upcoming_events li:last-child {
      border-bottom: 0px; }
  ul.upcoming_events .event_image {
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #bebebe;
    background: #ffffff;
    padding: 1px; }
    ul.upcoming_events .event_image img {
      width: 50px;
      height: 50px; }
  ul.upcoming_events .event_head {
    float: left;
    width: 208px;
    margin-bottom: 10px; }
  ul.upcoming_events p.title a {
    color: #055385;
    font-size: 16px;
    font-weight: bold; }
  ul.upcoming_events p.date {
    color: #1a9fc0;
    font-size: 11px; }
  ul.upcoming_events .event_summary {
    clear: both;
    color: #7e7e7e;
    font-size: 12px; }

#event_head {
  position: relative;
  margin-bottom: 40px;
  *display: inline-block; }
  #event_head:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #event_head .headline {
    position: relative;
    top: 18px;
    margin: 0px 175px 0px 10px; }

.headline {
  background: #e2e2e2;
  padding-top: 1px;
  font-size: 0px;
  line-height: 0; }

#event_logo {
  position: relative;
  padding-right: 10px;
  background: #ffffff;
  float: left;
  z-index: 1; }

a.register_button {
  background: transparent url(/images/register_now.png) 0px 0px no-repeat;
  width: 165px;
  height: 37px;
  display: block;
  text-indent: -9999px;
  float: right;
  z-index: 1;
  position: relative; }
  a.register_button.sold_out {
    background: transparent url(/images/register_sold_out.png) 0px 0px no-repeat;
    height: 55px;
    top: -11px; }

.event_intro {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.5;
  *display: inline-block; }
  .event_intro:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

#event_info {
  margin-bottom: 20px;
  font-size: 12px;
  color: #333333;
  *display: inline-block; }
  #event_info:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

#event_date {
  width: 302px;
  margin-right: 20px;
  float: left; }

#event_location {
  width: 302px;
  float: left; }

#event_content {
  margin-bottom: 20px;
  font-size: 12px; }

a#map_badge {
  width: 57px;
  height: 60px;
  background: transparent url(/images/map.png) 0px 0px no-repeat;
  float: left;
  margin-right: 15px;
  display: block;
  text-indent: -9999px; }

p.venue {
  font-size: 14px;
  font-weight: bold; }

p.address {
  color: #666666;
  margin-bottom: 10px; }

p.instructions {
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  color: #666666; }
  p.instructions a {
    color: #1a9fc0; }

#instructions {
  font-size: 12px; }

#calendar_badge {
  background: transparent url(/images/calendar.png) 0px 0px no-repeat;
  width: 57px;
  height: 60px;
  float: left;
  margin-right: 15px; }
  #calendar_badge p.month {
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 3px; }
  #calendar_badge p.date {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 6px; }

#date_details p.long_date {
  margin-bottom: 5px; }
#date_details p.duration {
  font-size: 22px;
  font-weight: bold;
  text-transform: lowercase; }

ul.event_sponsors {
  margin-bottom: 20px;
  *display: inline-block; }
  ul.event_sponsors:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  ul.event_sponsors li {
    float: left;
    display: inline;
    margin: 5px; }
    ul.event_sponsors li a {
      border: 1px solid #bebebe;
      display: block;
      width: 139px;
      height: 80px; }
  ul.event_sponsors img {
    width: 139px;
    height: 80px; }

ul.conferences {
  margin-bottom: 20px;
  text-align: center; }
  ul.conferences li {
    margin-bottom: 10px; }

ul.sponsors {
  *display: inline-block; }
  ul.sponsors:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  ul.sponsors li.loading {
    width: 100%;
    height: 50px;
    background: transparent url(/images/loading.gif) center center no-repeat; }
  ul.sponsors li {
    display: inline;
    float: left;
    margin-bottom: 10px;
    margin: 0px 0px 10px; }
    ul.sponsors li.right {
      margin-left: 10px; }
    ul.sponsors li a {
      border: 1px solid #bebebe;
      display: block;
      width: 139px;
      height: 80px; }
    ul.sponsors li img {
      width: 139px;
      height: 80px; }

ul.blog_feed {
  padding: 0px 10px;
  margin-bottom: 20px; }
  ul.blog_feed li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef; }
    ul.blog_feed li:last-child {
      border-bottom: 0px; }
  ul.blog_feed p.date {
    font-size: 11px;
    color: #1a9fc0; }
  ul.blog_feed p.title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold; }
    ul.blog_feed p.title a {
      color: #055385; }
  ul.blog_feed p.body {
    font-size: 12px;
    color: #7e7e7e;
    line-height: 1.4; }

ul#twitter_update_list {
  font-size: 12px;
  line-height: 1.5; }
  ul#twitter_update_list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef; }
    ul#twitter_update_list li:last-child {
      border-bottom: 0px; }
  ul#twitter_update_list a {
    color: #c2c2c2; }
  ul#twitter_update_list span {
    display: block; }
    ul#twitter_update_list span a {
      color: #1a9fc0;
      text-decoration: underline; }

#flickr_feed {
  margin-bottom: 20px;
  padding: 0px 10px;
  *display: inline-block; }
  #flickr_feed:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.flickr_badge_image {
  float: left;
  display: inline;
  margin: 0px 5px 10px;
  border: 1px solid #bebebe;
  position: relative; }
  .flickr_badge_image a {
    display: block; }
  .flickr_badge_image img {
    width: 75px;
    height: 75px;
    padding: 2px; }

#about_snippet {
  color: #686868;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px; }

#home_snippet {
  width: 330px;
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 20px; }

#home_image {
  float: right;
  width: 530px;
  height: 260px;
  text-align: right; }
  #home_image img {
    display: none; }

a.more_button {
  background: transparent url(/images/more_button.png) 0px 0px no-repeat;
  width: 168px;
  height: 33px;
  display: block;
  text-indent: -9999px; }

form.member_login, form.newsletter_subscribe, form.subscription_update {
  padding: 15px 10px 10px;
  border: 1px solid #E0E0E0;
  margin-bottom: 40px;
  position: relative;
  background: #ffffff; }
  form.member_login p, form.newsletter_subscribe p, form.subscription_update p {
    margin-bottom: .5em; }
    form.member_login p.dialogue, form.newsletter_subscribe p.dialogue, form.subscription_update p.dialogue {
      font-size: 14px;
      margin: 1em; }
  form.member_login span.check_label, form.newsletter_subscribe span.check_label, form.subscription_update span.check_label {
    font-size: 14px; }
  form.member_login h2, form.newsletter_subscribe h2, form.subscription_update h2 {
    border: 0px;
    padding: 3px;
    background: #ffffff;
    position: absolute;
    top: -13px; }

.social_icons {
  *display: inline-block; }
  .social_icons:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .social_icons a {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    margin: 0px 5px;
    text-indent: -9999px; }
    .social_icons a#twitter {
      background: transparent url(/images/icons/twitter_32.png) 0px 0px; }
    .social_icons a#facebook {
      background: transparent url(/images/icons/facebook_32.png) 0px 0px; }
    .social_icons a#flickr {
      background: transparent url(/images/icons/flickr_32.png) 0px 0px; }
    .social_icons a#rss {
      background: transparent url(/images/icons/rss_32.png) 0px 0px; }
    .social_icons a#newsletter {
      background: transparent url(/images/icons/email_32.png) 0px 0px; }
    .social_icons a#linkedin {
      background: transparent url(/images/icons/linkedin_32.png) 0px 0px; }

.css_sandbox {
  *display: inline-block; }
  .css_sandbox:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .css_sandbox p {
    margin-bottom: 0;
    line-height: 1.5; }
  .css_sandbox ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 10px;
    margin-bottom: 1em; }
  .css_sandbox table {
    width: auto;
    font-size: 12px;
    text-align: left;
    margin-bottom: 0px; }
    .css_sandbox table tr {
      border: 0px; }
      .css_sandbox table tr td, .css_sandbox table tr th {
        vertical-align: top;
        padding: .5em; }
  .css_sandbox h3 {
    font-size: 14px;
    margin-bottom: 5px; }

body#tinymce {
  background: #ffffff; }
