HTML { OVERFLOW-Y:SCROLL; OVERFLOW-X:HIDDEN; }

body
{
	text-align: center;
	background-color: #3C699F;
	font-family: Verdana, sans-serif;
	color: #464646;
	font-size: 12px;
}

img
{
	border-style: none;
	border-width: 0;
	border-color: inherit;
	padding: 0;
	margin: 0;
}


#pageborder
{
	position: relative;
	text-align: left;
	width: 800px;
	margin: 0px auto;
	border: 4px solid #495E7B;
	background-color: #FFF;
}

#header
{
	width: 800px;
	height: 90px;
}

#logo
{
	float: left;
	padding: 10px 0 10px 10px;
}

#menu
{
	float: left;
	height: 30px;
	padding-top: 60px;
}

#menu a.link
{
	display: block;
	float: left;
	color: #495E7B;
	text-decoration: none;
	margin-left: 18px;
}

#menu a.link:hover
{
	border-bottom: 4px solid #3C699F;
	color: #8B0000;
}

#menu a.active
{
	border-bottom: 4px solid #3C699F;	
	color: #8B0000;
}

#banner
{
	width: 800px;
	border-top: 4px solid #3C699F;	
	border-bottom: 4px solid #3C699F;	
}

#viewport
{
	background-position: center center;
	margin-top: 140px;
	height: 600px;
	background-image: url("../images/loading.gif");
	background-repeat: no-repeat;
}

#viewport img
{
	width: 558px;
}

#imagelibrary
{
	padding-top:20px;
	margin-bottom: 40px;
}
.libraryimage
{
	padding: 0px;
	margin: 2px;
	width: auto;
	float: left;
}

#content
{
	clear: both;
	padding-top: 20px;
	width: 800px;
}

#scrollholder
{
	height: 150px;
}

#leftarrow
{
	margin-left: 20px;
	float: left;
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 75px solid #fff;
	border-right: 50px solid #77c;
	border-bottom: 75px solid #fff;
	cursor:pointer;
}
#rightarrow
{
	margin-right: 20px;
	float: right;
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 75px solid #fff;
	border-left: 50px solid #77c;
	border-bottom: 75px solid #fff;
	cursor:pointer;
}

#scrollzone
{
	margin-left: 20px;
	margin-right: 20px;
	white-space: nowrap; /*Don't let the images wrap to the next line*/
	float: left;
	width: 620px;
	overflow: hidden;
}
#scrollzone img
{
	height: 100px;
	border-style: solid;
	border-width: 1;
	border-color: inherit;
	padding: 0;
	margin: 0;

}

#scrollzone TABLE
{
	font-size: 12px;
	border-top: 4px solid #77c;
	border-bottom: 4px solid #77c;
}


#middle
{
	background-position: transparent;
	background: transparent;
	text-align: justify;
	margin-left: 120px;
	margin-right: 120px;
}


#middle #text
{
	margin-top: 10px;
}


#map
{
	padding-top: 20px;
	padding-left: 120px;
}


h1
{
	margin: 0;
	font-size: 20px;
	line-height: 20px;
	color: #002E4A;
}

h2
{
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

h2 span
{
	color: #3B5272;
}



#footer
{
	padding-top: 20px;
	padding-bottom:20px;
	width: 800px;
	text-align:center;
	font-size: 16px;
	color: #f68d00;
}


#copyright
{
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
}




#quickView
{
	margin-top: 30px;
	border-spacing: 50px;
	empty-cells: show;
	overflow: scroll;
}

#quickView img
{
	border-style: solid;
	border-width: 2;
	border-color: inherit;
	padding: 0;
	margin: 0;
}

#quickView TABLE
{
	font-size: 12px;
	border-top: 4px solid #3C699F;
	border-bottom: 4px solid #3C699F;
}

.hidden
{
	visibility: hidden;
	display: none;
}

.shown
{
	visibility: visible;
	display: block;
}

.rollover
{
	color:#f68d00;
	cursor:pointer;
}

A:link 
{
	text-decoration: none;
	color:#f68d00;
}

A:visited 
{
	text-decoration: none;
	color: #f68d00;
}

A:active 
{
	text-decoration: none;
	color: #f68d00;
}

A:hover 
{
	text-decoration: none; color: #f68d00;
}

