/* CSS Document */

body {
	margin: 0;
	background-color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	}
	

a {
color: #509370;
text-decoration: none;
}
.morephotos {
	color: #cc0066;
}

a:hover {
color: #509370;
text-decoration: underline;
}

a:visited {
color:#509370;
}
	
/* define containers */

.mainContainer {
	width: 750px;
	border: 1px solid #509370;
	margin-bottom: 0px;
	}
	
.toptitle {
	width: 750px;
	background-color: #2A4F3B;
	color: #FFFFFF;
	text-align: center;
}


.subtitle { 
	width: 750px;
	font-size: 18px;
	background-color: #509370;
	color: #FFFFFF;
	text-align:center; 
}

.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 10px;
	
}

.intro-side {
	float: right; 
	width: 200px; 
	margin-right: 5px;
	margin-left: 5px;
	background-color:#f1f1f1; 
	padding: 0px 10px 0px 10px;
	}

.intro-bottom {
	float:left;
	margin-right:10px;
	padding: 10px;
	background-color: #f1f1f1;
	width: 475px;
	}
	
.imagesContainer {
padding: 10px;
background-color: #f1f1f1;
width: 700px;
height: 550px;
}

div.sponsors {
	margin: 5px 0 0 0;
	width: 200px;
	padding: 10px;
	border: 1px solid #509370;
	text-align: left;
}

	
/* Define Gallery */

.rightContainer {
z-index: 50;
float: right;
width: 450px;
height: 450px;
background-color: #Ffffff;
padding: 15px;
left: -1000px;
border: 1px dashed gray;
color: black;
}

.galleryContainer{
position: relative;
text-decoration: none;

}

.first-thumb:hover {
text-decoration: none;

}
.first-thumb img {
z-index: 60;
margin: 0px 5px 0 5px;
text-decoration: none;

}

.first-thumb span {
position: absolute;
text-decoration: none;
left: 225px;
width: 450px;
top:35px;
position: absolute;
}

.first-thumb span img {
z-index: 60;
margin: 0 5px 0 5px;
text-decoration: none;
border:0px;
}

.thumbnail img{
margin: 5px 5px 0 5px;
text-decoration: none;

}

.thumbnail:hover{
background-color: transparent;
text-decoration: none;
}

.thumbnail:hover img{
border: 0;
text-decoration: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
text-decoration: none;
visibility: hidden;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
border:0;
padding: 2px;
text-decoration: none;
margin-top: 10px;
}


.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 225px; /*position where enlarged image should offset horizontally */
z-index: 65;
width: 465px;
height: 450px;
background-color:#FFFFFF;
text-decoration: none;
margin-top: 10px;
text-align: left;
}
