* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url('graphics/nanolight1_bg.jpg');
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fdfdfd;
}
.wrapper {
	position: relative;
	width: 58.33em;
	margin: 0 auto .8em;
	padding: 0;
	border: .5em solid #282828;
	border-top: 0;
	outline: #2b2b2b solid .5em;
}
#header {
	display: block;
	width: 58.33em;
	border-bottom: .083em solid black;
}
#nav {
	background-color: #2b2b2b;
	height: 2.25em;
	border-top: .083em solid #434343;
	border-bottom: .083em solid black;
}
#nav li {
	background-color: #333333;
	list-style: none;
	float: left;
	display: inline;
	height: 1.1em;
	border-bottom: 1.15em solid #282629;
}
#nav a {
	display: block;
	width: 8.33em;
	line-height: 2.25em;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border-right: .083em solid black;
	border-left: .083em solid #333333;
}
#nav a:hover, #nav #cur {
	background-color: #93d26a;
	height: 1.1em;
	color: #000000;
	border-right: .08em solid #4cbe10;
	border-left: .083em solid #93d26a;
	border-bottom: 1.15em solid #4cbe10;
}
#nav .bumpL {
	display: block;
	background-color: transparent;
	height: 2.25em;
	border: 0;
	border-left: .083em solid #333333;
}
#nav .bumpR {
	display: block;
	background-color: transparent;
	float: right;
	border: 0;
}
#nav .bumpScale {
	height: 2.25em;
}
#subNav {
	text-align: center;
	list-style: none;
	padding: .8em 0;
}
#subNav li {
	display: inline;
}
#subNav li a {
	text-decoration: none;
	font-size: 12px;
	color: white;
	margin: 0em .6em;
}
#subNav li a:hover, #subNav #cur {
	color: #4cbe10; 
}
.topBorder {
	border-top: 1px solid #434343;
}
.leftBorder {
	border-left: 1px solid #434343;
}
.bottomBorder {
	border-bottom: 1px solid black;
}
.rightBorder {
	border-right: 1px solid black;
}
.sectionHeader {
  padding: .8em .75em .15em;
	font-size: 28px;
	color: #868686;
}
.sectionHeaderDarker {
	color: #4d4d4d;
}
.firstLetter:first-letter {color:#5fff08;font-size:18px}
.lightBg {
	background-color: #2b2b2b;
}
.darkBg {
	background-color: #252525;
}
.paragraph {
	padding: 1.5em 1.75em;
  line-height: 1.3;
}
.paragraph a {
	color: #4cbe10;
	text-decoration: none;
}
.paragraph a:hover {
	text-decoration: underline;
}
.paragraph .email {
	color: #4cbe10;
	font-size: 14px;
	margin: 0 .2em;
}
.paragraphList {
  padding: 0 3.5em;
}
.dataTable {
  margin: 0 auto 0em;
  border-collapse: collapse;
}
.dataTable th {
  border: 1px solid black;
  padding: 0.7em 1em;
  font-weight: normal;
  text-align: left;
	color: #4cbe10;
}
.dataTable td {
  border: 1px solid black;
  padding: 0.7em 1em;
}
.tableFooter {
  margin: 0.5em 1em 1.5em;
}
.imgCont {
	width: 100%
}
.imgCont img {
	display: block;
	margin: 1.5em auto;
}
.imgCont div {
	position: relative;
	top: -1em;
	margin: 0 auto;
	color: #aaaaaa;
	text-align: center;
}
.noTopPadding {
	padding-top: 0;
}
.centeredText {
  text-align: center;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#end {
	height: 1.5em;
}
#footerNav {
	text-align: center;
	list-style: none;
	clear: both;
	margin-bottom: 5em;
}
#footerNav li {
	display: inline;
	border-right: 1px solid #727272;
}
#footerNav li.last {
	border-right: 0;
}
#footerNav li a {
	text-decoration: none;
	font-size: 10px;
	color: white;
	margin: 0 .4em;
}
#footerNav li a:hover {
	text-decoration: underline;
}

.pbseListBox {
  display: inline-block;
  float: right;
  width: 25em;
  margin: .5em 1.5em;
  padding: 1em;
  background-color: #93d26a;
  color: #222;
  text-align: left;
}

.pbseListBox .mainTitle {
  font-weight: bold;
}

.pbseListBox .subTitle {
  margin-top: .5em;
}

.pbseListBox ul {
  padding-left: 1.8em;
}

.inline-img-left {
  float: left;
  margin: 1em 1em 1em 0;
}

.inline-img-right {
  float: right;
  margin: 1em 0em 1em 1em;
}
