body, td {
	background-color: #FFFFFF;
	color: #000000;
	font-family: georgia, "times new roman", sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
h1 {
	color: #628196;
	font-family: georgia, "times new roman",  sans-serif;
	font-size: large;
	font-style: normal;
}
h2 {
	color: #0163A9;
	font-family: georgia, "times new roman", sans-serif;
	font-size: medium;
	font-style: normal;
}
.noprint {
	display: none;
}
.aqua{
	background-color: #CCFFFF;
	font-family: georgia, "times new roman", sans-serif;
}
.article{
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.bodybackground{
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
.linknoline a:link, .linknoline a:visited, .linknoline a:active, .linknoline a:hover {
	color: #0163A9;
	text-decoration: none;
}
.nodec a:link, .nodec a:visited, .nodec a:hover, .nodec a:active {
	color: #000000;
	text-decoration: none;
}
.photocaption{
	color: #0163A9;
	font-size: small;
	font-style: italic;
	text-align: center;
}
.smallarial{
	font-family: arial, sans-serif;
	font-size: small;
}
.xsmall {
	font-size: x-small; 
}
#centerelements{
	text-align: center;
}
#closetext{
	font-weight: bold;
	margin-right: 1px;
}
#contextmenu {
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	border: 2px outset #000000;
	position: absolute;
	visibility: hidden;
	width: 240px;
}
#dhtmltooltip{
	background-color: #FAFAD2;
	border: 2px solid #000000;
	padding: 2px;
	position: absolute;
	visibility: hidden;
	width: 150px;
	z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dragbar{
	cursor: hand;
	cursor: pointer;
	background-color: #EFEFEF;
}
#mapheader{
	margin-left:12px;
	text-transform: uppercase;
	z-index: 2; /* Pay attention to layer order -- image is #1  */
	color: #002F8F;
}
#lastline {
	color: #0163A9;
	font-family: "rage italic let", "lucida handwriting", georgia, san-serif;
	font-size: large;
	font-style: normal;
}
/* Menu System Style */
#list-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 157px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}
#list-menu ul li {
	position: relative;
}
#list-menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 4px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
/* Fix IE. Hide from IE Mac \*/
* html #list-menu ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
#list-menu ul li a:hover { color: #C3AE81; background: #f9f9f9; } /* Hover Styles */
#list-menu li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
#list-menu li:hover ul, li.over ul { display: block; } /* The magic */
/* End Menu System Style */
#showimage{
	border: 1px solid #808080;
	position: absolute;
	visibility: hidden;
}
/* Styles for gmap page */
.centerbody {
	margin: 0 auto;
	text-align: center;
}
.tooltip {
	background-color:#F5F5F5;
	font-size: small;
	font-weight:normal;
	white-space: nowrap;
	padding: 3px;
}
.infowindow, .infowindowimg {
	width: 250px;  /* Image width size of 250px is defined in javascript code */
	font-size: small;
}
.infowindowimg {
	text-align: center;
	padding: 2px;
	border: 2px solid;
	border-color: #F5F5F5 ;
}
.infolink {
	text-align: center;
	font-size: small;
	font-weight: bold;
}
#map{
	width: 500px; 
	height: 500px; 
	text-align: left;
}
#mapbg {
	width: 515px; 
	height: 515px; 
	background-image: url(../gmaps/map-shadow.gif);
}
#gmapfooter, #gmaplink a, #gmaplink a:visited, #gmaplink a:active {
	color: Silver;
}
#gmapfooter {
	background-color: Black;
	text-align: left;
	font-size: small;
}
/* End Styles for gmap page */
/* Styles for pano pages */
#panoframe {
	width:534px;
	height: 409px;
	text-align: center;
	background-image: url(panoramics/pano-background.jpg);
	/* padding:0px;
	border:8px solid #F8CABA; 
	background-color:#fff; */
}
#panoimage {
	padding-top:17px; /* Offset from frame to image */
}
.bluetext, .smallbluetext{
	color: #0163A9;
}
.smalltext, .smallbluetext {
	font-size: small;
}
/* End Styles for pano pages */