html {
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: tahoma;
  font-size: small;
  background: url(http://ggashi.com/images/bg.gif) repeat-x 0 0 fixed;
}

div#page {
  position: relative;
  margin: 0 auto;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  width: 900px;
  background: #FFFFFF url(auxillary.png) repeat-y right top;
}

div#header {
  position: relative;
  width: 900px;
  height: 80px;
  background: #FFFFFF;
}

div#header img {
  float: left;
  margin: 0 15px 0 35px;
}

div#header h1 {  
  height: 80px;
  font-size: 1.25em;
  font-style: italic;
  line-height: 80px;
}

div#header h2#section {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 1.15em;
  font-style: italic;
}

div#header h2#lead-in {
  position: absolute;
  bottom: 0;
  right: 300px;
  font-size: 1.5em;
}

div#summary {
  margin: 0 0 0;
  width: 700px;
  background: url(info.png) repeat-y right top;
}

div#summary:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1; /* Activities 'hasLayout' on IE */
}

ul#info {
  float: right;
  width: 200px;
}

div#details {
  width: 700px;
}

div#transportation {
  width: 900px;
  min-height: 300px;
  border-top: 1px solid #999999;
  padding: 0 0 20px 0;
  background: #FFFFFF;
}

div#auxillary {
  position: absolute;
  top: 80px;
  right: 0;
  width: 200px;
}

div#footer {
  clear: both;
  padding: 1em 0;
  border-top: 1px solid #999999;
  text-align: center;
  background: #FFFFFF;
}

/*****************************************************************************/

h3 {
  font-family: Georgia;
  font-variant: small-caps;
}

/*****************************************************************************/

#summary .title {
  border-bottom: 1px solid black;
  padding: 0 0 .5em 0;
  color: #373732;
  background: #FFFFFF;
}

#summary .title h1 {
  margin: 0 0 .25em 0;
  font-size: 3em;
  font-weight: bold;
  font-variant: small-caps;
  text-align: center;
}

#summary .title h2 {
  margin: 0 0 1em 0;
  font-size: 1.5em;
  font-style: italic;
  font-variant: small-caps;
  text-align: center;
}

#summary .title .quote { font-family: Georgia; color: #999999; }
#summary .title h1::before,
#summary .title h1::after,
#summary .title h2::before,
#summary .title h2::after { font-family: Georgia; color: #999999; }
#summary .title h1::before,
#summary .title h2::before { content: open-quote; }
#summary .title h1::after,
#summary .title h2::after { content: close-quote; }

#summary .title h3 {
  margin: 0;
  padding: 0;
  height: auto;
  font-size: .9em;
  font-family: Tahoma;
  font-variant: none;
  text-align: center;
  border: none;
}

#summary .title ul {
  margin: 0 0 .5em 0;
  text-align: center;
  font-size: 1.15em;
}

#summary .title p {
  text-align: center;
}

#summary .important {
  font-weight: bold;
}

/*****************************************************************************/

#summary h3 {
  margin: 10px 210px 0 10px;
  border-bottom: 1px solid #CCCCCC;
  height: .6em;
}

#summary h3 span {
  margin: -.6em 10px 0;
  background: #FFFFFF;
  padding: 0 10px;
}
#summary a {
  color: #000000;
}

#summary a:hover {
  color: #0000FF; 
  text-decoration: underline;
}

#summary table {
  margin: 2.5em 0 0 10px;
  border-collapse: collapse;
  font-size: 1.2em;
  border-bottom: 1px solid #999999;
}

#summary table tr .start,
#summary table tr .end { 
  width: 3em;
  text-align: right;
  vertical-align: top;
}

#summary table thead th {
  border-bottom: 1px solid #999999;
  padding: 0 0 0 10px; 
  font-weight: bold;
}

#summary table thead .start,
#summary table thead .end { text-align: center; }
#summary table thead .event { padding: 0 0 0 20px; }

#summary table tbody td { padding: .1em 0 .1em 10px; }
#summary table tbody .section th {
  display: none; 
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background: #4D6290;
}
#summary table tbody .event { padding: .1em 0 .1em 20px; }
#summary table tbody .event a strong { text-decoration: underline; }
#summary table tbody .event .speakers { }
#summary table tbody tr.odd td { background: #FFFFFF; }
#summary table tbody tr.even td { background: #EBEFE8; }

/*****************************************************************************/

ul#info {
  margin: 11px 0 0;
}

ul#info li {
  padding: 0 0 .8em 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #E3EBF4;
  text-align: center;
}

ul#info li h3 {
  margin: 0 10px 5px;
  border: none;
  padding: 0;
  height: auto;
  font-size: .8em;
  font-weight: normal;
  text-align: left;
  color: #FFFFFF;  
  background: url(info-h3.png) repeat-x left center;  
}

ul#info li h3 span {
  margin: 0 10px;
  padding: 0 5px;
  background: #4D6290;
}

/*****************************************************************************/

#info strong { font-size: 1.3em; font-weight: bold; color: #FFFFFF; }
#info a {
  display: block;
  font-size: .8em;
  font-weight: normal; 
  color: #E3EBF4; 
}

#info a:hover {
  color: #DFB917; 
  text-decoration: underline;
}

.event-date { line-height: 1.15em; }
.event-date .day, .event-date .year { display: block; }

.event-location { line-height: 1.1em; }
.event-location > * { display: block; }

.location-type { font-size: .8em; line-height: 1em; }

