/**
  * RPB Printer Stylesheet
  * Copyright 2007 Research to Prevent Blindness
  * 
  * Produced by The Fund for the City of New York <csnyder@fcny.org>
  */
  
/* Element Styling */
body { padding: 7px; font-size: 62.5%; width: 804px; }
a { color: #00447c; }
ol,ul { margin: 1.4em 28px; }
ol { list-style: decimal outisde; }
ul { list-style: disc outside; }
li { margin: 0px 0px 0.7em 0px; }

/* Utility Styling */
p.whitespace { font-size: 1px; clear: both; }
p.control { display: none; }

/* Form Styling */
input { font-family: Georgia, serif; font-size: 1.1em; border: 1px solid #38939b; padding: 9px 3px 8px 4px; }
input.button { padding: 6px 3px 4px 3px; }
input.image { border: 0; vertical-align: top; padding: 0px; position: relative; top: -1px; }

/* Shadowbox Print Styling */
div.shadowbox { background-repeat: no-repeat; margin: 2px 12px 6px -4px; }
div.shadowbox.portrait { width: 150px; height: 180px; }
div.shadowbox.landscape { width: 184px; height: 148px; }
div.shadowbox img { visibility: hidden; }

/* First-class Divs */
#Header { position: relative; width: 800px; height: 82px; border-bottom: 14px solid #7eb0cc; margin-bottom: 14px; }
#Logo { float: left; position: relative; top: 2px; left: 1px; }
#Anniversary { display: none; }
#HeaderInner { float: right; position: relative; width: 548px; height: 43px; border-bottom: 9px solid #00447c; margin: 23px 0px 7px 0px; }
#Search { display: none; }
#Size { display: none; }

#Navigation { display: none; }

#Sidebar { display: none; }

#Content { position: relative; float: left; width: 504px; margin-left: 21px; 
  font-family: Arial, sans-serif; font-size: 1.2em; line-height: 1.7em;
  }
#Content h3 { font-family: Arial Narrow, Arial, sans-serif; font-size: 1.5em; color: #3f3f3f; font-weight: bold; 
  margin: 2.1em 0px 0.7em 0px; 
  }
#Content span.first + h3 { margin-top: 0px; }
#Content span.first + p { margin-top: 1.4em; }
#Content p { margin-bottom: 1.4em; }
#Content a:hover { text-decoration: underline; }

#Pages { font-family: Arial, sans-serif; font-size: 1.2em; line-height: 1.7em; }
#Pages h4 { font-family: Arial Narrow, Arial, sans-serif; font-size: 1.1em; color: #00447c; font-weight: bold; 
  margin: 1.2em 0px 0.1em 0px; 
  }
#Pages div.page { margin-bottom: 1.2em; }

#AdditionalContent { display: none; }
