
 
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
	position: relative;
	display: inline-block;
	width: 100%;
  }
  

  select {
	margin-top: 10px;
	outline: 0;
	background: rgb(245, 252, 211);
	width: 100%;
	height: 100%;
	color: black;
	cursor: pointer;
	border-radius: 3px;
	font-size: 36pt;
}
 
.select {
	position: relative;
	display: block;
	width: 5em;
	height: 2em;
	line-height: 3;
	border-radius: .25em;
	padding-bottom: 10px;
}

.pr {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 10px;
  }
  

body, p, div, blockquote, dl, ul, ol
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: black;
	margin: 10px 0px 0px;
}


#OuterFrame {
	position:relative;
	left:0px;
	top:0px;
	width:1200px;
}

#LeftColumn {
	position:absolute;
	padding:4px;
	left:0px;
	top:0px;
	width:300px;
	text-align: left;
}

#MainColumn {
	position:absolute;
	left:350px;
	top:0px;
	width:800px;
	text-align: left;
}


h4{
	font-size: 14pt;
	color: black;
}

h3{
	color: red;
	text-align: center;
}

.PageIntro, .PageIntro p
{
	text-align: left;
	color: black;
	text-indent:1.5em;
	margin-bottom: .5em
}


.PreviewOuter
{
	margin: 0px;
    border:1px solid black;
	background-color: #E8E8E8;

}

.PreviewOld
{
	color: white;
	text-align: center;
}

.PreviewTitle
{
	padding: 4px;
	margin: 0px;
	height: 24px;
	font-weight: bold;
	text-align: center;
	background-color: gainsboro;
	border: #0000ff;
	BORDER-BOTTOM: black 1px solid

}

.PreviewInner
{
	min-height: 230px; 
	padding: 4px;
}

.PanoramaThumb
{
	float: right;
	margin: 5px;
    WIDTH:400px;
    HEIGHT:200px;
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid
}


.logo {
    height: 250px; /* or any other specific styling you want */
    /* add more styling as needed */
}



.custom-button img {
	width: 800px; /* Width of the image */
	height: auto; /* Maintain aspect ratio */
	transition: opacity 0.3s ease; /* Smooth transition for hover effect */
	display: block; /* Remove any default spacing around the image */
  }
  
  .custom-button:hover img {
	opacity: 0; /* Make the original image transparent on hover */
  }
  
  .custom-button {
	background: url('images/BigEyeFAAButtonSmallHover.jpg') no-repeat center center; /* Background image for hover state */
	display: inline-block; /* Fit to content size */
  }
  








A:link
{
    COLOR: #0000ff
}

A:visited
{
    COLOR: #0000ff
}
A:hover
{
    COLOR: #ff0000
}

a.WhiteLink
{
    COLOR: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p.LargeWhiteLink
{
	text-align: center;
	padding: 2px;
}

a.LargeWhiteLink
{
    COLOR: #dddddd;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:visited.RedLink
{
    COLOR: #ff0000;
}

a:hover.RedLink
{
    COLOR: #0000ff;
}

a:link.RedLink
{
    COLOR: #FF0000
}

a:visited.LargeWhiteLink
{
    COLOR: #dddddd;
}

a:hover.LargeWhiteLink
{
    COLOR: #ee5555;
}

a:link.WhiteLink
{
    COLOR: #FFFFFF
}

a:visited.WhiteLink
{
    COLOR: #FFFFFF
}

a:hover.WhiteLink
{
    COLOR: #ff0000
}

.PanoramaKeys
{
    FONT-SIZE: 12pt
}


