@charset "utf-8";

body {
	background-color: #37435E;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

table {
	background-color: #FAF7DE;
	border: 2px solid #D1D5D8;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #39495C;
	letter-spacing: 0.1em;
	padding: 10px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
.gallerycontainer {
	position: relative;
	height: 490px;
	z-index: 50;
	float: left;
}
.gallerycontainer2 {
	position: relative;
	height: 490px;
	z-index: 50;
	float: right;
}

.thumbnail img{
	margin: 0 5px 5px 0;
}

.thumbnail2 img{
	margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail2:hover{
background-color: transparent;
}

.thumbnail:hover img{

}

.thumbnail2:hover img{

}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: transparent;
	padding: 7px;
	visibility: hidden;
	color: #45122E;
	text-decoration: none;
}

.thumbnail2 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: transparent;
	padding: 7px;
	visibility: hidden;
	color: #45122E;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0px;
padding: 0px;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0px;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 205px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
right: 205px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

td.top {
	background-color: #FAF7DE;
	border-top: 1px solid #39495C;
	border-right: 1px solid #39495C;
	border-left: 1px solid #39495C;
}
td.right {
	background-color: #FAF7DE;
	border-top: 1px solid #39495C;
	border-right: 1px solid #39495C;
	border-bottom: 1px solid #39495C;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #39495C;
}
td.largepic {
	background-image: url(images/hippikos_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/* Top Menu */
.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: .01em;
	padding: 7px;
	background-color: #37435E;
	border-top: 1px solid #FAFCBB;
	margin-bottom:5px;
}
.topnav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.topnav a:hover {
	color: #F9F5AC;
	text-decoration: none;
}
