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

/* Page Setup Styles */
a:link {
	color: #FF9933
}

a:visited {color: #FFFFFF}


/* Tag Styles */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	color: #FFFFFF;
}

h2 {
	font-family:MacHumaine,"Tekton Pro", "Times New Roman";
	font-size:36px;
	color:#FF9933;
}

h3 {
	font-family:MacHumaine,"Tekton Pro", "Times New Roman";
	font-size:48px;
	color:#FF9933;
	text-align: center;
	margin: 0;
}

h4 {
	font-family:Papyrus, "MV Boli", Arial;
	font-size:20px;
	color: #FFFFFF;
}

h5 {
	font-family:Papyrus, "MV Boli", Arial;
	font-size:20px;
	color: #FF9933;
}


/* Class Styles */
.sFont1 {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}

.sFont2 {color: #FFFFFF}

.sFont3 {
	Color: #FF9933;
	text-align: center;
}

.sFont4 {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}

.sFont5 {
	color: #FF9933;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}

.sFont6 {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style:italic;
}

.GalleryBlock {
	font-family: Papyrus, "Times New Roman", Arial;
	font-size: 20px;
	font-style: normal;
	color: #F0F0F0;
	text-align: center;
	vertical-align: middle;
}

.sFont7 {
	font-family:MacHumaine,"Tekton Pro", "Times New Roman";
	font-size:24px;
	color:#FF9933;
	text-align: center;
}

.sFont8 {
	font-family:Papyrus, "MV Boli", Arial;
	font-size:20px;
	color: #FFFFFF;
}

.sFont9 {
	font-family:Papyrus, "MV Boli", Arial;
	font-size:20px;
	color: #FF9933;
}

.sFont10 {
	font-family:MacHumaine,"Tekton Pro", "Times New Roman";
	font-size:36px;
	color:#FF9933;
}

.sFont11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color:#FF9933;
}

.sFont12 {
	color: #FF9933;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}

/* BANNER Animation */
/*body and container*/
* {
/* 	margin: 0; */
/*	padding: 0; */
	
}

/* Chg margin from 50 to 5 */
/* added margin and padding as zero to just the container */
#container {
	width: 1000px;
	overflow: hidden;
	margin: 5px auto;
	background: black;
	margin: 0;
	padding: 0;
}

/*header*/
header {
	width: 800px;
	margin: 40px auto;
}

header h1 {
	text-align: center;
	font: 100 60px/1.1 Helvetica, Verdana, sans-serif;
	color:#FF9933;
}

header p {
	font: 100 15px/1.1 Helvetica, Verdana, sans-serif;
	text-align: justify;
	color:#FF9933;
}

/*photobanner*/

/* Chg margin-bottom from 80 to 40 */
.photobanner {
	height: 233px;
	width: 3550px;
	margin-bottom: 40px;
}

/* Hover zoom speed */
.photobanner img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 1.1 ease;
	transition: all 0.5s ease;
}

/* Hover zoom size */
.photobanner img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;

	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}


/*keyframe animations*/
/* Banner scrool speed */
.first {
	-webkit-animation: bannermove 30s linear infinite;
	-moz-animation: bannermove 30s linear infinite;
	-ms-animation: bannermove 30s linear infinite;
	animation: bannermove 30s linear infinite;
}

@keyframes "bannermove" {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -2125px;
 }

}

@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }

}

@-webkit-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }

}

@-ms-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }

}

@-o-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }

}