.event-location #event-address { font-size: .7em; }
.event-location #event-address * { display: none; }
.event-location #event-address .street-address { display: inline; }
.event-location #event-address .locality { display: inline; }

.event-fees {
  font-size: .9em; 
  text-align: left;
}
.event-fees dt {
  float: left;
  clear: left;
  margin: 0;
  padding: 0;
  width: 60%;
  text-align: right;
  line-height: 1.1em;
}

.event-fees dt::after { content: ":"; }
.event-fees dd {
  float: left; 
  margin: 0;
  padding: 0 0 0 5%;
  width: 35%;
  font-size: 1.1em;
  color: #FFFFFF;
}

#fees a {
  display: block;
  padding: 0 0 0;
  font-size: 1.5em;
  font-weight: bold;
  color: #FFFFFF;
}

#fees .note {
  display: block;
  padding: .5em 1em 0;
  font-size: .6em;
  line-height: 1;
}

#fees .note a {
  padding: 0 0 .25em;
  font-size: 1.35em;
}

/*****************************************************************************/

#details {
  font-size: 1.1em;
}

#details a {
  color: #000000;
}

#details a:hover {
  color: #0000FF; 
  text-decoration: underline;
}

#details h3 {
  margin: 0 10px 0 10px;
  border-bottom: 1px solid #CCCCCC;
  height: .6em;
}

#details h3 span {
  margin: -.6em 10px 0;
  background: #FFFFFF;
  padding: 0 10px;
}

#details h3 +  p {
  margin: 1em 1em 1em 3em;
  text-align: justify;
}

#details p, #details dd dd {
  font-family: Georgia, "Times New Roman", Times, Serif;
}

#details > dl  {
  margin: 0 10px;
}

#details > dl > dt {
  float: left;
  clear: left;
  margin: -1px 0 0;
  border-top: 1px solid #CCCCCC;
  padding: 0;
  width: 150px;
  font-size: 1.75em;
}
#details > dl > dt:first-child { border: none; }
#details > dl > dd.last { border: none; }

#details > dl > dd {
  margin: 0 1em 0 150px;
  border-bottom: 1px solid #CCCCCC;
  padding: 1px 0 10px;
}

#details dd h4 { font-size: 1.35em; }
#details dd p { padding: 5px 0; text-align: justify; }
#details dd dl { padding: 0; }
#details dd dt { font-size: 1.2em; }
#details dd dd { padding: 5px 0 5px 1em; text-align: justify; }

/*****************************************************************************/

#transportation h3 {
  margin: 10px 10px 0 10px;
  border-bottom: 1px solid #CCCCCC;
  height: .6em;
}

#transportation h3 span {
  margin: -.6em 10px 0;
  background: #FFFFFF;
  padding: 0 10px;
}

#transportation #map {
  float: right;
  width: 300px;
  height: 300px;
}

#transportation #directions {
  float: right;
  position: relative;
  border-right: 1px solid #CCCCCC;
  width: 299px;
  height: 300px;
}

#transportation #directions fieldset {
  margin: 10px 0 0;
  height: 50px;
}

#transportation #directions fieldset legend {
  margin: 0;
  padding: 0;
  height: 25px;
  font-size: 1.25em;
}

#transportation #directions #map-more {
  display: none;
  position: absolute;
  top: .5em;
  left: 15em;
  border: none;
  padding: 0 0 0 2em;
  font-size: .8em;
  text-decoration: underline;
  vertical-align: middle;
  background: none;
}

#transportation #directions #map-more.available {
  display: block;
}

#transportation #directions #map-more:hover {
  color: #0000FF;
  cursor: pointer;
}

#transportation #directions #route {
  height: 230px;
  overflow: auto;
}

#transportation #parking {
  float: right;
  width: 300px;
  height: 300px;
}

#transportation #parking h4 {
  padding: 10px 10px 0;
  font-size: 1.25em;
}

#transportation #parking ul {
   margin: 0 2em;
}

#transportation #parking ul li {
   padding: 1em 0;
   list-style: circle outside;
   text-align: justify;  
}

/*****************************************************************************/

#navigation {
  display: none;
  margin: 0 0 0 1px;
  border-top: 1px solid #000000;
}

#navigation li {
  height: 1.5em;
  font-size: 1.25em;
  text-align: center;
  line-height: 1.5em;
  vertical-align: middle; 
}

#navigation li a {
  display: block;
  text-decoration: none;
  color: #EBC223;
  background: #252525;
}

#navigation li a:hover {
  background: #151515;
}

#navigation li.important {
  height: 2.25em;
  font-size: 2em;
  font-weight: normal;
  line-height: 2.25em;
}
#navigation li.important a {
  color: #EBC223;
  background: #111111;
}

#navigation li.important a:hover {
  background: #000000;
}

/*****************************************************************************/

#associations {
  border-top: 1px solid #000000;
}

#associations h3 {
  padding: .1em .25em;
}

#associations a {
  display: block;
  margin: 10px 0 0;
  font-size: 1.75em;
  text-align: center;
  text-decoration: none;
  color: #000000;
}

#associations .host {
  margin: 0 0 10px;
  padding: 22px 0;
  border-bottom: 1px solid #666666;
  padding: 10px 0;
}

#associations .note {
  padding: 0 .25em;
  font-family: tahoma;
  font-size: .8em;
  font-variant: normal;
  text-align: center;
}
