body { 
  margin-top: 0px;
  background: #e5e4e1; 
  font-family: Gill Sans MT, Gill Sans, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11pt;
  line-height: 135%;
}

.gsmsc-result-wrapper-user-selected-directions {
  font-weight: normal;
  font-size: 10pt;
}

/* Outer Container */
.container {
  width: 100%;
  text-align: center;
}

.container a { 
  color: #175ac4; 
  text-decoration: none; 
}

.container a:hover, .container a:active { color: #008d00; }

/* Centered 800px Wrapper */
.page {
  width: 800px;
  text-align: left;
  margin: auto;
  background: url(/images/bg-shadow.gif) repeat-y center;
}

/* Header: Logo, Graphics and Topnav Menu */
.page-header {
  background: url(/images/bg-shadow-top.gif) no-repeat top;
}

/* Topnav Menu */
.page-menu {
  width: 574px;

  /* Only IE sees this (Cleartype correctly render this font bold, at 8 point */
  font-family: Gill Sans MT, Arial, Helvetica, sans-serif;

  font-size: 10pt;
  font-weight: normal;
  padding-right: 0px;
  xwhite-space: nowrap;
  margin-left: 6px; 
}
.page-menu a { 
  color: #175ac4; 
  text-decoration: none; 
}
.page-menu a:hover, .page-menu a:active { color: #008d00; }

.left-column { padding-right: 15px;}

.right-column { padding-left: 15px; }


/* Main Content Area */ 
.page-content {
  color: #787471;
  padding: 50px;
  padding-top: 0px; 
  background: url(/images/bg-shadow-footer.gif) no-repeat bottom;
}

.page-headline { 
  color: #018d03;
  font-size: 24pt;
  line-height: 120%; 
  font-weight: normal;
}

.section-header { 
  color: #008d00; 
  font-size: 14pt; 
  line-height: 120%; 
}

.blurb {
  font-size: 14pt; 
  font-weight: normal;
  line-height: 165%;
}

p {
  font-weight: normal;
  font-size: 11pt;
  line-height: 135%;
}

/* Footer */
.page-footer {
  /* Only IE sees this (Cleartype correctly render this font bold, at 8 point */
  font-family: Gill Sans MT, Gill Sans, Arial, Helvetica, sans-serif;
  font-size: 10pt;

  font-weight: normal;
}

/* Miscellaneous */
.bar      { color: #c0c0c0; }
td        { vertical-align: top; }
p         { margin-top: 3px; }

img.hr { padding: 14px 0px 10px 0px; }
.page-footer img.hr { padding-bottom: 0px; }

/* Other Elements */
.lead-in {
  /*border: double #c1c1c1 3px;*/
  padding: 15px 10px 10px 15px;
}

.pull-quote-container {
  padding: 0px;
}

.pull-quote {
  /*border: double #c1c1c1 3px;*/
  padding: 20px 15px 15px 20px;
}

.pull-quote .open-quote {
  float: left;
  color: #c5c5c5;
  margin-left: -12px;
}

.pull-quote .close-quote {
  color: #c5c5c5;
  display: inline;
}

.quotation {
  color: #0066df;
  font-size: 10pt;
  font-style: italic;
  font-weight: normal;
  line-height: 150%;
  /* letter-spacing: 1pt; */
  /* text-transform: uppercase; */
}

.attribution {
  color: #0066df;
  font-size: 10pt;
  font-weight: normal;
  line-height: 150%;
  letter-spacing: 0pt;
  margin-top: 10px;
}

.right-column .image-wrapper { 
  padding-top: 6px; 
  padding-bottom: 6px;
}

.left-column .image-wrapper { 
  padding-top: 6px; 
  padding-bottom: 20px;
}


.cgi-form {
  width: 100%;
  background: #e5e4e1; 
  color: #505050;
  padding: 5px; 
  padding-top: 12px;
  padding-bottom: 12px;
}

.cgi-form td {
  font-weight: normal;
  font-size: 11pt;
}






