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

body{
	color:#a3a99b;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	background-color: #000000;
	text-align: center;
	margin: 0 auto;
	border: 0px;
	padding: 0px;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}



a:active {
	text-decoration: none;
}

/********* IDs **********/

#Header {
	height: 120px;
	background-color: #000000;
	background-image:url(../Images/logoBlueAndSilver.png);
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	margin: 10px auto 0px auto;
	padding: 0px 0px 0px 120px;
	cursor:pointer;
	
}

#container{
	width: 90%;
	text-align: center;
	border: none;
	margin: 0 auto;
	padding: 0;
}

#NavigationContainer {
	background-image:url(../Images/navFabricGreenBlue.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 40px;
	width: 830px;
	margin: 0 auto;
	border: none;
	padding: 0px 0px 0px 120px;
}

#RightInfoLayer {
	float: right;
	width: 50%;
	background-image: url(../Images/drapeRightBlueWhiteBlack.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	padding: 15px 10px 0px 10px;
}

#RightInfoLayer p{
	text-align: left;
	margin: 0;
	padding: 0px 40px 0px 40px;
}

#MainContent {
	background-image: url(../Images/drapeBlueWhiteBlackLeft.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px 50% 0px 0px;
	padding: 15px 10px 0px 40px;

}

#MainContent p{
	text-align: left;
	margin: 0;
	padding: 0px 40px 0px 40px;
}

#photoGallery1{
	text-align: left;
	margin: 0 auto;
	padding: 0;

}

#photoGallery1Buttons{
	width: 500px;
	text-align: center;
	margin: 10px auto;
}

#photoGallery2{
	margin: 0;
	padding: 0;
	text-align: left;
}

#photoGallery2Buttons{
	width: 500px;
	text-align: center;
	margin: 10px 0px 10px 0px;
}



/* The thumbnail container below will hold 42 pics, each one 75w x 75h pixels*/
#ThumbContainer{
	position:relative;
	left: 0px;
	width: 569px;
	padding:12px 0px 0px 0px;
}

#Footer {
	clear: both;
	background-color: #000000;
	background-image:url(../Images/drapBlueWhiteBlackBottom.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 60px;
	width: 100%;
	margin: 0px;
	border: none;
	padding: 15px 0px 0px 0px;
}

#Layer1 {
	position: absolute;
	left: 410px;
	top: 15px;
	width: 0px;
	height: 8px;
	z-index: 3;
}

#Layer2 {
	position: absolute;
	left: 386px;
	top: 15px;
	width: 1px;
	height: 0px;
	z-index: 3;
}

#Layer3 {
	position: absolute;
	left: 2px;
	top: 140px;
	width: 90px;
	height: 75px;
	z-index: 5;
}

#Layer4 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 510px;
	height: 152px;
	z-index: 7;
}

#Layer5 {
	position: absolute;
	left: 900px;
	top: 620px;
	width: 100%;
	height: 30px;
	z-index: 10;
	background-color: #000000;
}

/********* Classes **********/

.style3 {
	color: #b0a46d;
}
	
.style12 {
	color: #c3c3b6;
	font-weight: bold;
}

.prev{
}

.next{
}