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

body{
	font-family:Century Gothic;
}

ul{
	margin:0;
	padding:0px;
	list-style-type:none;
	font-size:20px;
	text-align:center;
}

ul a{
	display:block;
	width:auto;
	text-decoration:none;
	text-align:center;
	color:#000000;
}
a hover{
	color:#ffffff;
}
.space{
	margin-top:20px;
	text-align:right;
	float:left;
	margin-left:20px;
	color:#527f96;
	font-size:28px;
}
.space1{
	color:#527f96;
	font-size:28px;
	float:left;
	margin-right:-190px;
	margin-left:15px;
}
#white{
	padding:0px 10px 0px 2px;
	color:#527f96;
	text-align:center;
}
.textback{
	background-color:#ffffff;
	padding:2px 5px 2px 5px;
}
/****************ALL CONTENT FOR FRONT PAGE****************/
#content{
	width:80%;
	height:auto;
	margin-left:100px;
}
#textcontainer{
	font-size:20px;
	color:#000000;
	width:70%;
	padding:10px 10px 10px 10px;
	border:dotted #FFFF00;
	margin-left:10px;
}
.nav{
	float:right;
	text-align:center;
	border:dotted #ffffff;
	padding:2px 2px 2px 2px;
	width:20%;
	margin-top: 20px;
	margin-right: 10px;
}
#title{
	text-align:center;
	font-size:28px;
	color:#CCFF00;
	text-decoration:underline;
}
#titleM{
	background-color:#CCFF00;
	font-size:28px;
	color:#000000;
	margin-left:10px;
	margin-right:50px;
	width:auto;
}
#titleN{
	background-color:#ffffff;
}
	

.gallerycontainer{
	margin-top:20px;
	margin-left:75px;
}
.gallerycontainer2{
	margin-top:300px
}


/*********IMAGES ON FRONT PAGE**************/
.thumbnail img{
border: 1px solid #ffffff;
margin: 0 5px 5px 0;
}

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

.thumbnail:hover img{
border: 1px dotted #0033FF;
}
/*****************************POP IMAGES************************/
.thumbnail span{
	position: absolute;
	padding: 5px;
	visibility: hidden;
	color: #CCFF00;
	text-decoration: none;
	text-align:center;
	width:729px;
	left: 363px;
	top: 13px;
	height: 331px;
	margin-bottom:20px;
}
/****POP SIZE**********/
.thumbnail span img{ 
	border-width: 0;
	padding: 4px;
	width:550px;
	height:280px;
}
/*****************POSITON**************/
.thumbnail:hover span{
	visibility: visible;
	top: 10px;
	left: 450px; 
	z-index: 525;
	margin-bottom:20px;
}

#imgmenu .p1:hover .large {
	display:block; position:absolute;
}
#imgmenu {
	position:relative; 
	top:10px; left:10px; 
	width:75px; 
	background-color:#fff; 
	z-index:100;
}
#imgmenu .p1 {
	display:block; 
	width:75px; 
	height:75px; 
	text-decoration:none; 
	background:#fff; 
	top:0; 
	left:0; 
	border:0;
}
#imgmenu .p1:hover {
	text-decoration:none; 
	background-color:#8c97a3; 
	color:#000;
}
#imgmenu .large {
	display:block; 
	position:absolute; 
	width:0; 
	height:0; 
	border:0; 
	
}
#imgmenu .p1:hover .large {
	display:block; 
	position:absolute; 
	top:-65px; 
	left:150px; 
	width:400px; 
	height:300px; 
	border:5px solid #ccc;}
#info {
	z-index:100; 
	height:22em;
}
/**********************Photo Gallery****************************/
.imgsdiv{
	border-color: Gray;
	border-style: solid;
	border-width: 2px;
	padding: 5px;
	float: left;
}
.imgsblank{
	float: left;
	width: 10px;
}
.imgbody{
	height: 130px;
	width: 100px;
}
#thumbarea{
	overflow: hidden;
	height: 100px;
	width: 1200px;
}
#thumbs{
	list-style: none;
	height: 100px;
	top: 541px;
	width: auto;
	text-align: center;

}
#thumbs li{
	border-color: #527f96;
	border-style: solid;
	border-width: 2px;
	margin-right: 5px;
	margin-top:40px;
	padding: 5px;
	float:left;
	cursor: pointer;
}
#pictures{
	text-align:center;
	margin-top:30px;
}
.thumers{
	text-align:center;
	margin-top:10px;
}
#imgthums{
	text-align:center;
	position:absolute;
	left: 233px;
	top: 80px;
}

