@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 15px;
	font-size: 12pt;
	background-image: url(/nt11/images/background7.jpg);
	background-repeat: repeat-x;
}
a img {
	border: none;
} 
#wrapper {
	background-color: #FFF;
	padding: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/nt11/images/cnt_background3.jpg);
	background-repeat: repeat-y;
	border: 1px solid #003C79;
	margin-top: 20px;
	margin-bottom: 20px;
}
#wrapper #header {
	background-image: url(/nt11/images/n11_montage_header_v3.jpg);
	background-repeat: no-repeat;
	height: 262px;
}
#wrapper #leftcol {
	width: 140px;
	padding: 10px;
	float: left;
}
#wrapper #rightcol {
	padding: 15px;
	width: 600px;
	margin-left: 170px;
}
#wrapper #rightcol a:link {
	color: #05A;
	text-decoration: none;
}
{}
{}
#wrapper #rightcol a:visited {
	color: #05A;
	text-decoration: none;
}
{}
#wrapper #rightcol a:hover {
	color: #05A;
	text-decoration: underline;
}
{}
#wrapper #footer {
	clear: both;
	padding: 5px;
	text-align: right;
	background-color: #A3C1AD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003C79;
}
#wrapper #topnav {
	background-color: #CDDDF5;
	text-align: right;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003C79;
	border-bottom-color: #003C79;
}
#wrapper #topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#wrapper #topnav ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}

#wrapper #topnav ul li a {
	color: #FFF;
	text-decoration: none;
}

#wrapper #topnav ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
#wrapper #topnav ul li a:visited:hover {
	color: #000;
	text-decoration: underline;
}
#wrapper #topnav ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#wrapper #topnav ul li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #rightcol {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper #rightcol h1 {
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper #leftcol p a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper #topnav ul li strong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper #leftcol a:link {
	color: #05A;
	text-decoration: none;
	font-weight: normal;
}
{}#wrapper #leftcol a:visited {
	color: #05A;
	text-decoration: none;
}
{}#wrapper #leftcol a:hover {
	color: #05A;
	text-decoration: none;
	font-weight: bold;
}
{}

<style type="text/css">

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 430px;  /*position where enlarged image should offset vertically */
left: 450px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>


