/* nav1 links A */
.class1 a {font-family:arial,helvetica,sans serif; color:#cfcaca; font-size:20px; font-weight:normal; line-height:170%; padding-right:5px; padding-left:5px; text-shadow: 2px 2px 12px #000000; opacity: 70%;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 1s ease; }
.class1 a:link {text-decoration:none;}
.class1 a:hover {color:#f1efef; background:#505050; padding-right:10px; padding-left:10px; padding-top:10px; padding-bottom: 10px; opacity: 100%; }
.class1 a:visited {text-decoration:none; }
.class1 a:active {text-decoration:none; }


/* nav2 links white */
.class2 a {font-family:arial,helvetica,sans serif;
color:#ffffff; font-size:14px; font-weight:none; padding-right:4px; padding-left:4px; text-shadow: 2px 2px 6px #505050; line-height:200%;}
.class2 a:link {text-decoration:none;}
.class2 a:hover {background: #505050; border:1px solid #ffffff; border-color:#ffffff; 
padding-right:5px; padding-left:5px; padding-top:5px; padding-bottom: 5px;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 1s ease; }
.class2 a:visited {text-decoration:none;}
.class2 a:active {text-decoration:none;}


/* nav3 links small*/
.class3 a {font-family:arial,helvetica,sans serif;
color:#ffffff; font-size:14px; font-weight:normal; line-height:170%; padding-right:5px; padding-left:5px;}
.class3 a:link {text-decoration:none;}
.class3 a:hover {background: #f1efef; color: #505050; font-style: italic; padding-right:10px; padding-left:10px; padding-top:10px; padding-bottom: 10px;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 1s ease; }
.class3 a:visited {text-decoration:none;}
.class3 a:active {text-decoration:none;}


.shortboxtext {font-family:garamond; times new roman;;
color:#ffffff; font-size:36px; line-height:170%; font-weight:normal;}


.copytext {font-family:arial,helvetica,sans serif;
color:#ffffff; font-size:11px; line-height:170%; font-weight:normal;}



html,body { 
	width:100%;
	margin: 0px;
	padding: 0px;
	background: #000000;
}

* {
	padding: 0;
	margin: 0;
	}
	
img {
	max-width: 100%; 
	display: block;
	}
	
.cycle-slideshow {
	width: 100%;
	max-width: 2100px;
	display: block;
	position: relative;
	margin: 200px auto 0 auto;
	z-index:1;
	}
	

.cycle-prev {
	left: 1%;
	}	
	
.cycle-next {
	right: 1%;
	}	
	

/* Thumbnails Styling */

.cycle-pager {
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 30px;
	z-index: 999;
	cursor: pointer;
	}
	
.cycle-pager a {
	display: inline-block;
	margin: 0 3px;
	}

.cycle-pager .cycle-pager-active {
	border: 2px solid rgba(128,119,119,0.2);
	}
	
.cycle-pager .thumb {
	width: 3%;
	border: 2px solid rgba(255,255,255,0.4);
	}
	
.thumb {
	display: block;
	}
	
/* end of Thumbnails Styling */	


	

#container {
background: #000000;
margin-top: 30px;
margin-right: auto;
margin-bottom: 100px;
margin-left: auto;
z-index: 2;
}

	#content {
	height: 1600px; 
	margin-top: -1500px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	

	#nav1 {
	width: 90%; 
	float: left;
	height: 100px;
	margin-top: 40px;
	margin-left: 0;
	z-index: 1000;
	}
	
	#shortbox {
	position: absolute;
	float: left;
	margin-top: 14%;
	margin-left: 8%;
	padding: 20px;
	background: #505050; 
	opacity: 0.5;
	z-index: 1000;
	}

	
	#nav2 {
	position: absolute;
	height: 100px;
	float: left;
	width: 1200px;
	margin-top: 1140px;
	text-align: left; 
	z-index: 1000;
	}
	
	
	
	