@charset "UTF-8";
/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
height: 800px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

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

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

.thumbnail:hover img{
border: 0px solid white;
margin: 0 5px 5px 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000000;
padding: 5px;
left: -1000px;
border: 1px dashed #000000;
visibility: hidden;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14px;
color: #FFFFFF;
font-style: normal;
line-height: 22px;
font-weight: normal;
text-decoration: none;
}

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

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

</style>

/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif
	font-size: 13px;
	color: #FFFFFF;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
}
body {
	background-color: #000000;
}
.bodytextyellowbkg {
	font-family: Georgia, Times New Roman, Times, serif
	font-size: 13px;
	color: #665769;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
}
a {
	font-family: Georgia, Times New Roman, Times, serif
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #a792a0;
}
a:active {
	text-decoration: none;
	color: #a792a0;
}
.heading01 {
	font-family: Georgia, Times New Roman, Times, serif
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #d7fb59;
}
.highlight_text {
	font-family: Georgia, Times New Roman, Times, serif
	font-size: 13px;
	color: #d7fb59;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.quote {
	font-family: Georgia, Times New Roman, Times, serif
	font-size: 13px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.smallnote {
	font-family: Georgia, Times New Roman, Times, serif
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.menu02 {
	font-family: Georgia, Times New Roman, Times, serif
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFF;
}

.red_heading {
	font-family: Georgia, Times New Roman, Times, serif
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFF;
}

.whitetext{
	font-family: Georgia, Times New Roman, Times, serif
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.whitetextHEADER{
	font-family: Georgia, Times New Roman, Times, serif
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

