/* CSS Document */
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #001111;
	padding-bottom: 10px;
}
img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
#pageContainer {
	background-color: #003333;
	background-image: url(images/content-bkg-withdragonfly.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#pageHeader {
	display: inline;
	float: left;
	position: relative;
	width: 960px;
	height: 163px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}
#topNav {
	display: inline;
	float: left;
	position: relative;
	width: 960px;
	height: 35px;
	background-color: #002322;
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
	z-index: 50 !important;
}
#topNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topNav li {
  	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	display: inline;
	padding-left: 20px;
	line-height: 35px;
	margin-left: 8px;
	background-image: url(images/nav-spacer.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	white-space: nowrap;
	float: left;
}
#topNav li:hover {
	
}
#topNav li.firstNav {
	background-image: none;
	padding-left: 5px;
}
#topNav a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#topNav a:hover, a:active {
    color: #ffffee;
}
#topNav ul ul {
	display: block;
	position: fixed;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -15px;
	background-color: #002322;
	border-left: solid 2px #000;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}
#topNav li li {
	background-color: #002322;
	float: none;
	display: block;
	margin: 0;
	padding-right: 16px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 30px;
	background-image: none;
}
#topNav li li:hover {
	background-color: #000;
}
#pageContentShell {
	z-index: 0 !important;
	display: inline;
	float: left;
	position: relative;
	width: 960px;
}
#pageFooterContent {
	display: inline;
	float: left;
	position: relative;
	width: 960px;
	height: 81px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
#footNav {
	display: inline;
	float: left;
	position: relative;
	width: 960px;
	text-align: center;
}
#footNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footNav li {
	display: inline;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	padding-left: 14px;
	line-height: 24px;
	margin-left: 5px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
#footNav li.firstNav {
	background-image: none;
	padding-left: 5px;
}
#footNav a {
    color: #fff;
}
#footNav a:hover, a:active {
    color: #ffffee;
}
#footCopyright {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	width: 960px;
	text-align: center;
}
#footCopyright p {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}
#footTagline {
	display: inline;
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
	width: 960px;
	text-align: center;
}
#footTagline p {
	padding: 0;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}
.dateline {
	color: #003333;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.quote {
	font-style: italic;
}
.quoteByLine {
	font-style: italic;
	text-align: right;
}
.transluscent {
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}
.transluscent2 {
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}