@charset "UTF-8";
html, body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#Container {
	width:900px;
	background-image: url(Images/bckgr-main.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
#Header {
}
#Top {
	height: 20px;
	background-image: url(Images/Bckgr-top.png);
	color: #FFFFFF;
}
#Logo {
	height: 150px;
	width: 190px;
	background-image: url(Images/logo-sie.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#Header-illustrs {
	height: 150px;
	width: 710px;
	position: absolute;
	top: 20px;
	right: 0px;
}
.header-image {
	position: absolute;
	right: 50px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#Menu-container {
	width: 190px;
	overflow: visible;
	float: left;
}
#LeftColumn {
	width: 140px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
}
#Contents {
	margin-left: 190px;
	margin-right: 190px;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#RightBlock {
	width: 190px;
	float: none;
	overflow: hidden;
	position: absolute;
	top: 170px;
	right: 0px;
}
#RightColumn {
	width: 140px;
}
#Footer {
	clear: both;
	background-color: #006633;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	color: #FFFFFF;
}

.columntitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006633;
	width: 132px;
	display: block;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}
.columntext {
	font-weight: normal;
	color: #006600;
	background-color: #CCFFCC;
	width: 132px;
	display: block;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.columntext1 {
	width: 124px;
	display: block;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-size: 85%;
}
.columnpict {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.columnlink {
	font-weight: normal;
	color: #006600;
	background-color: #CCFFCC;
	width: 124px;
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(Images/linkcolbck.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
}
.green {
	color: #006600;
}
.osie {
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 5px;
	color: #003300;
}
.osietitle {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-bottom: -5px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
b {
	color: #003300;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	color: #003300;
	margin-top: 1.2em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 0;
}
h1 {
	font-size: 150%;
	margin: 0.4em 0 0.8em;
	line-height: 1.8em;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 105%;
	margin-bottom: -0.8em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #003300;
}
p {
	text-align: justify;
}
a {
	color: #006600;
	background: transparent;
	text-decoration: none;
}
a:hover {
	color: #003300;
}
.list1 {
	margin-left: 5px;
	list-style-position: outside;
	list-style-type: disc;
}
.img1 {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.descrimg1 {
	margin-left: 20px;
	line-height: 2.4em;
}
.img2 {
	margin: 12px;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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%;
	background: transparent url(/Images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/Images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/Images/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: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
.line {
	height: 1px;
	width: 340px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #009933;
}
.columntextblink {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006633;
	width: 132px;
	display: block;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	border-bottom-color: #FFFFFF;
	text-decoration: blink;
	text-align: center;
}
.img2v1 {
	margin-right: 12px;
	margin-left: 12px;
}
.list2 {
	list-style-position: outside;
	list-style-type: none;
}
.list3 {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(Images/linkarrow.gif);
}
