/* use h1 for strapline */

body {

    margin-top: 30px;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 100%;
    background: #a8a89a;
}

body#home a#homeLink,
body#about a#aboutLink,
body#conference a#conferenceLink,
body#exhibition a#exhibitionLink,
body#delegates a#delegatesLink,
body#contact a#contactLink,
body#sponsorship a#sponsorshipLink,
body#gasmarket a#gasmarketLink,
body#media a#mediaLink {
	border-bottom: 1px dashed white;
}

  ul {
    margin: 0;
    padding: 0;
  }

  h3 {
    margin: 0;
    padding: 0;
  }

  p {
    font-size: 80%;
  }

  #wrapper {
    margin: 0 auto;
    width: 945px;
    text-align: left;
  }

  #header {
  width:945px;
  height:130px;
  clear: both;
  text-align: left;
  background: #FFFFFF;
  }

  #strapline {

  background: #108649;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  }


  #nav {

  clear: both;
  background:url('../images/bg_nav.gif') repeat-x 0 0;
  width:945px;
  height:45px;
  text-align:center;
  color:#FFFFFF;
  margin:0 auto;
  font-size: 0.8em;
  text-transform: uppercase;
  margin-bottom: 10px;
  }

  #nav a {

  color:#FFFFFF;
  text-decoration:none;
  font-weight: bold;

  }

  #nav a:hover {

  border-bottom: 1px dashed white;

  }


  #nav #navlist {

  padding-top: 15px;
  padding-bottom: 15px;

  }

  #nav #navlist li {
  display:inline;
  list-style-type:none;
  padding-left: 12px;
  padding-right: 12px;
  }

  #blah {
  background: #FFFFFF;
  width: 945px;
  padding-top: 6px;
  }


  #leftbar {
  float: left;
  width: 180px;
  margin-top: 5px;
  background: #FFFFFF;
  text-align: center;

  }

  #main {
  margin-left: 180px;
  background: #FFFFFF;
  padding-left: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  border-left: 1px dashed #00B3CF;
  margin-top: 10px;
  min-height: 470px;

  }

  #content {

  min-height: 850px;
  height:auto !important;
  height: 850px;

  }


  #main #content h3 {
    padding-top: 10px;
  }


  #main #content ul {

  margin-left: 15px;
  margin-bottom: 15px;

  }

  #main #content td {

    vertical-align: top;
  }

  #main #content th {

  font-size: 80%;
  padding-bottom: 5px;

  }

  #main #content li, td {

  font-size: 80%;

  }

  #main #content a {

  color: #108649;

  }

  #main #content td li {

    font-size: 100%;

  }


  #footer {
    clear: both;
    background:url('../images/bg_nav.gif') repeat-x 0 0;
    width:945px;
    height: 45px;
    text-align:center;
    color:#FFFFFF;
    font-weight: bold;
    padding-top: 12px;
    margin-top: 10px;
    font-size: 0.8em;
  }

  .label {

    /* margin-left: 25px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 130px;
    height: 18px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    background: #838379;
    text-align: center;
    text-transform: uppercase;
    padding-top: 3px;


  }


    .label_rh {

      margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 130px;
    height: 18px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    background: #838379;
    text-align: center;
    text-transform: uppercase;
    padding-top: 3px;

   }

   .event {
	color: #108649;
	font-weight: bold;
	/*text-transform: uppercase; */
	font-size: 90%;
}

  label.error {

        font-size: 0.9em;
        color: #F00;
        font-weight: bold;
        display: block;
        /* margin-left: 150px; */

    }

#submit {border:1px dotted #108649; width: 100px; font-weight: bold; text-transform: uppercase; cursor: pointer; }

#reset {border:1px dotted #108649; width: 100px; font-weight: bold; text-transform: uppercase; cursor: pointer; }

#speakers li {

    margin-top: 3px;
    margin-bottom: 3px;

}

.speaker {
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.smallprint {
  font-size: 0.8em;
  font-family: courier;
  margin-top: 20px;
}

.checkbox {
    width: 20px;
    height: 20px;
}

