html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #008080;
}
a:hover {
	color: #CCCCCC;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.show {
	display: block;
}
body {
	background: #CCCCCC url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #003366;
	padding-bottom: 0px;
	padding-top: 5px;
}

/* ######### CSS for Layout ######### */
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
	position: relative;
	background: url(images/body_bg.jpg) repeat-y;
}
#logo {
	width: 244px;
	height: 114px;
	background: url(images/header_1.jpg) no-repeat;
	padding-top:15px;
	text-align: center;
}
#header {
	position: absolute;
	top: 0;
	padding-top:10px;
	left: 243px;
	width: 535px;
	height: 254px;
	background: url(images/hdr_bg.jpg) top right no-repeat;
}
#left {
	float: left;
	width: 243px;
}
#nav {
	background: url(images/nav_left.jpg) no-repeat;
}

#news {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	min-height:320px;
}
#news ul {
	margin-top:0px;
	margin-left:10px;
	margin-bottom:10px;
	list-style:none;
}
#news ul li a {
	color:#999999;
	font-weight:normal;
}
#news h2 {
	font-size: 12px;
	color: #008080;
	margin-top:5px;
	margin-bottom:10px;
}
#news h3, #news p {
	font-size: 11px;
	margin: 3px 2px 4px 0;
}
#news a {
	color: #008080;
	text-decoration: underline;
}
#news a:hover {
	text-decoration: none;
}
#news .more {
	font-size: 9px;
}
#news .hr-dots {
	background: center url(images/dots.gif) repeat-x;
	height: 10px;
}
#content {
	margin-right: 16px;
	margin-bottom:10px;
}
#right {
	float: right;
	width: 508px;
	padding-right: 9px;
	padding-top: 279px;
}
#right h2 {
	font: 14px arial, sans-serif;
	color: #008080;
	border-bottom: 1px solid #008080;
	padding-bottom: 6px;
	margin-bottom: 1em;
}
#right h3 {
	font: 14px arial, sans-serif;
	color: #003366;
}
#right h4 {
	font: 12px arial, sans-serif;
	font-weight:bold;
}
#right p {
	text-align:justify;
}
#right .left {
	margin-right: 18px;
}
#right .more {
	font-weight: bold;
	font-size: 10px;
	margin-top:0;
	margin-bottom:10px;
}
#right .hrdots {
	background: center url(images/dots.gif) repeat-x;
	height: 18px;
}
#right a img {
	border: 1px #008080;
}
#right select {
	font-family: Verdana, Arial, sans-serif;
	color: #003366;
	font-size: 11px;
}

#footer {
	background: url(images/footer_bg.jpg) no-repeat;
}
#copyright {
	text-align: right;
	padding: 8px 25px 5px 00px;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #008080;
	height:30px;
}
#footerline{
	background: url(images/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}

/* ######### CSS for DIV Scroller ######### */
.root {
	position:relative;
	height:350px;
	width:200px;
	margin:0;
}
.root p {
	margin:10px 10px 5px 10px;
}
.thumb {
	position:absolute;
	height:10px;
	width:10px;
	left:2px;
}
.up, .dn {
	position:absolute;
	left:10px;
}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
	border:0;
}
.scrollContainer { 
	position:absolute;
	left:0px;
	top:0px;
	clip:rect(0,200,480,0);
	overflow:auto;
	border:0;
}
.scrollContent {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
}
.scrollContent h4 {
	margin:0px;
	padding:0px;
}

/* ######### CSS for Tabs ######### */
.shadetabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Arial;
	list-style-type: none;
	text-align: left;
}
.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #008080;
	color: #008080;
	background: white url(images/shade.gif) top left repeat-x;
}
.shadetabs li a:visited {
	color: #008080;
}
.shadetabs li a:hover {
	text-decoration: underline;
	color: #008080;
}
.shadetabs li a.selected {
	position: relative;
	top: 0px;
	background-image: url(images/shadeactive.gif);
	border-bottom-color: transparent;
}
.shadetabs li a.selected:hover {
	text-decoration: none;
}
.tabcontent {
	display:none;
}
/*.tabcontent ul, li {
	list-style-position:inside;
}*/

@media print {
.tabcontent {
	display:block !important;
}
}


/* ######### CSS for 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%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, 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: 80%; 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color:#009999; }