body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#272727;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#wrapper2 {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	position:relative;
	left: 7px;
}
a:link {
	color:#333;
}
a:visited {
	color:#666;
}
a:hover {
	color:#600;
}
a:active {
	color:#666;
}
a {
	text-decoration:none
}
#headerwrap {
	width: 0px;
	font-size: 14px;
}
#links {
	position: relative;
	left: 4px;
	top: 4px;
}
#link1 {
	position: relative;
	left: 592px;
	top: -50px;
	height: 0px;
}
#link2 {
	position: relative;
	left: 730px;
	top: -50px;
	height: 0px;
}
#link3 {
	position: relative;
	left: 846px;
	top: -49px;
	height: 0px;
}
#logo {
	position: relative;
	left: 50px;
	bottom: 130px;
	height: 0px;
}
#viewlink {
	z-index: 10;
	position: relative;
	left: 450px;
	top: -90px;
	height: 0px;
	width: 0px;
}
#indextext {
	z-index: 5;
	position: relative;
	bottom: 400px;
	left: 14px;
	color:#666;
	font-size: 12px;
	height: 0px;
	width: 450px;
	line-height: 35px;
}
#indextext2 {
	z-index: 10;
	position: relative;
	bottom: 755px;
	left: 14px;
	color:#666;
	font-size: 12px;
	height: 0px;
	width: 450px;
	line-height: 35px;
}
h3 {
	color:#666;
	font-size: 18px;
	/*background-color:#666;*/
	width: 955px;
	padding-left: 10px;
}
#building {
	position: relative;
	left: 560px;
	bottom: 320px;
	width: 0px;
	height: 0px;
}
#txt {
	position: relative;
	height: 0px;
	left: 10px;
}
#map {
	position: relative;
	left: 14px;
	bottom: 380px;
	height: 0px;
	width: 0px;
}
#desc {
	width: 400px;
	height: 0px;
	font-size: 10px;
	color:#999;
	position: relative;
	bottom: 100px;
	left: 525px;
	text-align:right;
}
li {
	list-style-type:none;
}
td {
	padding-bottom: 6px;
}
#stats {
	font-size: 12px;
	position: relative;
	bottom: 361px;
	left: 450px;
	height: 0px;
	width: 220px;
	line-height: 30px;
	color:#666;
}
#stats2 {
	font-size: 12px;
	position: relative;
	bottom: 361px;
	left: 450px;
	height: 0px;
	width: 220px;
	line-height: 30px;
	color:#666;
}
h4 {
	color:#666;
	font-size: 14px;
	border-bottom: 1px #999 solid;
	width: 240px;
	padding-left: 5px;
}
#icons {
	position:relative;
	left: 450px;
	bottom: 30px;
	width: 400px;
	height: 0px;
	word-spacing: 8px;
}
#barwrap {
	position:relative;
	bottom: 412px;
	left: 430px;
	width: 600px;
	height: 0px;
}
#nav {
	position:relative;
	height: 0px;
	top: 12px;
	width: 100%;
	float: left;
	padding: 0;
	list-style: none;
	background-color: none;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	padding: 8px 26px;
	text-decoration: none;
	color:#FFF;
	font-size: 12px;
}
#nav li a:hover {
	color:#999;
}
#mainmap {
	position: relative;
	bottom: 670px;
	height: 0px;
}
#mapnav {
	position: relative;
	bottom: 685px;
	left: 20px;
	height: 0px;
	width: 200px;
	font-size: 12px;
}
#mapnav td {
	padding-bottom: 2px;
}
#contactmap {
	position: relative;
	bottom: 670px;
	left: 245px;
	height: 0px;
}
h5 {
	color:#666;
	font-size: 16px;
	border-bottom: 1px #999 solid;
	width: 150px;
	padding-left: 5px;
}
h1 {
	color:#666;
	font-size: 16px;
	border-bottom: 1px #999 solid;
	width: 180px;
	padding-left: 5px;
}


/*slider*/

#slideshow {
	position:relative;
	height:270px;
}
#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 270px;
	background-color: #FFF;
}
#slideshow DIV.active {
	z-index:10;
	opacity:1.0;
}
#slideshow DIV.last-active {
	z-index:9;
}
#slideshow DIV IMG {
	height: 270px;
	display: block;
	border: 0;
	margin-bottom: 10px;
}
p#caption {
	z-index: 5;
	position:absolute;
	top: 230px;
	left: 100px;
	color:#FFF;
	font-size:40px;
}


/*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(../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;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}


/*tooltip*/


ul#continents li {
	position: absolute;
}

ul#continents li a{
	display: block;
	height: 100%;
	text-decoration: none;
}

#bexley{
	width: 30px;
	height: 30px;
	top: 370px;
	left: 435px;
}

#terrence {
	width: 30px;
	height: 30px;
	top: 435px;
	left: 350px;
}

#lancaster {
	width: 30px;
	height: 25px;
	top: 205px;
	left: 763px;
}

#leeds {
	width: 30px;
	height: 25px;
	top: 175px;
	left: 763px;
}

#gladwin {
	width: 30px;
	height: 25px;
	top: 190px;
	left: 730px;
}

#michael {
	width: 30px;
	height: 25px;
	top: 160px;
	left: 725px;
}

#stlaurent1 {
	width: 30px;
	height: 25px;
	top: 220px;
	left: 730px;
}

#stlaurent2 {
	width: 30px;
	height: 25px;
	top: 235px;
	left: 760px;
}

#thurston {
	width: 30px;
	height: 25px;
	top: 260px;
	left: 740px;
}

#green {
	width: 30px;
	height: 25px;
	top: 340px;
	left: 485px;

}

#canyon {
	width: 30px;
	height: 25px;
	top: 450px;
	left: 646px;

}

#stafford {
	width: 30px;
	height: 25px;
	top: 335px;
	left: 445px;

}

#katimavic {
	width: 30px;
	height: 25px;
	top: 360px;
	left: 390px;
}

#sinclair {
	width: 30px;
	height: 25px;
	top: 100px;
	left: 775px;

}

ul#continents li a span {
	display: none;
}

ul#continents li a:hover span {
	display: block;
}

ul#continents li a:hover span {
	display: block;
	background:#666;
	position: relative;
	top: 50%;
	font: 11px Arial, Helvetica, sans-serif;
/*	opacity: .85;
	filter:alpha(opacity=75);
*/	color:#FFF;
}

ul#continents li a:hover span strong {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	text-decoration: underline;
}

