@charset "utf-8";
body {
	background-color: #d1d6d5;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
a{
	color: #00476B;
	}
	
a:hover{
	color: #687a83;
	}
#footer{
	height: 32px;
	background-image:url(../images/footer.gif);	
	background-repeat: no-y;
}
#container{
	width: 788px;
	margin-left: 35px;
	background-image:url(../images/header_image.gif);
	background-repeat: no-repeat;
	background-position: 0px 134px;
}
#container1{
	width: 788px;
	margin-left: 35px;
	background-image:url(../images/logo1.gif);
	background-repeat: no-repeat;
	background-position: 0px 134px;
}
#container2{
	width: 788px;
	margin-left: 35px;
	background-image:url(../images/logo2.gif);
	background-repeat: no-repeat;
	background-position: 0px 134px;
}
#container3{
	width: 788px;
	margin-left: 35px;
	background-image:url(../images/logo3.gif);
	background-repeat: no-repeat;
	background-position: 0px 134px;
}
#container4{
	width: 788px;
	margin-left: 35px;
	background-image:url(../images/logo4.gif);
	background-repeat: no-repeat;
	background-position: 0px 134px;
}
#container5{
	width: 788px;
	margin-left: 35px;
	background-image:url(../images/logo5.gif);
	background-repeat: no-repeat;
	background-position: 0px 134px;
}
#container6{
	width: 788px;
	margin-left: 35px;
	background-image:url(../images/logo6.gif);
	background-repeat: no-repeat;
	background-position: 0px 134px;
}
#container7{
	width: 788px;
	margin-left: 35px;
	background-image:url(../images/logo7.gif);
	background-repeat: no-repeat;
	background-position: 0px 134px;
}
#container8{
	width: 788px;
	margin-left: 35px;
	background-image:url(../images/logo8.gif);
	background-repeat: no-repeat;
	background-position: 0px 134px;
}
#container9{
	width: 788px;
	margin-left: 35px;
	background-image:url(../images/logo9.gif);
	background-repeat: no-repeat;
	background-position: 0px 134px;
}
#logo{
	width: 788px;
	height: 123px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	position: relative;
}

#logo a{
	display: block;
	width: 252px;
	height: 125px;
	background-image:url(../images/newtr1.gif);
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
}

}
#logo h1{
	text-indent: -9000em;
}
h1{
	 color: #92BCC0;
	 font-size: 200%;
	 }
h2{
	 color: #252525;
	 font-size: 140%;
	 }
	 
h3{
	 color: #003366;
	 font-size: 100%;
	 }

#nav{
	float: right;
	width: 250px;
	margin-top: 140px;
	color: #687a83;
}
#contact{
	padding: 15px;
}
#contact a{
	color: #687a83;
}
#nav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li a{
	display: block;
	line-height: 26px;
	border-bottom:solid 1px #FFFFFF;
	text-decoration: none;
	text-indent: -90000em;
	width: 252px;
	height: 26px;
}
#nav_1, #nav_1 a{
	background-image:url(../images/nav_1.gif);
}
#nav_2, #nav_2 a{
	background-image:url(../images/nav_2.gif);
}
#nav_3, #nav_3 a{
	background-image:url(../images/nav_3.gif);
}
#nav_4, #nav_4 a{
	background-image:url(../images/nav_4.gif);
}
#nav_5, #nav_5 a{
	background-image:url(../images/nav_5.gif);
}
#nav_6, #nav_6 a{
	background-image:url(../images/nav_6.gif);
}
#nav_7, #nav_7 a{
	background-image:url(../images/nav_7.gif);
}
#nav_8, #nav_8 a{
	background-image:url(../images/nav_8.gif);
}
#nav_9, #nav_9 a{
	background-image:url(../images/nav_9.gif);
}
#nav_10, #nav_10 a{
	background-image:url(../images/nav_11.gif);
}
#content{
	padding: 35px;
	margin-top: 185px;
	width: 454px;
	float: left;
}
.clear{
	clear: both;
}
.float_right{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* lightbox */
#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;
	}
