@charset "utf-8";
/* resets for all browsers */
* {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
	font-size: 100%;
	vertical-align:top;
}
/* display-role resets for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* default font and background */
body, td, th {
	font: normal 75% Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
}
body {
	/* background: #202020 url(../images/site/header-bg.jpg) top left repeat-x; */
	background: #202020;
	margin-bottom: 10px;
}
/* font-size fix */
td, th {
	f\ont-size: 100%;
}
/* tables */
table, td, th, tr {
	border: none;
	margin: 1.0em 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
}
td.h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #AA0000;
}
td.small {
	font-size: 0.8em;
	color: #666666;
	text-align: right;
	vertical-align: bottom;
}
/* headlines */
h1 {
	font-size: 1.40em;
	font-weight: bold;
	color: #000000;
	margin: 0.8em 0 0 0;
	/* background-color: #000000;
	display: inline-block;
	padding: 0 0.5em 0 0;
	text-transform: uppercase; */
}
h2 {
	font-size: 1.15em;
	font-weight: bold;
	color: #AA0000;
	padding: 1.0em 0 0 0;
}
h3 {
	font-size: 1.15em;
	font-weight: bold;
	padding: 1.2em 0 0 0;
}
h4 {
	font-size: 1.10em;
	font-weight: bold;
	color: #AA0000;
	margin: 1.2em 0 0 0;
	/* background-color: #AA0000;
	display: inline-block;
	padding: 0 0.5em 0 0;
	text-transform: uppercase; */
}
/* paragraphs */
p {
	padding: 1.0em 0 0 0;
}
p.highlight {
	border: solid 1px #AA0000;
	background: #EAEAEA;
	margin: 1.0em 0 0 0;
	padding: 5px;
}
p.dates {
	font-size: 0.9em;
}
p.dateline {
	font-size: 0.8em;
	color: #666666;
	padding: 0 0 0 0;
}
p.blockquote {
	margin-top: 1.0em;
	border-left: solid 5px #DDDDDD;
	padding: 0 0 0 10px;
}
p.small {
	font-size: 0.8em;
	color: #666666;
	padding: 2.0em 0 0 0;
}
p.centered {
	text-align: center;
}
p.tags {
	font-size: 0.2em;
	color: #202020;
	padding: 0 0 0 0;
}
br {
	line-height: 1.0em;
}
/* images */
img {
	vertical-align: top;
	border: 0;
}
img.left {
	float: left;
	margin: 3px 10px 5px 0;
}
img.right {
	float: right;
	margin: 3px 0 5px 10px;
}
img.border {
	border: solid 1px #000000;
}
img.gallery {
	margin: 2px;
}
img.galleryws {
	margin: 0 3px 3px 0;
}
/* quickjump */
/*
.quickjump {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.1em;
}
.quickjump li {
	display: block;
	list-style: none;
	list-style-type: none;
	padding: 10px 0 0 17px;
	background: url(../images/site/mcwtrphyld.gif) no-repeat left;
}
li.quickjumpactive {
	display: block;
	list-style: none;
	list-style-type: none;
	padding: 10px 0 0 17px;
	background: url(../images/site/mcwtrphynw.gif) no-repeat left !important;
}
.quickjump li a {
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	padding: 2px;
}
.quickjump li a:link {
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	padding: 2px;
}
.quickjump li a:visited {
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	padding: 2px;
}
.quickjump li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #444444;
	border: 1px solid #000000;
	padding: 2px;
}
.quickjump li a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #AA0000;
	border: 1px solid #000000;
	padding: 2px;
}
li.quickjumpactive a {
	color: #FFFFFF !important;
	background-color: #AA0000 !important;
	border: 1px solid #000000 !important;
	padding: 2px !important;
}
*/
/* links */
a {
	color: #0000FF;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #AA0000;
}
a:active {
	text-decoration: underline;
	color: #AA0000;
}
a.alternative {
	color: #000000;
	text-decoration: none;
}
/* layout */
div#site {
	margin: auto;
	width: 842px;
	background-image: url(../images/site/site-bg.jpg);
}
div#header {
	height: 178px;
	background-image: url(../images/site/header.jpg);
}
div#navigation {
	height: 21px;
}
div#sidebar {
	padding: 0 20px 20px 20px;
	width: 205px;
	clear: left;
	float: left;
}
div#sidebarco {
	padding: 0 20px 0 20px;
	clear: left;
}
div#content {
	margin-left: 225px;
	padding: 0 20px 20px 20px;
}
div#contentws {
	padding: 0 20px 20px 20px;
}
div#footer {
	height: 22px;
	clear: both;
}
/* suckerfish */
/* single */
#navi, #navi ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#navi a {
	display: block;/*
	width: 10em;
	*/
}
/* added */
#navi a.level {
	width: 11em;
}
#navi li {
	float: left;/*
	width: 10em;
	*/
}
/* added */
#navi li.level {
	width: 11em;
}
#navi li ul {
	padding: 1em; /* added */
	position: absolute;
	width: 10em;
	left: -999em;
	/* added */
	line-height: 2.0em;
	background-color: #EAEAEA;
	border: solid 1px #000000;
}
#navi li:hover ul {
	left: auto;
}
#navi li:hover ul, #navi li.sfhover ul {
	left: auto;
}
/* multiple */
#navi li ul ul {
	margin: -3.1em 0 0 11em;
}
#navi li:hover ul ul, #navi li.sfhover ul ul {
	left: -999em;
}
#navi li:hover ul, #navi li li:hover ul, #navi li.sfhover ul, #navi li li.sfhover ul {
	left: auto;
}
/* lightbox */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, Sans-Serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding: 0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 113px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

