body,
html {
  margin: auto;
  padding: 0;
  font-style: oblique;
  /*background-image: url(back.gif);*/
  background-color: #012f53;
  color: #000000;
  font: 86% "Century Gothic","sans-serif";
  font-size: 0.95em;
  width: 1022px;
  text-align: center;
}
p {line-height: 1.4em;
	margin-bottom: 1.0em;
	font-size: 1.0em;
	padding-left: 2em;
	padding-right:2em;
	}
p.lead { font-size: 1.0em; }

ol, ul{ padding-left: 4em; padding-right: 4em;}	
ol, ul, dl { line-height: 1.6em; }
ol li{ margin-bottom: 0.2em; }
li{}
li strong {color: #000000;}
dl{ margin: 0.5em 0 1.2em 0; }
dt{
	font-weight: bold; color: #999;
	padding-top: 0.4em;
	}
dd{	
	font-size: 0.9em;
	margin-bottom: 1.0em;
	padding-bottom: 0.9em;
	border-bottom: 1px dashed #3d3d33;
	}


	

h1 {
  margin: 0;
  padding-top: 0em;
  padding-right: 12em;
  padding-left: 12em;
  font-family: "Century Gothic","san-serif";
  color: rgb(0,58,99);
  font-size: 1.1em;
  text-align: center;
  font-style: normal;
}
h4{
  margin: 0;
  padding-top: 0em;
  padding-right: 6em;
  padding-left: 6em;
  font-family: "Century Gothic","san-serif";
  color: rgb(0,58,99);
  text-align: center;
  font-size: 130%;
}
h3 {
	font-size: 1.2em;
	color: rgb(0,118,192);
	padding-top: 0.5em;
	padding-left: 1.5em;
}
h2 {
	display: none;
	}

#wrap {
	width:1022px;
	top: 0px;
	margin:auto;
}
* html div#wrap{
	height:100%;
}


#header {
  position: relative;
  top: 0px;
  height: 100px;
  width: 1022px;
  background-image: url(http://www.princetonhydro.com/images/ph_4.jpg);
}
#header a {
	position: absolute;
	top: 0;
	left: 0;
	width: 1022px;
	height: 100px;
}

#subheader {
	top: 0px;
	height: 110px;
	width: 100%;
	margin: 0 auto;
	background-image: url(./Phila_header_scaled.png);
}

#nav {
  /*position: center;*/
  top: 110px;
  left: 0;
  border-top: 1px solid #000011;
  border-bottom: 1px solid #000000;
  height: 20px;
  width: 100%;
  min-width: 800px;
  margin: 0 auto;
  background-color: #e6e6e8;
  text-align: right;
}
#nav ul {
  margin: 0px;
  padding: 0px;
  font: 85% "Century Gothic","san-serif";
  /*font-family: Courier New,monospace;*/
  font-size:0.95em;
  background-color: #e6e6e8;
  line-height: 20px;
  white-space: nowrap;
}
#nav li {
  list-style-type: none;
  display: inline;
}
#nav li a {
  text-decoration: none;
  color: #000000;
  margin-right: 3px;
}
#nav li a:link {
  color: #000000;
}
#nav li a:visited {
  color: #012f53;
}
#nav li a:hover {
  font-weight: bold;
  color: #000000;
  background-color: #3366ff;
}

#main {
  float:left;
  width:100%;
  padding-top:0px;
  text-align:justify;
/*border-right:0.3em double #336699;*/
  overflow: hidden;
  background-color: #ffffff;
}

#footer {
  clear:both;
  border-top: thin dotted gray;
  padding:5px 10px;
  background-color: #012f53;
  color: #BFDAFF;
  text-align: right;
}

@media screen{
	body>div#header{
		position: fixed;
	}
	body>div#nav{
		position: fixed;
	}
	body>div#sidebar{
   position:fixed;
  }
}

.section{
	border-top: 4px solid #3d3d33;
	padding: 0.5em 0 0.5em 0;
	overflow: auto;
	width: 100%;
	}
	
.thumbnail{
	padding: 3px 3px 8px 3px;
	background-image: url(back.gif);
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
blockquote.style {
  font: normal "Century Gothic", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  padding-right: 10px;
  border-left: 5px solid #7f8d54;
} 
