﻿body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
}
#masterDiv {
	position: relative;
	background: transparent;
	width: 860px;
	margin: auto;
}
#logo {
	position: relative;
	left: 0px;
	top: 5px;
	height: 97px;
	z-index: 4;
}
#logoRight {
	position: absolute;
	right: 0px;
	bottom: 35px;
	text-align: right;
}
.singleBorder {
	border-color: black;
	border-style: solid;
	border-width: 1px;
}
.doubleBorder {
	border-color: black;
	border-style: solid;
	border-width: 2px;
}
#backDrop {
	background-color: black;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#backDropBorder {
	position: relative;
	left: 0px;
	top: -575px;
	width: 860px;
	height: 497px;
	z-index: 0;
}
#introBackdrop {
	background-color: black;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
	width: 400px;
	height: 400px;
}
#menuPanel {
	background: transparent;
	position: relative;
	top: -25px;
	height: 50px;
	margin: auto;
	z-index: 3;
}
#menuPanelLinks {
	position: absolute;
	top: 75px;
	left: 0px;
	z-index: 4;
	height: 50px;
	width: 100%;
}
#menuBgBorder {
	position: absolute;
	width: 100%;
	border-bottom-width: 1px;
}
#menuBg {
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	background-color: black;
	width: 100%;
	height: 50px;
}
.menutext {
	position: relative;
	top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-size: 16pt;
	text-align: center;
	color: #666666;	
}
.menutext a:link, a:visited {
	text-decoration: none;
	color: inherit;
}
.menubar {
	background-color: #003399;
	position: absolute;
	top: 40px;
	width: 100%;
	height: 5px;
	font-size: 5px; /* MSIE 6 fix for height */
}
.menufg {
	background-image: url('blank.gif');
	background-repeat: repeat;
	cursor: pointer;
	position: absolute;
	top: 0px;
	height: 100%;
}
.menubg {
	position: absolute;
	height: 50px;
}
#bodyContent {
	position: relative;
	left: 25px;
	top: 200px;
	width: 820px;
	height: 500px;
	margin: auto;
	z-index: 2;
}
#slideContent {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 400px;
	z-index: 2;
}
#fullContent {
	width: 820px;
	height: 400px;
	overflow: auto;
}
#leftContent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	overflow: auto;
}
#rightContent {
	position: absolute;
	top: 0px;
	left: 420px;
	width: 400px;
	height: 400px;
}
#imageRow {
	position: relative;
	top: 10px;
}
#imageRowContainer {
	position: absolute;
	top: 600px;
	margin-left: 20px;
	width: 820px;
	overflow: hidden;
	z-index: 3;
}
.imgRowSlide {
	cursor: pointer;
	position: absolute;
	border: 1px black solid;
}
#imgRowLeft {
	position: absolute;
	top: 590px;
	height: 190px;
	margin-left: -46px;
	z-index: 4;
	cursor: pointer;
}
#imgRowRight {
	position: absolute;
	top: 590px;
	height: 190px;
	margin-left: 890px;
	z-index: 4;
	cursor: pointer;
}
#leftImgScroll {
	margin-top: 79px;
}
#rightImgScroll {
	margin-top: 79px;
}
#imgRowBackdrop {
	background-color: black;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#imgRowBackdropBorder {
	position: absolute;
	top: 590px;
	width: 860px;
	height: 190px;
	z-index: 0;
}
#bottomText {
	color: gray;
	text-align: center;
	font-size: x-small;
	font-weight: bold;
	position: relative;
	top: -360px;
}
#imgDisplay {
	visibility: visible;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
}
#imgDisplayBackdrop {
	background-color: black;
	position: absolute;
	left: 0px;
	top: 0px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	width: 100%;
	height: 100%;
}
#imgDisplayImageContainer {
	background-color: transparent;
	position: absolute;
	z-index: 6;
}
#imgDisplayLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 7;
	cursor: pointer;
}
#imgDisplayImage {
}
#imgDisplayRight {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 7;
	cursor: pointer;
}
.imgTooltip {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	background-color: black;
	border-color: white;
	color: white;
	font-size: 11px;
	font-weight: bold;
	border-style: solid;
	border-width: thin;
	position: absolute;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	z-index: 7;
	max-width: 200px;
	padding: 4px;
}
#imgDisplayTitle {
	background-color: black;
	border-color: white;
	color: white;
	font-size: 13px;
	font-weight: bold;
	border-style: solid;
	border-width: thin;
	position: absolute;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	z-index: 7;
	max-width: 600px;
	padding: 4px;
}
#imgDisplayDesc {
	background-color: black;
	border-color: white;
	color: white;
	font-size: 12px;
	font-weight: bold;
	border-style: solid;
	border-width: thin;
	position: absolute;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	z-index: 7;
	max-width: 600px;
	padding: 4px;
}
#adminHome {
	position: absolute;
	top: 0px;
	right: 5px;
	font-weight: bold;
	font-size: 11px;
	background-color: red;
	border-color: black;
	border-width: medium;
	border-style: outset;
	width: 96px;
	text-align: center;
}

