html
{
	height: 100%;
}


body {

	background-color: #ABABAB;  /* BROWN is #CAAA1A; This is the real one --> #ABABAB; */
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 

	HEIGHT: 100%;

	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 11px;

}



/* general styling for links */

a:link {
	color: #006699;
	font-family: arial, helvetica, sans-serif; 
	text-decoration: none;
	border: 0px;
	border-style: none;
}
a:visited {
	color: #006699;
	font-family: arial, helvetica, sans-serif; 
	text-decoration: none;
	border: 0px;
}
a:hover {
	color: #000099;
	font-family: arial, helvetica, sans-serif; 
	text-decoration: none;
	border: 0px;
}
a:active {
	color: #006699;
	font-family: arial, helvetica, sans-serif; 
	text-decoration: none;
	border: 0px;
}

a img {
	border: 0px;
}



p
{
	margin-top: 0px;
	margin-bottom: 0px;
}



.sectionStyleTight {
	font-weight: 400;
	font-size: 11px;
	line-height: 170%;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: 2px
}





div#content p,
div#content dl,
div#content ul,
.dyna {
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: 1px;

	padding: 0px 22px 0px 22px;
	right: 1px;

	margin-top: 0px;
}

div#content table {
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: 1px;

	margin-top: 0px;
}

#wrapper {
	display: block;
	overflow: auto; /* hidden; */
	width: 99.9%;
	position: relative;
	height: 99.9%;

}

#shader {
	padding: 0px;
	background-image: url("graphics/shader.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;

	display: block;

	width:  770px;
	height: 590px;

	margin-left:auto;
	margin-right:auto;

	position: relative; 
	top: 20px;

}

#container {

	display: block;

	width:  750px;
	height: 550px;

	position: absolute; 
	top: 20px;
	left: 0px;

	padding: 0px;
	background-color: #EAEAEA;

}

.dyna {
	WIDTH: 350px;


}


.dyna A {
	DISPLAY: block;

	TEXT-ALIGN: left;
	TEXT-DECORATION: none;
}

.dyna A:hover {

	BACKGROUND-COLOR: #EAEAEA;
	TEXT-DECORATION: none;
}

.dyna A SPAN {
	DISPLAY: none;
}

.dyna A:hover SPAN,
#divText1 {

	DISPLAY: block;

	POSITION: absolute;
	TOP: 105px;
	LEFT: 30px;

	WIDTH: 390px;

	COLOR: rgb(52, 78, 148);

	BACKGROUND-COLOR: #EAEAEA;

	TEXT-ALIGN: left;
	padding-left: 7px;
}




#logo {
	width:  310px;
	height: 330px; /* height: 275px;     -----> */
	position: absolute;
	left: 0px;

	text-align: center;	
	margin-left: 0px; 

	background-color: white;

}

#logo img {
	margin-top : 10px;	

	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(36, 145, 181);;	


}

#logo p {
	color: rgb(52, 78, 148);
	font-family: "times new roman", "garamond" ,serif;
	font-weight: 400;
	font-size: 13px;

	margin: 0px;
	padding: 0px;

}



#menu {
	width: 310px;
	height: 220px;       /* height: 275px;  -------------> */

	position: absolute;
	left: 	0px;
	bottom: 0px;

	vertical-align: bottom;


}

.subleft {
	width: 50%;
	text-align: right;
	float: left;

/* vertical centering		*/
	DISPLAY: block; 
	MARGIN: 0px auto; 
	padding-right: 10px;
 
	POSITION: relative; 
	TOP: 15%; 
	HEIGHT: 50%; 

}

.subright {
	width: 44%;
	float: right;
	text-align: left;

}


#content {
	width:  440px;
	height: 550px;
	DISPLAY: block;

	position: absolute;
	right: 0px;


}

#panorama {
	width:  440px;
	height: 220px;

	position: absolute;
	right:  0px;
	bottom: 0px;

}

.darkblue {
color: rgb(52, 78, 148);
}

.lightblue {
color: rgb(36, 145, 181);
}

h1 {
font-weight: normal;
margin-top: 0;
margin-bottom: 0;
}

h3, h4 {
line-height: 30%;
font-weight: normal;
}


/* begin gallery styling */

#jgal {
	list-style: none;
	width: 200px; 
	position: absolute;
	margin-top: 50px; }

#jgal li {
	opacity: .7;
	float: left;
	display: block;
	width: 80px; height: 80px;
	background-position: 30% 30%;
	cursor: pointer;
	border: 3px solid #fff;
	outline: 1px solid #ddd;
	margin-right: 14px; margin-bottom: 14px; } 

#jgal li img {
	position: absolute;
	top: 0px; left: 250px;
	display: none;
	border: 3px solid #fff;
	outline: 1px solid #ddd;
} 

#jgal li.active img {
	display: block; }

#jgal li.active,
#jgal li:hover {
	outline-color: #bbb;
	opacity: .99 /* safari bug */ }

#jwrn { display: none; }



/* styling without javascript */
#gallery { list-style: none; display: block; }
#gallery li { float: left; margin: 0 10px 10px 0; }

#jswarning { display: block; }



