* {
	margin: 0;
}
html, body {
  color: rgb(186, 170, 128);
  background-image: url('images/background3.jpg');
  font-family: verdana,arial,helvetica,sans-serif;
  height: 100%;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	border-bottom: 1px solid #DBCA69;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom:0px;
	color: #0CF;
}
h3 {
	font-size: 22px;
	font-weight: normal;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	border-bottom: 1px solid rgb(186, 170, 128);
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom:0px;
	color: #CA4525;
}
h4 {
	font-size: 22px;
	font-weight: normal;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	border-bottom: 1px solid #DBCA69;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom:0px;
	color: #fF9900;
}
.subheading {
	font-size: 19px;
	font-weight: normal;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	margin-top: 8px;
	margin-bottom:0px;
	color: #30A4BF;
}
p {
  font-size: .9em;
  margin-top:3px;
  margin-bottom:10px;
}
a {
  text-decoration: none;
  color: white;
}
a:hover {
  color: rgb(120, 108, 94);
}
#stripe{
  background-image: url('images/stripe.png');
  position: absolute;
  right: 0px;
  top: 0px;
  height: 290px;
  width: 714px;
  z-index: 1;
}
#headerImage a{
  background-image: url('images/netzer_header.jpg');
  position: absolute;
  display: block;
  text-indent:-9999px;
  left: 0px;
  top: 0px;
  height: 160px;
  width: 960px;
}
#wrapper {
	position: relative;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px;
}
#headerImage h1 {
  display: none;
}
#dropImage {
  position: absolute;
  background-image: url('images/drop.jpg');
  left: 0px;
  top: 160px;
  height: 175px;
  width: 960px;
  z-index: 2;
}
#backgroundImage {
	background-image: url('');
	position: absolute;
	left: 0px;
	top: 150px;
	width: 960px;
	z-index: -10;
}
#nav {
  position: absolute;
  left: 460px;
  top: 120px;
  height: 40px;
  width: 495px;
  z-index: 2;
}
#nav img {
  border: 0 solid black;
}
#navMain {
	position: absolute;
	left: 0px;
	top: 0px;
}
#navAbout {
  position: absolute;
  left: 75px; 
  top: 0px;
}
#navServices {
  position: absolute;
  left: 155px;
  top: 0px;
}
#navResources {
  position: absolute;
  left: 260px;
  top: 0px;
}
#navConnect {
  position: absolute;
  left: 385px;
  top: 0px;
}
#contentTop {
  position: absolute;
  left: 450px;
  top: 0px;
  height: 175px;
  width: 480px;
  z-index: 2;
}
#contentLeft {
  padding: 160px 0px 0px 30px;
  width: 570px;
}
#contentLeftIndex {
  padding: 335px 0px 0px 30px;
  width: 570px;
  z-index: 2;
}
#contentLeft p {
  line-height: 1.5em;
}
#contentLeft p.quote {
  line-height: 1.3em;
  margin-left: 20px;
}
#contentLeft p.quote.a {
  text-decoration: none;
  color: #DBCA69;
}
#contentRight {
  position: absolute;
  left: 630px;
  top: 160px;
  height: 280px;
  width: 300px;
  z-index: 2;
}
#contentRightIndex {
  position: absolute;
  left: 630px;
  top: 335px;
  height: 280px;
  width: 300px;
  z-index: 1;
}
#contentRight p {
  line-height: 1.5em;
}
#contentRight p.quote {
  line-height: 1.1em;
  padding-left: 1em;
  text-indent: -1em;

}
#footer, #push {
	position: relative;
	margin: 0 auto;
	height: 35px;
	width: 960px;
	font-size: 20px;
	color: #DBCA69;
	clear: both;
	text-align: center;
	font-family: 'Covered By Your Grace', arial, serif;
}
#footer a {
  text-decoration: none;
  color: #DBCA69;
}
#footer a:hover {
  text-decoration: none;
  color: white;
}
.rightPad {
  margin-right: 20px;
}
.droptext {
	color: #333333;
}
.bigger {
  font-size: 1.2em;
}
.smaller {
  font-size: .85em;
}
.bolder {
  font-weight: bolder;
}
.accent{
	color: #DBCA69;
}
.ordinal {
  font-size: 75%;
  position: relative;
  top: -0.5em;
}
.leaderImage {
  text-align: right;
  width: 90px;
  padding-right: 10px;
}
.leaderBio p {
  margin-top:0px;
  width: 480px;
}


#leadersTable {
  top: 210px;
  left: 30px;
  width: 570px;
  z-index: 0;
}
#leadersTable tr {
  vertical-align: top;
}
#leadersTable td {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#leadersTable td.leaderBio {
  padding-left: 10px;
  padding-bottom: 10px;
}
#mapImage {
  position: absolute;
  top: 184px;
  left: 209px;
  width: 615px;
  height: 406px;
  z-index: 0;
}
#mapImage img {
  border: 0px solid black;
}
.nowrap {
  white-space: nowrap;
}

